D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-pip-9.0.1-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UgCjx7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf pip-9.0.1 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/pip-9.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pip-9.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pip.egg-info + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/pip-allow-stripping-prefix-from-wheel-RECORD-files.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/emit-a-warning-when-running-with-root-privileges.patch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/remove_setup_py_test_support.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/sed -i 1d pip/__init__.py + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iLiqSi + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python2 setup.py bdist_wheel running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pip copying pip/__init__.py -> build/lib/pip copying pip/wheel.py -> build/lib/pip copying pip/status_codes.py -> build/lib/pip copying pip/pep425tags.py -> build/lib/pip copying pip/locations.py -> build/lib/pip copying pip/index.py -> build/lib/pip copying pip/exceptions.py -> build/lib/pip copying pip/download.py -> build/lib/pip copying pip/cmdoptions.py -> build/lib/pip copying pip/baseparser.py -> build/lib/pip copying pip/basecommand.py -> build/lib/pip copying pip/__main__.py -> build/lib/pip creating build/lib/pip/vcs copying pip/vcs/subversion.py -> build/lib/pip/vcs copying pip/vcs/mercurial.py -> build/lib/pip/vcs copying pip/vcs/git.py -> build/lib/pip/vcs copying pip/vcs/bazaar.py -> build/lib/pip/vcs copying pip/vcs/__init__.py -> build/lib/pip/vcs creating build/lib/pip/utils copying pip/utils/ui.py -> build/lib/pip/utils copying pip/utils/setuptools_build.py -> build/lib/pip/utils copying pip/utils/packaging.py -> build/lib/pip/utils copying pip/utils/outdated.py -> build/lib/pip/utils copying pip/utils/logging.py -> build/lib/pip/utils copying pip/utils/hashes.py -> build/lib/pip/utils copying pip/utils/glibc.py -> build/lib/pip/utils copying pip/utils/filesystem.py -> build/lib/pip/utils copying pip/utils/encoding.py -> build/lib/pip/utils copying pip/utils/deprecation.py -> build/lib/pip/utils copying pip/utils/build.py -> build/lib/pip/utils copying pip/utils/appdirs.py -> build/lib/pip/utils copying pip/utils/__init__.py -> build/lib/pip/utils creating build/lib/pip/req copying pip/req/req_install.py -> build/lib/pip/req copying pip/req/req_uninstall.py -> build/lib/pip/req copying pip/req/req_set.py -> build/lib/pip/req copying pip/req/req_file.py -> build/lib/pip/req copying pip/req/__init__.py -> build/lib/pip/req creating build/lib/pip/operations copying pip/operations/freeze.py -> build/lib/pip/operations copying pip/operations/check.py -> build/lib/pip/operations copying pip/operations/__init__.py -> build/lib/pip/operations 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/compat copying pip/compat/dictconfig.py -> build/lib/pip/compat copying pip/compat/__init__.py -> build/lib/pip/compat creating build/lib/pip/commands copying pip/commands/install.py -> build/lib/pip/commands copying pip/commands/wheel.py -> build/lib/pip/commands copying pip/commands/uninstall.py -> build/lib/pip/commands copying pip/commands/show.py -> build/lib/pip/commands copying pip/commands/search.py -> build/lib/pip/commands copying pip/commands/list.py -> build/lib/pip/commands copying pip/commands/help.py -> build/lib/pip/commands copying pip/commands/hash.py -> build/lib/pip/commands copying pip/commands/freeze.py -> build/lib/pip/commands copying pip/commands/download.py -> build/lib/pip/commands copying pip/commands/completion.py -> build/lib/pip/commands copying pip/commands/check.py -> build/lib/pip/commands copying pip/commands/__init__.py -> build/lib/pip/commands creating build/lib/pip/_vendor copying pip/_vendor/six.py -> build/lib/pip/_vendor copying pip/_vendor/retrying.py -> build/lib/pip/_vendor copying pip/_vendor/re-vendor.py -> build/lib/pip/_vendor copying pip/_vendor/pyparsing.py -> build/lib/pip/_vendor copying pip/_vendor/ordereddict.py -> build/lib/pip/_vendor copying pip/_vendor/ipaddress.py -> build/lib/pip/_vendor copying pip/_vendor/distro.py -> build/lib/pip/_vendor copying pip/_vendor/appdirs.py -> build/lib/pip/_vendor copying pip/_vendor/__init__.py -> build/lib/pip/_vendor creating build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/x_user_defined.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/tests.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/mklabels.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/labels.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/__init__.py -> build/lib/pip/_vendor/webencodings creating build/lib/pip/_vendor/requests copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/status_codes.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/hooks.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/cookies.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/compat.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/certs.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/auth.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/api.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests creating build/lib/pip/_vendor/progress copying pip/_vendor/progress/spinner.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/helpers.py -> 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/__init__.py -> build/lib/pip/_vendor/progress 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/packaging copying pip/_vendor/packaging/version.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/requirements.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/markers.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_structures.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_compat.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__init__.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__about__.py -> build/lib/pip/_vendor/packaging creating build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/symlinklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/sqlitelockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/pidlockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/mkdirlockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/linklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/__init__.py -> build/lib/pip/_vendor/lockfile creating build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/serializer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/html5parser.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/constants.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_utils.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_tokenizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_inputstream.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_ihatexml.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib creating build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib creating build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/winterm.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/win32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/initialise.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansi.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama creating build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/wrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/serialize.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/heuristics.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/controller.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/compat.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/cache.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/adapter.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/_cmd.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/__init__.py -> build/lib/pip/_vendor/cachecontrol 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/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/response.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/request.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/filepost.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/fields.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/exceptions.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/_collections.py -> build/lib/pip/_vendor/requests/packages/urllib3 copying pip/_vendor/requests/packages/urllib3/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3 creating build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/utf8prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/universaldetector.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sjisprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcssm.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/latin1prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/jpcntx.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/jisfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euctwprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euckrprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/escsm.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/escprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/cp949prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/constants.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/compat.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/charsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/chardistribution.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/chardetect.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/big5prober.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/big5freq.py -> build/lib/pip/_vendor/requests/packages/chardet copying pip/_vendor/requests/packages/chardet/__init__.py -> build/lib/pip/_vendor/requests/packages/chardet creating build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/url.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/retry.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/response.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/request.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3/util copying pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/util creating build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/six.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages copying pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages creating build/lib/pip/_vendor/requests/packages/urllib3/contrib copying pip/_vendor/requests/packages/urllib3/contrib/socks.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/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/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib creating build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname creating build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/genshi.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/etree.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/dom.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/base.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/__init__.py -> build/lib/pip/_vendor/html5lib/treewalkers creating build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/dom.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/base.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders creating build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/sax.py -> build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/genshi.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/filters copying pip/_vendor/html5lib/filters/whitespace.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/sanitizer.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/optionaltags.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/lint.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/base.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/__init__.py -> build/lib/pip/_vendor/html5lib/filters creating build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/py.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/datrie.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/_base.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/__init__.py -> build/lib/pip/_vendor/html5lib/_trie creating build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/tarfile.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/sysconfig.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/shutil.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/misc.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/__init__.py -> build/lib/pip/_vendor/distlib/_backport creating build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/redis_cache.py -> 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/__init__.py -> build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/requests/cacert.pem -> build/lib/pip/_vendor/requests copying pip/_vendor/distlib/t32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/t64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/_backport/sysconfig.cfg -> build/lib/pip/_vendor/distlib/_backport installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pip creating build/bdist.linux-x86_64/wheel/pip/_vendor creating build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/_cmd.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/adapter.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/controller.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/heuristics.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/serialize.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansitowin32.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/initialise.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/win32.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/winterm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama creating build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w64.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w32.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t64.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t32.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib creating build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/misc.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/database.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/index.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/locators.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/manifest.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/markers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/metadata.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/resources.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/scripts.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/util.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/version.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/wheel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/_base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/datrie.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/py.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/lint.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/genshi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/genshi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_ihatexml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_inputstream.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_tokenizer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/constants.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/html5parser.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/serializer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib creating build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/linklockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile creating build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/markers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/requirements.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/specifiers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/version.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging creating build/bdist.linux-x86_64/wheel/pip/_vendor/pkg_resources copying build/lib/pip/_vendor/pkg_resources/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/pkg_resources creating build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/bar.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/counter.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/helpers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/spinner.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cacert.pem -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/appengine.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/socks.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/six.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/connection.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/request.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/response.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/retry.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/url.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages copying build/lib/pip/_vendor/requests/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/adapters.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/api.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/auth.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/certs.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cookies.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/exceptions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/hooks.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/models.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/sessions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/status_codes.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/structures.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests creating build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/labels.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/mklabels.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/tests.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/x_user_defined.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/appdirs.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/distro.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/ipaddress.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/ordereddict.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/pyparsing.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/re-vendor.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/retrying.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/six.py -> build/bdist.linux-x86_64/wheel/pip/_vendor creating build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/__init__.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/check.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/completion.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/download.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/freeze.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/hash.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/help.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/list.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/search.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/show.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/uninstall.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/wheel.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/install.py -> build/bdist.linux-x86_64/wheel/pip/commands creating build/bdist.linux-x86_64/wheel/pip/compat copying build/lib/pip/compat/__init__.py -> build/bdist.linux-x86_64/wheel/pip/compat copying build/lib/pip/compat/dictconfig.py -> build/bdist.linux-x86_64/wheel/pip/compat creating build/bdist.linux-x86_64/wheel/pip/models copying build/lib/pip/models/__init__.py -> build/bdist.linux-x86_64/wheel/pip/models copying build/lib/pip/models/index.py -> build/bdist.linux-x86_64/wheel/pip/models creating build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/__init__.py -> build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/check.py -> build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/freeze.py -> build/bdist.linux-x86_64/wheel/pip/operations creating build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/__init__.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_file.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_set.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_uninstall.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_install.py -> build/bdist.linux-x86_64/wheel/pip/req creating build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/__init__.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/appdirs.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/build.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/deprecation.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/encoding.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/filesystem.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/glibc.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/hashes.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/logging.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/outdated.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/packaging.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/setuptools_build.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/ui.py -> build/bdist.linux-x86_64/wheel/pip/utils creating build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/__init__.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/bazaar.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/git.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/mercurial.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/subversion.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/__main__.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/basecommand.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/baseparser.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/cmdoptions.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/download.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/exceptions.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/index.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/locations.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/pep425tags.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/status_codes.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/wheel.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/__init__.py -> build/bdist.linux-x86_64/wheel/pip running install_egg_info running egg_info creating pip.egg-info 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 writing manifest file 'pip.egg-info/SOURCES.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' 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 build/bdist.linux-x86_64/wheel/pip-9.0.1-py2.7.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pip-9.0.1.dist-info/WHEEL + sleep 1 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python3 setup.py bdist_wheel running bdist_wheel running build running build_py installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pip creating build/bdist.linux-x86_64/wheel/pip/_vendor creating build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/_cmd.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/adapter.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/cache.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/controller.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/heuristics.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/serialize.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansitowin32.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/initialise.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/win32.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/winterm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/colorama creating build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w64.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w32.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t64.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t32.exe -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib creating build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/misc.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/database.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/index.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/locators.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/manifest.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/markers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/metadata.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/resources.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/scripts.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/util.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/version.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/wheel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/distlib creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/_base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/datrie.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/py.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/_trie creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/lint.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/filters creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/genshi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treeadapters creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treebuilders creating build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/base.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/genshi.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_ihatexml.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_inputstream.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_tokenizer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/constants.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/html5parser.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/serializer.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/html5lib creating build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/linklockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/lockfile creating build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/markers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/requirements.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/specifiers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/version.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/packaging creating build/bdist.linux-x86_64/wheel/pip/_vendor/pkg_resources copying build/lib/pip/_vendor/pkg_resources/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/pkg_resources creating build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/bar.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/counter.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/helpers.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress copying build/lib/pip/_vendor/progress/spinner.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/progress creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cacert.pem -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/chardet creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/appengine.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/socks.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/contrib creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages copying build/lib/pip/_vendor/requests/packages/urllib3/packages/six.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/packages creating build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/connection.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/request.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/response.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/retry.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/util/url.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3/util copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages/urllib3 copying build/lib/pip/_vendor/requests/packages/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests/packages copying build/lib/pip/_vendor/requests/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/adapters.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/api.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/auth.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/certs.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/compat.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cookies.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/exceptions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/hooks.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/models.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/sessions.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/status_codes.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/structures.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests copying build/lib/pip/_vendor/requests/utils.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/requests creating build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/labels.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/mklabels.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/tests.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/x_user_defined.py -> build/bdist.linux-x86_64/wheel/pip/_vendor/webencodings copying build/lib/pip/_vendor/__init__.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/appdirs.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/distro.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/ipaddress.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/ordereddict.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/pyparsing.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/re-vendor.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/retrying.py -> build/bdist.linux-x86_64/wheel/pip/_vendor copying build/lib/pip/_vendor/six.py -> build/bdist.linux-x86_64/wheel/pip/_vendor creating build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/__init__.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/check.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/completion.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/download.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/freeze.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/hash.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/help.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/list.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/search.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/show.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/uninstall.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/wheel.py -> build/bdist.linux-x86_64/wheel/pip/commands copying build/lib/pip/commands/install.py -> build/bdist.linux-x86_64/wheel/pip/commands creating build/bdist.linux-x86_64/wheel/pip/compat copying build/lib/pip/compat/__init__.py -> build/bdist.linux-x86_64/wheel/pip/compat copying build/lib/pip/compat/dictconfig.py -> build/bdist.linux-x86_64/wheel/pip/compat creating build/bdist.linux-x86_64/wheel/pip/models copying build/lib/pip/models/__init__.py -> build/bdist.linux-x86_64/wheel/pip/models copying build/lib/pip/models/index.py -> build/bdist.linux-x86_64/wheel/pip/models creating build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/__init__.py -> build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/check.py -> build/bdist.linux-x86_64/wheel/pip/operations copying build/lib/pip/operations/freeze.py -> build/bdist.linux-x86_64/wheel/pip/operations creating build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/__init__.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_file.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_set.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_uninstall.py -> build/bdist.linux-x86_64/wheel/pip/req copying build/lib/pip/req/req_install.py -> build/bdist.linux-x86_64/wheel/pip/req creating build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/__init__.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/appdirs.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/build.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/deprecation.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/encoding.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/filesystem.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/glibc.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/hashes.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/logging.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/outdated.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/packaging.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/setuptools_build.py -> build/bdist.linux-x86_64/wheel/pip/utils copying build/lib/pip/utils/ui.py -> build/bdist.linux-x86_64/wheel/pip/utils creating build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/__init__.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/bazaar.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/git.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/mercurial.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/vcs/subversion.py -> build/bdist.linux-x86_64/wheel/pip/vcs copying build/lib/pip/__main__.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/basecommand.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/baseparser.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/cmdoptions.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/download.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/exceptions.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/index.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/locations.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/pep425tags.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/status_codes.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/wheel.py -> build/bdist.linux-x86_64/wheel/pip copying build/lib/pip/__init__.py -> build/bdist.linux-x86_64/wheel/pip running install_egg_info running egg_info writing pip.egg-info/PKG-INFO writing dependency_links to pip.egg-info/dependency_links.txt writing entry points to pip.egg-info/entry_points.txt writing top-level names to pip.egg-info/top_level.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' 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 build/bdist.linux-x86_64/wheel/pip-9.0.1-py3.6.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pip-9.0.1.dist-info/WHEEL + sleep 1 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CH0EOB + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 + cd pip-9.0.1 + '[' 1 -eq 1 ']' + pip3.6 install -I dist/pip-9.0.1-py2.py3-none-any.whl --root /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 --strip-file-prefix /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 --no-deps Processing ./dist/pip-9.0.1-py2.py3-none-any.whl Installing collected packages: pip Successfully installed pip-9.0.1 + rm /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/bin/pip + pip2.7 install -I dist/pip-9.0.1-py2.py3-none-any.whl --root /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 --strip-file-prefix /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 --no-deps Processing ./dist/pip-9.0.1-py2.py3-none-any.whl Installing collected packages: pip Successfully installed pip-9.0.1 + ln -s ./pip2.7 /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/bin/pip-2.7 + ln -s ./pip3.6 /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/bin/pip-3.6 + ln -s ./pip-2.7 /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/bin/pip-2 + ln -s ./pip-3.6 /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/bin/pip-3 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 9.0.1-2.mga7 --unique-debug-suffix -9.0.1-2.mga7.x86_64 --unique-debug-src-base python-pip-9.0.1-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/pip-9.0.1 + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: python-pip-9.0.1-2.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WZz5lc + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python-pip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python-pip + cp -pr README.rst /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python-pip + cp -pr docs /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python-pip + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gS4iVM + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python-pip + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python-pip + cp -pr LICENSE.txt /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python-pip + exit 0 Provides: python-pip = 9.0.1-2.mga7 python2.7dist(pip) = 9.0.1 python2dist(pip) = 9.0.1 pythonegg(2)(pip) pythonegg(2)(pip) = 9.0.1 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: python(abi) = 2.7 Processing files: python3-pip-9.0.1-2.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SFgoJe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python3-pip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python3-pip + cp -pr README.rst /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python3-pip + cp -pr docs /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/doc/python3-pip + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GoBTAG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python3-pip + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python3-pip + cp -pr LICENSE.txt /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64/usr/share/licenses/python3-pip + exit 0 Provides: python3-pip = 9.0.1-2.mga7 python3.6dist(pip) = 9.0.1 python3dist(pip) = 9.0.1 pythonegg(3)(pip) pythonegg(3)(pip) = 9.0.1 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: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python-pip-9.0.1-2.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-pip-9.0.1-2.mga7.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kano7A + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pip-9.0.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-pip-9.0.1-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uT9mMv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf pip-9.0.1 + exit 0 D: [iurt_root_command] Success!