2020-06-22T13:31:31,503 Created temporary directory: /tmp/pip-ephem-wheel-cache-dcb8bo5n 2020-06-22T13:31:31,508 Created temporary directory: /tmp/pip-req-tracker-r8bx0qps 2020-06-22T13:31:31,509 Initialized build tracking at /tmp/pip-req-tracker-r8bx0qps 2020-06-22T13:31:31,510 Created build tracker: /tmp/pip-req-tracker-r8bx0qps 2020-06-22T13:31:31,511 Entered build tracker: /tmp/pip-req-tracker-r8bx0qps 2020-06-22T13:31:31,512 Created temporary directory: /tmp/pip-wheel-qvkzt34e 2020-06-22T13:31:31,532 1 location(s) to search for versions of testpypi11: 2020-06-22T13:31:31,532 * https://pypi.org/simple/testpypi11/ 2020-06-22T13:31:31,533 Fetching project page and analyzing links: https://pypi.org/simple/testpypi11/ 2020-06-22T13:31:31,534 Getting page https://pypi.org/simple/testpypi11/ 2020-06-22T13:31:31,537 Found index url https://pypi.org/simple 2020-06-22T13:31:31,749 Found link https://files.pythonhosted.org/packages/50/e0/f523c210087994e30d7e2cf81d3fec965cce1cc25c48b818fb48b85966c6/testpypi11-0.0.3.tar.gz#sha256=96b8255c37741266e7543b502a89498efb634b957fd8e029c6e7eb550832e3d8 (from https://pypi.org/simple/testpypi11/), version: 0.0.3 2020-06-22T13:31:31,750 Found link https://files.pythonhosted.org/packages/a0/f2/44a1832924edf2382b544ce3f0a0c13982e60fd0936019c71366bddb3011/testpypi11-0.0.4.tar.gz#sha256=797f5aec6fa6b6a3ae1f0ba8297d09796afd61f4a03df2402598afe0a8ac7659 (from https://pypi.org/simple/testpypi11/), version: 0.0.4 2020-06-22T13:31:31,758 Given no hashes to check 1 links for project 'testpypi11': discarding no candidates 2020-06-22T13:31:31,759 Using version 0.0.3 (newest of versions: 0.0.3) 2020-06-22T13:31:31,771 Collecting testpypi11==0.0.3 2020-06-22T13:31:31,775 Created temporary directory: /tmp/pip-unpack-z6hbyp3h 2020-06-22T13:31:31,861 Downloading testpypi11-0.0.3.tar.gz (1.0 kB) 2020-06-22T13:31:31,931 Added testpypi11==0.0.3 from https://files.pythonhosted.org/packages/50/e0/f523c210087994e30d7e2cf81d3fec965cce1cc25c48b818fb48b85966c6/testpypi11-0.0.3.tar.gz#sha256=96b8255c37741266e7543b502a89498efb634b957fd8e029c6e7eb550832e3d8 to build tracker '/tmp/pip-req-tracker-r8bx0qps' 2020-06-22T13:31:31,933 Running setup.py (path:/tmp/pip-wheel-qvkzt34e/testpypi11/setup.py) egg_info for package testpypi11 2020-06-22T13:31:31,936 Created temporary directory: /tmp/pip-pip-egg-info-z757id3a 2020-06-22T13:31:31,937 Running command python setup.py egg_info 2020-06-22T13:31:33,560 Traceback (most recent call last): 2020-06-22T13:31:33,561 File "", line 1, in 2020-06-22T13:31:33,562 File "/usr/lib/python3.7/tokenize.py", line 447, in open 2020-06-22T13:31:33,562 buffer = _builtin_open(filename, 'rb') 2020-06-22T13:31:33,563 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-qvkzt34e/testpypi11/setup.py' 2020-06-22T13:31:33,661 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-22T13:31:33,662 Exception information: 2020-06-22T13:31:33,662 Traceback (most recent call last): 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-22T13:31:33,662 status = self.run(options, args) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-22T13:31:33,662 return func(self, options, args) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-22T13:31:33,662 reqs, check_supported_wheels=True 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-22T13:31:33,662 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-22T13:31:33,662 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-22T13:31:33,662 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-22T13:31:33,662 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-22T13:31:33,662 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-22T13:31:33,662 self.req.prepare_metadata() 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-22T13:31:33,662 self.metadata_directory = self._generate_metadata() 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-22T13:31:33,662 details=self.name or "from {}".format(self.link) 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-22T13:31:33,662 command_desc='python setup.py egg_info', 2020-06-22T13:31:33,662 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-22T13:31:33,662 raise InstallationError(exc_msg) 2020-06-22T13:31:33,662 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-22T13:31:33,676 Removed testpypi11==0.0.3 from https://files.pythonhosted.org/packages/50/e0/f523c210087994e30d7e2cf81d3fec965cce1cc25c48b818fb48b85966c6/testpypi11-0.0.3.tar.gz#sha256=96b8255c37741266e7543b502a89498efb634b957fd8e029c6e7eb550832e3d8 from build tracker '/tmp/pip-req-tracker-r8bx0qps' 2020-06-22T13:31:33,677 Removed build tracker: '/tmp/pip-req-tracker-r8bx0qps'