2021-07-14T05:53:58,448 Created temporary directory: /tmp/pip-ephem-wheel-cache-_t6sgtbf 2021-07-14T05:53:58,451 Created temporary directory: /tmp/pip-req-tracker-w9_ebwgp 2021-07-14T05:53:58,452 Initialized build tracking at /tmp/pip-req-tracker-w9_ebwgp 2021-07-14T05:53:58,452 Created build tracker: /tmp/pip-req-tracker-w9_ebwgp 2021-07-14T05:53:58,452 Entered build tracker: /tmp/pip-req-tracker-w9_ebwgp 2021-07-14T05:53:58,453 Created temporary directory: /tmp/pip-wheel-u0er7kf0 2021-07-14T05:53:58,485 1 location(s) to search for versions of tornado-http-firewall: 2021-07-14T05:53:58,485 * https://pypi.org/simple/tornado-http-firewall/ 2021-07-14T05:53:58,486 Fetching project page and analyzing links: https://pypi.org/simple/tornado-http-firewall/ 2021-07-14T05:53:58,486 Getting page https://pypi.org/simple/tornado-http-firewall/ 2021-07-14T05:53:58,489 Found index url https://pypi.org/simple 2021-07-14T05:53:58,663 Found link https://files.pythonhosted.org/packages/63/93/71a50cfd9c76b1a162cef27daedfa14d144219c675598680173eef8f30c0/tornado-http-firewall-0.0.2.tar.gz#sha256=a3ac007f77c0d6b1118a5f69796863117bc6bbfd5e842e67dcd93cdbbddf9126 (from https://pypi.org/simple/tornado-http-firewall/), version: 0.0.2 2021-07-14T05:53:58,663 Found link https://files.pythonhosted.org/packages/cf/ed/825a71c961dfbc4ab6bd3c1fae33591cb43084ef388609ee0f2aecafbe4e/tornado-http-firewall-0.0.3.tar.gz#sha256=e47a5f6900ee60633e399c1219bf7d693e5413b6bae6a58d6ecd745b3abef470 (from https://pypi.org/simple/tornado-http-firewall/), version: 0.0.3 2021-07-14T05:53:58,664 Skipping link: not a file: https://pypi.org/simple/tornado-http-firewall/ 2021-07-14T05:53:58,685 Given no hashes to check 1 links for project 'tornado-http-firewall': discarding no candidates 2021-07-14T05:53:58,711 Collecting tornado-http-firewall==0.0.2 2021-07-14T05:53:58,712 Created temporary directory: /tmp/pip-unpack-icesb4p1 2021-07-14T05:53:58,887 Downloading tornado-http-firewall-0.0.2.tar.gz (6.0 kB) 2021-07-14T05:53:58,927 Added tornado-http-firewall==0.0.2 from https://files.pythonhosted.org/packages/63/93/71a50cfd9c76b1a162cef27daedfa14d144219c675598680173eef8f30c0/tornado-http-firewall-0.0.2.tar.gz#sha256=a3ac007f77c0d6b1118a5f69796863117bc6bbfd5e842e67dcd93cdbbddf9126 to build tracker '/tmp/pip-req-tracker-w9_ebwgp' 2021-07-14T05:53:58,929 Running setup.py (path:/tmp/pip-wheel-u0er7kf0/tornado-http-firewall_bb2a6241c61747fd88c40c4712e54823/setup.py) egg_info for package tornado-http-firewall 2021-07-14T05:53:58,929 Created temporary directory: /tmp/pip-pip-egg-info-wb7oufkp 2021-07-14T05:53:58,930 Running command python setup.py egg_info 2021-07-14T05:54:00,176 Traceback (most recent call last): 2021-07-14T05:54:00,177 File "", line 1, in 2021-07-14T05:54:00,177 File "/tmp/pip-wheel-u0er7kf0/tornado-http-firewall_bb2a6241c61747fd88c40c4712e54823/setup.py", line 68, in 2021-07-14T05:54:00,177 install_requires=requirements_to_list('requirements.txt'), 2021-07-14T05:54:00,177 File "/tmp/pip-wheel-u0er7kf0/tornado-http-firewall_bb2a6241c61747fd88c40c4712e54823/setup.py", line 39, in requirements_to_list 2021-07-14T05:54:00,178 return [dep for dep in open(path.join(pwd, filename)).read().split( 2021-07-14T05:54:00,178 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-u0er7kf0/tornado-http-firewall_bb2a6241c61747fd88c40c4712e54823/requirements.txt' 2021-07-14T05:54:00,247 WARNING: Discarding https://files.pythonhosted.org/packages/63/93/71a50cfd9c76b1a162cef27daedfa14d144219c675598680173eef8f30c0/tornado-http-firewall-0.0.2.tar.gz#sha256=a3ac007f77c0d6b1118a5f69796863117bc6bbfd5e842e67dcd93cdbbddf9126 (from https://pypi.org/simple/tornado-http-firewall/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T05:54:00,248 ERROR: Could not find a version that satisfies the requirement tornado-http-firewall==0.0.2 (from versions: 0.0.2, 0.0.3) 2021-07-14T05:54:00,249 ERROR: No matching distribution found for tornado-http-firewall==0.0.2 2021-07-14T05:54:00,249 Exception information: 2021-07-14T05:54:00,249 Traceback (most recent call last): 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T05:54:00,249 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T05:54:00,249 raise RequirementsConflicted(criterion) 2021-07-14T05:54:00,249 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tornado-http-firewall==0.0.2') 2021-07-14T05:54:00,249 2021-07-14T05:54:00,249 During handling of the above exception, another exception occurred: 2021-07-14T05:54:00,249 2021-07-14T05:54:00,249 Traceback (most recent call last): 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T05:54:00,249 result = self._result = resolver.resolve( 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T05:54:00,249 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T05:54:00,249 raise ResolutionImpossible(e.criterion.information) 2021-07-14T05:54:00,249 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tornado-http-firewall==0.0.2'), parent=None)] 2021-07-14T05:54:00,249 2021-07-14T05:54:00,249 The above exception was the direct cause of the following exception: 2021-07-14T05:54:00,249 2021-07-14T05:54:00,249 Traceback (most recent call last): 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T05:54:00,249 status = self.run(options, args) 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T05:54:00,249 return func(self, options, args) 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T05:54:00,249 requirement_set = resolver.resolve( 2021-07-14T05:54:00,249 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T05:54:00,249 raise error from e 2021-07-14T05:54:00,249 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tornado-http-firewall==0.0.2 2021-07-14T05:54:00,254 Removed tornado-http-firewall==0.0.2 from https://files.pythonhosted.org/packages/63/93/71a50cfd9c76b1a162cef27daedfa14d144219c675598680173eef8f30c0/tornado-http-firewall-0.0.2.tar.gz#sha256=a3ac007f77c0d6b1118a5f69796863117bc6bbfd5e842e67dcd93cdbbddf9126 from build tracker '/tmp/pip-req-tracker-w9_ebwgp' 2021-07-14T05:54:00,255 Removed build tracker: '/tmp/pip-req-tracker-w9_ebwgp'