Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-setuptools.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1672/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-setuptools.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} warning: bogus date in %changelog: Fri Nov 25 2013 Robert Kuska - 0.9.8-3 warning: bogus date in %changelog: Fri Nov 25 2013 Robert Kuska - 0.9.8-1 warning: bogus date in %changelog: Thu Jan 29 2010 Toshio Kuratomi - 0.6.10-2 warning: bogus date in %changelog: Thu Jan 29 2010 Toshio Kuratomi - 0.6.10-1 warning: bogus date in %changelog: Thu Jan 22 2010 David Malcolm - 0.6.9-2 warning: Could not canonicalize hostname: i-00012a1c Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python33-python-setuptools-0.9.8-3.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-setuptools.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1672/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-setuptools.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZRW2R4 warning: bogus date in %changelog: Fri Nov 25 2013 Robert Kuska - 0.9.8-3 warning: bogus date in %changelog: Fri Nov 25 2013 Robert Kuska - 0.9.8-1 warning: bogus date in %changelog: Thu Jan 29 2010 Toshio Kuratomi - 0.6.10-2 warning: bogus date in %changelog: Thu Jan 29 2010 Toshio Kuratomi - 0.6.10-1 warning: bogus date in %changelog: Thu Jan 22 2010 David Malcolm - 0.6.9-2 + 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 . + echo 'Patch #0 (distribute-skip-sdist_with_utf8_encoded_filename.patch):' Patch #0 (distribute-skip-sdist_with_utf8_encoded_filename.patch): + /usr/bin/cat /builddir/build/SOURCES/distribute-skip-sdist_with_utf8_encoded_filename.patch + /usr/bin/patch -p1 --fuzz=0 patching file setuptools/tests/test_sdist.py + echo 'Patch #1 (setuptools-ssl-match_hostname-wildcard.patch):' Patch #1 (setuptools-ssl-match_hostname-wildcard.patch): + /usr/bin/cat /builddir/build/SOURCES/setuptools-ssl-match_hostname-wildcard.patch + /usr/bin/patch -p1 --fuzz=0 patching file setuptools/ssl_support.py + find -name '*.txt' -exec chmod -x '{}' ';' + find . -name '*.orig' -exec rm '{}' ';' + for file in setuptools/command/easy_install.py + sed -i '1s|^#!python|#!/opt/rh/python33/root/usr/bin/python3|' setuptools/command/easy_install.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hmPmGx + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + scl enable python33 - 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/setuptools copying setuptools/archive_util.py -> build/lib/setuptools copying setuptools/script template (dev).py -> build/lib/setuptools copying setuptools/depends.py -> build/lib/setuptools copying setuptools/extension.py -> build/lib/setuptools copying setuptools/dist.py -> build/lib/setuptools copying setuptools/ssl_support.py -> build/lib/setuptools copying setuptools/py27compat.py -> build/lib/setuptools copying setuptools/package_index.py -> build/lib/setuptools copying setuptools/script template.py -> build/lib/setuptools copying setuptools/sandbox.py -> build/lib/setuptools copying setuptools/compat.py -> build/lib/setuptools copying setuptools/py24compat.py -> build/lib/setuptools copying setuptools/__init__.py -> build/lib/setuptools copying setuptools/site-patch.py -> build/lib/setuptools creating build/lib/_markerlib copying _markerlib/markers.py -> build/lib/_markerlib copying _markerlib/__init__.py -> build/lib/_markerlib creating build/lib/setuptools/command copying setuptools/command/egg_info.py -> build/lib/setuptools/command copying setuptools/command/install_lib.py -> build/lib/setuptools/command copying setuptools/command/rotate.py -> build/lib/setuptools/command copying setuptools/command/install.py -> build/lib/setuptools/command copying setuptools/command/setopt.py -> build/lib/setuptools/command copying setuptools/command/register.py -> build/lib/setuptools/command copying setuptools/command/upload_docs.py -> build/lib/setuptools/command copying setuptools/command/install_scripts.py -> build/lib/setuptools/command copying setuptools/command/alias.py -> build/lib/setuptools/command copying setuptools/command/upload.py -> build/lib/setuptools/command copying setuptools/command/sdist.py -> build/lib/setuptools/command copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command copying setuptools/command/build_py.py -> build/lib/setuptools/command copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command copying setuptools/command/easy_install.py -> build/lib/setuptools/command copying setuptools/command/develop.py -> build/lib/setuptools/command copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command copying setuptools/command/__init__.py -> build/lib/setuptools/command copying setuptools/command/test.py -> build/lib/setuptools/command copying setuptools/command/saveopts.py -> build/lib/setuptools/command copying setuptools/command/build_ext.py -> build/lib/setuptools/command copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command creating build/lib/setuptools/tests copying setuptools/tests/test_sandbox.py -> build/lib/setuptools/tests copying setuptools/tests/test_sdist.py -> build/lib/setuptools/tests copying setuptools/tests/py26compat.py -> build/lib/setuptools/tests copying setuptools/tests/test_build_ext.py -> build/lib/setuptools/tests copying setuptools/tests/server.py -> build/lib/setuptools/tests copying setuptools/tests/test_egg_info.py -> build/lib/setuptools/tests copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests copying setuptools/tests/test_upload_docs.py -> build/lib/setuptools/tests copying setuptools/tests/test_dist_info.py -> build/lib/setuptools/tests copying setuptools/tests/test_markerlib.py -> build/lib/setuptools/tests copying setuptools/tests/test_bdist_egg.py -> build/lib/setuptools/tests copying setuptools/tests/test_test.py -> build/lib/setuptools/tests copying setuptools/tests/test_develop.py -> build/lib/setuptools/tests copying setuptools/tests/doctest.py -> build/lib/setuptools/tests copying setuptools/tests/test_easy_install.py -> build/lib/setuptools/tests copying setuptools/tests/test_packageindex.py -> build/lib/setuptools/tests copying setuptools/tests/__init__.py -> build/lib/setuptools/tests creating build/lib/setuptools/_backport copying setuptools/_backport/__init__.py -> build/lib/setuptools/_backport creating build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha512.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/_sha256.py -> build/lib/setuptools/_backport/hashlib copying setuptools/_backport/hashlib/__init__.py -> build/lib/setuptools/_backport/hashlib + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jtbTo1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 + cd setuptools-0.9.8 + rm -rf /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 + scl enable python33 ' /opt/rh/python33/root/usr/bin/python3 setup.py install --skip-build --root /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 ' running install running install_lib creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33 creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3 creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages copying build/lib/pkg_resources.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/egg_info.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/install_lib.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/rotate.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/install.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/setopt.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/register.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/upload_docs.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/install_scripts.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/alias.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/upload.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/sdist.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_egg.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/build_py.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_rpm.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/easy_install.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/develop.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/install_egg_info.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/test.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/saveopts.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/build_ext.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_wininst.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command copying build/lib/setuptools/archive_util.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/script template (dev).py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/depends.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/extension.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/dist.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/ssl_support.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/py27compat.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/package_index.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_sandbox.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_sdist.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/py26compat.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_build_ext.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/server.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_egg_info.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_resources.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_upload_docs.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_dist_info.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_markerlib.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_bdist_egg.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_test.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_develop.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/doctest.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_easy_install.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/test_packageindex.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/tests/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests copying build/lib/setuptools/script template.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/sandbox.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/compat.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/py24compat.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools copying build/lib/setuptools/site-patch.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha512.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/_sha256.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/hashlib/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib copying build/lib/setuptools/_backport/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport creating /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/_markerlib copying build/lib/_markerlib/markers.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/_markerlib copying build/lib/_markerlib/__init__.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/_markerlib copying build/lib/easy_install.py -> /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/pkg_resources.py to pkg_resources.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/egg_info.py to egg_info.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/install_lib.py to install_lib.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/rotate.py to rotate.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/install.py to install.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/setopt.py to setopt.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/register.py to register.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/upload_docs.py to upload_docs.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/install_scripts.py to install_scripts.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/alias.py to alias.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/upload.py to upload.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/sdist.py to sdist.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/bdist_egg.py to bdist_egg.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/build_py.py to build_py.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/bdist_rpm.py to bdist_rpm.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/easy_install.py to easy_install.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/develop.py to develop.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/install_egg_info.py to install_egg_info.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/test.py to test.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/saveopts.py to saveopts.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/build_ext.py to build_ext.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/command/bdist_wininst.py to bdist_wininst.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/archive_util.py to archive_util.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/script template (dev).py to script template (dev).cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/depends.py to depends.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/extension.py to extension.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/dist.py to dist.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/ssl_support.py to ssl_support.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/py27compat.py to py27compat.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/package_index.py to package_index.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_sandbox.py to test_sandbox.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_sdist.py to test_sdist.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/py26compat.py to py26compat.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_build_ext.py to test_build_ext.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/server.py to server.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_egg_info.py to test_egg_info.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_resources.py to test_resources.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_upload_docs.py to test_upload_docs.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_dist_info.py to test_dist_info.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_markerlib.py to test_markerlib.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_bdist_egg.py to test_bdist_egg.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_test.py to test_test.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_develop.py to test_develop.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/doctest.py to doctest.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_easy_install.py to test_easy_install.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/test_packageindex.py to test_packageindex.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/script template.py to script template.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/sandbox.py to sandbox.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/compat.py to compat.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/py24compat.py to py24compat.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/site-patch.py to site-patch.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib/_sha512.py to _sha512.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib/_sha.py to _sha.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib/_sha256.py to _sha256.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/hashlib/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/_backport/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/_markerlib/markers.py to markers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/_markerlib/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/easy_install.py to easy_install.cpython-33.pyc running install_egg_info running egg_info writing dependency_links to setuptools.egg-info/dependency_links.txt writing setuptools.egg-info/PKG-INFO writing entry points to setuptools.egg-info/entry_points.txt writing top-level names to setuptools.egg-info/top_level.txt writing requirements to setuptools.egg-info/requires.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/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools-0.9.8-py3.3.egg-info running install_scripts Installing easy_install script to /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/bin Installing easy_install-3.3 script to /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/bin + rm -rf /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages/setuptools/tests + install -p -m 0644 /builddir/build/SOURCES/psfl.txt /builddir/build/SOURCES/zpl.txt . + find /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/site-packages -name '*.exe' + xargs rm -f + chmod +x /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/lib/python3.3/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 110000000 /builddir/build/BUILD/setuptools-0.9.8 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/python33/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable python33 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-33 /opt/rh/python33/root/usr/bin/python3 1 /opt/rh/python33/root' + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pbJjSy + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + scl enable python33 ' /opt/rh/python33/root/usr/bin/python3 setup.py test ' running test running egg_info writing top-level names to setuptools.egg-info/top_level.txt writing setuptools.egg-info/PKG-INFO writing dependency_links to setuptools.egg-info/dependency_links.txt writing requirements to setuptools.egg-info/requires.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_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_read_manifest_skips_non_utf8_filenames (setuptools.tests.test_sdist.TestSdistTest) ... ok test_sdist_with_latin1_encoded_filename (setuptools.tests.test_sdist.TestSdistTest) ... ok test_sdist_with_utf8_encoded_filename (setuptools.tests.test_sdist.TestSdistTest) ... skipped 'Unittest fails if locale is not utf-8 but the manifests is recorded correctly' test_write_manifest_allows_utf8_filenames (setuptools.tests.test_sdist.TestSdistTest) ... ok test_write_manifest_skips_non_utf8_filenames (setuptools.tests.test_sdist.TestSdistTest) ... ok test_get_ext_filename (setuptools.tests.test_build_ext.TestBuildExtTest) ... ok test_version_10_format (setuptools.tests.test_egg_info.TestEggInfo) ... 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_create_zipfile (setuptools.tests.test_upload_docs.TestUploadDocsTest) ... ok test_conditional_dependencies (setuptools.tests.test_dist_info.TestDistInfo) ... ok test_distinfo (setuptools.tests.test_dist_info.TestDistInfo) ... ok test_markers (setuptools.tests.test_markerlib.TestMarkerlib) ... ok test_bdist_egg (setuptools.tests.test_bdist_egg.TestDevelopTest) ... zip_safe flag not set; analyzing archive contents... ok test_test (setuptools.tests.test_test.TestTestTest) ... test_test (name.space.tests.TestTest) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK ok test_develop (setuptools.tests.test_develop.TestDevelopTest) ... running build_py creating build creating build/lib creating build/lib/foo copying foo/__init__.py -> build/lib/foo Fixing build/lib/foo/__init__.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma Fixing build/lib/foo/__init__.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma running egg_info creating /tmp/tmpys2x1c/build/lib/foo.egg-info writing top-level names to /tmp/tmpys2x1c/build/lib/foo.egg-info/top_level.txt writing dependency_links to /tmp/tmpys2x1c/build/lib/foo.egg-info/dependency_links.txt writing /tmp/tmpys2x1c/build/lib/foo.egg-info/PKG-INFO writing manifest file '/tmp/tmpys2x1c/build/lib/foo.egg-info/SOURCES.txt' reading manifest file '/tmp/tmpys2x1c/build/lib/foo.egg-info/SOURCES.txt' writing manifest file '/tmp/tmpys2x1c/build/lib/foo.egg-info/SOURCES.txt' running build_ext Creating /tmp/tmp2br2z0/foo.egg-link (link to .) Adding foo 0.0 to easy-install.pth file Installed /tmp/tmpys2x1c/build/lib Processing dependencies for foo==0.0 Finished processing dependencies for foo==0.0 ok test_get_script_args (setuptools.tests.test_easy_install.TestEasyInstallTest) ... ok test_install_site_py (setuptools.tests.test_easy_install.TestEasyInstallTest) ... Creating /tmp/tmpwphi36/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/tmppvnaok/site.py Processing setuptools-test-fetcher-1.0.tar.gz Writing /tmp/easy_install-hy58e9/setup.cfg Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-hy58e9/egg-dist-tmp-066iog Searching for does-not-exist Reading http://localhost:57306/does-not-exist/ 127.0.0.1 - - [14/Aug/2014 14:26:56] "GET /does-not-exist/ HTTP/1.1" 200 - Download error on http://localhost:57306/does-not-exist/: '' -- Some packages may not be found! Couldn't find index page for 'does-not-exist' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://localhost:57306/ 127.0.0.1 - - [14/Aug/2014 14:26:56] "GET / HTTP/1.1" 200 - Download error on http://localhost:57306/: '' -- Some packages may not be found! 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) ... /opt/rh/python33/root/usr/lib64/python3.3/logging/__init__.py:549: ResourceWarning: unclosed s = self.formatMessage(record) /opt/rh/python33/root/usr/lib64/python3.3/logging/__init__.py:549: ResourceWarning: unclosed s = self.formatMessage(record) 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_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:40084/setuptools/tests/indexes/test_links_priority/simple/foobar/ Reading http://127.0.0.1:40084/setuptools/tests/indexes/test_links_priority/external.html 127.0.0.1 - - [14/Aug/2014 14:26:56] "GET /setuptools/tests/indexes/test_links_priority/simple/foobar/ HTTP/1.1" 200 - 127.0.0.1 - - [14/Aug/2014 14:26:56] "GET /setuptools/tests/indexes/test_links_priority/external.html HTTP/1.1" 200 - 127.0.0.1 - - [14/Aug/2014 14:26:57] "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 96 tests in 1.914s OK (skipped=1) + exit 0 Processing files: python33-python-setuptools-0.9.8-3.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pqE3Ve + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + DOCDIR=/builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/share/doc/python33-python-setuptools-0.9.8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/share/doc/python33-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/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/share/doc/python33-python-setuptools-0.9.8 + cp -pr docs /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64/opt/rh/python33/root/usr/share/doc/python33-python-setuptools-0.9.8 + exit 0 Provides: python33-python-distribute = 0.9.8-3.el7.centos python33-python-setuptools = 0.9.8-3.el7.centos python33-python-setuptools-devel = 0.9.8-3.el7.centos scl-package(python33) 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: /opt/rh/python33/root/usr/bin/python3 python33-python(abi) = 3.3 Obsoletes: python33-python-setuptools-devel < 0.6.7-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 warning: Could not canonicalize hostname: i-00012a1c Wrote: /builddir/build/RPMS/python33-python-setuptools-0.9.8-3.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jbVfUL + umask 022 + cd /builddir/build/BUILD + cd setuptools-0.9.8 + rm -rf /builddir/build/BUILDROOT/python33-python-setuptools-0.9.8-3.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->