2021-03-27T14:03:04,533 Created temporary directory: /tmp/pip-ephem-wheel-cache-57hjmuwp 2021-03-27T14:03:04,536 Created temporary directory: /tmp/pip-req-tracker-ydarshba 2021-03-27T14:03:04,537 Initialized build tracking at /tmp/pip-req-tracker-ydarshba 2021-03-27T14:03:04,537 Created build tracker: /tmp/pip-req-tracker-ydarshba 2021-03-27T14:03:04,537 Entered build tracker: /tmp/pip-req-tracker-ydarshba 2021-03-27T14:03:04,538 Created temporary directory: /tmp/pip-wheel-9t8qtwva 2021-03-27T14:03:04,574 1 location(s) to search for versions of codecov-validator: 2021-03-27T14:03:04,574 * https://pypi.org/simple/codecov-validator/ 2021-03-27T14:03:04,574 Fetching project page and analyzing links: https://pypi.org/simple/codecov-validator/ 2021-03-27T14:03:04,575 Getting page https://pypi.org/simple/codecov-validator/ 2021-03-27T14:03:04,577 Found index url https://pypi.org/simple 2021-03-27T14:03:04,684 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/21/e0/4894d5f3aab8f4a91d5fe30a30102907e27d4813927676a98c6bfecf4aa4/codecov_validator-0.0.0-py3-none-any.whl#sha256=48338c62512fda1da4aad64d6cf01891a8f7d0591ad57c832ae85a9e1bcc6d2b (from https://pypi.org/simple/codecov-validator/) (requires-python:>=3.8) 2021-03-27T14:03:04,684 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/d4/59/dd37f929a86e75120951da602263f8ebddc1aa893addbd889db13100abaa/codecov_validator-0.0.0.tar.gz#sha256=368cb07d98a78160d065a477c1f580dee5ba196d3dabdfea16876a5f9bc827fc (from https://pypi.org/simple/codecov-validator/) (requires-python:>=3.8) 2021-03-27T14:03:04,685 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/01/96/4010eee4da12e571ee5916a7b1ffa03b3e1544022778c6b94b77a76da803/codecov_validator-0.0.2-py3-none-any.whl#sha256=1119b7253c4c62548db695c6ae019ca87e14407e12f862c518e69b3924180c4a (from https://pypi.org/simple/codecov-validator/) (requires-python:>=3.8) 2021-03-27T14:03:04,686 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ca/5a/238154540331100d3bee2cb059d9cd691d0b96d7224cb1ad8fccdacebad3/codecov_validator-0.0.2.tar.gz#sha256=3c3d3dd07050b39c352f78a7f0ed2950a4fae328bbea050b09939c5c98e99b92 (from https://pypi.org/simple/codecov-validator/) (requires-python:>=3.8) 2021-03-27T14:03:04,686 Given no hashes to check 0 links for project 'codecov-validator': discarding no candidates 2021-03-27T14:03:04,686 ERROR: Could not find a version that satisfies the requirement codecov-validator==0.0.2 2021-03-27T14:03:04,687 ERROR: No matching distribution found for codecov-validator==0.0.2 2021-03-27T14:03:04,687 Exception information: 2021-03-27T14:03:04,687 Traceback (most recent call last): 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-27T14:03:04,687 crit = self.state.criteria[name] 2021-03-27T14:03:04,687 KeyError: 'codecov-validator' 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 During handling of the above exception, another exception occurred: 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 Traceback (most recent call last): 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-27T14:03:04,687 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-27T14:03:04,687 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-27T14:03:04,687 raise RequirementsConflicted(criterion) 2021-03-27T14:03:04,687 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('codecov-validator==0.0.2') 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 During handling of the above exception, another exception occurred: 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 Traceback (most recent call last): 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-27T14:03:04,687 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-27T14:03:04,687 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-27T14:03:04,687 raise ResolutionImpossible(e.criterion.information) 2021-03-27T14:03:04,687 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('codecov-validator==0.0.2'), parent=None)] 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 The above exception was the direct cause of the following exception: 2021-03-27T14:03:04,687 2021-03-27T14:03:04,687 Traceback (most recent call last): 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-27T14:03:04,687 status = self.run(options, args) 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-27T14:03:04,687 return func(self, options, args) 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-27T14:03:04,687 reqs, check_supported_wheels=True 2021-03-27T14:03:04,687 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-27T14:03:04,687 six.raise_from(error, e) 2021-03-27T14:03:04,687 File "", line 3, in raise_from 2021-03-27T14:03:04,687 pip._internal.exceptions.DistributionNotFound: No matching distribution found for codecov-validator==0.0.2 2021-03-27T14:03:04,691 Removed build tracker: '/tmp/pip-req-tracker-ydarshba'