2025-09-09T01:04:29,026 Created temporary directory: /tmp/pip-build-tracker-uejao4fc 2025-09-09T01:04:29,027 Initialized build tracking at /tmp/pip-build-tracker-uejao4fc 2025-09-09T01:04:29,027 Created build tracker: /tmp/pip-build-tracker-uejao4fc 2025-09-09T01:04:29,027 Entered build tracker: /tmp/pip-build-tracker-uejao4fc 2025-09-09T01:04:29,027 Created temporary directory: /tmp/pip-wheel-3pyu7hk3 2025-09-09T01:04:29,031 Created temporary directory: /tmp/pip-ephem-wheel-cache-mxuar32b 2025-09-09T01:04:29,086 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-09T01:04:29,089 2 location(s) to search for versions of jcalg1: 2025-09-09T01:04:29,089 * https://pypi.org/simple/jcalg1/ 2025-09-09T01:04:29,089 * https://www.piwheels.org/simple/jcalg1/ 2025-09-09T01:04:29,089 Fetching project page and analyzing links: https://pypi.org/simple/jcalg1/ 2025-09-09T01:04:29,089 Getting page https://pypi.org/simple/jcalg1/ 2025-09-09T01:04:29,091 Found index url https://pypi.org/simple/ 2025-09-09T01:04:29,161 Fetched page https://pypi.org/simple/jcalg1/ as application/vnd.pypi.simple.v1+json 2025-09-09T01:04:29,162 Found link https://files.pythonhosted.org/packages/b2/46/62035845cbff85c2c2caaa43bdd655607a3a96f3eaeabbc4a8067e0004e4/jcalg1-1.0.tar.gz (from https://pypi.org/simple/jcalg1/), version: 1.0 2025-09-09T01:04:29,163 Found link https://files.pythonhosted.org/packages/a1/83/08b5fc2fbd36c8ac0668ae64c05cc88f3f6bd8fe68f058b19b11a463afa1/jcalg1-1.0.1.tar.gz (from https://pypi.org/simple/jcalg1/), version: 1.0.1 2025-09-09T01:04:29,163 Found link https://files.pythonhosted.org/packages/44/28/149225b2664a909258f2349fbac823f557c21d44873f30105151f8f9ee9f/jcalg1-1.0.3.tar.gz (from https://pypi.org/simple/jcalg1/), version: 1.0.3 2025-09-09T01:04:29,163 Found link https://files.pythonhosted.org/packages/c2/66/9b99d1f20a5e4392ed55a2d65e54fc3b560f54ceb9d32125bde1e437ad59/jcalg1-1.0.4.tar.gz (from https://pypi.org/simple/jcalg1/), version: 1.0.4 2025-09-09T01:04:29,163 Fetching project page and analyzing links: https://www.piwheels.org/simple/jcalg1/ 2025-09-09T01:04:29,164 Getting page https://www.piwheels.org/simple/jcalg1/ 2025-09-09T01:04:29,164 Found index url https://www.piwheels.org/simple/ 2025-09-09T01:04:29,261 Fetched page https://www.piwheels.org/simple/jcalg1/ as text/html 2025-09-09T01:04:29,262 Skipping link: not a file: https://www.piwheels.org/simple/jcalg1/ 2025-09-09T01:04:29,262 Skipping link: not a file: https://pypi.org/simple/jcalg1/ 2025-09-09T01:04:29,284 Given no hashes to check 1 links for project 'jcalg1': discarding no candidates 2025-09-09T01:04:29,285 Collecting jcalg1==1.0.3 2025-09-09T01:04:29,287 Created temporary directory: /tmp/pip-unpack-7lz6kbxt 2025-09-09T01:04:29,424 Downloading jcalg1-1.0.3.tar.gz (4.3 kB) 2025-09-09T01:04:29,443 Added jcalg1==1.0.3 from https://files.pythonhosted.org/packages/44/28/149225b2664a909258f2349fbac823f557c21d44873f30105151f8f9ee9f/jcalg1-1.0.3.tar.gz to build tracker '/tmp/pip-build-tracker-uejao4fc' 2025-09-09T01:04:29,445 Running setup.py (path:/tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py) egg_info for package jcalg1 2025-09-09T01:04:29,445 Created temporary directory: /tmp/pip-pip-egg-info-tx9rlrtc 2025-09-09T01:04:29,446 Preparing metadata (setup.py): started 2025-09-09T01:04:29,447 Running command python setup.py egg_info 2025-09-09T01:04:29,957 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\m' 2025-09-09T01:04:29,957 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:29,957 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:29,957 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:29,957 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:33: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:29,957 headers=['src\jcalg1.h'] 2025-09-09T01:04:30,525 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-09T01:04:30,526 !! 2025-09-09T01:04:30,526 ******************************************************************************** 2025-09-09T01:04:30,526 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-09T01:04:30,526 License :: OSI Approved :: MIT License 2025-09-09T01:04:30,526 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-09T01:04:30,526 ******************************************************************************** 2025-09-09T01:04:30,526 !! 2025-09-09T01:04:30,527 self._finalize_license_expression() 2025-09-09T01:04:30,600 running egg_info 2025-09-09T01:04:30,676 creating /tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info 2025-09-09T01:04:30,676 writing /tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/PKG-INFO 2025-09-09T01:04:30,677 writing dependency_links to /tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/dependency_links.txt 2025-09-09T01:04:30,678 writing top-level names to /tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/top_level.txt 2025-09-09T01:04:30,678 writing manifest file '/tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/SOURCES.txt' 2025-09-09T01:04:30,898 reading manifest file '/tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/SOURCES.txt' 2025-09-09T01:04:30,901 writing manifest file '/tmp/pip-pip-egg-info-tx9rlrtc/jcalg1.egg-info/SOURCES.txt' 2025-09-09T01:04:31,013 Preparing metadata (setup.py): finished with status 'done' 2025-09-09T01:04:31,018 Source in /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56 has version 1.0.3, which satisfies requirement jcalg1==1.0.3 from https://files.pythonhosted.org/packages/44/28/149225b2664a909258f2349fbac823f557c21d44873f30105151f8f9ee9f/jcalg1-1.0.3.tar.gz 2025-09-09T01:04:31,018 Removed jcalg1==1.0.3 from https://files.pythonhosted.org/packages/44/28/149225b2664a909258f2349fbac823f557c21d44873f30105151f8f9ee9f/jcalg1-1.0.3.tar.gz from build tracker '/tmp/pip-build-tracker-uejao4fc' 2025-09-09T01:04:31,021 Created temporary directory: /tmp/pip-unpack-c57r5vfs 2025-09-09T01:04:31,021 Created temporary directory: /tmp/pip-unpack-zarjs_c0 2025-09-09T01:04:31,022 Building wheels for collected packages: jcalg1 2025-09-09T01:04:31,023 Created temporary directory: /tmp/pip-wheel-5zy5jql8 2025-09-09T01:04:31,024 DEPRECATION: Building 'jcalg1' 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 'jcalg1'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T01:04:31,025 Building wheel for jcalg1 (setup.py): started 2025-09-09T01:04:31,026 Destination directory: /tmp/pip-wheel-5zy5jql8 2025-09-09T01:04:31,026 Running command python setup.py bdist_wheel 2025-09-09T01:04:31,541 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\m' 2025-09-09T01:04:31,541 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:31,541 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:31,542 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:31,542 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:33: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:31,542 headers=['src\jcalg1.h'] 2025-09-09T01:04:32,097 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-09T01:04:32,098 !! 2025-09-09T01:04:32,098 ******************************************************************************** 2025-09-09T01:04:32,098 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-09T01:04:32,098 License :: OSI Approved :: MIT License 2025-09-09T01:04:32,098 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-09T01:04:32,098 ******************************************************************************** 2025-09-09T01:04:32,098 !! 2025-09-09T01:04:32,099 self._finalize_license_expression() 2025-09-09T01:04:32,099 running bdist_wheel 2025-09-09T01:04:32,469 running build 2025-09-09T01:04:32,470 running build_ext 2025-09-09T01:04:32,823 building 'jcalg1' extension 2025-09-09T01:04:32,824 creating build/temp.linux-armv7l-cpython-313 2025-09-09T01:04:32,824 arm-linux-gnueabihf-g++ -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/usr/include/python3.13 -c src\main.cpp -o build/temp.linux-armv7l-cpython-313/src\main.o 2025-09-09T01:04:32,842 cc1plus: fatal error: src\main.cpp: No such file or directory 2025-09-09T01:04:32,842 compilation terminated. 2025-09-09T01:04:32,844 error: command '/usr/bin/arm-linux-gnueabihf-g++' failed with exit code 1 2025-09-09T01:04:32,995 ERROR: python setup.py bdist_wheel exited with 1 2025-09-09T01:04:33,008 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-09T01:04:33,008 exec(compile('"'"''"'"''"'"' 2025-09-09T01:04:33,008 # This is -- a caller that pip uses to run setup.py 2025-09-09T01:04:33,008 # 2025-09-09T01:04:33,008 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-09T01:04:33,008 # import from `distutils.core` to work with newer packaging standards. 2025-09-09T01:04:33,008 # - It provides a clear error message when setuptools is not installed. 2025-09-09T01:04:33,008 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-09T01:04:33,008 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-09T01:04:33,008 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-09T01:04:33,008 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-09T01:04:33,008 import os, sys, tokenize, traceback 2025-09-09T01:04:33,008 2025-09-09T01:04:33,008 try: 2025-09-09T01:04:33,008 import setuptools 2025-09-09T01:04:33,008 except ImportError: 2025-09-09T01:04:33,008 print( 2025-09-09T01:04:33,008 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-09T01:04:33,008 "the build environment with exception:", 2025-09-09T01:04:33,008 file=sys.stderr, 2025-09-09T01:04:33,008 ) 2025-09-09T01:04:33,008 traceback.print_exc() 2025-09-09T01:04:33,008 sys.exit(1) 2025-09-09T01:04:33,008 2025-09-09T01:04:33,008 __file__ = %r 2025-09-09T01:04:33,008 sys.argv[0] = __file__ 2025-09-09T01:04:33,008 2025-09-09T01:04:33,008 if os.path.exists(__file__): 2025-09-09T01:04:33,008 filename = __file__ 2025-09-09T01:04:33,008 with tokenize.open(__file__) as f: 2025-09-09T01:04:33,008 setup_py_code = f.read() 2025-09-09T01:04:33,008 else: 2025-09-09T01:04:33,008 filename = "" 2025-09-09T01:04:33,008 setup_py_code = "from setuptools import setup; setup()" 2025-09-09T01:04:33,008 2025-09-09T01:04:33,008 exec(compile(setup_py_code, filename, "exec")) 2025-09-09T01:04:33,008 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-5zy5jql8[/] 2025-09-09T01:04:33,008 [bold magenta]cwd[/]: /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/ 2025-09-09T01:04:33,008 Building wheel for jcalg1 (setup.py): finished with status 'error' 2025-09-09T01:04:33,009 ERROR: Failed building wheel for jcalg1 2025-09-09T01:04:33,010 Running setup.py clean for jcalg1 2025-09-09T01:04:33,011 Running command python setup.py clean 2025-09-09T01:04:33,528 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\m' 2025-09-09T01:04:33,529 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:33,529 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:7: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:33,529 jc_module = Extension('jcalg1', sources = ['src\main.cpp'], libraries =["src\jcalg1_static"]) 2025-09-09T01:04:33,529 /tmp/pip-wheel-3pyu7hk3/jcalg1_54b79c7a9af54f1d9056a2f6813cdf56/setup.py:33: SyntaxWarning: invalid escape sequence '\j' 2025-09-09T01:04:33,529 headers=['src\jcalg1.h'] 2025-09-09T01:04:34,090 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-09T01:04:34,090 !! 2025-09-09T01:04:34,090 ******************************************************************************** 2025-09-09T01:04:34,090 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-09T01:04:34,090 License :: OSI Approved :: MIT License 2025-09-09T01:04:34,091 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-09T01:04:34,091 ******************************************************************************** 2025-09-09T01:04:34,091 !! 2025-09-09T01:04:34,091 self._finalize_license_expression() 2025-09-09T01:04:34,166 running clean 2025-09-09T01:04:34,313 removing 'build/temp.linux-armv7l-cpython-313' (and everything under it) 2025-09-09T01:04:34,313 'build/lib.linux-armv7l-cpython-313' does not exist -- can't clean it 2025-09-09T01:04:34,313 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-09T01:04:34,314 'build/scripts-3.13' does not exist -- can't clean it 2025-09-09T01:04:34,314 removing 'build' 2025-09-09T01:04:34,426 Failed to build jcalg1 2025-09-09T01:04:34,427 ERROR: Failed to build one or more wheels 2025-09-09T01:04:34,427 Exception information: 2025-09-09T01:04:34,427 Traceback (most recent call last): 2025-09-09T01:04:34,427 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-09T01:04:34,427 status = _inner_run() 2025-09-09T01:04:34,427 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-09T01:04:34,427 return self.run(options, args) 2025-09-09T01:04:34,427 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-09T01:04:34,427 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-09T01:04:34,427 return func(self, options, args) 2025-09-09T01:04:34,427 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-09T01:04:34,427 raise CommandError("Failed to build one or more wheels") 2025-09-09T01:04:34,427 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-09T01:04:34,432 Removed build tracker: '/tmp/pip-build-tracker-uejao4fc'