2023-09-08T16:10:13,503 Created temporary directory: /tmp/pip-build-tracker-1z_jl8_t 2023-09-08T16:10:13,504 Initialized build tracking at /tmp/pip-build-tracker-1z_jl8_t 2023-09-08T16:10:13,504 Created build tracker: /tmp/pip-build-tracker-1z_jl8_t 2023-09-08T16:10:13,505 Entered build tracker: /tmp/pip-build-tracker-1z_jl8_t 2023-09-08T16:10:13,506 Created temporary directory: /tmp/pip-wheel-jflta1sh 2023-09-08T16:10:13,508 Created temporary directory: /tmp/pip-ephem-wheel-cache-jwhehzum 2023-09-08T16:10:13,530 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T16:10:13,534 2 location(s) to search for versions of marquise: 2023-09-08T16:10:13,534 * https://pypi.org/simple/marquise/ 2023-09-08T16:10:13,534 * https://www.piwheels.org/simple/marquise/ 2023-09-08T16:10:13,534 Fetching project page and analyzing links: https://pypi.org/simple/marquise/ 2023-09-08T16:10:13,535 Getting page https://pypi.org/simple/marquise/ 2023-09-08T16:10:13,537 Found index url https://pypi.org/simple/ 2023-09-08T16:10:13,770 Fetched page https://pypi.org/simple/marquise/ as application/vnd.pypi.simple.v1+json 2023-09-08T16:10:13,771 Found link https://files.pythonhosted.org/packages/81/66/dbb05baf672429515182ce6fdf88388cc8bea6da4dfb4fa789d540c81f5c/marquise-0.2.0.tar.gz (from https://pypi.org/simple/marquise/), version: 0.2.0 2023-09-08T16:10:13,772 Found link https://files.pythonhosted.org/packages/25/d3/cc7ada1281775d7be13533ab4f52ba9c3dacdec20c78715d2a762eb07ffe/marquise-0.2.1.tar.gz (from https://pypi.org/simple/marquise/), version: 0.2.1 2023-09-08T16:10:13,772 Fetching project page and analyzing links: https://www.piwheels.org/simple/marquise/ 2023-09-08T16:10:13,773 Getting page https://www.piwheels.org/simple/marquise/ 2023-09-08T16:10:13,774 Found index url https://www.piwheels.org/simple/ 2023-09-08T16:10:15,864 Fetched page https://www.piwheels.org/simple/marquise/ as text/html 2023-09-08T16:10:15,866 Skipping link: not a file: https://www.piwheels.org/simple/marquise/ 2023-09-08T16:10:15,867 Skipping link: not a file: https://pypi.org/simple/marquise/ 2023-09-08T16:10:15,901 Given no hashes to check 1 links for project 'marquise': discarding no candidates 2023-09-08T16:10:15,933 Collecting marquise==0.2.1 2023-09-08T16:10:15,937 Created temporary directory: /tmp/pip-unpack-ci1jrqjm 2023-09-08T16:10:16,180 Downloading marquise-0.2.1.tar.gz (10 kB) 2023-09-08T16:10:16,209 Added marquise==0.2.1 from https://files.pythonhosted.org/packages/25/d3/cc7ada1281775d7be13533ab4f52ba9c3dacdec20c78715d2a762eb07ffe/marquise-0.2.1.tar.gz to build tracker '/tmp/pip-build-tracker-1z_jl8_t' 2023-09-08T16:10:16,211 Running setup.py (path:/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/setup.py) egg_info for package marquise 2023-09-08T16:10:16,212 Created temporary directory: /tmp/pip-pip-egg-info-7m8a1jpr 2023-09-08T16:10:16,213 Preparing metadata (setup.py): started 2023-09-08T16:10:16,214 Running command python setup.py egg_info 2023-09-08T16:10:18,232 marquise/__pycache__/marquise_cffi.c:265:10: fatal error: marquise.h: No such file or directory 2023-09-08T16:10:18,232 265 | #include "marquise.h" 2023-09-08T16:10:18,233 | ^~~~~~~~~~~~ 2023-09-08T16:10:18,233 compilation terminated. 2023-09-08T16:10:18,236 Traceback (most recent call last): 2023-09-08T16:10:18,236 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/unixccompiler.py", line 185, in _compile 2023-09-08T16:10:18,237 self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) 2023-09-08T16:10:18,237 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/ccompiler.py", line 1041, in spawn 2023-09-08T16:10:18,238 spawn(cmd, dry_run=self.dry_run, **kwargs) 2023-09-08T16:10:18,239 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/spawn.py", line 70, in spawn 2023-09-08T16:10:18,239 raise DistutilsExecError( 2023-09-08T16:10:18,240 distutils.errors.DistutilsExecError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-08T16:10:18,241 During handling of the above exception, another exception occurred: 2023-09-08T16:10:18,242 Traceback (most recent call last): 2023-09-08T16:10:18,242 File "/usr/lib/python3/dist-packages/cffi/ffiplatform.py", line 51, in _build 2023-09-08T16:10:18,243 dist.run_command('build_ext') 2023-09-08T16:10:18,243 File "/usr/local/lib/python3.11/dist-packages/setuptools/dist.py", line 1001, in run_command 2023-09-08T16:10:18,244 super().run_command(command) 2023-09-08T16:10:18,244 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command 2023-09-08T16:10:18,245 cmd_obj.run() 2023-09-08T16:10:18,245 File "/usr/local/lib/python3.11/dist-packages/setuptools/command/build_ext.py", line 88, in run 2023-09-08T16:10:18,246 _build_ext.run(self) 2023-09-08T16:10:18,246 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/command/build_ext.py", line 345, in run 2023-09-08T16:10:18,246 self.build_extensions() 2023-09-08T16:10:18,247 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions 2023-09-08T16:10:18,247 self._build_extensions_serial() 2023-09-08T16:10:18,248 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial 2023-09-08T16:10:18,248 self.build_extension(ext) 2023-09-08T16:10:18,249 File "/usr/local/lib/python3.11/dist-packages/setuptools/command/build_ext.py", line 249, in build_extension 2023-09-08T16:10:18,249 _build_ext.build_extension(self, ext) 2023-09-08T16:10:18,250 File "/usr/local/lib/python3.11/dist-packages/Cython/Distutils/build_ext.py", line 127, in build_extension 2023-09-08T16:10:18,250 super(build_ext, self).build_extension(ext) 2023-09-08T16:10:18,251 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/command/build_ext.py", line 548, in build_extension 2023-09-08T16:10:18,251 objects = self.compiler.compile( 2023-09-08T16:10:18,252 ^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,252 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/ccompiler.py", line 600, in compile 2023-09-08T16:10:18,253 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) 2023-09-08T16:10:18,254 File "/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/unixccompiler.py", line 187, in _compile 2023-09-08T16:10:18,255 raise CompileError(msg) 2023-09-08T16:10:18,256 distutils.errors.CompileError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-08T16:10:18,258 During handling of the above exception, another exception occurred: 2023-09-08T16:10:18,260 Traceback (most recent call last): 2023-09-08T16:10:18,260 File "", line 2, in 2023-09-08T16:10:18,261 File "", line 34, in 2023-09-08T16:10:18,262 File "/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/setup.py", line 3, in 2023-09-08T16:10:18,263 import marquise.marquise 2023-09-08T16:10:18,264 File "/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/marquise/__init__.py", line 1, in 2023-09-08T16:10:18,265 from .marquise import Marquise 2023-09-08T16:10:18,266 File "/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/marquise/marquise.py", line 12, in 2023-09-08T16:10:18,267 from .marquise_cffi import FFI, cprint, cstring, len_cstring, is_cnull, C_LIBMARQUISE 2023-09-08T16:10:18,267 File "/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/marquise/marquise_cffi.py", line 55, in 2023-09-08T16:10:18,268 C_LIBMARQUISE = FFI.verify("""#include "marquise.h" """, include_dirs=['./'], libraries=['marquise'], modulename='marquise_cffi' ) 2023-09-08T16:10:18,269 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,270 File "/usr/lib/python3/dist-packages/cffi/api.py", line 468, in verify 2023-09-08T16:10:18,271 lib = self.verifier.load_library() 2023-09-08T16:10:18,272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,273 File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 105, in load_library 2023-09-08T16:10:18,274 self._compile_module() 2023-09-08T16:10:18,274 File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 202, in _compile_module 2023-09-08T16:10:18,275 outputfilename = ffiplatform.compile(tmpdir, self.get_extension()) 2023-09-08T16:10:18,276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,276 File "/usr/lib/python3/dist-packages/cffi/ffiplatform.py", line 22, in compile 2023-09-08T16:10:18,277 outputfilename = _build(tmpdir, ext, compiler_verbose, debug) 2023-09-08T16:10:18,278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,278 File "/usr/lib/python3/dist-packages/cffi/ffiplatform.py", line 58, in _build 2023-09-08T16:10:18,279 raise VerificationError('%s: %s' % (e.__class__.__name__, e)) 2023-09-08T16:10:18,280 cffi.VerificationError: CompileError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-08T16:10:18,411 ERROR: [present-rich] python setup.py egg_info exited with 1 2023-09-08T16:10:18,424 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2023-09-08T16:10:18,424 exec(compile('"'"''"'"''"'"' 2023-09-08T16:10:18,424 # This is -- a caller that pip uses to run setup.py 2023-09-08T16:10:18,424 # 2023-09-08T16:10:18,424 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-08T16:10:18,424 # import from `distutils.core` to work with newer packaging standards. 2023-09-08T16:10:18,424 # - It provides a clear error message when setuptools is not installed. 2023-09-08T16:10:18,424 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-08T16:10:18,424 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-08T16:10:18,424 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-08T16:10:18,424 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-08T16:10:18,424 import os, sys, tokenize 2023-09-08T16:10:18,424 2023-09-08T16:10:18,424 try: 2023-09-08T16:10:18,424 import setuptools 2023-09-08T16:10:18,424 except ImportError as error: 2023-09-08T16:10:18,424 print( 2023-09-08T16:10:18,424 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-08T16:10:18,424 "the build environment.", 2023-09-08T16:10:18,424 file=sys.stderr, 2023-09-08T16:10:18,424 ) 2023-09-08T16:10:18,424 sys.exit(1) 2023-09-08T16:10:18,424 2023-09-08T16:10:18,424 __file__ = %r 2023-09-08T16:10:18,424 sys.argv[0] = __file__ 2023-09-08T16:10:18,424 2023-09-08T16:10:18,424 if os.path.exists(__file__): 2023-09-08T16:10:18,424 filename = __file__ 2023-09-08T16:10:18,424 with tokenize.open(__file__) as f: 2023-09-08T16:10:18,424 setup_py_code = f.read() 2023-09-08T16:10:18,424 else: 2023-09-08T16:10:18,424 filename = "" 2023-09-08T16:10:18,424 setup_py_code = "from setuptools import setup; setup()" 2023-09-08T16:10:18,424 2023-09-08T16:10:18,424 exec(compile(setup_py_code, filename, "exec")) 2023-09-08T16:10:18,424 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-7m8a1jpr[/] 2023-09-08T16:10:18,425 [bold magenta]cwd[/]: /tmp/pip-wheel-jflta1sh/marquise_f87b94c6a6b940a4a7fe8f0237e232ba/ 2023-09-08T16:10:18,425 Preparing metadata (setup.py): finished with status 'error' 2023-09-08T16:10:18,427 ERROR: [present-rich] metadata generation failed 2023-09-08T16:10:18,433 Exception information: 2023-09-08T16:10:18,433 Traceback (most recent call last): 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2023-09-08T16:10:18,433 call_subprocess( 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2023-09-08T16:10:18,433 raise error 2023-09-08T16:10:18,433 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2023-09-08T16:10:18,433 2023-09-08T16:10:18,433 The above exception was the direct cause of the following exception: 2023-09-08T16:10:18,433 2023-09-08T16:10:18,433 Traceback (most recent call last): 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-08T16:10:18,433 status = run_func(*args) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-08T16:10:18,433 return func(self, options, args) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-08T16:10:18,433 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-08T16:10:18,433 result = self._result = resolver.resolve( 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-08T16:10:18,433 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-08T16:10:18,433 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-09-08T16:10:18,433 if not criterion.candidates: 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__ 2023-09-08T16:10:18,433 return bool(self._sequence) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-09-08T16:10:18,433 return any(self) 2023-09-08T16:10:18,433 ^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-09-08T16:10:18,433 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-09-08T16:10:18,433 candidate = func() 2023-09-08T16:10:18,433 ^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 206, in _make_candidate_from_link 2023-09-08T16:10:18,433 self._link_candidate_cache[link] = LinkCandidate( 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 293, in __init__ 2023-09-08T16:10:18,433 super().__init__( 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2023-09-08T16:10:18,433 self.dist = self._prepare() 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare 2023-09-08T16:10:18,433 dist = self._prepare_distribution() 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 304, in _prepare_distribution 2023-09-08T16:10:18,433 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 538, in prepare_linked_requirement 2023-09-08T16:10:18,433 return self._prepare_linked_requirement(req, parallel_builds) 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 653, in _prepare_linked_requirement 2023-09-08T16:10:18,433 dist = _get_prepared_distribution( 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 69, in _get_prepared_distribution 2023-09-08T16:10:18,433 abstract_dist.prepare_distribution_metadata( 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/distributions/sdist.py", line 61, in prepare_distribution_metadata 2023-09-08T16:10:18,433 self.req.prepare_metadata() 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 568, in prepare_metadata 2023-09-08T16:10:18,433 self.metadata_directory = generate_metadata_legacy( 2023-09-08T16:10:18,433 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T16:10:18,433 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2023-09-08T16:10:18,433 raise MetadataGenerationFailed(package_details=details) from error 2023-09-08T16:10:18,433 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2023-09-08T16:10:18,446 Removed marquise==0.2.1 from https://files.pythonhosted.org/packages/25/d3/cc7ada1281775d7be13533ab4f52ba9c3dacdec20c78715d2a762eb07ffe/marquise-0.2.1.tar.gz from build tracker '/tmp/pip-build-tracker-1z_jl8_t' 2023-09-08T16:10:18,447 Removed build tracker: '/tmp/pip-build-tracker-1z_jl8_t'