2025-08-31T20:43:41,754 Created temporary directory: /tmp/pip-build-tracker-ux53e2g_ 2025-08-31T20:43:41,755 Initialized build tracking at /tmp/pip-build-tracker-ux53e2g_ 2025-08-31T20:43:41,756 Created build tracker: /tmp/pip-build-tracker-ux53e2g_ 2025-08-31T20:43:41,756 Entered build tracker: /tmp/pip-build-tracker-ux53e2g_ 2025-08-31T20:43:41,757 Created temporary directory: /tmp/pip-wheel-05bbkgvm 2025-08-31T20:43:41,761 Created temporary directory: /tmp/pip-ephem-wheel-cache-0bbpjcv8 2025-08-31T20:43:41,812 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-08-31T20:43:41,814 2 location(s) to search for versions of r2r-ctd: 2025-08-31T20:43:41,814 * https://pypi.org/simple/r2r-ctd/ 2025-08-31T20:43:41,814 * https://www.piwheels.org/simple/r2r-ctd/ 2025-08-31T20:43:41,815 Fetching project page and analyzing links: https://pypi.org/simple/r2r-ctd/ 2025-08-31T20:43:41,816 Getting page https://pypi.org/simple/r2r-ctd/ 2025-08-31T20:43:41,817 Found index url https://pypi.org/simple/ 2025-08-31T20:43:42,042 Fetched page https://pypi.org/simple/r2r-ctd/ as application/vnd.pypi.simple.v1+json 2025-08-31T20:43:42,045 Skipping link: No binaries permitted for r2r-ctd: https://files.pythonhosted.org/packages/a3/6c/e643f17b148007ce658ca7bc843a658bb530d0f5c6eaa889cb97f99d1e9c/r2r_ctd-2025.8.0-py3-none-any.whl (from https://pypi.org/simple/r2r-ctd/) (requires-python:>=3.13) 2025-08-31T20:43:42,047 Link requires a different Python (3.11.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/97/03/94c938e9cf33820d44aa683e44e2e93cc89d8ae5d7ddc3124b3b31aeecc0/r2r_ctd-2025.8.0.tar.gz (from https://pypi.org/simple/r2r-ctd/) (requires-python:>=3.13) 2025-08-31T20:43:42,048 Skipping link: 2025.8.0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/97/03/94c938e9cf33820d44aa683e44e2e93cc89d8ae5d7ddc3124b3b31aeecc0/r2r_ctd-2025.8.0.tar.gz (from https://pypi.org/simple/r2r-ctd/) (requires-python:>=3.13) 2025-08-31T20:43:42,050 Fetching project page and analyzing links: https://www.piwheels.org/simple/r2r-ctd/ 2025-08-31T20:43:42,051 Getting page https://www.piwheels.org/simple/r2r-ctd/ 2025-08-31T20:43:42,052 Found index url https://www.piwheels.org/simple/ 2025-08-31T20:43:42,230 Fetched page https://www.piwheels.org/simple/r2r-ctd/ as text/html 2025-08-31T20:43:42,232 Skipping link: not a file: https://www.piwheels.org/simple/r2r-ctd/ 2025-08-31T20:43:42,232 Skipping link: not a file: https://pypi.org/simple/r2r-ctd/ 2025-08-31T20:43:42,253 Given no hashes to check 0 links for project 'r2r-ctd': discarding no candidates 2025-08-31T20:43:42,253 ERROR: Ignored the following versions that require a different python version: 2025.8.0 Requires-Python >=3.13 2025-08-31T20:43:42,255 ERROR: Could not find a version that satisfies the requirement r2r-ctd==2025.8.0 (from versions: none) 2025-08-31T20:43:42,257 ERROR: No matching distribution found for r2r-ctd==2025.8.0 2025-08-31T20:43:42,258 Exception information: 2025-08-31T20:43:42,258 Traceback (most recent call last): 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-08-31T20:43:42,258 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-08-31T20:43:42,258 raise RequirementsConflicted(criterion) 2025-08-31T20:43:42,258 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('r2r-ctd==2025.8.0') 2025-08-31T20:43:42,258 2025-08-31T20:43:42,258 The above exception was the direct cause of the following exception: 2025-08-31T20:43:42,258 2025-08-31T20:43:42,258 Traceback (most recent call last): 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-08-31T20:43:42,258 result = self._result = resolver.resolve( 2025-08-31T20:43:42,258 ^^^^^^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-08-31T20:43:42,258 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-08-31T20:43:42,258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-08-31T20:43:42,258 raise ResolutionImpossible(e.criterion.information) from e 2025-08-31T20:43:42,258 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('r2r-ctd==2025.8.0'), parent=None)] 2025-08-31T20:43:42,258 2025-08-31T20:43:42,258 The above exception was the direct cause of the following exception: 2025-08-31T20:43:42,258 2025-08-31T20:43:42,258 Traceback (most recent call last): 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-08-31T20:43:42,258 status = _inner_run() 2025-08-31T20:43:42,258 ^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-08-31T20:43:42,258 return self.run(options, args) 2025-08-31T20:43:42,258 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-08-31T20:43:42,258 return func(self, options, args) 2025-08-31T20:43:42,258 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-08-31T20:43:42,258 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-08-31T20:43:42,258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T20:43:42,258 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-08-31T20:43:42,258 raise error from e 2025-08-31T20:43:42,258 pip._internal.exceptions.DistributionNotFound: No matching distribution found for r2r-ctd==2025.8.0 2025-08-31T20:43:42,265 Removed build tracker: '/tmp/pip-build-tracker-ux53e2g_'