2025-09-08T07:47:06,259 Created temporary directory: /tmp/pip-build-tracker-_1ztu800 2025-09-08T07:47:06,259 Initialized build tracking at /tmp/pip-build-tracker-_1ztu800 2025-09-08T07:47:06,259 Created build tracker: /tmp/pip-build-tracker-_1ztu800 2025-09-08T07:47:06,260 Entered build tracker: /tmp/pip-build-tracker-_1ztu800 2025-09-08T07:47:06,260 Created temporary directory: /tmp/pip-wheel-mb4gobmo 2025-09-08T07:47:06,263 Created temporary directory: /tmp/pip-ephem-wheel-cache-5puf938k 2025-09-08T07:47:06,321 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T07:47:06,323 2 location(s) to search for versions of input-paste: 2025-09-08T07:47:06,323 * https://pypi.org/simple/input-paste/ 2025-09-08T07:47:06,323 * https://www.piwheels.org/simple/input-paste/ 2025-09-08T07:47:06,324 Fetching project page and analyzing links: https://pypi.org/simple/input-paste/ 2025-09-08T07:47:06,324 Getting page https://pypi.org/simple/input-paste/ 2025-09-08T07:47:06,325 Found index url https://pypi.org/simple/ 2025-09-08T07:47:06,473 Fetched page https://pypi.org/simple/input-paste/ as application/vnd.pypi.simple.v1+json 2025-09-08T07:47:06,475 Found link https://files.pythonhosted.org/packages/76/64/c55cd74ace872b6338ba50867a683bab9abe11519b087805b84750ae5211/input-paste-0.1.1.tar.gz (from https://pypi.org/simple/input-paste/), version: 0.1.1 2025-09-08T07:47:06,476 Skipping link: No binaries permitted for input-paste: https://files.pythonhosted.org/packages/9f/57/49a6e125a5cedf4f67ce21a3c2e9d13fe5c2d6f0941513e42297b0f47ef8/input_paste-0.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/input-paste/) 2025-09-08T07:47:06,477 Found link https://files.pythonhosted.org/packages/44/2b/52ea312b58ed9dab5f0b4a0bb1f85185a463f8206ab2fa04ae8bb679f723/input-paste-0.1.2.tar.gz (from https://pypi.org/simple/input-paste/), version: 0.1.2 2025-09-08T07:47:06,477 Skipping link: No binaries permitted for input-paste: https://files.pythonhosted.org/packages/bc/76/8311b0e2e5cba95bf7d65ad2dd80ce3d559fc9ae57db1d40d31a4cf9cf48/input_paste-0.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/input-paste/) 2025-09-08T07:47:06,478 Fetching project page and analyzing links: https://www.piwheels.org/simple/input-paste/ 2025-09-08T07:47:06,478 Getting page https://www.piwheels.org/simple/input-paste/ 2025-09-08T07:47:06,480 Found index url https://www.piwheels.org/simple/ 2025-09-08T07:47:06,576 Fetched page https://www.piwheels.org/simple/input-paste/ as text/html 2025-09-08T07:47:06,577 Skipping link: No binaries permitted for input-paste: https://archive1.piwheels.org/simple/input-paste/input_paste-0.1.2-py2.py3-none-any.whl#sha256=c22a17fb3748d4a594c60a38cc88516be887e706328d0bf663cd2648601ded02 (from https://www.piwheels.org/simple/input-paste/) 2025-09-08T07:47:06,577 Skipping link: not a file: https://www.piwheels.org/simple/input-paste/ 2025-09-08T07:47:06,578 Skipping link: not a file: https://pypi.org/simple/input-paste/ 2025-09-08T07:47:06,604 Given no hashes to check 0 links for project 'input-paste': discarding no candidates 2025-09-08T07:47:06,604 ERROR: Could not find a version that satisfies the requirement input-paste==0.1 (from versions: 0.1.1, 0.1.2) 2025-09-08T07:47:06,606 ERROR: No matching distribution found for input-paste==0.1 2025-09-08T07:47:06,607 Exception information: 2025-09-08T07:47:06,607 Traceback (most recent call last): 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T07:47:06,607 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T07:47:06,607 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-08T07:47:06,607 raise RequirementsConflicted(criterion) 2025-09-08T07:47:06,607 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('input-paste==0.1') 2025-09-08T07:47:06,607 2025-09-08T07:47:06,607 The above exception was the direct cause of the following exception: 2025-09-08T07:47:06,607 2025-09-08T07:47:06,607 Traceback (most recent call last): 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T07:47:06,607 result = self._result = resolver.resolve( 2025-09-08T07:47:06,607 ~~~~~~~~~~~~~~~~^ 2025-09-08T07:47:06,607 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T07:47:06,607 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T07:47:06,607 ) 2025-09-08T07:47:06,607 ^ 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T07:47:06,607 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-08T07:47:06,607 raise ResolutionImpossible(e.criterion.information) from e 2025-09-08T07:47:06,607 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('input-paste==0.1'), parent=None)] 2025-09-08T07:47:06,607 2025-09-08T07:47:06,607 The above exception was the direct cause of the following exception: 2025-09-08T07:47:06,607 2025-09-08T07:47:06,607 Traceback (most recent call last): 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T07:47:06,607 status = _inner_run() 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T07:47:06,607 return self.run(options, args) 2025-09-08T07:47:06,607 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T07:47:06,607 return func(self, options, args) 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T07:47:06,607 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T07:47:06,607 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-08T07:47:06,607 raise error from e 2025-09-08T07:47:06,607 pip._internal.exceptions.DistributionNotFound: No matching distribution found for input-paste==0.1 2025-09-08T07:47:06,620 Removed build tracker: '/tmp/pip-build-tracker-_1ztu800'