Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-setuptools.spec'], False, '/var/lib/mock/c7.01.01-armhfp-bb89775581c7e1e408c6c5c8244f6eca2b33cd1d/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-setuptools.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-setuptools-0.9.8-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-setuptools.spec'], False, '/var/lib/mock/c7.01.01-armhfp-bb89775581c7e1e408c6c5c8244f6eca2b33cd1d/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-setuptools.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.skwik7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf setuptools-0.9.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/setuptools-0.9.8.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd setuptools-0.9.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '1s|^#!python|#!/usr/bin/python|' setuptools/command/easy_install.py Patch #0 (python-setuptools-0.9.8-use-ssl-match-hostname-from-backports.patch): + echo 'Patch #0 (python-setuptools-0.9.8-use-ssl-match-hostname-from-backports.patch):' + /usr/bin/cat /builddir/build/SOURCES/python-setuptools-0.9.8-use-ssl-match-hostname-from-backports.patch + /usr/bin/patch -p1 --fuzz=0 patching file setuptools/ssl_support.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Rul6l7 + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib copying pkg_resources.py -> build/lib copying easy_install.py -> build/lib creating build/lib/_markerlib copying _markerlib/__init__.py -> build/lib/_markerlib copying _markerlib/markers.py -> build/lib/_markerlib creating build/lib/setuptools copying setuptools/script template (dev).py -> build/lib/setuptools copying setuptools/ssl_support.py -> build/lib/setuptools copying setuptools/sandbox.py -> build/lib/setuptools copying setuptools/__init__.py -> build/lib/setuptools copying setuptools/py24compat.py -> build/lib/setuptools copying setuptools/dist.py -> build/lib/setuptools copying setuptools/extension.py -> build/lib/setuptools copying setuptools/compat.py -> build/lib/setuptools copying setuptools/script template.py -> build/lib/setuptools copying setuptools/package_index.py -> build/lib/setuptools copying setuptools/depends.py -> build/lib/setuptools copying setuptools/archive_util.py -> build/lib/setuptools copying setuptools/site-patch.py -> build/lib/setuptools copying setuptools/py27compat.py -> build/lib/setuptools creating build/lib/setuptools/tests copying setuptools/tests/test_test.py -> build/lib/setuptools/tests copying setuptools/tests/__init__.py -> build/lib/setuptools/tests copying setuptools/tests/test_build_ext.py -> build/lib/setuptools/tests copying setuptools/tests/test_bdist_egg.py -> build/lib/setuptools/tests copying setuptools/tests/test_dist_info.py -> build/lib/setuptools/tests copying setuptools/tests/doctest.py -> build/lib/setuptools/tests copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests copying setuptools/tests/test_egg_info.py -> build/lib/setuptools/tests copying setuptools/tests/test_easy_install.py -> build/lib/setuptools/tests copying setuptools/tests/server.py -> build/lib/setuptools/tests copying setuptools/tests/test_sandbox.py -> build/lib/setuptools/tests copying setuptools/tests/py26compat.py -> build/lib/setuptools/tests copying setuptools/tests/test_sdist.py -> build/lib/setuptools/tests copying setuptools/tests/test_markerlib.py -> build/lib/setuptools/tests copying setuptools/tests/test_develop.py -> build/lib/setuptools/tests copying setuptools/tests/test_upload_docs.py -> build/lib/setuptools/tests copying setuptools/tests/test_packageindex.py -> build/lib/setuptools/tests creating build/lib/setuptools/_backport copying setuptools/_backport/__init__.py -> build/lib/setuptools/_backport creating build/lib/setuptools/command copying setuptools/command/install_scripts.py -> build/lib/setuptools/command copying setuptools/command/build_py.py -> build/lib/setuptools/command copying setuptools/command/__init__.py -> build/lib/setuptools/command copying setuptools/command/rotate.py -> build/lib/setuptools/command copying setuptools/command/build_ext.py -> build/lib/setuptools/command copying setuptools/command/upload.py -> build/lib/setuptools/command copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command copying setuptools/command/easy_install.py -> build/lib/setuptools/command copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command copying setuptools/command/upload_docs.py -> build/lib/setuptools/command copying setuptools/command/alias.py -> build/lib/setuptools/command copying setuptools/command/setopt.py -> build/lib/setuptools/command copying setuptools/command/sdist.py -> build/lib/setuptools/command copying setuptools/command/develop.py -> build/lib/setuptools/command copying setuptools/command/install.py -> build/lib/setuptools/command copying setuptools/command/saveopts.py -> build/lib/setuptools/command copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command copying setuptools/command/install_lib.py -> build/lib/setuptools/command copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command copying setuptools/command/test.py -> build/lib/setuptools/command copying setuptools/command/register.py -> build/lib/setuptools/command copying setuptools/command/egg_info.py -> build/lib/setuptools/command creating build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/__init__.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha256.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha512.py -> build/lib/setuptools/_backport/hashlib + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eKlgxb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch + cd setuptools-0.9.8 + rm -rf /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages copying build/lib/easy_install.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/_markerlib copying build/lib/_markerlib/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/_markerlib copying build/lib/_markerlib/markers.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/_markerlib copying build/lib/pkg_resources.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/script template (dev).py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/ssl_support.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/sandbox.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/py24compat.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/dist.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/extension.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_test.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_build_ext.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_bdist_egg.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_dist_info.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/doctest.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_resources.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_egg_info.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_easy_install.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/server.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_sandbox.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/py26compat.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_sdist.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_markerlib.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_develop.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_upload_docs.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_packageindex.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests copying build/lib/setuptools/compat.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/script template.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport copying build/lib/setuptools/_backport/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha256.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha512.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/package_index.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/depends.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools creating /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/install_scripts.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/build_py.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/__init__.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/rotate.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/build_ext.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/upload.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_egg.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/easy_install.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_wininst.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/upload_docs.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/alias.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/setopt.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/sdist.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/develop.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/install.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/saveopts.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_rpm.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/install_lib.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/install_egg_info.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/test.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/register.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/command/egg_info.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command copying build/lib/setuptools/archive_util.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/site-patch.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools copying build/lib/setuptools/py27compat.py -> /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/easy_install.py to easy_install.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/_markerlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/_markerlib/markers.py to markers.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/pkg_resources.py to pkg_resources.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/script template (dev).py to script template (dev).pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/ssl_support.py to ssl_support.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/sandbox.py to sandbox.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/py24compat.py to py24compat.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/dist.py to dist.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_test.py to test_test.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_build_ext.py to test_build_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_bdist_egg.py to test_bdist_egg.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_dist_info.py to test_dist_info.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/doctest.py to doctest.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_resources.py to test_resources.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_egg_info.py to test_egg_info.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_easy_install.py to test_easy_install.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_sandbox.py to test_sandbox.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/py26compat.py to py26compat.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_sdist.py to test_sdist.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_markerlib.py to test_markerlib.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_develop.py to test_develop.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests/test_packageindex.py to test_packageindex.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/script template.py to script template.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib/_sha256.py to _sha256.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib/_sha.py to _sha.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/_backport/hashlib/_sha512.py to _sha512.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/package_index.py to package_index.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/depends.py to depends.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/install_scripts.py to install_scripts.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/build_py.py to build_py.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/rotate.py to rotate.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/build_ext.py to build_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/upload.py to upload.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/bdist_egg.py to bdist_egg.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py to easy_install.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/bdist_wininst.py to bdist_wininst.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/upload_docs.py to upload_docs.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/alias.py to alias.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/setopt.py to setopt.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/sdist.py to sdist.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/develop.py to develop.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/saveopts.py to saveopts.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/bdist_rpm.py to bdist_rpm.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/install_lib.py to install_lib.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/install_egg_info.py to install_egg_info.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/register.py to register.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py to egg_info.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/archive_util.py to archive_util.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/site-patch.py to site-patch.pyc byte-compiling /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/py27compat.py to py27compat.pyc running install_egg_info running egg_info writing dependency_links to setuptools.egg-info/dependency_links.txt writing requirements to setuptools.egg-info/requires.txt writing setuptools.egg-info/PKG-INFO writing top-level names to setuptools.egg-info/top_level.txt writing entry points to setuptools.egg-info/entry_points.txt reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'setuptools.egg-info/SOURCES.txt' Copying setuptools.egg-info to /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools-0.9.8-py2.7.egg-info running install_scripts Installing easy_install script to /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/bin Installing easy_install-2.7 script to /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/tests + install -p -m 0644 /builddir/build/SOURCES/psfl.txt /builddir/build/SOURCES/zpl.txt . + find /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages -name '*.exe' + xargs rm -f + chmod +x /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py + /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/setuptools-0.9.8 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /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-setuptools-0.9.8-3.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7ajbDQ + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + LANG=en_US.utf8 + /usr/bin/python setup.py test running test running egg_info writing requirements to setuptools.egg-info/requires.txt writing setuptools.egg-info/PKG-INFO writing top-level names to setuptools.egg-info/top_level.txt writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'setuptools.egg-info/SOURCES.txt' running build_ext testExtractConst (setuptools.tests.DependsTests) ... ok testFindModule (setuptools.tests.DependsTests) ... ok testModuleExtract (setuptools.tests.DependsTests) ... ok testRequire (setuptools.tests.DependsTests) ... ok testContents (setuptools.tests.DistroTests) ... ok testDistroType (setuptools.tests.DistroTests) ... ok testEmpty (setuptools.tests.DistroTests) ... ok testExcludePackage (setuptools.tests.DistroTests) ... ok testExcludePackages (setuptools.tests.DistroTests) ... ok testIncludeExclude (setuptools.tests.DistroTests) ... ok testInvalidIncludeExclude (setuptools.tests.DistroTests) ... ok testAvailability (setuptools.tests.FeatureTests) ... ok testDefaults (setuptools.tests.FeatureTests) ... ok testFeatureOptions (setuptools.tests.FeatureTests) ... ok testFeatureWithInvalidRemove (setuptools.tests.FeatureTests) ... ok testUseFeatures (setuptools.tests.FeatureTests) ... ok testConflictingOptions (setuptools.tests.TestCommandTests) ... ok testDefaultSuite (setuptools.tests.TestCommandTests) ... ok testDefaultWModuleOnCmdLine (setuptools.tests.TestCommandTests) ... ok testLongOptSuiteWNoDefault (setuptools.tests.TestCommandTests) ... ok testNoSuite (setuptools.tests.TestCommandTests) ... ok testTestIsCommand (setuptools.tests.TestCommandTests) ... ok /builddir/build/BUILD/setuptools-0.9.8/tests/api_tests.txt Doctest: api_tests.txt ... ok test_test (setuptools.tests.test_test.TestTestTest) ... test_test (name.space.tests.TestTest) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.003s OK ok test_get_ext_filename (setuptools.tests.test_build_ext.TestBuildExtTest) ... ok test_bdist_egg (setuptools.tests.test_bdist_egg.TestDevelopTest) ... zip_safe flag not set; analyzing archive contents... ok test_conditional_dependencies (setuptools.tests.test_dist_info.TestDistInfo) ... ok test_distinfo (setuptools.tests.test_dist_info.TestDistInfo) ... ok testCollection (setuptools.tests.test_resources.DistroTests) ... ok testDistroBasics (setuptools.tests.test_resources.DistroTests) ... ok testDistroDependsOptions (setuptools.tests.test_resources.DistroTests) ... ok testDistroDependsSimple (setuptools.tests.test_resources.DistroTests) ... ok testDistroMetadata (setuptools.tests.test_resources.DistroTests) ... ok testDistroParse (setuptools.tests.test_resources.DistroTests) ... ok testResolve (setuptools.tests.test_resources.DistroTests) ... ok testBasics (setuptools.tests.test_resources.EntryPointTests) ... ok testParse (setuptools.tests.test_resources.EntryPointTests) ... ok testParseList (setuptools.tests.test_resources.EntryPointTests) ... ok testParseMap (setuptools.tests.test_resources.EntryPointTests) ... ok testRejects (setuptools.tests.test_resources.EntryPointTests) ... ok test_two_levels_deep (setuptools.tests.test_resources.NamespaceTests) ... ok testEmptyParse (setuptools.tests.test_resources.ParseTests) ... ok testSafeName (setuptools.tests.test_resources.ParseTests) ... ok testSafeVersion (setuptools.tests.test_resources.ParseTests) ... ok testSimpleRequirements (setuptools.tests.test_resources.ParseTests) ... ok testSplitting (setuptools.tests.test_resources.ParseTests) ... ok testVersionEquality (setuptools.tests.test_resources.ParseTests) ... ok testVersionOrdering (setuptools.tests.test_resources.ParseTests) ... ok testYielding (setuptools.tests.test_resources.ParseTests) ... ok testAdvancedContains (setuptools.tests.test_resources.RequirementsTests) ... ok testBasicContains (setuptools.tests.test_resources.RequirementsTests) ... ok testBasics (setuptools.tests.test_resources.RequirementsTests) ... ok testOptionsAndHashing (setuptools.tests.test_resources.RequirementsTests) ... ok testOrdering (setuptools.tests.test_resources.RequirementsTests) ... ok testSetuptoolsProjectName (setuptools.tests.test_resources.RequirementsTests) ... ok testVersionEquality (setuptools.tests.test_resources.RequirementsTests) ... ok test_get_script_header (setuptools.tests.test_resources.ScriptHeaderTests) ... ok test_get_script_header_jython_workaround (setuptools.tests.test_resources.ScriptHeaderTests) ... ok test_version_10_format (setuptools.tests.test_egg_info.TestEggInfo) ... ok test_get_script_args (setuptools.tests.test_easy_install.TestEasyInstallTest) ... ok test_install_site_py (setuptools.tests.test_easy_install.TestEasyInstallTest) ... Creating /tmp/tmpx3nzkc/site.py ok test_no_find_links (setuptools.tests.test_easy_install.TestEasyInstallTest) ... Not found: link1 Not found: link2 ok test_add_from_cwd_site_sets_dirty (setuptools.tests.test_easy_install.TestPTHFileWriter) a pth file manager should set dirty ... /builddir/build/BUILD/setuptools-0.9.8/setuptools/command/easy_install.py:1656: UserWarning: Unbuilt egg for Unknown [unknown version] (/builddir/build/BUILD/setuptools-0.9.8) Environment.add(self,dist) ok test_add_from_site_is_ignored (setuptools.tests.test_easy_install.TestPTHFileWriter) ... /builddir/build/BUILD/setuptools-0.9.8/setuptools/command/easy_install.py:1656: UserWarning: Unbuilt egg for Unknown [unknown version] (/test/location/does-not-have-to-exist) Environment.add(self,dist) ok test_setup_requires_honors_fetch_params (setuptools.tests.test_easy_install.TestSetupRequires) ... Creating /tmp/tmp2384yy/site.py Processing setuptools-test-fetcher-1.0.tar.gz Writing /tmp/easy_install-fuNx1C/setup.cfg Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-fuNx1C/egg-dist-tmp-3OZYKS Searching for does-not-exist Reading http://localhost:43649/does-not-exist/ 127.0.0.1 - - [20/May/2015 17:18:57] "GET /does-not-exist/ HTTP/1.1" 200 - Scanning index of all packages (this may take a while) Reading http://localhost:43649/ Couldn't find index page for 'does-not-exist' (maybe misspelled?) 127.0.0.1 - - [20/May/2015 17:18:57] "GET / HTTP/1.1" 200 - No local packages or download links found for does-not-exist ok test_local_index (setuptools.tests.test_easy_install.TestUserInstallTest) ... ok test_multiproc_atexit (setuptools.tests.test_easy_install.TestUserInstallTest) ... INFO:test_easy_install:this should not break ok test_setup_requires (setuptools.tests.test_easy_install.TestUserInstallTest) Regression test for Distribute issue #318 ... ok test_user_install_implied (setuptools.tests.test_easy_install.TestUserInstallTest) ... ok test_user_install_not_implied_without_usersite_enabled (setuptools.tests.test_easy_install.TestUserInstallTest) ... ok test_devnull (setuptools.tests.test_sandbox.TestSandbox) ... ok test_manifest_is_read_with_utf8_encoding (setuptools.tests.test_sdist.TestSdistTest) ... ok test_manifest_is_written_with_utf8_encoding (setuptools.tests.test_sdist.TestSdistTest) ... ok test_package_data_in_sdist (setuptools.tests.test_sdist.TestSdistTest) Regression test for pull request #4: ensures that files listed in ... ok test_sdist_with_latin1_encoded_filename (setuptools.tests.test_sdist.TestSdistTest) ... ok test_sdist_with_utf8_encoded_filename (setuptools.tests.test_sdist.TestSdistTest) ... ok test_markers (setuptools.tests.test_markerlib.TestMarkerlib) ... ok test_develop (setuptools.tests.test_develop.TestDevelopTest) ... running egg_info creating foo.egg-info writing foo.egg-info/PKG-INFO writing top-level names to foo.egg-info/top_level.txt writing dependency_links to foo.egg-info/dependency_links.txt writing manifest file 'foo.egg-info/SOURCES.txt' reading manifest file 'foo.egg-info/SOURCES.txt' writing manifest file 'foo.egg-info/SOURCES.txt' running build_ext Creating /tmp/tmparziDv/foo.egg-link (link to .) Adding foo 0.0 to easy-install.pth file Installed /tmp/tmpvCZ96F Processing dependencies for foo==0.0 Finished processing dependencies for foo==0.0 ok test_create_zipfile (setuptools.tests.test_upload_docs.TestUploadDocsTest) ... ok test_blank_md5 (setuptools.tests.test_packageindex.TestContentCheckers) Content checks should succeed if a hash is empty ... ok test_get_hash_name_md5 (setuptools.tests.test_packageindex.TestContentCheckers) ... ok test_md5 (setuptools.tests.test_packageindex.TestContentCheckers) ... ok test_other_fragment (setuptools.tests.test_packageindex.TestContentCheckers) Content checks should succeed silently if no hash is present ... ok test_report (setuptools.tests.test_packageindex.TestContentCheckers) ... ok test__vcs_split_rev_from_url (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_bad_url_bad_port (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_bad_url_bad_status_line (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_bad_url_double_scheme (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_bad_url_screwy_href (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_bad_url_typo (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_links_priority (setuptools.tests.test_packageindex.TestPackageIndex) ... Reading http://127.0.0.1:53486/setuptools/tests/indexes/test_links_priority/simple/foobar/ 127.0.0.1 - - [20/May/2015 17:18:58] "GET /setuptools/tests/indexes/test_links_priority/simple/foobar/ HTTP/1.1" 200 - Reading http://127.0.0.1:53486/setuptools/tests/indexes/test_links_priority/external.html 127.0.0.1 - - [20/May/2015 17:18:58] "GET /setuptools/tests/indexes/test_links_priority/external.html HTTP/1.1" 200 - 127.0.0.1 - - [20/May/2015 17:18:58] "GET / HTTP/1.1" 200 - ok test_parse_bdist_wininst (setuptools.tests.test_packageindex.TestPackageIndex) ... ok test_url_ok (setuptools.tests.test_packageindex.TestPackageIndex) ... ok ---------------------------------------------------------------------- Ran 93 tests in 2.412s OK Processing files: python-setuptools-0.9.8-3.el7.noarch + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cAJS1m + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + DOCDIR=/builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/share/doc/python-setuptools-0.9.8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/share/doc/python-setuptools-0.9.8 + cp -pr 'CHANGES (links).txt' CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt psfl.txt zpl.txt /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/share/doc/python-setuptools-0.9.8 + cp -pr docs /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch/usr/share/doc/python-setuptools-0.9.8 + exit 0 Provides: python-distribute = 0.9.8-3.el7 python-setuptools = 0.9.8-3.el7 python-setuptools-devel = 0.9.8-3.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: /usr/bin/python python(abi) = 2.7 Obsoletes: python-setuptools-devel < 0.6.7-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch Wrote: /builddir/build/RPMS/python-setuptools-0.9.8-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FlmHzz + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-setuptools-0.9.8-3.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->