2025-09-10T11:17:09,577 Created temporary directory: /tmp/pip-build-tracker-2kdrm9au 2025-09-10T11:17:09,578 Initialized build tracking at /tmp/pip-build-tracker-2kdrm9au 2025-09-10T11:17:09,578 Created build tracker: /tmp/pip-build-tracker-2kdrm9au 2025-09-10T11:17:09,578 Entered build tracker: /tmp/pip-build-tracker-2kdrm9au 2025-09-10T11:17:09,579 Created temporary directory: /tmp/pip-wheel-8d2gdyry 2025-09-10T11:17:09,582 Created temporary directory: /tmp/pip-ephem-wheel-cache-yxzkwhcq 2025-09-10T11:17:09,637 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T11:17:09,640 2 location(s) to search for versions of github-actions-sandbox: 2025-09-10T11:17:09,640 * https://pypi.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,640 * https://www.piwheels.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,640 Fetching project page and analyzing links: https://pypi.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,640 Getting page https://pypi.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,641 Found index url https://pypi.org/simple/ 2025-09-10T11:17:09,790 Fetched page https://pypi.org/simple/github-actions-sandbox/ as application/vnd.pypi.simple.v1+json 2025-09-10T11:17:09,793 Skipping link: Missing project version for github-actions-sandbox: https://files.pythonhosted.org/packages/86/8b/23798d632969860f6ecc511ba8a3126dfcb370d99d3461773330e99d897b/GitHub%20Actions%20Sandbox-0.0.3.tar.gz (from https://pypi.org/simple/github-actions-sandbox/) 2025-09-10T11:17:09,794 Skipping link: No binaries permitted for github-actions-sandbox: https://files.pythonhosted.org/packages/22/95/c28d677f12f6a8e12f644da8fe6e96eb9b743cb7f3e491fd62db79afdfd8/GitHub_Actions_Sandbox-0.0.3-py3-none-any.whl (from https://pypi.org/simple/github-actions-sandbox/) 2025-09-10T11:17:09,794 Fetching project page and analyzing links: https://www.piwheels.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,795 Getting page https://www.piwheels.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,797 Found index url https://www.piwheels.org/simple/ 2025-09-10T11:17:09,895 Fetched page https://www.piwheels.org/simple/github-actions-sandbox/ as text/html 2025-09-10T11:17:09,896 Skipping link: not a file: https://www.piwheels.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,896 Skipping link: not a file: https://pypi.org/simple/github-actions-sandbox/ 2025-09-10T11:17:09,921 Given no hashes to check 0 links for project 'github-actions-sandbox': discarding no candidates 2025-09-10T11:17:09,921 ERROR: Could not find a version that satisfies the requirement github-actions-sandbox==0.0.3 (from versions: none) 2025-09-10T11:17:09,923 ERROR: No matching distribution found for github-actions-sandbox==0.0.3 2025-09-10T11:17:09,923 Exception information: 2025-09-10T11:17:09,923 Traceback (most recent call last): 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T11:17:09,923 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T11:17:09,923 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T11:17:09,923 raise RequirementsConflicted(criterion) 2025-09-10T11:17:09,923 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('github-actions-sandbox==0.0.3') 2025-09-10T11:17:09,923 2025-09-10T11:17:09,923 The above exception was the direct cause of the following exception: 2025-09-10T11:17:09,923 2025-09-10T11:17:09,923 Traceback (most recent call last): 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T11:17:09,923 result = self._result = resolver.resolve( 2025-09-10T11:17:09,923 ~~~~~~~~~~~~~~~~^ 2025-09-10T11:17:09,923 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T11:17:09,923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T11:17:09,923 ) 2025-09-10T11:17:09,923 ^ 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T11:17:09,923 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T11:17:09,923 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T11:17:09,923 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('github-actions-sandbox==0.0.3'), parent=None)] 2025-09-10T11:17:09,923 2025-09-10T11:17:09,923 The above exception was the direct cause of the following exception: 2025-09-10T11:17:09,923 2025-09-10T11:17:09,923 Traceback (most recent call last): 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T11:17:09,923 status = _inner_run() 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T11:17:09,923 return self.run(options, args) 2025-09-10T11:17:09,923 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T11:17:09,923 return func(self, options, args) 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T11:17:09,923 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T11:17:09,923 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T11:17:09,923 raise error from e 2025-09-10T11:17:09,923 pip._internal.exceptions.DistributionNotFound: No matching distribution found for github-actions-sandbox==0.0.3 2025-09-10T11:17:09,932 Removed build tracker: '/tmp/pip-build-tracker-2kdrm9au'