2023-09-09T05:18:00,921 Created temporary directory: /tmp/pip-build-tracker-sh629obd 2023-09-09T05:18:00,922 Initialized build tracking at /tmp/pip-build-tracker-sh629obd 2023-09-09T05:18:00,923 Created build tracker: /tmp/pip-build-tracker-sh629obd 2023-09-09T05:18:00,923 Entered build tracker: /tmp/pip-build-tracker-sh629obd 2023-09-09T05:18:00,924 Created temporary directory: /tmp/pip-wheel-3ktbvno8 2023-09-09T05:18:00,927 Created temporary directory: /tmp/pip-ephem-wheel-cache-tewrxkqz 2023-09-09T05:18:00,948 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T05:18:00,952 2 location(s) to search for versions of disembl: 2023-09-09T05:18:00,952 * https://pypi.org/simple/disembl/ 2023-09-09T05:18:00,952 * https://www.piwheels.org/simple/disembl/ 2023-09-09T05:18:00,953 Fetching project page and analyzing links: https://pypi.org/simple/disembl/ 2023-09-09T05:18:00,954 Getting page https://pypi.org/simple/disembl/ 2023-09-09T05:18:00,955 Found index url https://pypi.org/simple/ 2023-09-09T05:18:01,204 Fetched page https://pypi.org/simple/disembl/ as application/vnd.pypi.simple.v1+json 2023-09-09T05:18:01,205 Found link https://files.pythonhosted.org/packages/23/71/293895c50926c4d908da0cc74ec3e6fd62698279eddd6719bc1b600eec87/disembl-2.0rc0.tar.gz (from https://pypi.org/simple/disembl/), version: 2.0rc0 2023-09-09T05:18:01,206 Fetching project page and analyzing links: https://www.piwheels.org/simple/disembl/ 2023-09-09T05:18:01,207 Getting page https://www.piwheels.org/simple/disembl/ 2023-09-09T05:18:01,208 Found index url https://www.piwheels.org/simple/ 2023-09-09T05:18:01,685 Fetched page https://www.piwheels.org/simple/disembl/ as text/html 2023-09-09T05:18:01,687 Skipping link: not a file: https://www.piwheels.org/simple/disembl/ 2023-09-09T05:18:01,687 Skipping link: not a file: https://pypi.org/simple/disembl/ 2023-09-09T05:18:01,709 Given no hashes to check 1 links for project 'disembl': discarding no candidates 2023-09-09T05:18:01,729 Collecting disembl==2.0rc0 2023-09-09T05:18:01,733 Created temporary directory: /tmp/pip-unpack-vire1c7s 2023-09-09T05:18:01,951 Downloading disembl-2.0rc0.tar.gz (9.3 kB) 2023-09-09T05:18:01,980 Added disembl==2.0rc0 from https://files.pythonhosted.org/packages/23/71/293895c50926c4d908da0cc74ec3e6fd62698279eddd6719bc1b600eec87/disembl-2.0rc0.tar.gz to build tracker '/tmp/pip-build-tracker-sh629obd' 2023-09-09T05:18:01,982 Running setup.py (path:/tmp/pip-wheel-3ktbvno8/disembl_36c7a17e14d746a2ab63610601bd7658/setup.py) egg_info for package disembl 2023-09-09T05:18:01,983 Created temporary directory: /tmp/pip-pip-egg-info-d77ffc1x 2023-09-09T05:18:01,984 Preparing metadata (setup.py): started 2023-09-09T05:18:01,985 Running command python setup.py egg_info 2023-09-09T05:18:02,454 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:02,454 !! 2023-09-09T05:18:02,455 ******************************************************************************** 2023-09-09T05:18:02,456 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:02,456 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:02,457 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:02,458 or your builds will no longer be supported. 2023-09-09T05:18:02,459 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:02,460 ******************************************************************************** 2023-09-09T05:18:02,461 !! 2023-09-09T05:18:02,461 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:02,695 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-09T05:18:02,696 !! 2023-09-09T05:18:02,697 ******************************************************************************** 2023-09-09T05:18:02,698 Requirements should be satisfied by a PEP 517 installer. 2023-09-09T05:18:02,699 If you are using pip, you can try `pip install --use-pep517`. 2023-09-09T05:18:02,699 ******************************************************************************** 2023-09-09T05:18:02,700 !! 2023-09-09T05:18:02,700 dist.fetch_build_eggs(dist.setup_requires) 2023-09-09T05:18:05,664 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:05,665 !! 2023-09-09T05:18:05,666 ******************************************************************************** 2023-09-09T05:18:05,666 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:05,667 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:05,668 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:05,668 or your builds will no longer be supported. 2023-09-09T05:18:05,669 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:05,669 ******************************************************************************** 2023-09-09T05:18:05,670 !! 2023-09-09T05:18:05,671 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:05,700 running egg_info 2023-09-09T05:18:05,702 creating /tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info 2023-09-09T05:18:05,729 writing /tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/PKG-INFO 2023-09-09T05:18:05,953 writing dependency_links to /tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/dependency_links.txt 2023-09-09T05:18:05,955 writing top-level names to /tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/top_level.txt 2023-09-09T05:18:05,956 writing manifest file '/tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/SOURCES.txt' 2023-09-09T05:18:06,087 reading manifest file '/tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/SOURCES.txt' 2023-09-09T05:18:06,090 writing manifest file '/tmp/pip-pip-egg-info-d77ffc1x/disembl.egg-info/SOURCES.txt' 2023-09-09T05:18:06,204 Preparing metadata (setup.py): finished with status 'done' 2023-09-09T05:18:06,208 Source in /tmp/pip-wheel-3ktbvno8/disembl_36c7a17e14d746a2ab63610601bd7658 has version 2.0rc0, which satisfies requirement disembl==2.0rc0 from https://files.pythonhosted.org/packages/23/71/293895c50926c4d908da0cc74ec3e6fd62698279eddd6719bc1b600eec87/disembl-2.0rc0.tar.gz 2023-09-09T05:18:06,209 Removed disembl==2.0rc0 from https://files.pythonhosted.org/packages/23/71/293895c50926c4d908da0cc74ec3e6fd62698279eddd6719bc1b600eec87/disembl-2.0rc0.tar.gz from build tracker '/tmp/pip-build-tracker-sh629obd' 2023-09-09T05:18:06,213 Created temporary directory: /tmp/pip-unpack-emkx5gxa 2023-09-09T05:18:06,214 Created temporary directory: /tmp/pip-unpack-vu0k2fqn 2023-09-09T05:18:06,216 Building wheels for collected packages: disembl 2023-09-09T05:18:06,221 Created temporary directory: /tmp/pip-wheel-apoyq2hj 2023-09-09T05:18:06,221 Building wheel for disembl (setup.py): started 2023-09-09T05:18:06,223 Destination directory: /tmp/pip-wheel-apoyq2hj 2023-09-09T05:18:06,223 Running command python setup.py bdist_wheel 2023-09-09T05:18:06,704 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:06,704 !! 2023-09-09T05:18:06,706 ******************************************************************************** 2023-09-09T05:18:06,706 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:06,707 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:06,708 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:06,709 or your builds will no longer be supported. 2023-09-09T05:18:06,710 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:06,711 ******************************************************************************** 2023-09-09T05:18:06,712 !! 2023-09-09T05:18:06,712 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:06,958 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-09T05:18:06,958 !! 2023-09-09T05:18:06,959 ******************************************************************************** 2023-09-09T05:18:06,959 Requirements should be satisfied by a PEP 517 installer. 2023-09-09T05:18:06,960 If you are using pip, you can try `pip install --use-pep517`. 2023-09-09T05:18:06,960 ******************************************************************************** 2023-09-09T05:18:06,961 !! 2023-09-09T05:18:06,962 dist.fetch_build_eggs(dist.setup_requires) 2023-09-09T05:18:07,422 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:07,423 !! 2023-09-09T05:18:07,424 ******************************************************************************** 2023-09-09T05:18:07,424 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:07,425 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:07,426 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:07,426 or your builds will no longer be supported. 2023-09-09T05:18:07,427 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:07,428 ******************************************************************************** 2023-09-09T05:18:07,429 !! 2023-09-09T05:18:07,430 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:07,459 running bdist_wheel 2023-09-09T05:18:07,558 running build 2023-09-09T05:18:07,558 running build_py 2023-09-09T05:18:07,586 creating build 2023-09-09T05:18:07,587 creating build/lib.linux-armv7l-cpython-311 2023-09-09T05:18:07,587 creating build/lib.linux-armv7l-cpython-311/disembl 2023-09-09T05:18:07,589 copying disembl/__init__.py -> build/lib.linux-armv7l-cpython-311/disembl 2023-09-09T05:18:07,590 copying disembl/disembl.py -> build/lib.linux-armv7l-cpython-311/disembl 2023-09-09T05:18:07,593 running build_ext 2023-09-09T05:18:08,094 building 'disembl.libdisembl' extension 2023-09-09T05:18:08,095 creating build/temp.linux-armv7l-cpython-311 2023-09-09T05:18:08,095 creating build/temp.linux-armv7l-cpython-311/disembl 2023-09-09T05:18:08,096 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c disembl/libdisembl.c -o build/temp.linux-armv7l-cpython-311/disembl/libdisembl.o 2023-09-09T05:18:08,188 disembl/libdisembl.c:30:10: fatal error: include/russel.h: No such file or directory 2023-09-09T05:18:08,189 30 | #include "include/russel.h" 2023-09-09T05:18:08,189 | ^~~~~~~~~~~~~~~~~~ 2023-09-09T05:18:08,190 compilation terminated. 2023-09-09T05:18:08,191 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-09T05:18:08,338 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-09T05:18:08,351 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-09T05:18:08,351 exec(compile('"'"''"'"''"'"' 2023-09-09T05:18:08,351 # This is -- a caller that pip uses to run setup.py 2023-09-09T05:18:08,351 # 2023-09-09T05:18:08,351 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-09T05:18:08,351 # import from `distutils.core` to work with newer packaging standards. 2023-09-09T05:18:08,351 # - It provides a clear error message when setuptools is not installed. 2023-09-09T05:18:08,351 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-09T05:18:08,351 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-09T05:18:08,351 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-09T05:18:08,351 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-09T05:18:08,351 import os, sys, tokenize 2023-09-09T05:18:08,351 2023-09-09T05:18:08,351 try: 2023-09-09T05:18:08,351 import setuptools 2023-09-09T05:18:08,351 except ImportError as error: 2023-09-09T05:18:08,351 print( 2023-09-09T05:18:08,351 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-09T05:18:08,351 "the build environment.", 2023-09-09T05:18:08,351 file=sys.stderr, 2023-09-09T05:18:08,351 ) 2023-09-09T05:18:08,351 sys.exit(1) 2023-09-09T05:18:08,351 2023-09-09T05:18:08,351 __file__ = %r 2023-09-09T05:18:08,351 sys.argv[0] = __file__ 2023-09-09T05:18:08,351 2023-09-09T05:18:08,351 if os.path.exists(__file__): 2023-09-09T05:18:08,351 filename = __file__ 2023-09-09T05:18:08,351 with tokenize.open(__file__) as f: 2023-09-09T05:18:08,351 setup_py_code = f.read() 2023-09-09T05:18:08,351 else: 2023-09-09T05:18:08,351 filename = "" 2023-09-09T05:18:08,351 setup_py_code = "from setuptools import setup; setup()" 2023-09-09T05:18:08,351 2023-09-09T05:18:08,351 exec(compile(setup_py_code, filename, "exec")) 2023-09-09T05:18:08,351 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-3ktbvno8/disembl_36c7a17e14d746a2ab63610601bd7658/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-apoyq2hj[/] 2023-09-09T05:18:08,352 [bold magenta]cwd[/]: /tmp/pip-wheel-3ktbvno8/disembl_36c7a17e14d746a2ab63610601bd7658/ 2023-09-09T05:18:08,352 Building wheel for disembl (setup.py): finished with status 'error' 2023-09-09T05:18:08,354 ERROR: Failed building wheel for disembl 2023-09-09T05:18:08,355 Running setup.py clean for disembl 2023-09-09T05:18:08,356 Running command python setup.py clean 2023-09-09T05:18:08,796 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:08,796 !! 2023-09-09T05:18:08,798 ******************************************************************************** 2023-09-09T05:18:08,798 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:08,799 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:08,800 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:08,801 or your builds will no longer be supported. 2023-09-09T05:18:08,802 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:08,803 ******************************************************************************** 2023-09-09T05:18:08,804 !! 2023-09-09T05:18:08,804 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:09,116 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-09T05:18:09,117 !! 2023-09-09T05:18:09,118 ******************************************************************************** 2023-09-09T05:18:09,119 Requirements should be satisfied by a PEP 517 installer. 2023-09-09T05:18:09,119 If you are using pip, you can try `pip install --use-pep517`. 2023-09-09T05:18:09,120 ******************************************************************************** 2023-09-09T05:18:09,121 !! 2023-09-09T05:18:09,122 dist.fetch_build_eggs(dist.setup_requires) 2023-09-09T05:18:09,592 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T05:18:09,593 !! 2023-09-09T05:18:09,594 ******************************************************************************** 2023-09-09T05:18:09,594 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T05:18:09,594 versions. Please use the underscore name 'description_file' instead. 2023-09-09T05:18:09,595 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T05:18:09,596 or your builds will no longer be supported. 2023-09-09T05:18:09,597 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T05:18:09,597 ******************************************************************************** 2023-09-09T05:18:09,598 !! 2023-09-09T05:18:09,598 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T05:18:09,629 running clean 2023-09-09T05:18:09,679 removing 'build/temp.linux-armv7l-cpython-311' (and everything under it) 2023-09-09T05:18:09,680 removing 'build/lib.linux-armv7l-cpython-311' (and everything under it) 2023-09-09T05:18:09,683 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-09T05:18:09,683 'build/scripts-3.11' does not exist -- can't clean it 2023-09-09T05:18:09,684 removing 'build' 2023-09-09T05:18:09,796 Failed to build disembl 2023-09-09T05:18:09,797 ERROR: Failed to build one or more wheels 2023-09-09T05:18:09,798 Exception information: 2023-09-09T05:18:09,798 Traceback (most recent call last): 2023-09-09T05:18:09,798 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-09T05:18:09,798 status = run_func(*args) 2023-09-09T05:18:09,798 ^^^^^^^^^^^^^^^ 2023-09-09T05:18:09,798 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-09T05:18:09,798 return func(self, options, args) 2023-09-09T05:18:09,798 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T05:18:09,798 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-09T05:18:09,798 raise CommandError("Failed to build one or more wheels") 2023-09-09T05:18:09,798 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-09T05:18:09,801 Removed build tracker: '/tmp/pip-build-tracker-sh629obd'