2025-09-01T05:23:11,202 Created temporary directory: /tmp/pip-build-tracker-t8pwct_k 2025-09-01T05:23:11,203 Initialized build tracking at /tmp/pip-build-tracker-t8pwct_k 2025-09-01T05:23:11,204 Created build tracker: /tmp/pip-build-tracker-t8pwct_k 2025-09-01T05:23:11,204 Entered build tracker: /tmp/pip-build-tracker-t8pwct_k 2025-09-01T05:23:11,205 Created temporary directory: /tmp/pip-wheel-0sxzt9mg 2025-09-01T05:23:11,209 Created temporary directory: /tmp/pip-ephem-wheel-cache-q45tcgd2 2025-09-01T05:23:11,265 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-01T05:23:11,267 2 location(s) to search for versions of grc-macronizer: 2025-09-01T05:23:11,267 * https://pypi.org/simple/grc-macronizer/ 2025-09-01T05:23:11,267 * https://www.piwheels.org/simple/grc-macronizer/ 2025-09-01T05:23:11,268 Fetching project page and analyzing links: https://pypi.org/simple/grc-macronizer/ 2025-09-01T05:23:11,269 Getting page https://pypi.org/simple/grc-macronizer/ 2025-09-01T05:23:11,271 Found index url https://pypi.org/simple/ 2025-09-01T05:23:11,495 Fetched page https://pypi.org/simple/grc-macronizer/ as application/vnd.pypi.simple.v1+json 2025-09-01T05:23:11,497 Skipping link: No binaries permitted for grc-macronizer: https://files.pythonhosted.org/packages/c0/e9/a0ab6bd109c07eae9736bd426f40f967232ba042bfeec568a4c4b86218d2/grc_macronizer-1.3.0-py3-none-any.whl (from https://pypi.org/simple/grc-macronizer/) (requires-python:==3.12.*) 2025-09-01T05:23:11,500 Link requires a different Python (3.11.2 not in: '==3.12.*'): https://files.pythonhosted.org/packages/5a/62/22e71176485ee6d50ff42a6d9a0cdb1b1951ef8984a1f235595aa3166525/grc_macronizer-1.3.0.tar.gz (from https://pypi.org/simple/grc-macronizer/) (requires-python:==3.12.*) 2025-09-01T05:23:11,501 Skipping link: 1.3.0 Requires-Python ==3.12.*: https://files.pythonhosted.org/packages/5a/62/22e71176485ee6d50ff42a6d9a0cdb1b1951ef8984a1f235595aa3166525/grc_macronizer-1.3.0.tar.gz (from https://pypi.org/simple/grc-macronizer/) (requires-python:==3.12.*) 2025-09-01T05:23:11,502 Fetching project page and analyzing links: https://www.piwheels.org/simple/grc-macronizer/ 2025-09-01T05:23:11,503 Getting page https://www.piwheels.org/simple/grc-macronizer/ 2025-09-01T05:23:11,506 Found index url https://www.piwheels.org/simple/ 2025-09-01T05:23:11,687 Fetched page https://www.piwheels.org/simple/grc-macronizer/ as text/html 2025-09-01T05:23:11,688 Skipping link: not a file: https://www.piwheels.org/simple/grc-macronizer/ 2025-09-01T05:23:11,689 Skipping link: not a file: https://pypi.org/simple/grc-macronizer/ 2025-09-01T05:23:11,709 Given no hashes to check 0 links for project 'grc-macronizer': discarding no candidates 2025-09-01T05:23:11,710 ERROR: Ignored the following versions that require a different python version: 1.3.0 Requires-Python ==3.12.* 2025-09-01T05:23:11,712 ERROR: Could not find a version that satisfies the requirement grc-macronizer==1.3.0 (from versions: none) 2025-09-01T05:23:11,713 ERROR: No matching distribution found for grc-macronizer==1.3.0 2025-09-01T05:23:11,715 Exception information: 2025-09-01T05:23:11,715 Traceback (most recent call last): 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-09-01T05:23:11,715 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-09-01T05:23:11,715 raise RequirementsConflicted(criterion) 2025-09-01T05:23:11,715 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('grc-macronizer==1.3.0') 2025-09-01T05:23:11,715 2025-09-01T05:23:11,715 The above exception was the direct cause of the following exception: 2025-09-01T05:23:11,715 2025-09-01T05:23:11,715 Traceback (most recent call last): 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-09-01T05:23:11,715 result = self._result = resolver.resolve( 2025-09-01T05:23:11,715 ^^^^^^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-09-01T05:23:11,715 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-01T05:23:11,715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-09-01T05:23:11,715 raise ResolutionImpossible(e.criterion.information) from e 2025-09-01T05:23:11,715 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('grc-macronizer==1.3.0'), parent=None)] 2025-09-01T05:23:11,715 2025-09-01T05:23:11,715 The above exception was the direct cause of the following exception: 2025-09-01T05:23:11,715 2025-09-01T05:23:11,715 Traceback (most recent call last): 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-09-01T05:23:11,715 status = _inner_run() 2025-09-01T05:23:11,715 ^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-09-01T05:23:11,715 return self.run(options, args) 2025-09-01T05:23:11,715 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-09-01T05:23:11,715 return func(self, options, args) 2025-09-01T05:23:11,715 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-09-01T05:23:11,715 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-01T05:23:11,715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-01T05:23:11,715 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-09-01T05:23:11,715 raise error from e 2025-09-01T05:23:11,715 pip._internal.exceptions.DistributionNotFound: No matching distribution found for grc-macronizer==1.3.0 2025-09-01T05:23:11,722 Removed build tracker: '/tmp/pip-build-tracker-t8pwct_k'