2025-09-02T07:46:14,778 Created temporary directory: /tmp/pip-build-tracker-68zcij5l 2025-09-02T07:46:14,779 Initialized build tracking at /tmp/pip-build-tracker-68zcij5l 2025-09-02T07:46:14,780 Created build tracker: /tmp/pip-build-tracker-68zcij5l 2025-09-02T07:46:14,780 Entered build tracker: /tmp/pip-build-tracker-68zcij5l 2025-09-02T07:46:14,781 Created temporary directory: /tmp/pip-wheel-a37z7di_ 2025-09-02T07:46:14,785 Created temporary directory: /tmp/pip-ephem-wheel-cache-284w335v 2025-09-02T07:46:14,833 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-02T07:46:14,835 2 location(s) to search for versions of ifkit: 2025-09-02T07:46:14,835 * https://pypi.org/simple/ifkit/ 2025-09-02T07:46:14,835 * https://www.piwheels.org/simple/ifkit/ 2025-09-02T07:46:14,836 Fetching project page and analyzing links: https://pypi.org/simple/ifkit/ 2025-09-02T07:46:14,837 Getting page https://pypi.org/simple/ifkit/ 2025-09-02T07:46:14,838 Found index url https://pypi.org/simple/ 2025-09-02T07:46:15,059 Fetched page https://pypi.org/simple/ifkit/ as application/vnd.pypi.simple.v1+json 2025-09-02T07:46:15,060 Skipping link: No binaries permitted for ifkit: https://files.pythonhosted.org/packages/09/6c/94f42d8cb451ebf982a92043bae90a25f3374ec1dbf5a321f2d51e85dc98/ifkit-0.1.59-py3-none-any.whl (from https://pypi.org/simple/ifkit/) (requires-python:>=3.6.0) 2025-09-02T07:46:15,061 Found link https://files.pythonhosted.org/packages/ae/08/ea001f240de05579704f7798c25efa1d45d9dfac351d0565f9955cc1a3d1/ifkit-0.1.59.tar.gz (from https://pypi.org/simple/ifkit/) (requires-python:>=3.6.0), version: 0.1.59 2025-09-02T07:46:15,062 Fetching project page and analyzing links: https://www.piwheels.org/simple/ifkit/ 2025-09-02T07:46:15,062 Getting page https://www.piwheels.org/simple/ifkit/ 2025-09-02T07:46:15,064 Found index url https://www.piwheels.org/simple/ 2025-09-02T07:46:15,239 Fetched page https://www.piwheels.org/simple/ifkit/ as text/html 2025-09-02T07:46:15,241 Skipping link: not a file: https://www.piwheels.org/simple/ifkit/ 2025-09-02T07:46:15,241 Skipping link: not a file: https://pypi.org/simple/ifkit/ 2025-09-02T07:46:15,260 Given no hashes to check 1 links for project 'ifkit': discarding no candidates 2025-09-02T07:46:15,262 Collecting ifkit==0.1.59 2025-09-02T07:46:15,264 Created temporary directory: /tmp/pip-unpack-asbva2go 2025-09-02T07:46:15,485 Downloading ifkit-0.1.59.tar.gz (9.1 kB) 2025-09-02T07:46:15,535 Added ifkit==0.1.59 from https://files.pythonhosted.org/packages/ae/08/ea001f240de05579704f7798c25efa1d45d9dfac351d0565f9955cc1a3d1/ifkit-0.1.59.tar.gz to build tracker '/tmp/pip-build-tracker-68zcij5l' 2025-09-02T07:46:15,537 Running setup.py (path:/tmp/pip-wheel-a37z7di_/ifkit_6092da05bac243328bd9c27611efa81e/setup.py) egg_info for package ifkit 2025-09-02T07:46:15,538 Created temporary directory: /tmp/pip-pip-egg-info-exowhe_9 2025-09-02T07:46:15,538 Preparing metadata (setup.py): started 2025-09-02T07:46:15,540 Running command python setup.py egg_info 2025-09-02T07:46:16,021 Traceback (most recent call last): 2025-09-02T07:46:16,022 File "", line 2, in 2025-09-02T07:46:16,022 File "", line 35, in 2025-09-02T07:46:16,023 File "/tmp/pip-wheel-a37z7di_/ifkit_6092da05bac243328bd9c27611efa81e/setup.py", line 27, in 2025-09-02T07:46:16,024 with open(requirements_file, 'r', encoding='utf-8') as f: 2025-09-02T07:46:16,025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,026 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2025-09-02T07:46:16,089 ERROR: python setup.py egg_info exited with 1 2025-09-02T07:46:16,102 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2025-09-02T07:46:16,102 exec(compile('"'"''"'"''"'"' 2025-09-02T07:46:16,102 # This is -- a caller that pip uses to run setup.py 2025-09-02T07:46:16,102 # 2025-09-02T07:46:16,102 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-02T07:46:16,102 # import from `distutils.core` to work with newer packaging standards. 2025-09-02T07:46:16,102 # - It provides a clear error message when setuptools is not installed. 2025-09-02T07:46:16,102 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-02T07:46:16,102 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-02T07:46:16,102 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-02T07:46:16,102 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-02T07:46:16,102 import os, sys, tokenize, traceback 2025-09-02T07:46:16,102 2025-09-02T07:46:16,102 try: 2025-09-02T07:46:16,102 import setuptools 2025-09-02T07:46:16,102 except ImportError: 2025-09-02T07:46:16,102 print( 2025-09-02T07:46:16,102 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-02T07:46:16,102 "the build environment with exception:", 2025-09-02T07:46:16,102 file=sys.stderr, 2025-09-02T07:46:16,102 ) 2025-09-02T07:46:16,102 traceback.print_exc() 2025-09-02T07:46:16,102 sys.exit(1) 2025-09-02T07:46:16,102 2025-09-02T07:46:16,102 __file__ = %r 2025-09-02T07:46:16,102 sys.argv[0] = __file__ 2025-09-02T07:46:16,102 2025-09-02T07:46:16,102 if os.path.exists(__file__): 2025-09-02T07:46:16,102 filename = __file__ 2025-09-02T07:46:16,102 with tokenize.open(__file__) as f: 2025-09-02T07:46:16,102 setup_py_code = f.read() 2025-09-02T07:46:16,102 else: 2025-09-02T07:46:16,102 filename = "" 2025-09-02T07:46:16,102 setup_py_code = "from setuptools import setup; setup()" 2025-09-02T07:46:16,102 2025-09-02T07:46:16,102 exec(compile(setup_py_code, filename, "exec")) 2025-09-02T07:46:16,102 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-a37z7di_/ifkit_6092da05bac243328bd9c27611efa81e/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-exowhe_9[/] 2025-09-02T07:46:16,103 [bold magenta]cwd[/]: /tmp/pip-wheel-a37z7di_/ifkit_6092da05bac243328bd9c27611efa81e/ 2025-09-02T07:46:16,104 Preparing metadata (setup.py): finished with status 'error' 2025-09-02T07:46:16,105 ERROR: metadata generation failed 2025-09-02T07:46:16,110 Exception information: 2025-09-02T07:46:16,110 Traceback (most recent call last): 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 63, in generate_metadata 2025-09-02T07:46:16,110 call_subprocess( 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/subprocess.py", line 212, in call_subprocess 2025-09-02T07:46:16,110 raise error 2025-09-02T07:46:16,110 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2025-09-02T07:46:16,110 2025-09-02T07:46:16,110 The above exception was the direct cause of the following exception: 2025-09-02T07:46:16,110 2025-09-02T07:46:16,110 Traceback (most recent call last): 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-09-02T07:46:16,110 status = _inner_run() 2025-09-02T07:46:16,110 ^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-09-02T07:46:16,110 return self.run(options, args) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-09-02T07:46:16,110 return func(self, options, args) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-09-02T07:46:16,110 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-09-02T07:46:16,110 result = self._result = resolver.resolve( 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-09-02T07:46:16,110 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-09-02T07:46:16,110 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 150, in _add_to_criteria 2025-09-02T07:46:16,110 if not criterion.candidates: 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/structs.py", line 194, in __bool__ 2025-09-02T07:46:16,110 return bool(self._sequence) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 165, in __bool__ 2025-09-02T07:46:16,110 self._bool = any(self) 2025-09-02T07:46:16,110 ^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 149, in 2025-09-02T07:46:16,110 return (c for c in iterator if id(c) not in self._incompatible_ids) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 39, in _iter_built 2025-09-02T07:46:16,110 candidate = func() 2025-09-02T07:46:16,110 ^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 180, in _make_candidate_from_link 2025-09-02T07:46:16,110 base: BaseCandidate | None = self._make_base_candidate_from_link( 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 226, in _make_base_candidate_from_link 2025-09-02T07:46:16,110 self._link_candidate_cache[link] = LinkCandidate( 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 309, in __init__ 2025-09-02T07:46:16,110 super().__init__( 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 162, in __init__ 2025-09-02T07:46:16,110 self.dist = self._prepare() 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 239, in _prepare 2025-09-02T07:46:16,110 dist = self._prepare_distribution() 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 320, in _prepare_distribution 2025-09-02T07:46:16,110 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 537, in prepare_linked_requirement 2025-09-02T07:46:16,110 return self._prepare_linked_requirement(req, parallel_builds) 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 652, in _prepare_linked_requirement 2025-09-02T07:46:16,110 dist = _get_prepared_distribution( 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 77, in _get_prepared_distribution 2025-09-02T07:46:16,110 abstract_dist.prepare_distribution_metadata( 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/distributions/sdist.py", line 72, in prepare_distribution_metadata 2025-09-02T07:46:16,110 self.req.prepare_metadata() 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 584, in prepare_metadata 2025-09-02T07:46:16,110 self.metadata_directory = generate_metadata_legacy( 2025-09-02T07:46:16,110 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T07:46:16,110 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 70, in generate_metadata 2025-09-02T07:46:16,110 raise MetadataGenerationFailed(package_details=details) from error 2025-09-02T07:46:16,110 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2025-09-02T07:46:16,123 Removed ifkit==0.1.59 from https://files.pythonhosted.org/packages/ae/08/ea001f240de05579704f7798c25efa1d45d9dfac351d0565f9955cc1a3d1/ifkit-0.1.59.tar.gz from build tracker '/tmp/pip-build-tracker-68zcij5l' 2025-09-02T07:46:16,124 Removed build tracker: '/tmp/pip-build-tracker-68zcij5l'