2025-09-10T19:09:38,906 Created temporary directory: /tmp/pip-build-tracker-7ogrtjnu 2025-09-10T19:09:38,906 Initialized build tracking at /tmp/pip-build-tracker-7ogrtjnu 2025-09-10T19:09:38,906 Created build tracker: /tmp/pip-build-tracker-7ogrtjnu 2025-09-10T19:09:38,906 Entered build tracker: /tmp/pip-build-tracker-7ogrtjnu 2025-09-10T19:09:38,907 Created temporary directory: /tmp/pip-wheel-mco58hcl 2025-09-10T19:09:38,910 Created temporary directory: /tmp/pip-ephem-wheel-cache-xd6c_c0x 2025-09-10T19:09:38,969 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T19:09:38,971 2 location(s) to search for versions of gmssl: 2025-09-10T19:09:38,971 * https://pypi.org/simple/gmssl/ 2025-09-10T19:09:38,971 * https://www.piwheels.org/simple/gmssl/ 2025-09-10T19:09:38,971 Fetching project page and analyzing links: https://pypi.org/simple/gmssl/ 2025-09-10T19:09:38,972 Getting page https://pypi.org/simple/gmssl/ 2025-09-10T19:09:38,973 Found index url https://pypi.org/simple/ 2025-09-10T19:09:39,042 Fetched page https://pypi.org/simple/gmssl/ as application/vnd.pypi.simple.v1+json 2025-09-10T19:09:39,043 Found link https://files.pythonhosted.org/packages/06/b7/06a368de8bb7394c8e8f55d9b1e2be9f0f95d1383b1f9f5aa761f6d5fe00/gmssl-3.2.1.tar.gz (from https://pypi.org/simple/gmssl/), version: 3.2.1 2025-09-10T19:09:39,044 Skipping link: No binaries permitted for gmssl: https://files.pythonhosted.org/packages/41/b1/01d707a2edfaad77715b2d27e5fbf14b6bcd34dd72ea179a5facfe4b1dd7/gmssl-3.2.2-py3-none-any.whl (from https://pypi.org/simple/gmssl/) 2025-09-10T19:09:39,044 Found link https://files.pythonhosted.org/packages/06/29/008dc5071656ac522282f87accc837643be1fa9e7d021f890c1cdf390714/gmssl-3.2.2.linux-x86_64.tar.gz (from https://pypi.org/simple/gmssl/), version: 3.2.2.linux-x86_64 2025-09-10T19:09:39,044 Fetching project page and analyzing links: https://www.piwheels.org/simple/gmssl/ 2025-09-10T19:09:39,045 Getting page https://www.piwheels.org/simple/gmssl/ 2025-09-10T19:09:39,046 Found index url https://www.piwheels.org/simple/ 2025-09-10T19:09:39,146 Fetched page https://www.piwheels.org/simple/gmssl/ as text/html 2025-09-10T19:09:39,147 Skipping link: No binaries permitted for gmssl: https://archive1.piwheels.org/simple/gmssl/gmssl-3.2.1-py3-none-any.whl#sha256=c14403d7f2a48770be8fea77352d96464002acffd0fdcf7bbf4f14523a12fc56 (from https://www.piwheels.org/simple/gmssl/) 2025-09-10T19:09:39,147 Skipping link: not a file: https://www.piwheels.org/simple/gmssl/ 2025-09-10T19:09:39,147 Skipping link: not a file: https://pypi.org/simple/gmssl/ 2025-09-10T19:09:39,170 Given no hashes to check 0 links for project 'gmssl': discarding no candidates 2025-09-10T19:09:39,171 ERROR: Could not find a version that satisfies the requirement gmssl==3.2.2 (from versions: 3.2.1) 2025-09-10T19:09:39,172 ERROR: No matching distribution found for gmssl==3.2.2 2025-09-10T19:09:39,173 Exception information: 2025-09-10T19:09:39,173 Traceback (most recent call last): 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T19:09:39,173 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T19:09:39,173 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T19:09:39,173 raise RequirementsConflicted(criterion) 2025-09-10T19:09:39,173 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gmssl==3.2.2') 2025-09-10T19:09:39,173 2025-09-10T19:09:39,173 The above exception was the direct cause of the following exception: 2025-09-10T19:09:39,173 2025-09-10T19:09:39,173 Traceback (most recent call last): 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T19:09:39,173 result = self._result = resolver.resolve( 2025-09-10T19:09:39,173 ~~~~~~~~~~~~~~~~^ 2025-09-10T19:09:39,173 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T19:09:39,173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T19:09:39,173 ) 2025-09-10T19:09:39,173 ^ 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T19:09:39,173 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T19:09:39,173 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T19:09:39,173 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gmssl==3.2.2'), parent=None)] 2025-09-10T19:09:39,173 2025-09-10T19:09:39,173 The above exception was the direct cause of the following exception: 2025-09-10T19:09:39,173 2025-09-10T19:09:39,173 Traceback (most recent call last): 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T19:09:39,173 status = _inner_run() 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T19:09:39,173 return self.run(options, args) 2025-09-10T19:09:39,173 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T19:09:39,173 return func(self, options, args) 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T19:09:39,173 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T19:09:39,173 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T19:09:39,173 raise error from e 2025-09-10T19:09:39,173 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gmssl==3.2.2 2025-09-10T19:09:39,183 Removed build tracker: '/tmp/pip-build-tracker-7ogrtjnu'