2024-06-26T04:02:55,915 Created temporary directory: /tmp/pip-build-tracker-r381p0j2 2024-06-26T04:02:55,917 Initialized build tracking at /tmp/pip-build-tracker-r381p0j2 2024-06-26T04:02:55,917 Created build tracker: /tmp/pip-build-tracker-r381p0j2 2024-06-26T04:02:55,917 Entered build tracker: /tmp/pip-build-tracker-r381p0j2 2024-06-26T04:02:55,918 Created temporary directory: /tmp/pip-wheel-f1wtwxqs 2024-06-26T04:02:55,922 Created temporary directory: /tmp/pip-ephem-wheel-cache-r0jz0xg3 2024-06-26T04:02:55,946 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-06-26T04:02:55,949 2 location(s) to search for versions of utils-b-infra: 2024-06-26T04:02:55,949 * https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:02:55,949 * https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:02:55,950 Fetching project page and analyzing links: https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:02:55,951 Getting page https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:02:55,952 Found index url https://pypi.org/simple/ 2024-06-26T04:02:56,002 Fetched page https://pypi.org/simple/utils-b-infra/ as application/vnd.pypi.simple.v1+json 2024-06-26T04:02:56,004 Link requires a different Python (3.9.2 not in: '>=3.10'): https://files.pythonhosted.org/packages/23/ca/8c6f5c5634278af6cca36f782b86460e0403219b39a2ba11f8eef8889d6c/utils-B-infra-0.2.0.tar.gz (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,005 Skipping link: 0.2.0 Requires-Python >=3.10: https://files.pythonhosted.org/packages/23/ca/8c6f5c5634278af6cca36f782b86460e0403219b39a2ba11f8eef8889d6c/utils-B-infra-0.2.0.tar.gz (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,005 Skipping link: No binaries permitted for utils-b-infra: https://files.pythonhosted.org/packages/fe/b7/c35b7f24f8c699ab8fcfac9c07aa27f2fd5a7e4d67c80906889fc91181a0/utils_B_infra-0.2.0-py3-none-any.whl (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,005 Link requires a different Python (3.9.2 not in: '>=3.10'): https://files.pythonhosted.org/packages/3f/52/ff23a7e5c5fcf199de0c972246dc29dac69805d31e65d4b1b9c0820b4c9b/utils-B-infra-0.2.1.tar.gz (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,005 Skipping link: 0.2.1 Requires-Python >=3.10: https://files.pythonhosted.org/packages/3f/52/ff23a7e5c5fcf199de0c972246dc29dac69805d31e65d4b1b9c0820b4c9b/utils-B-infra-0.2.1.tar.gz (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,006 Skipping link: No binaries permitted for utils-b-infra: https://files.pythonhosted.org/packages/25/84/fd74d17c8889ce58aaabbbfb3e50a6b4c0fbddaef12df56f540276b97842/utils_B_infra-0.2.1-py3-none-any.whl (from https://pypi.org/simple/utils-b-infra/) (requires-python:>=3.10) 2024-06-26T04:02:56,006 Fetching project page and analyzing links: https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:02:56,006 Getting page https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:02:56,007 Found index url https://www.piwheels.org/simple/ 2024-06-26T04:02:56,079 Fetched page https://www.piwheels.org/simple/utils-b-infra/ as text/html 2024-06-26T04:02:56,079 Skipping link: not a file: https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:02:56,080 Skipping link: not a file: https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:02:56,095 Given no hashes to check 0 links for project 'utils-b-infra': discarding no candidates 2024-06-26T04:02:56,096 ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python >=3.10; 0.2.1 Requires-Python >=3.10 2024-06-26T04:02:56,097 ERROR: Could not find a version that satisfies the requirement utils-b-infra==0.2.0 (from versions: none) 2024-06-26T04:02:56,098 ERROR: No matching distribution found for utils-b-infra==0.2.0 2024-06-26T04:02:56,099 Exception information: 2024-06-26T04:02:56,099 Traceback (most recent call last): 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-06-26T04:02:56,099 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-06-26T04:02:56,099 raise RequirementsConflicted(criterion) 2024-06-26T04:02:56,099 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('utils-b-infra==0.2.0') 2024-06-26T04:02:56,099 2024-06-26T04:02:56,099 During handling of the above exception, another exception occurred: 2024-06-26T04:02:56,099 2024-06-26T04:02:56,099 Traceback (most recent call last): 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-06-26T04:02:56,099 result = self._result = resolver.resolve( 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-06-26T04:02:56,099 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-06-26T04:02:56,099 raise ResolutionImpossible(e.criterion.information) 2024-06-26T04:02:56,099 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('utils-b-infra==0.2.0'), parent=None)] 2024-06-26T04:02:56,099 2024-06-26T04:02:56,099 The above exception was the direct cause of the following exception: 2024-06-26T04:02:56,099 2024-06-26T04:02:56,099 Traceback (most recent call last): 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-06-26T04:02:56,099 status = run_func(*args) 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-06-26T04:02:56,099 return func(self, options, args) 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-06-26T04:02:56,099 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-06-26T04:02:56,099 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-06-26T04:02:56,099 raise error from e 2024-06-26T04:02:56,099 pip._internal.exceptions.DistributionNotFound: No matching distribution found for utils-b-infra==0.2.0 2024-06-26T04:02:56,102 Removed build tracker: '/tmp/pip-build-tracker-r381p0j2'