2025-09-08T09:59:44,465 Created temporary directory: /tmp/pip-build-tracker-ddbxf7_8 2025-09-08T09:59:44,466 Initialized build tracking at /tmp/pip-build-tracker-ddbxf7_8 2025-09-08T09:59:44,466 Created build tracker: /tmp/pip-build-tracker-ddbxf7_8 2025-09-08T09:59:44,466 Entered build tracker: /tmp/pip-build-tracker-ddbxf7_8 2025-09-08T09:59:44,467 Created temporary directory: /tmp/pip-wheel-v90f5h6g 2025-09-08T09:59:44,470 Created temporary directory: /tmp/pip-ephem-wheel-cache-vs1iexxz 2025-09-08T09:59:44,526 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T09:59:44,528 2 location(s) to search for versions of rosette: 2025-09-08T09:59:44,528 * https://pypi.org/simple/rosette/ 2025-09-08T09:59:44,528 * https://www.piwheels.org/simple/rosette/ 2025-09-08T09:59:44,529 Fetching project page and analyzing links: https://pypi.org/simple/rosette/ 2025-09-08T09:59:44,529 Getting page https://pypi.org/simple/rosette/ 2025-09-08T09:59:44,530 Found index url https://pypi.org/simple/ 2025-09-08T09:59:44,676 Fetched page https://pypi.org/simple/rosette/ as application/vnd.pypi.simple.v1+json 2025-09-08T09:59:44,678 Found link https://files.pythonhosted.org/packages/5e/aa/f33baf6cf86021a3a9e16aae741a43efb92129a22e3ed74f17eb267762e3/rosette-0.0.1.tar.gz (from https://pypi.org/simple/rosette/), version: 0.0.1 2025-09-08T09:59:44,678 Fetching project page and analyzing links: https://www.piwheels.org/simple/rosette/ 2025-09-08T09:59:44,679 Getting page https://www.piwheels.org/simple/rosette/ 2025-09-08T09:59:44,681 Found index url https://www.piwheels.org/simple/ 2025-09-08T09:59:44,778 Fetched page https://www.piwheels.org/simple/rosette/ as text/html 2025-09-08T09:59:44,779 Skipping link: not a file: https://www.piwheels.org/simple/rosette/ 2025-09-08T09:59:44,779 Skipping link: not a file: https://pypi.org/simple/rosette/ 2025-09-08T09:59:44,803 Given no hashes to check 1 links for project 'rosette': discarding no candidates 2025-09-08T09:59:44,804 Collecting rosette==0.0.1 2025-09-08T09:59:44,805 Created temporary directory: /tmp/pip-unpack-41hqsjs0 2025-09-08T09:59:45,076 Downloading rosette-0.0.1.tar.gz (4.0 kB) 2025-09-08T09:59:45,095 Added rosette==0.0.1 from https://files.pythonhosted.org/packages/5e/aa/f33baf6cf86021a3a9e16aae741a43efb92129a22e3ed74f17eb267762e3/rosette-0.0.1.tar.gz to build tracker '/tmp/pip-build-tracker-ddbxf7_8' 2025-09-08T09:59:45,097 Running setup.py (path:/tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/setup.py) egg_info for package rosette 2025-09-08T09:59:45,097 Created temporary directory: /tmp/pip-pip-egg-info-0s9tqhgd 2025-09-08T09:59:45,098 Preparing metadata (setup.py): started 2025-09-08T09:59:45,099 Running command python setup.py egg_info 2025-09-08T09:59:45,620 /tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/setup.py:87: SyntaxWarning: "is" with 'str' literal. Did you mean "=="? 2025-09-08T09:59:45,620 if path is 'buildD': 2025-09-08T09:59:45,915 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:45,915 !! 2025-09-08T09:59:45,915 ******************************************************************************** 2025-09-08T09:59:45,915 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:45,915 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:45,915 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:45,916 or your builds will no longer be supported. 2025-09-08T09:59:45,916 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:45,916 ******************************************************************************** 2025-09-08T09:59:45,916 !! 2025-09-08T09:59:45,916 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:45,938 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T09:59:45,938 !! 2025-09-08T09:59:45,938 ******************************************************************************** 2025-09-08T09:59:45,939 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T09:59:45,939 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T09:59:45,939 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T09:59:45,939 or your builds will no longer be supported. 2025-09-08T09:59:45,939 ******************************************************************************** 2025-09-08T09:59:45,939 !! 2025-09-08T09:59:45,939 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T09:59:48,792 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T09:59:48,792 warnings.warn(msg) 2025-09-08T09:59:48,792 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' 2025-09-08T09:59:48,792 warnings.warn(msg) 2025-09-08T09:59:48,946 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:48,947 !! 2025-09-08T09:59:48,947 ******************************************************************************** 2025-09-08T09:59:48,947 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:48,947 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:48,947 (Affected: rosette). 2025-09-08T09:59:48,947 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:48,947 or your builds will no longer be supported. 2025-09-08T09:59:48,948 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:48,948 ******************************************************************************** 2025-09-08T09:59:48,948 !! 2025-09-08T09:59:48,948 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:49,024 running egg_info 2025-09-08T09:59:49,099 creating /tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info 2025-09-08T09:59:49,099 writing /tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/PKG-INFO 2025-09-08T09:59:49,101 writing dependency_links to /tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/dependency_links.txt 2025-09-08T09:59:49,101 writing requirements to /tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/requires.txt 2025-09-08T09:59:49,102 writing top-level names to /tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/top_level.txt 2025-09-08T09:59:49,102 writing manifest file '/tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/SOURCES.txt' 2025-09-08T09:59:49,252 reading manifest file '/tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/SOURCES.txt' 2025-09-08T09:59:49,254 writing manifest file '/tmp/pip-pip-egg-info-0s9tqhgd/rosette.egg-info/SOURCES.txt' 2025-09-08T09:59:49,373 Preparing metadata (setup.py): finished with status 'done' 2025-09-08T09:59:49,378 Source in /tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80 has version 0.0.1, which satisfies requirement rosette==0.0.1 from https://files.pythonhosted.org/packages/5e/aa/f33baf6cf86021a3a9e16aae741a43efb92129a22e3ed74f17eb267762e3/rosette-0.0.1.tar.gz 2025-09-08T09:59:49,378 Removed rosette==0.0.1 from https://files.pythonhosted.org/packages/5e/aa/f33baf6cf86021a3a9e16aae741a43efb92129a22e3ed74f17eb267762e3/rosette-0.0.1.tar.gz from build tracker '/tmp/pip-build-tracker-ddbxf7_8' 2025-09-08T09:59:49,382 Created temporary directory: /tmp/pip-unpack-9ah_7e7g 2025-09-08T09:59:49,383 Created temporary directory: /tmp/pip-unpack-yn4ahf8k 2025-09-08T09:59:49,383 Building wheels for collected packages: rosette 2025-09-08T09:59:49,384 Created temporary directory: /tmp/pip-wheel-pwveh1k0 2025-09-08T09:59:49,384 DEPRECATION: Building 'rosette' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'rosette'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-08T09:59:49,385 Building wheel for rosette (setup.py): started 2025-09-08T09:59:49,386 Destination directory: /tmp/pip-wheel-pwveh1k0 2025-09-08T09:59:49,386 Running command python setup.py bdist_wheel 2025-09-08T09:59:49,906 /tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/setup.py:87: SyntaxWarning: "is" with 'str' literal. Did you mean "=="? 2025-09-08T09:59:49,906 if path is 'buildD': 2025-09-08T09:59:50,200 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:50,201 !! 2025-09-08T09:59:50,201 ******************************************************************************** 2025-09-08T09:59:50,201 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:50,201 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:50,201 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:50,201 or your builds will no longer be supported. 2025-09-08T09:59:50,201 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:50,202 ******************************************************************************** 2025-09-08T09:59:50,202 !! 2025-09-08T09:59:50,202 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:50,223 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T09:59:50,223 !! 2025-09-08T09:59:50,223 ******************************************************************************** 2025-09-08T09:59:50,224 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T09:59:50,224 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T09:59:50,224 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T09:59:50,224 or your builds will no longer be supported. 2025-09-08T09:59:50,224 ******************************************************************************** 2025-09-08T09:59:50,224 !! 2025-09-08T09:59:50,224 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T09:59:50,755 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T09:59:50,755 warnings.warn(msg) 2025-09-08T09:59:50,755 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' 2025-09-08T09:59:50,755 warnings.warn(msg) 2025-09-08T09:59:50,949 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:50,949 !! 2025-09-08T09:59:50,949 ******************************************************************************** 2025-09-08T09:59:50,949 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:50,949 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:50,949 (Affected: rosette). 2025-09-08T09:59:50,950 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:50,950 or your builds will no longer be supported. 2025-09-08T09:59:50,950 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:50,950 ******************************************************************************** 2025-09-08T09:59:50,950 !! 2025-09-08T09:59:50,950 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:50,951 running bdist_wheel 2025-09-08T09:59:51,254 running build 2025-09-08T09:59:51,255 running build_ext 2025-09-08T09:59:51,353 CMake Warning: 2025-09-08T09:59:51,353 Ignoring extra path from command line: 2025-09-08T09:59:51,354 "/tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80" 2025-09-08T09:59:51,354 CMake Error: The source directory "/tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80" does not appear to contain CMakeLists.txt. 2025-09-08T09:59:51,354 Specify --help for usage, or press the help button on the CMake GUI. 2025-09-08T09:59:51,357 setup.py exiting with returncode 1 2025-09-08T09:59:51,475 ERROR: python setup.py bdist_wheel exited with 1 2025-09-08T09:59:51,487 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-08T09:59:51,487 exec(compile('"'"''"'"''"'"' 2025-09-08T09:59:51,487 # This is -- a caller that pip uses to run setup.py 2025-09-08T09:59:51,487 # 2025-09-08T09:59:51,487 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-08T09:59:51,487 # import from `distutils.core` to work with newer packaging standards. 2025-09-08T09:59:51,487 # - It provides a clear error message when setuptools is not installed. 2025-09-08T09:59:51,487 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-08T09:59:51,487 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-08T09:59:51,487 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-08T09:59:51,487 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-08T09:59:51,487 import os, sys, tokenize, traceback 2025-09-08T09:59:51,487 2025-09-08T09:59:51,487 try: 2025-09-08T09:59:51,487 import setuptools 2025-09-08T09:59:51,487 except ImportError: 2025-09-08T09:59:51,487 print( 2025-09-08T09:59:51,487 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-08T09:59:51,487 "the build environment with exception:", 2025-09-08T09:59:51,487 file=sys.stderr, 2025-09-08T09:59:51,487 ) 2025-09-08T09:59:51,487 traceback.print_exc() 2025-09-08T09:59:51,487 sys.exit(1) 2025-09-08T09:59:51,487 2025-09-08T09:59:51,487 __file__ = %r 2025-09-08T09:59:51,487 sys.argv[0] = __file__ 2025-09-08T09:59:51,487 2025-09-08T09:59:51,487 if os.path.exists(__file__): 2025-09-08T09:59:51,487 filename = __file__ 2025-09-08T09:59:51,487 with tokenize.open(__file__) as f: 2025-09-08T09:59:51,487 setup_py_code = f.read() 2025-09-08T09:59:51,487 else: 2025-09-08T09:59:51,487 filename = "" 2025-09-08T09:59:51,487 setup_py_code = "from setuptools import setup; setup()" 2025-09-08T09:59:51,487 2025-09-08T09:59:51,487 exec(compile(setup_py_code, filename, "exec")) 2025-09-08T09:59:51,487 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-pwveh1k0[/] 2025-09-08T09:59:51,487 [bold magenta]cwd[/]: /tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/ 2025-09-08T09:59:51,487 Building wheel for rosette (setup.py): finished with status 'error' 2025-09-08T09:59:51,488 ERROR: Failed building wheel for rosette 2025-09-08T09:59:51,489 Running setup.py clean for rosette 2025-09-08T09:59:51,489 Running command python setup.py clean 2025-09-08T09:59:52,009 /tmp/pip-wheel-v90f5h6g/rosette_cdd133764efa43b48e8c00c1cde48a80/setup.py:87: SyntaxWarning: "is" with 'str' literal. Did you mean "=="? 2025-09-08T09:59:52,010 if path is 'buildD': 2025-09-08T09:59:52,304 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:52,304 !! 2025-09-08T09:59:52,304 ******************************************************************************** 2025-09-08T09:59:52,304 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:52,305 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:52,305 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:52,305 or your builds will no longer be supported. 2025-09-08T09:59:52,305 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:52,305 ******************************************************************************** 2025-09-08T09:59:52,305 !! 2025-09-08T09:59:52,305 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:52,327 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T09:59:52,327 !! 2025-09-08T09:59:52,327 ******************************************************************************** 2025-09-08T09:59:52,327 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T09:59:52,328 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T09:59:52,328 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T09:59:52,328 or your builds will no longer be supported. 2025-09-08T09:59:52,328 ******************************************************************************** 2025-09-08T09:59:52,328 !! 2025-09-08T09:59:52,328 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T09:59:52,856 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T09:59:52,856 warnings.warn(msg) 2025-09-08T09:59:52,856 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' 2025-09-08T09:59:52,857 warnings.warn(msg) 2025-09-08T09:59:53,047 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. 2025-09-08T09:59:53,047 !! 2025-09-08T09:59:53,048 ******************************************************************************** 2025-09-08T09:59:53,048 Usage of dash-separated 'description-file' will not be supported in future 2025-09-08T09:59:53,048 versions. Please use the underscore name 'description_file' instead. 2025-09-08T09:59:53,048 (Affected: rosette). 2025-09-08T09:59:53,048 By 2026-Mar-03, you need to update your project and remove deprecated calls 2025-09-08T09:59:53,048 or your builds will no longer be supported. 2025-09-08T09:59:53,048 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2025-09-08T09:59:53,048 ******************************************************************************** 2025-09-08T09:59:53,049 !! 2025-09-08T09:59:53,049 opt = self._enforce_underscore(opt, section) 2025-09-08T09:59:53,124 running clean 2025-09-08T09:59:53,273 'build/lib.linux-armv7l-cpython-313' does not exist -- can't clean it 2025-09-08T09:59:53,273 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-08T09:59:53,273 'build/scripts-3.13' does not exist -- can't clean it 2025-09-08T09:59:53,392 Failed to build rosette 2025-09-08T09:59:53,392 ERROR: Failed to build one or more wheels 2025-09-08T09:59:53,393 Exception information: 2025-09-08T09:59:53,393 Traceback (most recent call last): 2025-09-08T09:59:53,393 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T09:59:53,393 status = _inner_run() 2025-09-08T09:59:53,393 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T09:59:53,393 return self.run(options, args) 2025-09-08T09:59:53,393 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T09:59:53,393 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T09:59:53,393 return func(self, options, args) 2025-09-08T09:59:53,393 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-08T09:59:53,393 raise CommandError("Failed to build one or more wheels") 2025-09-08T09:59:53,393 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-08T09:59:53,398 Removed build tracker: '/tmp/pip-build-tracker-ddbxf7_8'