2025-09-07T22:09:52,023 Created temporary directory: /tmp/pip-build-tracker-zk2n8tik 2025-09-07T22:09:52,024 Initialized build tracking at /tmp/pip-build-tracker-zk2n8tik 2025-09-07T22:09:52,024 Created build tracker: /tmp/pip-build-tracker-zk2n8tik 2025-09-07T22:09:52,024 Entered build tracker: /tmp/pip-build-tracker-zk2n8tik 2025-09-07T22:09:52,025 Created temporary directory: /tmp/pip-wheel-dkw0coey 2025-09-07T22:09:52,028 Created temporary directory: /tmp/pip-ephem-wheel-cache-mr6r3rhk 2025-09-07T22:09:52,084 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-07T22:09:52,086 2 location(s) to search for versions of cvrfparse: 2025-09-07T22:09:52,086 * https://pypi.org/simple/cvrfparse/ 2025-09-07T22:09:52,086 * https://www.piwheels.org/simple/cvrfparse/ 2025-09-07T22:09:52,087 Fetching project page and analyzing links: https://pypi.org/simple/cvrfparse/ 2025-09-07T22:09:52,087 Getting page https://pypi.org/simple/cvrfparse/ 2025-09-07T22:09:52,088 Found index url https://pypi.org/simple/ 2025-09-07T22:09:52,299 Fetched page https://pypi.org/simple/cvrfparse/ as application/vnd.pypi.simple.v1+json 2025-09-07T22:09:52,301 Found link https://files.pythonhosted.org/packages/c8/ee/1529cba7e7bb014a8a4b09d19b4b58efdc05449dcb0c85ddee7267abb0f5/cvrfparse-0.10.tar.gz (from https://pypi.org/simple/cvrfparse/), version: 0.10 2025-09-07T22:09:52,301 Found link https://files.pythonhosted.org/packages/f6/24/7151e99220ca4718f825f6c5573a7940972aa0836451ce46c1f5f6f73637/cvrfparse-0.11.tar.gz (from https://pypi.org/simple/cvrfparse/), version: 0.11 2025-09-07T22:09:52,302 Found link https://files.pythonhosted.org/packages/37/dc/d15cd2ebe8f681423d6ce226cf4aac93abab1842b0eb63d503aeadfd7c71/cvrfparse-0.13.tar.gz (from https://pypi.org/simple/cvrfparse/), version: 0.13 2025-09-07T22:09:52,302 Found link https://files.pythonhosted.org/packages/17/eb/d16381c12c5ae9e73e7dfa4da5fe4d8de4199f93f516110be8a4e63aa487/cvrfparse-1.0.tar.gz (from https://pypi.org/simple/cvrfparse/), version: 1.0 2025-09-07T22:09:52,303 Fetching project page and analyzing links: https://www.piwheels.org/simple/cvrfparse/ 2025-09-07T22:09:52,303 Getting page https://www.piwheels.org/simple/cvrfparse/ 2025-09-07T22:09:52,305 Found index url https://www.piwheels.org/simple/ 2025-09-07T22:09:52,413 Fetched page https://www.piwheels.org/simple/cvrfparse/ as text/html 2025-09-07T22:09:52,414 Skipping link: No binaries permitted for cvrfparse: https://archive1.piwheels.org/simple/cvrfparse/cvrfparse-1.0-py3-none-any.whl#sha256=d671ab7c2643460b05412abe87eacbdb3f3215bb0e0624b4edaa9c3d50bee8ca (from https://www.piwheels.org/simple/cvrfparse/) 2025-09-07T22:09:52,414 Skipping link: No binaries permitted for cvrfparse: https://archive1.piwheels.org/simple/cvrfparse/cvrfparse-0.13-py3-none-any.whl#sha256=cce18954578b89ef522d1edc02864186e729dabdbe7a56b0880a70f414b3edc5 (from https://www.piwheels.org/simple/cvrfparse/) 2025-09-07T22:09:52,414 Skipping link: not a file: https://www.piwheels.org/simple/cvrfparse/ 2025-09-07T22:09:52,415 Skipping link: not a file: https://pypi.org/simple/cvrfparse/ 2025-09-07T22:09:52,440 Given no hashes to check 0 links for project 'cvrfparse': discarding no candidates 2025-09-07T22:09:52,441 ERROR: Could not find a version that satisfies the requirement cvrfparse==0.9 (from versions: 0.10, 0.11, 0.13, 1.0) 2025-09-07T22:09:52,443 ERROR: No matching distribution found for cvrfparse==0.9 2025-09-07T22:09:52,444 Exception information: 2025-09-07T22:09:52,444 Traceback (most recent call last): 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-07T22:09:52,444 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-07T22:09:52,444 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-07T22:09:52,444 raise RequirementsConflicted(criterion) 2025-09-07T22:09:52,444 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cvrfparse==0.9') 2025-09-07T22:09:52,444 2025-09-07T22:09:52,444 The above exception was the direct cause of the following exception: 2025-09-07T22:09:52,444 2025-09-07T22:09:52,444 Traceback (most recent call last): 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-07T22:09:52,444 result = self._result = resolver.resolve( 2025-09-07T22:09:52,444 ~~~~~~~~~~~~~~~~^ 2025-09-07T22:09:52,444 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-07T22:09:52,444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-07T22:09:52,444 ) 2025-09-07T22:09:52,444 ^ 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-07T22:09:52,444 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-07T22:09:52,444 raise ResolutionImpossible(e.criterion.information) from e 2025-09-07T22:09:52,444 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cvrfparse==0.9'), parent=None)] 2025-09-07T22:09:52,444 2025-09-07T22:09:52,444 The above exception was the direct cause of the following exception: 2025-09-07T22:09:52,444 2025-09-07T22:09:52,444 Traceback (most recent call last): 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-07T22:09:52,444 status = _inner_run() 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-07T22:09:52,444 return self.run(options, args) 2025-09-07T22:09:52,444 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-07T22:09:52,444 return func(self, options, args) 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-07T22:09:52,444 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-07T22:09:52,444 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-07T22:09:52,444 raise error from e 2025-09-07T22:09:52,444 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cvrfparse==0.9 2025-09-07T22:09:52,453 Removed build tracker: '/tmp/pip-build-tracker-zk2n8tik'