2024-06-26T04:03:01,569 Created temporary directory: /tmp/pip-build-tracker-rn1qnkbs 2024-06-26T04:03:01,571 Initialized build tracking at /tmp/pip-build-tracker-rn1qnkbs 2024-06-26T04:03:01,571 Created build tracker: /tmp/pip-build-tracker-rn1qnkbs 2024-06-26T04:03:01,571 Entered build tracker: /tmp/pip-build-tracker-rn1qnkbs 2024-06-26T04:03:01,572 Created temporary directory: /tmp/pip-wheel-w8awj454 2024-06-26T04:03:01,576 Created temporary directory: /tmp/pip-ephem-wheel-cache-62lry2or 2024-06-26T04:03:01,601 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-06-26T04:03:01,604 2 location(s) to search for versions of utils-b-infra: 2024-06-26T04:03:01,604 * https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:03:01,604 * https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:03:01,605 Fetching project page and analyzing links: https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:03:01,606 Getting page https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:03:01,607 Found index url https://pypi.org/simple/ 2024-06-26T04:03:01,657 Fetched page https://pypi.org/simple/utils-b-infra/ as application/vnd.pypi.simple.v1+json 2024-06-26T04:03:01,659 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:03:01,660 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:03:01,660 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:03:01,660 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:03:01,661 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:03:01,661 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:03:01,661 Fetching project page and analyzing links: https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:03:01,661 Getting page https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:03:01,662 Found index url https://www.piwheels.org/simple/ 2024-06-26T04:03:01,727 Fetched page https://www.piwheels.org/simple/utils-b-infra/ as text/html 2024-06-26T04:03:01,728 Skipping link: not a file: https://www.piwheels.org/simple/utils-b-infra/ 2024-06-26T04:03:01,728 Skipping link: not a file: https://pypi.org/simple/utils-b-infra/ 2024-06-26T04:03:01,749 Given no hashes to check 0 links for project 'utils-b-infra': discarding no candidates 2024-06-26T04:03:01,750 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:03:01,752 ERROR: Could not find a version that satisfies the requirement utils-b-infra==0.2.1 (from versions: none) 2024-06-26T04:03:01,753 ERROR: No matching distribution found for utils-b-infra==0.2.1 2024-06-26T04:03:01,755 Exception information: 2024-06-26T04:03:01,755 Traceback (most recent call last): 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-06-26T04:03:01,755 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-06-26T04:03:01,755 raise RequirementsConflicted(criterion) 2024-06-26T04:03:01,755 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('utils-b-infra==0.2.1') 2024-06-26T04:03:01,755 2024-06-26T04:03:01,755 During handling of the above exception, another exception occurred: 2024-06-26T04:03:01,755 2024-06-26T04:03:01,755 Traceback (most recent call last): 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-06-26T04:03:01,755 result = self._result = resolver.resolve( 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-06-26T04:03:01,755 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-06-26T04:03:01,755 raise ResolutionImpossible(e.criterion.information) 2024-06-26T04:03:01,755 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('utils-b-infra==0.2.1'), parent=None)] 2024-06-26T04:03:01,755 2024-06-26T04:03:01,755 The above exception was the direct cause of the following exception: 2024-06-26T04:03:01,755 2024-06-26T04:03:01,755 Traceback (most recent call last): 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-06-26T04:03:01,755 status = run_func(*args) 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-06-26T04:03:01,755 return func(self, options, args) 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-06-26T04:03:01,755 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-06-26T04:03:01,755 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-06-26T04:03:01,755 raise error from e 2024-06-26T04:03:01,755 pip._internal.exceptions.DistributionNotFound: No matching distribution found for utils-b-infra==0.2.1 2024-06-26T04:03:01,766 Removed build tracker: '/tmp/pip-build-tracker-rn1qnkbs'