Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pip.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/sclo7-python27-rh-el7-build-84914-525937/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pip.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python27-python-pip-8.1.2-6.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pip.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/sclo7-python27-rh-el7-build-84914-525937/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pip.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G66JC5 + umask 022 + cd /builddir/build/BUILD + scl enable python27 - Patch #0 (allow-stripping-given-prefix-from-wheel-RECORD-files.patch): patching file pip/commands/install.py patching file pip/req/req_install.py patching file pip/wheel.py Patch #1 (Fix-pip-install-in-FIPS-mode.patch): patching file pip/utils/hashes.py Patch #4 (dummy-certifi.patch): patching file pip/_vendor/requests/certs.py Patch #5 (CVE-2019-20916.patch): patching file pip/download.py Hunk #1 succeeded at 52 (offset -2 lines). Hunk #2 succeeded at 813 (offset -11 lines). Hunk #3 succeeded at 876 (offset -11 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oBYMPY + umask 022 + cd /builddir/build/BUILD + cd pip-8.1.2 + scl enable python27 - running build running build_py creating build creating build/lib creating build/lib/pip copying pip/wheel.py -> build/lib/pip copying pip/pep425tags.py -> build/lib/pip copying pip/status_codes.py -> build/lib/pip copying pip/cmdoptions.py -> build/lib/pip copying pip/__main__.py -> build/lib/pip copying pip/download.py -> build/lib/pip copying pip/basecommand.py -> build/lib/pip copying pip/index.py -> build/lib/pip copying pip/baseparser.py -> build/lib/pip copying pip/locations.py -> build/lib/pip copying pip/__init__.py -> build/lib/pip copying pip/exceptions.py -> build/lib/pip creating build/lib/pip/vcs copying pip/vcs/git.py -> build/lib/pip/vcs copying pip/vcs/mercurial.py -> build/lib/pip/vcs copying pip/vcs/subversion.py -> build/lib/pip/vcs copying pip/vcs/__init__.py -> build/lib/pip/vcs copying pip/vcs/bazaar.py -> build/lib/pip/vcs creating build/lib/pip/commands copying pip/commands/wheel.py -> build/lib/pip/commands copying pip/commands/freeze.py -> build/lib/pip/commands copying pip/commands/search.py -> build/lib/pip/commands copying pip/commands/hash.py -> build/lib/pip/commands copying pip/commands/download.py -> build/lib/pip/commands copying pip/commands/install.py -> build/lib/pip/commands copying pip/commands/uninstall.py -> build/lib/pip/commands copying pip/commands/list.py -> build/lib/pip/commands copying pip/commands/show.py -> build/lib/pip/commands copying pip/commands/completion.py -> build/lib/pip/commands copying pip/commands/help.py -> build/lib/pip/commands copying pip/commands/__init__.py -> build/lib/pip/commands creating build/lib/pip/models copying pip/models/index.py -> build/lib/pip/models copying pip/models/__init__.py -> build/lib/pip/models creating build/lib/pip/_vendor copying pip/_vendor/ipaddress.py -> build/lib/pip/_vendor copying pip/_vendor/retrying.py -> build/lib/pip/_vendor copying pip/_vendor/pyparsing.py -> 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/__init__.py -> build/lib/pip/_vendor creating build/lib/pip/compat copying pip/compat/ordereddict.py -> build/lib/pip/compat copying pip/compat/dictconfig.py -> build/lib/pip/compat copying pip/compat/__init__.py -> build/lib/pip/compat creating build/lib/pip/utils copying pip/utils/filesystem.py -> build/lib/pip/utils copying pip/utils/logging.py -> build/lib/pip/utils copying pip/utils/build.py -> build/lib/pip/utils copying pip/utils/setuptools_build.py -> build/lib/pip/utils copying pip/utils/encoding.py -> build/lib/pip/utils copying pip/utils/appdirs.py -> build/lib/pip/utils copying pip/utils/outdated.py -> build/lib/pip/utils copying pip/utils/deprecation.py -> build/lib/pip/utils copying pip/utils/hashes.py -> build/lib/pip/utils copying pip/utils/ui.py -> build/lib/pip/utils copying pip/utils/__init__.py -> build/lib/pip/utils creating build/lib/pip/operations copying pip/operations/freeze.py -> build/lib/pip/operations copying pip/operations/__init__.py -> build/lib/pip/operations creating build/lib/pip/req copying pip/req/req_file.py -> build/lib/pip/req copying pip/req/req_set.py -> build/lib/pip/req copying pip/req/req_install.py -> build/lib/pip/req copying pip/req/__init__.py -> build/lib/pip/req copying pip/req/req_uninstall.py -> build/lib/pip/req creating build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/initialise.py -> 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/ansi.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama creating build/lib/pip/_vendor/requests copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/status_codes.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/hooks.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/certs.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests creating build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/_cmd.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/compat.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/controller.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/wrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/adapter.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/heuristics.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/serialize.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/cache.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/__init__.py -> build/lib/pip/_vendor/cachecontrol creating build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib creating build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/symlinklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/linklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/pidlockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/sqlitelockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/mkdirlockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/__init__.py -> build/lib/pip/_vendor/lockfile creating build/lib/pip/_vendor/pkg_resources copying pip/_vendor/pkg_resources/__init__.py -> build/lib/pip/_vendor/pkg_resources creating build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/inputstream.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/tokenizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/constants.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/sanitizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/utils.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib creating build/lib/pip/_vendor/progress copying pip/_vendor/progress/counter.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/bar.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/helpers.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/spinner.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/__init__.py -> build/lib/pip/_vendor/progress creating build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_compat.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_structures.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/version.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__about__.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/markers.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/utils.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/specifiers.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__init__.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/requirements.py -> build/lib/pip/_vendor/packaging 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/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/file_cache.py -> build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/redis_cache.py -> build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/__init__.py -> build/lib/pip/_vendor/cachecontrol/caches creating build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/shutil.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/misc.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/tarfile.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/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/treewalkers copying pip/_vendor/html5lib/treewalkers/_base.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/pulldom.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/__init__.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/lxmletree.py -> build/lib/pip/_vendor/html5lib/treewalkers creating build/lib/pip/_vendor/html5lib/trie copying pip/_vendor/html5lib/trie/_base.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/py.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/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/treebuilders copying pip/_vendor/html5lib/treebuilders/_base.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/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/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders creating build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/lint.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/inject_meta_charset.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/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/__init__.py -> build/lib/pip/_vendor/html5lib/filters creating 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/connection.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/response.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/fields.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/__init__.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/request.py -> build/lib/pip/_vendor/requests/packages/urllib3 creating 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/langhebrewmodel.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/sjisprober.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/universaldetector.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/sbcsgroupprober.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/langgreekmodel.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/euckrprober.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/mbcssm.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/hebrewprober.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/big5prober.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/euctwprober.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/mbcsgroupprober.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/eucjpprober.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/utf8prober.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/euckrfreq.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/gb2312prober.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/jisfreq.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/cp949prober.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/__init__.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/codingstatemachine.py -> build/lib/pip/_vendor/requests/packages/chardet creating 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/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/retry.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/response.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 copying pip/_vendor/requests/packages/urllib3/util/request.py -> build/lib/pip/_vendor/requests/packages/urllib3/util creating build/lib/pip/_vendor/requests/packages/urllib3/contrib copying pip/_vendor/requests/packages/urllib3/contrib/socks.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/appengine.py -> 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/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib 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/__init__.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 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/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.y9hjnS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch ++ dirname /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch + cd pip-8.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch + scl enable python27 - running install running install_lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27 creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/wheel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/git.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/mercurial.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/subversion.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/vcs/bazaar.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs copying build/lib/pip/pep425tags.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/wheel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/freeze.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/search.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/hash.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/download.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/install.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/uninstall.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/list.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/show.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/completion.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/help.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/commands/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands copying build/lib/pip/status_codes.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/cmdoptions.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/__main__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/models copying build/lib/pip/models/index.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/models copying build/lib/pip/models/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/models creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/_vendor/ipaddress.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/_vendor/retrying.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansitowin32.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/initialise.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/winterm.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/win32.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansi.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama copying build/lib/pip/_vendor/pyparsing.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/structures.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/sessions.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/adapters.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/status_codes.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cookies.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/compat.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/hooks.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/auth.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/api.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/retry.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/socks.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/appengine.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/certs.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/models.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/utils.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/requests/exceptions.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests copying build/lib/pip/_vendor/six.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/_cmd.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/compat.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/controller.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/adapter.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/heuristics.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/serialize.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/cache.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/re-vendor.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/wheel.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/database.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/locators.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/metadata.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t32.exe -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/compat.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/resources.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t64.exe -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/index.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/util.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/version.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w64.exe -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/markers.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w32.exe -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/scripts.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/manifest.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/misc.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/linklockfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/pkg_resources copying build/lib/pip/_vendor/pkg_resources/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/pkg_resources creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/inputstream.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/tokenizer.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/_base.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/pulldom.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/genshistream.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/lxmletree.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/_base.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/datrie.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/py.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/trie/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie copying build/lib/pip/_vendor/html5lib/constants.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer copying build/lib/pip/_vendor/html5lib/serializer/htmlserializer.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer copying build/lib/pip/_vendor/html5lib/serializer/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/_base.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/ihatexml.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/html5parser.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/sanitizer.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/lint.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/_base.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/utils.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress copying build/lib/pip/_vendor/progress/counter.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress copying build/lib/pip/_vendor/progress/bar.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress copying build/lib/pip/_vendor/progress/helpers.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress copying build/lib/pip/_vendor/progress/spinner.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress copying build/lib/pip/_vendor/progress/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_compat.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_structures.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/version.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__about__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/markers.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/utils.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/specifiers.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/requirements.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging copying build/lib/pip/_vendor/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor copying build/lib/pip/download.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat copying build/lib/pip/compat/ordereddict.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat copying build/lib/pip/compat/dictconfig.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat copying build/lib/pip/compat/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat copying build/lib/pip/basecommand.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/index.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/filesystem.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/logging.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/build.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/setuptools_build.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/encoding.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/appdirs.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/outdated.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/deprecation.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/hashes.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/ui.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils copying build/lib/pip/utils/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/operations copying build/lib/pip/operations/freeze.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/operations copying build/lib/pip/operations/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/operations copying build/lib/pip/baseparser.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/locations.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip copying build/lib/pip/exceptions.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip creating /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req copying build/lib/pip/req/req_file.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req copying build/lib/pip/req/req_set.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req copying build/lib/pip/req/req_install.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req copying build/lib/pip/req/__init__.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req copying build/lib/pip/req/req_uninstall.py -> /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs/git.py to git.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs/mercurial.py to mercurial.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs/subversion.py to subversion.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/vcs/bazaar.py to bazaar.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/pep425tags.py to pep425tags.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/freeze.py to freeze.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/search.py to search.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/hash.py to hash.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/download.py to download.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/list.py to list.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/show.py to show.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/completion.py to completion.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/help.py to help.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/cmdoptions.py to cmdoptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/models/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/ipaddress.py to ipaddress.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/retrying.py to retrying.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.py to ansitowin32.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.py to initialise.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.py to winterm.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/win32.py to win32.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.py to ansi.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/pyparsing.py to pyparsing.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/structures.py to structures.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py to adapters.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/cookies.py to cookies.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py to _collections.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py to ssl_.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py to url.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py to filepost.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py to poolmanager.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.py to socks.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py to ntlmpool.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py to appengine.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py to pyopenssl.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/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/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py to ordered_dict.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py to connectionpool.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py to charsetgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py to langhebrewmodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py to gb2312freq.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py to sjisprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py to big5freq.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py to universaldetector.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py to jpcntx.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py to sbcsgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py to euctwfreq.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py to langgreekmodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py to chardetect.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py to euckrprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py to mbcharsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py to mbcssm.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py to hebrewprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py to big5prober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py to latin1prober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py to euctwprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.py to escprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py to mbcsgroupprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py to langhungarianmodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py to eucjpprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py to langcyrillicmodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py to utf8prober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py to charsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py to euckrfreq.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.py to escsm.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py to gb2312prober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py to langthaimodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py to jisfreq.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py to langbulgarianmodel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py to cp949prober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py to sbcharsetprober.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py to chardistribution.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py to codingstatemachine.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/certs.py to certs.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/_cmd.py to _cmd.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.py to controller.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/wrapper.py to wrapper.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/heuristics.py to heuristics.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.py to serialize.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py to filewrapper.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py to file_cache.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py to redis_cache.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/re-vendor.py to re-vendor.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.py to wheel.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/locators.py to locators.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/markers.py to markers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.py to scripts.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.py to manifest.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.py to shutil.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.py to sysconfig.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.py to tarfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/symlinklockfile.py to symlinklockfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/linklockfile.py to linklockfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/pidlockfile.py to pidlockfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/sqlitelockfile.py to sqlitelockfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/mkdirlockfile.py to mkdirlockfile.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/lockfile/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.py to sax.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/inputstream.py to inputstream.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/tokenizer.py to tokenizer.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.py to dom.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py to pulldom.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.py to etree.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py to genshistream.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py to lxmletree.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/datrie.py to datrie.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/py.py to py.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py to htmlserializer.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.py to dom.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.py to etree.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/ihatexml.py to ihatexml.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.py to html5parser.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/sanitizer.py to sanitizer.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.py to optionaltags.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.py to whitespace.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.py to sanitizer.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress/counter.py to counter.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress/bar.py to bar.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress/spinner.py to spinner.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/progress/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/_structures.py to _structures.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/markers.py to markers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/specifiers.py to specifiers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.py to requirements.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/_vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/download.py to download.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat/ordereddict.py to ordereddict.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat/dictconfig.py to dictconfig.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/compat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/basecommand.py to basecommand.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/filesystem.py to filesystem.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/build.py to build.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/setuptools_build.py to setuptools_build.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/encoding.py to encoding.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/appdirs.py to appdirs.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/outdated.py to outdated.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/ui.py to ui.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/operations/freeze.py to freeze.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/operations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/baseparser.py to baseparser.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/locations.py to locations.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req/req_file.py to req_file.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req/req_set.py to req_set.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req/req_install.py to req_install.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip/req/req_uninstall.py to req_uninstall.pyc writing byte-compilation script '/tmp/tmpkHu8Vh.py' /opt/rh/python27/root/usr/bin/python2 -O /tmp/tmpkHu8Vh.py removing /tmp/tmpkHu8Vh.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 previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.landscape.yml' warning: no previously-included files found matching 'pip/_vendor/Makefile' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'appveyor.yml' warning: no files found matching '*.pem' under directory 'pip/_vendor' no previously-included directories found matching '.github' no previously-included directories found matching '.travis' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'contrib' no previously-included directories found matching 'tasks' no previously-included directories found matching 'tests' writing manifest file 'pip.egg-info/SOURCES.txt' Copying pip.egg-info to /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info running install_scripts Installing pip script to /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/bin Installing pip2.7 script to /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/bin Installing pip2 script to /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pip-8.1.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/python27/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable python27 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python /opt/rh/python27/root/usr/bin/python2 1 /opt/rh/python27/root' + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python27-python-pip-8.1.2-6.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.k85ufW + umask 022 + cd /builddir/build/BUILD + cd pip-8.1.2 + DOCDIR=/builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/share/doc/python27-python-pip-8.1.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/share/doc/python27-python-pip-8.1.2 + cp -pr README.rst /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/share/doc/python27-python-pip-8.1.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/share/doc/python27-python-pip-8.1.2 + cp -pr docs /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch/opt/rh/python27/root/usr/share/doc/python27-python-pip-8.1.2 + exit 0 Provides: bundled(python-backports-ssl_match_hostname) = 3.4.0.2 bundled(python-cachecontrol) = 0.11.6 bundled(python-chardet) = 2.3.0 bundled(python-colorama) = 0.3.7 bundled(python-distlib) = 0.2.3 bundled(python-html5lib) = 1.0b8 bundled(python-ipaddress) = 1.0.16 bundled(python-lockfile) = 0.12.2 bundled(python-packaging) = 16.7 bundled(python-progress) = 1.2 bundled(python-pyparsing) = 2.1.1 bundled(python-requests) = 2.10.0 bundled(python-retrying) = 1.3.3 bundled(python-setuptools) = 21.0.0 bundled(python-six) = 1.10.0 bundled(python-urllib3) = 1.15.1 python27-python-pip = 8.1.2-6.el7 scl-package(python27) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /opt/rh/python27/root/usr/bin/python2 python27-python(abi) = 2.7 python27-runtime Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch Wrote: /builddir/build/RPMS/python27-python-pip-8.1.2-6.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UkQF5Q + umask 022 + cd /builddir/build/BUILD + cd pip-8.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python27-python-pip-8.1.2-6.el7.noarch + exit 0 Child return code was: 0