2025-09-12T07:53:06,271 Created temporary directory: /tmp/pip-build-tracker-2jp8iaoj 2025-09-12T07:53:06,272 Initialized build tracking at /tmp/pip-build-tracker-2jp8iaoj 2025-09-12T07:53:06,272 Created build tracker: /tmp/pip-build-tracker-2jp8iaoj 2025-09-12T07:53:06,272 Entered build tracker: /tmp/pip-build-tracker-2jp8iaoj 2025-09-12T07:53:06,273 Created temporary directory: /tmp/pip-wheel-iuqst59o 2025-09-12T07:53:06,276 Created temporary directory: /tmp/pip-ephem-wheel-cache-uu7a39ez 2025-09-12T07:53:06,333 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-12T07:53:06,335 2 location(s) to search for versions of optax-swag: 2025-09-12T07:53:06,335 * https://pypi.org/simple/optax-swag/ 2025-09-12T07:53:06,335 * https://www.piwheels.org/simple/optax-swag/ 2025-09-12T07:53:06,335 Fetching project page and analyzing links: https://pypi.org/simple/optax-swag/ 2025-09-12T07:53:06,336 Getting page https://pypi.org/simple/optax-swag/ 2025-09-12T07:53:06,337 Found index url https://pypi.org/simple/ 2025-09-12T07:53:06,430 Fetched page https://pypi.org/simple/optax-swag/ as application/vnd.pypi.simple.v1+json 2025-09-12T07:53:06,432 Found link https://files.pythonhosted.org/packages/17/a6/0f724c03795fb2a65843e59e03b1c4585bb7988c2f891de03f265bd9ae26/optax-swag-0.1.0b1.tar.gz (from https://pypi.org/simple/optax-swag/), version: 0.1.0b1 2025-09-12T07:53:06,432 Skipping link: No binaries permitted for optax-swag: https://files.pythonhosted.org/packages/99/36/83b067248d08ad7b2ec8cb295062e0f56b11e74874c25b53d4f3bad072bb/optax_swag-0.1.0b1-py3-none-any.whl (from https://pypi.org/simple/optax-swag/) 2025-09-12T07:53:06,433 Found link https://files.pythonhosted.org/packages/dc/9d/4856748a9f392671bbe053f2e0601507477766e0fc5f6d08abe1edb731a1/optax-swag-0.1.0b2.tar.gz (from https://pypi.org/simple/optax-swag/), version: 0.1.0b2 2025-09-12T07:53:06,433 Skipping link: No binaries permitted for optax-swag: https://files.pythonhosted.org/packages/f0/a6/767272711a482a5efed7ea235d1b6a72c16424b9cfaafe00948ec40ae56f/optax_swag-0.1.0b2-py3-none-any.whl (from https://pypi.org/simple/optax-swag/) 2025-09-12T07:53:06,433 Found link https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz (from https://pypi.org/simple/optax-swag/), version: 0.1.0 2025-09-12T07:53:06,434 Skipping link: No binaries permitted for optax-swag: https://files.pythonhosted.org/packages/97/83/f15fbd3d7ad164c976b798395cebb8bbd27e5003403fce6adb5230f16bd5/optax_swag-0.1.0-py3-none-any.whl (from https://pypi.org/simple/optax-swag/) 2025-09-12T07:53:06,434 Fetching project page and analyzing links: https://www.piwheels.org/simple/optax-swag/ 2025-09-12T07:53:06,434 Getting page https://www.piwheels.org/simple/optax-swag/ 2025-09-12T07:53:06,435 Found index url https://www.piwheels.org/simple/ 2025-09-12T07:53:06,539 Fetched page https://www.piwheels.org/simple/optax-swag/ as text/html 2025-09-12T07:53:06,540 Skipping link: not a file: https://www.piwheels.org/simple/optax-swag/ 2025-09-12T07:53:06,540 Skipping link: not a file: https://pypi.org/simple/optax-swag/ 2025-09-12T07:53:06,565 Given no hashes to check 1 links for project 'optax-swag': discarding no candidates 2025-09-12T07:53:06,566 Collecting optax-swag==0.1.0 2025-09-12T07:53:06,567 Created temporary directory: /tmp/pip-unpack-0xoy7s7o 2025-09-12T07:53:06,873 Downloading optax-swag-0.1.0.tar.gz (7.8 kB) 2025-09-12T07:53:06,901 Added optax-swag==0.1.0 from https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz to build tracker '/tmp/pip-build-tracker-2jp8iaoj' 2025-09-12T07:53:06,902 Running setup.py (path:/tmp/pip-wheel-iuqst59o/optax-swag_7d19e6b53cb3488f9063ad5cbd20b6ab/setup.py) egg_info for package optax-swag 2025-09-12T07:53:06,902 Created temporary directory: /tmp/pip-pip-egg-info-niprilpo 2025-09-12T07:53:06,903 Preparing metadata (setup.py): started 2025-09-12T07:53:06,903 Running command python setup.py egg_info 2025-09-12T07:53:07,992 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:332: InformationOnly: Normalizing 'v0.0.0-alpha1' to '0.0.0a1' 2025-09-12T07:53:07,993 self.metadata.version = self._normalize_version(self.metadata.version) 2025-09-12T07:53:07,994 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-12T07:53:07,995 !! 2025-09-12T07:53:07,995 ******************************************************************************** 2025-09-12T07:53:07,995 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-12T07:53:07,995 License :: OSI Approved :: Apache Software License 2025-09-12T07:53:07,995 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-12T07:53:07,995 ******************************************************************************** 2025-09-12T07:53:07,995 !! 2025-09-12T07:53:07,996 self._finalize_license_expression() 2025-09-12T07:53:08,067 running egg_info 2025-09-12T07:53:08,139 creating /tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info 2025-09-12T07:53:08,140 writing /tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/PKG-INFO 2025-09-12T07:53:08,141 writing dependency_links to /tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/dependency_links.txt 2025-09-12T07:53:08,142 writing requirements to /tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/requires.txt 2025-09-12T07:53:08,142 writing top-level names to /tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/top_level.txt 2025-09-12T07:53:08,142 writing manifest file '/tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/SOURCES.txt' 2025-09-12T07:53:08,359 reading manifest file '/tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/SOURCES.txt' 2025-09-12T07:53:08,360 reading manifest template 'MANIFEST.in' 2025-09-12T07:53:08,361 adding license file 'LICENSE' 2025-09-12T07:53:08,363 writing manifest file '/tmp/pip-pip-egg-info-niprilpo/optax_swag.egg-info/SOURCES.txt' 2025-09-12T07:53:08,477 Preparing metadata (setup.py): finished with status 'done' 2025-09-12T07:53:08,482 WARNING: Requested optax-swag==0.1.0 from https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz, but installing version 0.0.0a1 2025-09-12T07:53:08,483 Removed optax-swag==0.1.0 from https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz from build tracker '/tmp/pip-build-tracker-2jp8iaoj' 2025-09-12T07:53:08,485 Discarding [blue underline]https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz (from https://pypi.org/simple/optax-swag/)[/]: [yellow]Requested optax-swag==0.1.0 from https://files.pythonhosted.org/packages/31/de/4fc302bf37918613fbc4242840f9478672c0c8ae4f303d3fb962d0b362dd/optax-swag-0.1.0.tar.gz has inconsistent version: expected '0.1.0', but metadata has '0.0.0a1'[reset] 2025-09-12T07:53:08,487 ERROR: Could not find a version that satisfies the requirement optax-swag==0.1.0 (from versions: 0.1.0b1, 0.1.0b2, 0.1.0) 2025-09-12T07:53:08,488 ERROR: No matching distribution found for optax-swag==0.1.0 2025-09-12T07:53:08,489 Exception information: 2025-09-12T07:53:08,489 Traceback (most recent call last): 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-12T07:53:08,489 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-12T07:53:08,489 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-12T07:53:08,489 raise RequirementsConflicted(criterion) 2025-09-12T07:53:08,489 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('optax-swag==0.1.0') 2025-09-12T07:53:08,489 2025-09-12T07:53:08,489 The above exception was the direct cause of the following exception: 2025-09-12T07:53:08,489 2025-09-12T07:53:08,489 Traceback (most recent call last): 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-12T07:53:08,489 result = self._result = resolver.resolve( 2025-09-12T07:53:08,489 ~~~~~~~~~~~~~~~~^ 2025-09-12T07:53:08,489 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-12T07:53:08,489 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-12T07:53:08,489 ) 2025-09-12T07:53:08,489 ^ 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-12T07:53:08,489 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-12T07:53:08,489 raise ResolutionImpossible(e.criterion.information) from e 2025-09-12T07:53:08,489 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('optax-swag==0.1.0'), parent=None)] 2025-09-12T07:53:08,489 2025-09-12T07:53:08,489 The above exception was the direct cause of the following exception: 2025-09-12T07:53:08,489 2025-09-12T07:53:08,489 Traceback (most recent call last): 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-12T07:53:08,489 status = _inner_run() 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-12T07:53:08,489 return self.run(options, args) 2025-09-12T07:53:08,489 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-12T07:53:08,489 return func(self, options, args) 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-12T07:53:08,489 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-12T07:53:08,489 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-12T07:53:08,489 raise error from e 2025-09-12T07:53:08,489 pip._internal.exceptions.DistributionNotFound: No matching distribution found for optax-swag==0.1.0 2025-09-12T07:53:08,499 Removed build tracker: '/tmp/pip-build-tracker-2jp8iaoj'