2025-09-12T04:59:40,702 Created temporary directory: /tmp/pip-build-tracker-q23qx4l7 2025-09-12T04:59:40,702 Initialized build tracking at /tmp/pip-build-tracker-q23qx4l7 2025-09-12T04:59:40,702 Created build tracker: /tmp/pip-build-tracker-q23qx4l7 2025-09-12T04:59:40,702 Entered build tracker: /tmp/pip-build-tracker-q23qx4l7 2025-09-12T04:59:40,703 Created temporary directory: /tmp/pip-wheel-7fvdaufs 2025-09-12T04:59:40,706 Created temporary directory: /tmp/pip-ephem-wheel-cache-9aunvdx5 2025-09-12T04:59:40,765 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-12T04:59:40,767 2 location(s) to search for versions of feature-tool: 2025-09-12T04:59:40,767 * https://pypi.org/simple/feature-tool/ 2025-09-12T04:59:40,767 * https://www.piwheels.org/simple/feature-tool/ 2025-09-12T04:59:40,767 Fetching project page and analyzing links: https://pypi.org/simple/feature-tool/ 2025-09-12T04:59:40,768 Getting page https://pypi.org/simple/feature-tool/ 2025-09-12T04:59:40,769 Found index url https://pypi.org/simple/ 2025-09-12T04:59:40,972 Fetched page https://pypi.org/simple/feature-tool/ as application/vnd.pypi.simple.v1+json 2025-09-12T04:59:40,974 Found link https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip (from https://pypi.org/simple/feature-tool/), version: 0.0.1 2025-09-12T04:59:40,974 Fetching project page and analyzing links: https://www.piwheels.org/simple/feature-tool/ 2025-09-12T04:59:40,975 Getting page https://www.piwheels.org/simple/feature-tool/ 2025-09-12T04:59:40,977 Found index url https://www.piwheels.org/simple/ 2025-09-12T04:59:41,078 Fetched page https://www.piwheels.org/simple/feature-tool/ as text/html 2025-09-12T04:59:41,079 Skipping link: not a file: https://www.piwheels.org/simple/feature-tool/ 2025-09-12T04:59:41,079 Skipping link: not a file: https://pypi.org/simple/feature-tool/ 2025-09-12T04:59:41,105 Given no hashes to check 1 links for project 'feature-tool': discarding no candidates 2025-09-12T04:59:41,106 Collecting feature-tool==0.0.1 2025-09-12T04:59:41,107 Created temporary directory: /tmp/pip-unpack-dkvkrnl9 2025-09-12T04:59:41,248 Downloading feature-tool-0.0.1.zip (578 bytes) 2025-09-12T04:59:41,258 Added feature-tool==0.0.1 from https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip to build tracker '/tmp/pip-build-tracker-q23qx4l7' 2025-09-12T04:59:41,260 Running setup.py (path:/tmp/pip-wheel-7fvdaufs/feature-tool_5c25cb23cdf94186915de191f94aa38c/setup.py) egg_info for package feature-tool 2025-09-12T04:59:41,261 Created temporary directory: /tmp/pip-pip-egg-info-yq6caeas 2025-09-12T04:59:41,261 Preparing metadata (setup.py): started 2025-09-12T04:59:41,263 Running command python setup.py egg_info 2025-09-12T04:59:42,669 Preparing metadata (setup.py): finished with status 'done' 2025-09-12T04:59:42,673 WARNING: Requested feature-tool==0.0.1 from https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip, but installing version 0.0.0 2025-09-12T04:59:42,674 Removed feature-tool==0.0.1 from https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip from build tracker '/tmp/pip-build-tracker-q23qx4l7' 2025-09-12T04:59:42,676 Discarding [blue underline]https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip (from https://pypi.org/simple/feature-tool/)[/]: [yellow]Requested feature-tool==0.0.1 from https://files.pythonhosted.org/packages/4c/91/5ddbbc35461ec37174c7ca8e751191981e481c448be2b3223f0b72b85073/feature-tool-0.0.1.zip has inconsistent version: expected '0.0.1', but metadata has '0.0.0'[reset] 2025-09-12T04:59:42,678 ERROR: Could not find a version that satisfies the requirement feature-tool==0.0.1 (from versions: 0.0.1) 2025-09-12T04:59:42,679 ERROR: No matching distribution found for feature-tool==0.0.1 2025-09-12T04:59:42,680 Exception information: 2025-09-12T04:59:42,680 Traceback (most recent call last): 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-12T04:59:42,680 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-12T04:59:42,680 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-12T04:59:42,680 raise RequirementsConflicted(criterion) 2025-09-12T04:59:42,680 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('feature-tool==0.0.1') 2025-09-12T04:59:42,680 2025-09-12T04:59:42,680 The above exception was the direct cause of the following exception: 2025-09-12T04:59:42,680 2025-09-12T04:59:42,680 Traceback (most recent call last): 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-12T04:59:42,680 result = self._result = resolver.resolve( 2025-09-12T04:59:42,680 ~~~~~~~~~~~~~~~~^ 2025-09-12T04:59:42,680 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-12T04:59:42,680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-12T04:59:42,680 ) 2025-09-12T04:59:42,680 ^ 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-12T04:59:42,680 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-12T04:59:42,680 raise ResolutionImpossible(e.criterion.information) from e 2025-09-12T04:59:42,680 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('feature-tool==0.0.1'), parent=None)] 2025-09-12T04:59:42,680 2025-09-12T04:59:42,680 The above exception was the direct cause of the following exception: 2025-09-12T04:59:42,680 2025-09-12T04:59:42,680 Traceback (most recent call last): 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-12T04:59:42,680 status = _inner_run() 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-12T04:59:42,680 return self.run(options, args) 2025-09-12T04:59:42,680 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-12T04:59:42,680 return func(self, options, args) 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-12T04:59:42,680 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-12T04:59:42,680 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-12T04:59:42,680 raise error from e 2025-09-12T04:59:42,680 pip._internal.exceptions.DistributionNotFound: No matching distribution found for feature-tool==0.0.1 2025-09-12T04:59:42,690 Removed build tracker: '/tmp/pip-build-tracker-q23qx4l7'