2023-12-07T16:59:14,901 Created temporary directory: /tmp/pip-build-tracker-rjrvs3qw 2023-12-07T16:59:14,903 Initialized build tracking at /tmp/pip-build-tracker-rjrvs3qw 2023-12-07T16:59:14,903 Created build tracker: /tmp/pip-build-tracker-rjrvs3qw 2023-12-07T16:59:14,903 Entered build tracker: /tmp/pip-build-tracker-rjrvs3qw 2023-12-07T16:59:14,904 Created temporary directory: /tmp/pip-wheel-swud8hdv 2023-12-07T16:59:14,908 Created temporary directory: /tmp/pip-ephem-wheel-cache-ub3irpri 2023-12-07T16:59:14,932 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-12-07T16:59:14,935 2 location(s) to search for versions of umbrellarl-ctorrington: 2023-12-07T16:59:14,935 * https://pypi.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,935 * https://www.piwheels.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,936 Fetching project page and analyzing links: https://pypi.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,937 Getting page https://pypi.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,938 Found index url https://pypi.org/simple/ 2023-12-07T16:59:14,988 Fetched page https://pypi.org/simple/umbrellarl-ctorrington/ as application/vnd.pypi.simple.v1+json 2023-12-07T16:59:14,989 Skipping link: No binaries permitted for umbrellarl-ctorrington: https://files.pythonhosted.org/packages/9e/87/e6d56fb27344173b078e7332511a4a1bec60a34cb9fef51cd0fc3921a531/umbrellarl_ctorrington-0.0.0-py3-none-any.whl (from https://pypi.org/simple/umbrellarl-ctorrington/) (requires-python:>=3.12) 2023-12-07T16:59:14,990 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/65/9f/a8318642e27b137bf269949896da3a07e84dac89601ba363b79659e15776/umbrellarl_ctorrington-0.0.0.tar.gz (from https://pypi.org/simple/umbrellarl-ctorrington/) (requires-python:>=3.12) 2023-12-07T16:59:14,990 Skipping link: 0.0.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/65/9f/a8318642e27b137bf269949896da3a07e84dac89601ba363b79659e15776/umbrellarl_ctorrington-0.0.0.tar.gz (from https://pypi.org/simple/umbrellarl-ctorrington/) (requires-python:>=3.12) 2023-12-07T16:59:14,991 Fetching project page and analyzing links: https://www.piwheels.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,991 Getting page https://www.piwheels.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:14,992 Found index url https://www.piwheels.org/simple/ 2023-12-07T16:59:15,054 Fetched page https://www.piwheels.org/simple/umbrellarl-ctorrington/ as text/html 2023-12-07T16:59:15,055 Skipping link: not a file: https://www.piwheels.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:15,056 Skipping link: not a file: https://pypi.org/simple/umbrellarl-ctorrington/ 2023-12-07T16:59:15,072 Given no hashes to check 0 links for project 'umbrellarl-ctorrington': discarding no candidates 2023-12-07T16:59:15,073 ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.12 2023-12-07T16:59:15,074 ERROR: Could not find a version that satisfies the requirement umbrellarl-ctorrington==0.0.0 (from versions: none) 2023-12-07T16:59:15,075 ERROR: No matching distribution found for umbrellarl-ctorrington==0.0.0 2023-12-07T16:59:15,076 Exception information: 2023-12-07T16:59:15,076 Traceback (most recent call last): 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-12-07T16:59:15,076 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-12-07T16:59:15,076 raise RequirementsConflicted(criterion) 2023-12-07T16:59:15,076 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('umbrellarl-ctorrington==0.0.0') 2023-12-07T16:59:15,076 2023-12-07T16:59:15,076 During handling of the above exception, another exception occurred: 2023-12-07T16:59:15,076 2023-12-07T16:59:15,076 Traceback (most recent call last): 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2023-12-07T16:59:15,076 result = self._result = resolver.resolve( 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-12-07T16:59:15,076 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-12-07T16:59:15,076 raise ResolutionImpossible(e.criterion.information) 2023-12-07T16:59:15,076 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('umbrellarl-ctorrington==0.0.0'), parent=None)] 2023-12-07T16:59:15,076 2023-12-07T16:59:15,076 The above exception was the direct cause of the following exception: 2023-12-07T16:59:15,076 2023-12-07T16:59:15,076 Traceback (most recent call last): 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-12-07T16:59:15,076 status = run_func(*args) 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2023-12-07T16:59:15,076 return func(self, options, args) 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-12-07T16:59:15,076 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-12-07T16:59:15,076 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2023-12-07T16:59:15,076 raise error from e 2023-12-07T16:59:15,076 pip._internal.exceptions.DistributionNotFound: No matching distribution found for umbrellarl-ctorrington==0.0.0 2023-12-07T16:59:15,080 Removed build tracker: '/tmp/pip-build-tracker-rjrvs3qw'