2023-09-14T01:18:23,971 Created temporary directory: /tmp/pip-build-tracker-ab2j86j4 2023-09-14T01:18:23,972 Initialized build tracking at /tmp/pip-build-tracker-ab2j86j4 2023-09-14T01:18:23,972 Created build tracker: /tmp/pip-build-tracker-ab2j86j4 2023-09-14T01:18:23,973 Entered build tracker: /tmp/pip-build-tracker-ab2j86j4 2023-09-14T01:18:23,974 Created temporary directory: /tmp/pip-wheel-dzijkg_6 2023-09-14T01:18:23,977 Created temporary directory: /tmp/pip-ephem-wheel-cache-ocuk_a13 2023-09-14T01:18:23,998 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-14T01:18:24,002 2 location(s) to search for versions of cubacrypt: 2023-09-14T01:18:24,002 * https://pypi.org/simple/cubacrypt/ 2023-09-14T01:18:24,002 * https://www.piwheels.org/simple/cubacrypt/ 2023-09-14T01:18:24,003 Fetching project page and analyzing links: https://pypi.org/simple/cubacrypt/ 2023-09-14T01:18:24,004 Getting page https://pypi.org/simple/cubacrypt/ 2023-09-14T01:18:24,005 Found index url https://pypi.org/simple/ 2023-09-14T01:18:24,222 Fetched page https://pypi.org/simple/cubacrypt/ as application/vnd.pypi.simple.v1+json 2023-09-14T01:18:24,224 Found link https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz (from https://pypi.org/simple/cubacrypt/), version: 0.1.1 2023-09-14T01:18:24,225 Found link https://files.pythonhosted.org/packages/9e/dd/1ede6c03f4f103758873a02119ecc72e6eb44f4f7c5770580f7c993073e4/cubacrypt-0.1.2.tar.gz (from https://pypi.org/simple/cubacrypt/), version: 0.1.2 2023-09-14T01:18:24,225 Found link https://files.pythonhosted.org/packages/8a/12/b87863e457f8e1339491894744335aca15b5369a62bafbae83f4cbe2b57f/cubacrypt-1.2.tar.gz (from https://pypi.org/simple/cubacrypt/), version: 1.2 2023-09-14T01:18:24,226 Fetching project page and analyzing links: https://www.piwheels.org/simple/cubacrypt/ 2023-09-14T01:18:24,226 Getting page https://www.piwheels.org/simple/cubacrypt/ 2023-09-14T01:18:24,228 Found index url https://www.piwheels.org/simple/ 2023-09-14T01:18:24,509 Fetched page https://www.piwheels.org/simple/cubacrypt/ as text/html 2023-09-14T01:18:24,510 Skipping link: not a file: https://www.piwheels.org/simple/cubacrypt/ 2023-09-14T01:18:24,511 Skipping link: not a file: https://pypi.org/simple/cubacrypt/ 2023-09-14T01:18:24,530 Given no hashes to check 1 links for project 'cubacrypt': discarding no candidates 2023-09-14T01:18:24,548 Collecting cubacrypt==0.1.1 2023-09-14T01:18:24,550 Created temporary directory: /tmp/pip-unpack-4iiqut3f 2023-09-14T01:18:24,797 Downloading cubacrypt-0.1.1.tar.gz (965 bytes) 2023-09-14T01:18:24,811 Added cubacrypt==0.1.1 from https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz to build tracker '/tmp/pip-build-tracker-ab2j86j4' 2023-09-14T01:18:24,812 Running setup.py (path:/tmp/pip-wheel-dzijkg_6/cubacrypt_b1f162fd562546be967b2d5b8e7da41f/setup.py) egg_info for package cubacrypt 2023-09-14T01:18:24,813 Created temporary directory: /tmp/pip-pip-egg-info-vaswtzun 2023-09-14T01:18:24,814 Preparing metadata (setup.py): started 2023-09-14T01:18:24,815 Running command python setup.py egg_info 2023-09-14T01:18:25,215 Traceback (most recent call last): 2023-09-14T01:18:25,216 File "", line 2, in 2023-09-14T01:18:25,216 File "", line 34, in 2023-09-14T01:18:25,217 File "/tmp/pip-wheel-dzijkg_6/cubacrypt_b1f162fd562546be967b2d5b8e7da41f/setup.py", line 3, in 2023-09-14T01:18:25,218 with open("README.md", "r") as fh: 2023-09-14T01:18:25,219 ^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,220 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2023-09-14T01:18:25,285 ERROR: [present-rich] python setup.py egg_info exited with 1 2023-09-14T01:18:25,298 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2023-09-14T01:18:25,298 exec(compile('"'"''"'"''"'"' 2023-09-14T01:18:25,298 # This is -- a caller that pip uses to run setup.py 2023-09-14T01:18:25,298 # 2023-09-14T01:18:25,298 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-14T01:18:25,298 # import from `distutils.core` to work with newer packaging standards. 2023-09-14T01:18:25,298 # - It provides a clear error message when setuptools is not installed. 2023-09-14T01:18:25,298 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-14T01:18:25,298 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-14T01:18:25,298 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-14T01:18:25,298 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-14T01:18:25,298 import os, sys, tokenize 2023-09-14T01:18:25,298 2023-09-14T01:18:25,298 try: 2023-09-14T01:18:25,298 import setuptools 2023-09-14T01:18:25,298 except ImportError as error: 2023-09-14T01:18:25,298 print( 2023-09-14T01:18:25,298 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-14T01:18:25,298 "the build environment.", 2023-09-14T01:18:25,298 file=sys.stderr, 2023-09-14T01:18:25,298 ) 2023-09-14T01:18:25,298 sys.exit(1) 2023-09-14T01:18:25,298 2023-09-14T01:18:25,298 __file__ = %r 2023-09-14T01:18:25,298 sys.argv[0] = __file__ 2023-09-14T01:18:25,298 2023-09-14T01:18:25,298 if os.path.exists(__file__): 2023-09-14T01:18:25,298 filename = __file__ 2023-09-14T01:18:25,298 with tokenize.open(__file__) as f: 2023-09-14T01:18:25,298 setup_py_code = f.read() 2023-09-14T01:18:25,298 else: 2023-09-14T01:18:25,298 filename = "" 2023-09-14T01:18:25,298 setup_py_code = "from setuptools import setup; setup()" 2023-09-14T01:18:25,298 2023-09-14T01:18:25,298 exec(compile(setup_py_code, filename, "exec")) 2023-09-14T01:18:25,298 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-dzijkg_6/cubacrypt_b1f162fd562546be967b2d5b8e7da41f/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-vaswtzun[/] 2023-09-14T01:18:25,298 [bold magenta]cwd[/]: /tmp/pip-wheel-dzijkg_6/cubacrypt_b1f162fd562546be967b2d5b8e7da41f/ 2023-09-14T01:18:25,299 Preparing metadata (setup.py): finished with status 'error' 2023-09-14T01:18:25,301 ERROR: [present-rich] metadata generation failed 2023-09-14T01:18:25,306 Exception information: 2023-09-14T01:18:25,306 Traceback (most recent call last): 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2023-09-14T01:18:25,306 call_subprocess( 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2023-09-14T01:18:25,306 raise error 2023-09-14T01:18:25,306 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2023-09-14T01:18:25,306 2023-09-14T01:18:25,306 The above exception was the direct cause of the following exception: 2023-09-14T01:18:25,306 2023-09-14T01:18:25,306 Traceback (most recent call last): 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-14T01:18:25,306 status = run_func(*args) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-14T01:18:25,306 return func(self, options, args) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-14T01:18:25,306 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-14T01:18:25,306 result = self._result = resolver.resolve( 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-14T01:18:25,306 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-14T01:18:25,306 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-09-14T01:18:25,306 if not criterion.candidates: 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__ 2023-09-14T01:18:25,306 return bool(self._sequence) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-09-14T01:18:25,306 return any(self) 2023-09-14T01:18:25,306 ^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-09-14T01:18:25,306 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-09-14T01:18:25,306 candidate = func() 2023-09-14T01:18:25,306 ^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 206, in _make_candidate_from_link 2023-09-14T01:18:25,306 self._link_candidate_cache[link] = LinkCandidate( 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 293, in __init__ 2023-09-14T01:18:25,306 super().__init__( 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2023-09-14T01:18:25,306 self.dist = self._prepare() 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare 2023-09-14T01:18:25,306 dist = self._prepare_distribution() 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 304, in _prepare_distribution 2023-09-14T01:18:25,306 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 538, in prepare_linked_requirement 2023-09-14T01:18:25,306 return self._prepare_linked_requirement(req, parallel_builds) 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 653, in _prepare_linked_requirement 2023-09-14T01:18:25,306 dist = _get_prepared_distribution( 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 69, in _get_prepared_distribution 2023-09-14T01:18:25,306 abstract_dist.prepare_distribution_metadata( 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/distributions/sdist.py", line 61, in prepare_distribution_metadata 2023-09-14T01:18:25,306 self.req.prepare_metadata() 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 568, in prepare_metadata 2023-09-14T01:18:25,306 self.metadata_directory = generate_metadata_legacy( 2023-09-14T01:18:25,306 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-14T01:18:25,306 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2023-09-14T01:18:25,306 raise MetadataGenerationFailed(package_details=details) from error 2023-09-14T01:18:25,306 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2023-09-14T01:18:25,319 Removed cubacrypt==0.1.1 from https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz from build tracker '/tmp/pip-build-tracker-ab2j86j4' 2023-09-14T01:18:25,320 Removed build tracker: '/tmp/pip-build-tracker-ab2j86j4'