2021-07-17T04:31:17,635 Created temporary directory: /tmp/pip-ephem-wheel-cache-a8l6x9qp 2021-07-17T04:31:17,638 Created temporary directory: /tmp/pip-req-tracker-5gb_szl3 2021-07-17T04:31:17,639 Initialized build tracking at /tmp/pip-req-tracker-5gb_szl3 2021-07-17T04:31:17,639 Created build tracker: /tmp/pip-req-tracker-5gb_szl3 2021-07-17T04:31:17,640 Entered build tracker: /tmp/pip-req-tracker-5gb_szl3 2021-07-17T04:31:17,641 Created temporary directory: /tmp/pip-wheel-xobbtejx 2021-07-17T04:31:17,671 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-07-17T04:31:17,674 2 location(s) to search for versions of gitlab-mr-security-bot: 2021-07-17T04:31:17,674 * https://pypi.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,674 * https://www.piwheels.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,674 Fetching project page and analyzing links: https://pypi.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,675 Getting page https://pypi.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,676 Found index url https://pypi.org/simple 2021-07-17T04:31:17,859 Skipping link: Missing project version for gitlab-mr-security-bot: https://files.pythonhosted.org/packages/70/a7/3263d2a6d4b842c73f178a3aa88b591c76404ea55ae922e7b0e72d66f15b/Gitlab%20MR%20Security%20Bot-0.0.1.tar.gz#sha256=ec727e682a0d533a34e0f9917871192a7ebc2d98cae802589921385dfbf960bf (from https://pypi.org/simple/gitlab-mr-security-bot/) 2021-07-17T04:31:17,859 Fetching project page and analyzing links: https://www.piwheels.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,860 Getting page https://www.piwheels.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,861 Found index url https://www.piwheels.org/simple 2021-07-17T04:31:17,968 Skipping link: not a file: https://www.piwheels.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,969 Skipping link: not a file: https://pypi.org/simple/gitlab-mr-security-bot/ 2021-07-17T04:31:17,993 Given no hashes to check 0 links for project 'gitlab-mr-security-bot': discarding no candidates 2021-07-17T04:31:17,993 ERROR: Could not find a version that satisfies the requirement gitlab-mr-security-bot==0.0.1 (from versions: none) 2021-07-17T04:31:17,994 ERROR: No matching distribution found for gitlab-mr-security-bot==0.0.1 2021-07-17T04:31:17,994 Exception information: 2021-07-17T04:31:17,994 Traceback (most recent call last): 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-17T04:31:17,994 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-17T04:31:17,994 raise RequirementsConflicted(criterion) 2021-07-17T04:31:17,994 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gitlab-mr-security-bot==0.0.1') 2021-07-17T04:31:17,994 2021-07-17T04:31:17,994 During handling of the above exception, another exception occurred: 2021-07-17T04:31:17,994 2021-07-17T04:31:17,994 Traceback (most recent call last): 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-17T04:31:17,994 result = self._result = resolver.resolve( 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-17T04:31:17,994 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-17T04:31:17,994 raise ResolutionImpossible(e.criterion.information) 2021-07-17T04:31:17,994 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gitlab-mr-security-bot==0.0.1'), parent=None)] 2021-07-17T04:31:17,994 2021-07-17T04:31:17,994 The above exception was the direct cause of the following exception: 2021-07-17T04:31:17,994 2021-07-17T04:31:17,994 Traceback (most recent call last): 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-17T04:31:17,994 status = self.run(options, args) 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-17T04:31:17,994 return func(self, options, args) 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-17T04:31:17,994 requirement_set = resolver.resolve( 2021-07-17T04:31:17,994 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-17T04:31:17,994 raise error from e 2021-07-17T04:31:17,994 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gitlab-mr-security-bot==0.0.1 2021-07-17T04:31:17,998 Removed build tracker: '/tmp/pip-req-tracker-5gb_szl3'