2023-09-10T23:29:50,021 Created temporary directory: /tmp/pip-build-tracker-66wp5zm1 2023-09-10T23:29:50,022 Initialized build tracking at /tmp/pip-build-tracker-66wp5zm1 2023-09-10T23:29:50,022 Created build tracker: /tmp/pip-build-tracker-66wp5zm1 2023-09-10T23:29:50,023 Entered build tracker: /tmp/pip-build-tracker-66wp5zm1 2023-09-10T23:29:50,024 Created temporary directory: /tmp/pip-wheel-s8m_vm1i 2023-09-10T23:29:50,027 Created temporary directory: /tmp/pip-ephem-wheel-cache-97y92p3f 2023-09-10T23:29:50,050 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-10T23:29:50,054 2 location(s) to search for versions of cigram: 2023-09-10T23:29:50,054 * https://pypi.org/simple/cigram/ 2023-09-10T23:29:50,054 * https://www.piwheels.org/simple/cigram/ 2023-09-10T23:29:50,055 Fetching project page and analyzing links: https://pypi.org/simple/cigram/ 2023-09-10T23:29:50,056 Getting page https://pypi.org/simple/cigram/ 2023-09-10T23:29:50,057 Found index url https://pypi.org/simple/ 2023-09-10T23:29:50,276 Fetched page https://pypi.org/simple/cigram/ as application/vnd.pypi.simple.v1+json 2023-09-10T23:29:50,278 Skipping link: No binaries permitted for cigram: https://files.pythonhosted.org/packages/ea/2b/a613ad4be8262267d2b60d358172fcb475357b55702e6ca391bea5d241d0/cigram-0.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/cigram/) 2023-09-10T23:29:50,278 Found link https://files.pythonhosted.org/packages/38/b1/d36af8e449c7f2555d05d68b0bfbc2dbb6e58330717522c5d0de8fd4b1a2/cigram-0.1.2.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.2 2023-09-10T23:29:50,279 Found link https://files.pythonhosted.org/packages/1a/72/03d709d88b843d14a618467563658df56d014f0f4233c06864f984df6976/cigram-0.1.3.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.3 2023-09-10T23:29:50,279 Found link https://files.pythonhosted.org/packages/51/79/1d67e9b764c36e536d2938345fb9adaf3c6b6d5589c794dd1eee0f1351c2/cigram-0.1.4.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.4 2023-09-10T23:29:50,280 Found link https://files.pythonhosted.org/packages/5b/d8/01ed0ec3c402164207b600e01ea0f0f29f4ec155c206537f3e85566c69c0/cigram-0.1.5.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.5 2023-09-10T23:29:50,281 Fetching project page and analyzing links: https://www.piwheels.org/simple/cigram/ 2023-09-10T23:29:50,282 Getting page https://www.piwheels.org/simple/cigram/ 2023-09-10T23:29:50,283 Found index url https://www.piwheels.org/simple/ 2023-09-10T23:29:50,536 Fetched page https://www.piwheels.org/simple/cigram/ as text/html 2023-09-10T23:29:50,537 Skipping link: not a file: https://www.piwheels.org/simple/cigram/ 2023-09-10T23:29:50,538 Skipping link: not a file: https://pypi.org/simple/cigram/ 2023-09-10T23:29:50,556 Given no hashes to check 1 links for project 'cigram': discarding no candidates 2023-09-10T23:29:50,574 Collecting cigram==0.1.5 2023-09-10T23:29:50,577 Created temporary directory: /tmp/pip-unpack-ppq7o1v_ 2023-09-10T23:29:50,793 Downloading cigram-0.1.5.tar.gz (47 kB) 2023-09-10T23:29:50,914 Added cigram==0.1.5 from https://files.pythonhosted.org/packages/5b/d8/01ed0ec3c402164207b600e01ea0f0f29f4ec155c206537f3e85566c69c0/cigram-0.1.5.tar.gz to build tracker '/tmp/pip-build-tracker-66wp5zm1' 2023-09-10T23:29:50,917 Running setup.py (path:/tmp/pip-wheel-s8m_vm1i/cigram_b84375990f50486589e916e89329cee6/setup.py) egg_info for package cigram 2023-09-10T23:29:50,919 Created temporary directory: /tmp/pip-pip-egg-info-5ncjfpun 2023-09-10T23:29:50,920 Preparing metadata (setup.py): started 2023-09-10T23:29:50,922 Running command python setup.py egg_info 2023-09-10T23:29:51,373 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:29:51,373 !! 2023-09-10T23:29:51,374 ******************************************************************************** 2023-09-10T23:29:51,375 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:29:51,375 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:29:51,377 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:29:51,377 or your builds will no longer be supported. 2023-09-10T23:29:51,378 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:29:51,378 ******************************************************************************** 2023-09-10T23:29:51,379 !! 2023-09-10T23:29:51,380 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:29:51,622 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T23:29:51,623 !! 2023-09-10T23:29:51,624 ******************************************************************************** 2023-09-10T23:29:51,624 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T23:29:51,625 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T23:29:51,625 ******************************************************************************** 2023-09-10T23:29:51,626 !! 2023-09-10T23:29:51,627 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T23:29:54,650 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:29:54,650 !! 2023-09-10T23:29:54,651 ******************************************************************************** 2023-09-10T23:29:54,652 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:29:54,652 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:29:54,653 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:29:54,654 or your builds will no longer be supported. 2023-09-10T23:29:54,655 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:29:54,656 ******************************************************************************** 2023-09-10T23:29:54,657 !! 2023-09-10T23:29:54,658 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:29:54,689 running egg_info 2023-09-10T23:29:54,690 creating /tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info 2023-09-10T23:29:54,715 writing /tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/PKG-INFO 2023-09-10T23:29:54,719 writing dependency_links to /tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/dependency_links.txt 2023-09-10T23:29:54,720 writing requirements to /tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/requires.txt 2023-09-10T23:29:54,722 writing top-level names to /tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/top_level.txt 2023-09-10T23:29:54,723 writing manifest file '/tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/SOURCES.txt' 2023-09-10T23:29:54,829 reading manifest file '/tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/SOURCES.txt' 2023-09-10T23:29:54,831 reading manifest template 'MANIFEST.in' 2023-09-10T23:29:54,834 adding license file 'LICENSE' 2023-09-10T23:29:54,837 writing manifest file '/tmp/pip-pip-egg-info-5ncjfpun/cigram.egg-info/SOURCES.txt' 2023-09-10T23:29:54,946 Preparing metadata (setup.py): finished with status 'done' 2023-09-10T23:29:54,951 Source in /tmp/pip-wheel-s8m_vm1i/cigram_b84375990f50486589e916e89329cee6 has version 0.1.5, which satisfies requirement cigram==0.1.5 from https://files.pythonhosted.org/packages/5b/d8/01ed0ec3c402164207b600e01ea0f0f29f4ec155c206537f3e85566c69c0/cigram-0.1.5.tar.gz 2023-09-10T23:29:54,952 Removed cigram==0.1.5 from https://files.pythonhosted.org/packages/5b/d8/01ed0ec3c402164207b600e01ea0f0f29f4ec155c206537f3e85566c69c0/cigram-0.1.5.tar.gz from build tracker '/tmp/pip-build-tracker-66wp5zm1' 2023-09-10T23:29:54,956 Created temporary directory: /tmp/pip-unpack-7ibu0ggr 2023-09-10T23:29:54,957 Created temporary directory: /tmp/pip-unpack-s5g1d8l5 2023-09-10T23:29:54,970 Building wheels for collected packages: cigram 2023-09-10T23:29:54,974 Created temporary directory: /tmp/pip-wheel-jpdohnmv 2023-09-10T23:29:54,975 Building wheel for cigram (setup.py): started 2023-09-10T23:29:54,976 Destination directory: /tmp/pip-wheel-jpdohnmv 2023-09-10T23:29:54,977 Running command python setup.py bdist_wheel 2023-09-10T23:29:55,411 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:29:55,412 !! 2023-09-10T23:29:55,413 ******************************************************************************** 2023-09-10T23:29:55,413 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:29:55,413 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:29:55,414 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:29:55,415 or your builds will no longer be supported. 2023-09-10T23:29:55,416 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:29:55,416 ******************************************************************************** 2023-09-10T23:29:55,417 !! 2023-09-10T23:29:55,418 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:29:55,664 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T23:29:55,665 !! 2023-09-10T23:29:55,666 ******************************************************************************** 2023-09-10T23:29:55,667 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T23:29:55,667 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T23:29:55,668 ******************************************************************************** 2023-09-10T23:29:55,669 !! 2023-09-10T23:29:55,669 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T23:29:56,129 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:29:56,129 !! 2023-09-10T23:29:56,130 ******************************************************************************** 2023-09-10T23:29:56,131 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:29:56,131 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:29:56,133 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:29:56,133 or your builds will no longer be supported. 2023-09-10T23:29:56,134 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:29:56,135 ******************************************************************************** 2023-09-10T23:29:56,136 !! 2023-09-10T23:29:56,137 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:29:56,170 running bdist_wheel 2023-09-10T23:29:56,269 running build 2023-09-10T23:29:56,270 running build_py 2023-09-10T23:29:56,298 creating build 2023-09-10T23:29:56,299 creating build/lib.linux-armv7l-cpython-311 2023-09-10T23:29:56,299 creating build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T23:29:56,301 copying cigram/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T23:29:56,302 copying cigram/generators.py -> build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T23:29:56,305 creating build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T23:29:56,306 copying cigram/network_opt/model_parameters.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T23:29:56,308 copying cigram/network_opt/fitness_measures.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T23:29:56,310 copying cigram/network_opt/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T23:29:56,312 copying cigram/network_opt/cigram_optimiser.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T23:29:56,315 running egg_info 2023-09-10T23:29:56,367 writing cigram.egg-info/PKG-INFO 2023-09-10T23:29:56,370 writing dependency_links to cigram.egg-info/dependency_links.txt 2023-09-10T23:29:56,372 writing requirements to cigram.egg-info/requires.txt 2023-09-10T23:29:56,373 writing top-level names to cigram.egg-info/top_level.txt 2023-09-10T23:29:56,403 reading manifest file 'cigram.egg-info/SOURCES.txt' 2023-09-10T23:29:56,405 reading manifest template 'MANIFEST.in' 2023-09-10T23:29:56,408 adding license file 'LICENSE' 2023-09-10T23:29:56,410 writing manifest file 'cigram.egg-info/SOURCES.txt' 2023-09-10T23:29:56,412 /usr/local/lib/python3.11/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'cigram.cmodel' is absent from the `packages` configuration. 2023-09-10T23:29:56,413 !! 2023-09-10T23:29:56,414 ******************************************************************************** 2023-09-10T23:29:56,414 ############################ 2023-09-10T23:29:56,415 # Package would be ignored # 2023-09-10T23:29:56,415 ############################ 2023-09-10T23:29:56,416 Python recognizes 'cigram.cmodel' as an importable package[^1], 2023-09-10T23:29:56,417 but it is absent from setuptools' `packages` configuration. 2023-09-10T23:29:56,418 This leads to an ambiguous overall configuration. If you want to distribute this 2023-09-10T23:29:56,418 package, please make sure that 'cigram.cmodel' is explicitly added 2023-09-10T23:29:56,419 to the `packages` configuration field. 2023-09-10T23:29:56,421 Alternatively, you can also rely on setuptools' discovery methods 2023-09-10T23:29:56,421 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-09-10T23:29:56,422 instead of `find_packages(...)`/`find:`). 2023-09-10T23:29:56,424 You can read more about "package discovery" on setuptools documentation page: 2023-09-10T23:29:56,426 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-09-10T23:29:56,428 If you don't want 'cigram.cmodel' to be distributed and are 2023-09-10T23:29:56,429 already explicitly excluding 'cigram.cmodel' via 2023-09-10T23:29:56,430 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, 2023-09-10T23:29:56,431 you can try to use `exclude_package_data`, or `include-package-data=False` in 2023-09-10T23:29:56,432 combination with a more fine grained `package-data` configuration. 2023-09-10T23:29:56,435 You can read more about "package data files" on setuptools documentation page: 2023-09-10T23:29:56,437 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-09-10T23:29:56,442 [^1]: For Python, any directory (with suitable naming) can be imported, 2023-09-10T23:29:56,444 even if it does not contain any `.py` files. 2023-09-10T23:29:56,445 On the other hand, currently there is no concept of package data 2023-09-10T23:29:56,447 directory, all directories are treated like packages. 2023-09-10T23:29:56,449 ******************************************************************************** 2023-09-10T23:29:56,452 !! 2023-09-10T23:29:56,454 check.warn(importable) 2023-09-10T23:29:56,456 /usr/local/lib/python3.11/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'cigram.lfr_model' is absent from the `packages` configuration. 2023-09-10T23:29:56,456 !! 2023-09-10T23:29:56,457 ******************************************************************************** 2023-09-10T23:29:56,458 ############################ 2023-09-10T23:29:56,459 # Package would be ignored # 2023-09-10T23:29:56,460 ############################ 2023-09-10T23:29:56,461 Python recognizes 'cigram.lfr_model' as an importable package[^1], 2023-09-10T23:29:56,462 but it is absent from setuptools' `packages` configuration. 2023-09-10T23:29:56,463 This leads to an ambiguous overall configuration. If you want to distribute this 2023-09-10T23:29:56,464 package, please make sure that 'cigram.lfr_model' is explicitly added 2023-09-10T23:29:56,464 to the `packages` configuration field. 2023-09-10T23:29:56,466 Alternatively, you can also rely on setuptools' discovery methods 2023-09-10T23:29:56,466 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-09-10T23:29:56,467 instead of `find_packages(...)`/`find:`). 2023-09-10T23:29:56,468 You can read more about "package discovery" on setuptools documentation page: 2023-09-10T23:29:56,469 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-09-10T23:29:56,470 If you don't want 'cigram.lfr_model' to be distributed and are 2023-09-10T23:29:56,470 already explicitly excluding 'cigram.lfr_model' via 2023-09-10T23:29:56,471 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, 2023-09-10T23:29:56,472 you can try to use `exclude_package_data`, or `include-package-data=False` in 2023-09-10T23:29:56,472 combination with a more fine grained `package-data` configuration. 2023-09-10T23:29:56,473 You can read more about "package data files" on setuptools documentation page: 2023-09-10T23:29:56,474 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-09-10T23:29:56,476 [^1]: For Python, any directory (with suitable naming) can be imported, 2023-09-10T23:29:56,476 even if it does not contain any `.py` files. 2023-09-10T23:29:56,477 On the other hand, currently there is no concept of package data 2023-09-10T23:29:56,477 directory, all directories are treated like packages. 2023-09-10T23:29:56,478 ******************************************************************************** 2023-09-10T23:29:56,479 !! 2023-09-10T23:29:56,479 check.warn(importable) 2023-09-10T23:29:56,480 creating build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,480 copying cigram/cmodel/cmodel.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,481 copying cigram/cmodel/distributions.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,481 copying cigram/cmodel/distributions.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,482 copying cigram/cmodel/generate_graph.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,482 copying cigram/cmodel/generate_graph.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,483 copying cigram/cmodel/sample.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,483 copying cigram/cmodel/sample.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:29:56,484 creating build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,484 copying cigram/lfr_model/benchm.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,485 copying cigram/lfr_model/benchm.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,485 copying cigram/lfr_model/cast.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,486 copying cigram/lfr_model/cast.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,486 copying cigram/lfr_model/cc.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,487 copying cigram/lfr_model/cc.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,487 copying cigram/lfr_model/combinatorics.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,488 copying cigram/lfr_model/combinatorics.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,489 copying cigram/lfr_model/lfr_model.cc -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,489 copying cigram/lfr_model/random.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,491 copying cigram/lfr_model/random.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,493 copying cigram/lfr_model/standard_include.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:56,496 running build_ext 2023-09-10T23:29:56,999 building 'cigram.lfr_model' extension 2023-09-10T23:29:57,000 creating build/temp.linux-armv7l-cpython-311 2023-09-10T23:29:57,000 creating build/temp.linux-armv7l-cpython-311/cigram 2023-09-10T23:29:57,001 creating build/temp.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T23:29:57,002 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 cigram/lfr_model/benchm.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/benchm.o -Wno-undef -Ofast 2023-09-10T23:30:16,155 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 cigram/lfr_model/cast.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cast.o -Wno-undef -Ofast 2023-09-10T23:30:18,968 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 cigram/lfr_model/cc.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cc.o -Wno-undef -Ofast 2023-09-10T23:30:24,935 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 cigram/lfr_model/combinatorics.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/combinatorics.o -Wno-undef -Ofast 2023-09-10T23:30:30,427 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 cigram/lfr_model/lfr_model.cc -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/lfr_model.o -Wno-undef -Ofast 2023-09-10T23:30:34,642 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 cigram/lfr_model/random.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/random.o -Wno-undef -Ofast 2023-09-10T23:30:41,797 arm-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 build/temp.linux-armv7l-cpython-311/cigram/lfr_model/benchm.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cast.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cc.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/combinatorics.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/lfr_model.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/random.o -L/usr/lib/arm-linux-gnueabihf -o build/lib.linux-armv7l-cpython-311/cigram/lfr_model.cpython-311-arm-linux-gnueabihf.so 2023-09-10T23:30:42,151 building 'cigram.cmodel' extension 2023-09-10T23:30:42,152 creating build/temp.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T23:30:42,153 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 cigram/cmodel/cmodel.cc -o build/temp.linux-armv7l-cpython-311/cigram/cmodel/cmodel.o -Ofast 2023-09-10T23:30:42,545 In file included from cigram/cmodel/cmodel.cc:18: 2023-09-10T23:30:42,546 cigram/cmodel/generate_graph.h:22:10: fatal error: boost/config.hpp: No such file or directory 2023-09-10T23:30:42,547 22 | #include 2023-09-10T23:30:42,548 | ^~~~~~~~~~~~~~~~~~ 2023-09-10T23:30:42,548 compilation terminated. 2023-09-10T23:30:42,552 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-10T23:30:42,695 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-10T23:30:42,708 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-10T23:30:42,708 exec(compile('"'"''"'"''"'"' 2023-09-10T23:30:42,708 # This is -- a caller that pip uses to run setup.py 2023-09-10T23:30:42,708 # 2023-09-10T23:30:42,708 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-10T23:30:42,708 # import from `distutils.core` to work with newer packaging standards. 2023-09-10T23:30:42,708 # - It provides a clear error message when setuptools is not installed. 2023-09-10T23:30:42,708 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-10T23:30:42,708 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-10T23:30:42,708 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-10T23:30:42,708 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-10T23:30:42,708 import os, sys, tokenize 2023-09-10T23:30:42,708 2023-09-10T23:30:42,708 try: 2023-09-10T23:30:42,708 import setuptools 2023-09-10T23:30:42,708 except ImportError as error: 2023-09-10T23:30:42,708 print( 2023-09-10T23:30:42,708 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-10T23:30:42,708 "the build environment.", 2023-09-10T23:30:42,708 file=sys.stderr, 2023-09-10T23:30:42,708 ) 2023-09-10T23:30:42,708 sys.exit(1) 2023-09-10T23:30:42,708 2023-09-10T23:30:42,708 __file__ = %r 2023-09-10T23:30:42,708 sys.argv[0] = __file__ 2023-09-10T23:30:42,708 2023-09-10T23:30:42,708 if os.path.exists(__file__): 2023-09-10T23:30:42,708 filename = __file__ 2023-09-10T23:30:42,708 with tokenize.open(__file__) as f: 2023-09-10T23:30:42,708 setup_py_code = f.read() 2023-09-10T23:30:42,708 else: 2023-09-10T23:30:42,708 filename = "" 2023-09-10T23:30:42,708 setup_py_code = "from setuptools import setup; setup()" 2023-09-10T23:30:42,708 2023-09-10T23:30:42,708 exec(compile(setup_py_code, filename, "exec")) 2023-09-10T23:30:42,708 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-s8m_vm1i/cigram_b84375990f50486589e916e89329cee6/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-jpdohnmv[/] 2023-09-10T23:30:42,708 [bold magenta]cwd[/]: /tmp/pip-wheel-s8m_vm1i/cigram_b84375990f50486589e916e89329cee6/ 2023-09-10T23:30:42,709 Building wheel for cigram (setup.py): finished with status 'error' 2023-09-10T23:30:42,710 ERROR: Failed building wheel for cigram 2023-09-10T23:30:42,712 Running setup.py clean for cigram 2023-09-10T23:30:42,713 Running command python setup.py clean 2023-09-10T23:30:43,197 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:30:43,197 !! 2023-09-10T23:30:43,198 ******************************************************************************** 2023-09-10T23:30:43,199 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:30:43,199 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:30:43,200 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:30:43,201 or your builds will no longer be supported. 2023-09-10T23:30:43,202 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:30:43,203 ******************************************************************************** 2023-09-10T23:30:43,204 !! 2023-09-10T23:30:43,204 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:30:43,442 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T23:30:43,443 !! 2023-09-10T23:30:43,444 ******************************************************************************** 2023-09-10T23:30:43,444 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T23:30:43,445 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T23:30:43,445 ******************************************************************************** 2023-09-10T23:30:43,446 !! 2023-09-10T23:30:43,447 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T23:30:43,916 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T23:30:43,916 !! 2023-09-10T23:30:43,917 ******************************************************************************** 2023-09-10T23:30:43,917 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T23:30:43,918 versions. Please use the underscore name 'description_file' instead. 2023-09-10T23:30:43,919 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T23:30:43,919 or your builds will no longer be supported. 2023-09-10T23:30:43,920 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T23:30:43,921 ******************************************************************************** 2023-09-10T23:30:43,922 !! 2023-09-10T23:30:43,922 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T23:30:43,958 running clean 2023-09-10T23:30:44,006 removing 'build/temp.linux-armv7l-cpython-311' (and everything under it) 2023-09-10T23:30:44,011 removing 'build/lib.linux-armv7l-cpython-311' (and everything under it) 2023-09-10T23:30:44,021 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-10T23:30:44,021 'build/scripts-3.11' does not exist -- can't clean it 2023-09-10T23:30:44,022 removing 'build' 2023-09-10T23:30:44,132 Failed to build cigram 2023-09-10T23:30:44,133 ERROR: Failed to build one or more wheels 2023-09-10T23:30:44,134 Exception information: 2023-09-10T23:30:44,134 Traceback (most recent call last): 2023-09-10T23:30:44,134 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-10T23:30:44,134 status = run_func(*args) 2023-09-10T23:30:44,134 ^^^^^^^^^^^^^^^ 2023-09-10T23:30:44,134 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-10T23:30:44,134 return func(self, options, args) 2023-09-10T23:30:44,134 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-10T23:30:44,134 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-10T23:30:44,134 raise CommandError("Failed to build one or more wheels") 2023-09-10T23:30:44,134 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-10T23:30:44,138 Removed build tracker: '/tmp/pip-build-tracker-66wp5zm1'