Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pip.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6852/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pip.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-958866982 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pip-1.5.6-5.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pip.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6852/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pip.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N7ppby + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pip-1.5.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/pip-1.5.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pip-1.5.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + tar -xf /builddir/build/SOURCES/pip-1.5.6-tests.tar.gz + echo 'Patch #0 (pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch):' Patch #0 (pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch): + /usr/bin/cat /builddir/build/SOURCES/pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch + /usr/bin/patch -p1 --fuzz=0 patching file pip/commands/install.py Hunk #1 succeeded at 135 (offset -2 lines). Hunk #2 succeeded at 288 (offset 7 lines). patching file pip/req.py Hunk #1 succeeded at 660 (offset 45 lines). Hunk #2 succeeded at 896 (offset 48 lines). patching file pip/wheel.py Hunk #1 succeeded at 134 (offset -2 lines). Hunk #2 succeeded at 363 (offset 6 lines). + echo 'Patch #1 (local-dos.patch):' Patch #1 (local-dos.patch): + /usr/bin/cat /builddir/build/SOURCES/local-dos.patch + /usr/bin/patch -p1 --fuzz=0 (Stripping trailing CRs from patch; use --binary to disable.) patching file pip/cmdoptions.py (Stripping trailing CRs from patch; use --binary to disable.) patching file pip/commands/install.py Hunk #2 succeeded at 197 (offset 8 lines). Hunk #3 succeeded at 206 (offset 8 lines). Hunk #4 succeeded at 255 (offset -1 lines). (Stripping trailing CRs from patch; use --binary to disable.) patching file pip/commands/wheel.py (Stripping trailing CRs from patch; use --binary to disable.) patching file pip/util.py + echo 'Patch #2 (skip-network-tests.patch):' Patch #2 (skip-network-tests.patch): + /usr/bin/cat /builddir/build/SOURCES/skip-network-tests.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/functional/test_bundle.py patching file tests/functional/test_freeze.py patching file tests/functional/test_install_cleanup.py patching file tests/functional/test_install_compat.py patching file tests/functional/test_install_config.py patching file tests/functional/test_install_download.py patching file tests/functional/test_install_extras.py patching file tests/functional/test_install.py patching file tests/functional/test_install_reqs.py patching file tests/functional/test_install_upgrade.py patching file tests/functional/test_install_user.py patching file tests/functional/test_install_vcs_git.py patching file tests/functional/test_install_vcs.py patching file tests/functional/test_install_vcs_svn.py patching file tests/functional/test_install_wheel.py patching file tests/functional/test_list.py patching file tests/functional/test_search.py patching file tests/functional/test_show.py patching file tests/functional/test_uninstall.py patching file tests/functional/test_uninstall_user.py patching file tests/functional/test_wheel.py patching file tests/unit/test_finder.py patching file tests/unit/test_req.py patching file tests/functional/test_install_cleanup.py patching file tests/functional/test_install_vcs_git.py + /usr/bin/sed -i 1d pip/__init__.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I4CeDY + umask 022 + cd /builddir/build/BUILD + cd pip-1.5.6 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/pip copying pip/__init__.py -> build/lib/pip copying pip/util.py -> build/lib/pip copying pip/cmdoptions.py -> build/lib/pip copying pip/wheel.py -> build/lib/pip copying pip/req.py -> build/lib/pip copying pip/status_codes.py -> build/lib/pip copying pip/runner.py -> build/lib/pip copying pip/pep425tags.py -> build/lib/pip copying pip/log.py -> build/lib/pip copying pip/locations.py -> build/lib/pip copying pip/index.py -> build/lib/pip copying pip/exceptions.py -> build/lib/pip copying pip/download.py -> build/lib/pip copying pip/baseparser.py -> build/lib/pip copying pip/basecommand.py -> build/lib/pip copying pip/__main__.py -> build/lib/pip creating build/lib/pip/vcs copying pip/vcs/subversion.py -> build/lib/pip/vcs copying pip/vcs/mercurial.py -> build/lib/pip/vcs copying pip/vcs/git.py -> build/lib/pip/vcs copying pip/vcs/bazaar.py -> build/lib/pip/vcs copying pip/vcs/__init__.py -> build/lib/pip/vcs creating build/lib/pip/commands copying pip/commands/wheel.py -> build/lib/pip/commands copying pip/commands/install.py -> build/lib/pip/commands copying pip/commands/zip.py -> build/lib/pip/commands copying pip/commands/unzip.py -> build/lib/pip/commands copying pip/commands/uninstall.py -> build/lib/pip/commands copying pip/commands/show.py -> build/lib/pip/commands copying pip/commands/search.py -> build/lib/pip/commands copying pip/commands/list.py -> build/lib/pip/commands copying pip/commands/help.py -> build/lib/pip/commands copying pip/commands/freeze.py -> build/lib/pip/commands copying pip/commands/completion.py -> build/lib/pip/commands copying pip/commands/bundle.py -> build/lib/pip/commands copying pip/commands/__init__.py -> build/lib/pip/commands creating build/lib/pip/backwardcompat copying pip/backwardcompat/__init__.py -> build/lib/pip/backwardcompat creating build/lib/pip/_vendor copying pip/_vendor/six.py -> build/lib/pip/_vendor copying pip/_vendor/re-vendor.py -> build/lib/pip/_vendor copying pip/_vendor/pkg_resources.py -> build/lib/pip/_vendor copying pip/_vendor/__init__.py -> build/lib/pip/_vendor creating build/lib/pip/_vendor/requests copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/status_codes.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/hooks.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/cookies.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/compat.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/certs.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/auth.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/api.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests creating build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/utils.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/tokenizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/sanitizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/inputstream.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/ihatexml.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/html5parser.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/constants.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib creating build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib creating build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/winterm.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/win32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/initialise.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansi.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama creating build/lib/pip/_vendor/_markerlib copying pip/_vendor/_markerlib/markers.py -> build/lib/pip/_vendor/_markerlib copying pip/_vendor/_markerlib/__init__.py -> build/lib/pip/_vendor/_markerlib creating build/lib/pip/_vendor/requests/packages copying pip/_vendor/requests/packages/__init__.py -> build/lib/pip/_vendor/requests/packages creating build/lib/pip/_vendor/html5lib/trie copying pip/_vendor/html5lib/trie/py.py -> build/lib/pip/_vendor/html5lib/trie copying pip/_vendor/html5lib/trie/datrie.py -> build/lib/pip/_vendor/html5lib/trie copying pip/_vendor/html5lib/trie/_base.py -> build/lib/pip/_vendor/html5lib/trie copying pip/_vendor/html5lib/trie/__init__.py -> build/lib/pip/_vendor/html5lib/trie creating build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/pulldom.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/lxmletree.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/genshistream.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/etree.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/dom.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/_base.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/__init__.py -> build/lib/pip/_vendor/html5lib/treewalkers creating build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/dom.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/_base.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders creating build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/sax.py -> build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/__init__.py -> build/lib/pip/_vendor/html5lib/treeadapters creating build/lib/pip/_vendor/html5lib/serializer copying pip/_vendor/html5lib/serializer/htmlserializer.py -> build/lib/pip/_vendor/html5lib/serializer copying pip/_vendor/html5lib/serializer/__init__.py -> build/lib/pip/_vendor/html5lib/serializer creating build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/whitespace.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/sanitizer.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/optionaltags.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/lint.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/_base.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/__init__.py -> build/lib/pip/_vendor/html5lib/filters creating build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/tarfile.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/sysconfig.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/shutil.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/misc.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/__init__.py -> build/lib/pip/_vendor/distlib/_backport creating build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/response.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/request.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/filepost.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/fields.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/exceptions.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/_collections.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3 creating build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/utf8prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/universaldetector.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sjisprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcssm.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/latin1prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/jpcntx.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/jisfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euctwprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euckrprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/escsm.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/escprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/cp949prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/constants.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/compat.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/charsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/chardistribution.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/chardetect.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/big5prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/big5freq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/__init__.py -> build/lib/pip/_vendor/requests/packages/chardet creating build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/url.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/response.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/request.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/util creating build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/six.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages creating build/lib/pip/_vendor/requests/packages/urllib3/contrib copying pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib copying pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib copying pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib creating build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying pip/_vendor/requests/cacert.pem -> build/lib/pip/_vendor/requests copying pip/_vendor/distlib/t32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/t64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/_backport/sysconfig.cfg -> build/lib/pip/_vendor/distlib/_backport + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JO0vCp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 + cd pip-1.5.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/_markerlib copying build/lib/pip/_vendor/_markerlib/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/_markerlib copying build/lib/pip/_vendor/_markerlib/markers.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/_markerlib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansi.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansitowin32.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/initialise.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/win32.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/winterm.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w64.exe -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w32.exe -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t64.exe -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t32.exe -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/misc.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/compat.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/database.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/index.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/locators.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/manifest.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/markers.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/metadata.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/resources.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/scripts.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/util.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/version.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/wheel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/_base.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/lint.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer copying build/lib/pip/_vendor/html5lib/serializer/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer copying build/lib/pip/_vendor/html5lib/serializer/htmlserializer.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/_base.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/_base.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/genshistream.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/lxmletree.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/pulldom.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/_base.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/datrie.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/py.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/constants.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/html5parser.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/ihatexml.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/inputstream.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/sanitizer.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/tokenizer.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/utils.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cacert.pem -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/six.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/connection.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/request.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/response.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/ssl_.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/timeout.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/url.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages copying build/lib/pip/_vendor/requests/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/adapters.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/api.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/auth.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/certs.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/compat.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cookies.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/exceptions.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/hooks.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/models.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/sessions.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/status_codes.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/structures.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/utils.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/_vendor/pkg_resources.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/_vendor/re-vendor.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/_vendor/six.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/backwardcompat copying build/lib/pip/backwardcompat/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/backwardcompat creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/bundle.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/completion.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/freeze.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/help.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/list.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/search.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/show.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/uninstall.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/unzip.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/zip.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/install.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/wheel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands creating /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/bazaar.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/git.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/mercurial.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/subversion.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/__main__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/basecommand.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/baseparser.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/download.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/exceptions.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/index.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/locations.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/log.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/pep425tags.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/runner.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/status_codes.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/req.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/wheel.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/cmdoptions.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/util.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip copying build/lib/pip/__init__.py -> /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/_markerlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/_markerlib/markers.py to markers.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.py to ansi.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.py to ansitowin32.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.py to initialise.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/win32.py to win32.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.py to winterm.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.py to shutil.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.py to sysconfig.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.py to tarfile.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/locators.py to locators.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.py to manifest.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/markers.py to markers.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.py to scripts.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.py to optionaltags.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.py to sanitizer.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.py to whitespace.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py to htmlserializer.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.py to sax.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.py to dom.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.py to etree.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.py to dom.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.py to etree.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py to genshistream.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py to lxmletree.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py to pulldom.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/datrie.py to datrie.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/py.py to py.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.py to html5parser.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/ihatexml.py to ihatexml.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/inputstream.py to inputstream.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/sanitizer.py to sanitizer.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/tokenizer.py to tokenizer.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py to big5freq.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py to big5prober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py to chardetect.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py to chardistribution.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py to charsetgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py to charsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py to codingstatemachine.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py to cp949prober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.py to escprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.py to escsm.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py to eucjpprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py to euckrfreq.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py to euckrprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py to euctwfreq.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py to euctwprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py to gb2312freq.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py to gb2312prober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py to hebrewprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py to jisfreq.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py to jpcntx.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py to langbulgarianmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py to langcyrillicmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py to langgreekmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py to langhebrewmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py to langhungarianmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py to langthaimodel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py to latin1prober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py to mbcharsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py to mbcsgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py to mbcssm.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py to sbcharsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py to sbcsgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py to sjisprober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py to universaldetector.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py to utf8prober.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py to ntlmpool.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py to pyopenssl.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py to ordered_dict.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py to ssl_.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py to url.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py to _collections.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py to connectionpool.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py to filepost.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py to poolmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py to adapters.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/certs.py to certs.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/cookies.py to cookies.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/structures.py to structures.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/requests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py to pkg_resources.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/re-vendor.py to re-vendor.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/_vendor/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/backwardcompat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/bundle.py to bundle.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/completion.py to completion.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/freeze.py to freeze.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/help.py to help.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/list.py to list.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/search.py to search.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/show.py to show.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/unzip.py to unzip.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/zip.py to zip.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/commands/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs/bazaar.py to bazaar.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs/git.py to git.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs/mercurial.py to mercurial.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/vcs/subversion.py to subversion.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/basecommand.py to basecommand.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/baseparser.py to baseparser.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/download.py to download.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/locations.py to locations.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/pep425tags.py to pep425tags.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/runner.py to runner.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/req.py to req.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/cmdoptions.py to cmdoptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpV63jNf.py' /usr/bin/python -O /tmp/tmpV63jNf.py removing /tmp/tmpV63jNf.py running install_egg_info running egg_info writing requirements to pip.egg-info/requires.txt writing pip.egg-info/PKG-INFO writing top-level names to pip.egg-info/top_level.txt writing dependency_links to pip.egg-info/dependency_links.txt writing entry points to pip.egg-info/entry_points.txt reading manifest file 'pip.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pip/cacert.pem' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.rst' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' writing manifest file 'pip.egg-info/SOURCES.txt' Copying pip.egg-info to /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg-info running install_scripts Installing pip script to /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/bin Installing pip2.7 script to /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/bin Installing pip2 script to /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/bin + /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/pip-1.5.6 /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-pip-1.5.6-5.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-pip-1.5.6-5.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eY7jZ0 + umask 022 + cd /builddir/build/BUILD + cd pip-1.5.6 + DOCDIR=/builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/share/doc/python-pip-1.5.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/share/doc/python-pip-1.5.6 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/share/doc/python-pip-1.5.6 + cp -pr README.rst /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/share/doc/python-pip-1.5.6 + cp -pr docs /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64/usr/share/doc/python-pip-1.5.6 + exit 0 Provides: python-pip = 1.5.6-5.el7.centos 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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-958866982 Wrote: /builddir/build/RPMS/python-pip-1.5.6-5.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QsRpQI + umask 022 + cd /builddir/build/BUILD + cd pip-1.5.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pip-1.5.6-5.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->