2024-07-11T16:24:20,908 Created temporary directory: /tmp/pip-build-tracker-74hrojtr 2024-07-11T16:24:20,910 Initialized build tracking at /tmp/pip-build-tracker-74hrojtr 2024-07-11T16:24:20,910 Created build tracker: /tmp/pip-build-tracker-74hrojtr 2024-07-11T16:24:20,910 Entered build tracker: /tmp/pip-build-tracker-74hrojtr 2024-07-11T16:24:20,911 Created temporary directory: /tmp/pip-wheel-q6p75mxs 2024-07-11T16:24:20,915 Created temporary directory: /tmp/pip-ephem-wheel-cache-b2j3a8wd 2024-07-11T16:24:20,939 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-07-11T16:24:20,943 2 location(s) to search for versions of histpal: 2024-07-11T16:24:20,943 * https://pypi.org/simple/histpal/ 2024-07-11T16:24:20,943 * https://www.piwheels.org/simple/histpal/ 2024-07-11T16:24:20,943 Fetching project page and analyzing links: https://pypi.org/simple/histpal/ 2024-07-11T16:24:20,944 Getting page https://pypi.org/simple/histpal/ 2024-07-11T16:24:20,945 Found index url https://pypi.org/simple/ 2024-07-11T16:24:20,998 Fetched page https://pypi.org/simple/histpal/ as application/vnd.pypi.simple.v1+json 2024-07-11T16:24:20,999 Skipping link: No binaries permitted for histpal: https://files.pythonhosted.org/packages/2d/bd/0124545a3cc7aec4954430ae77f62782654f772812d622939f8f80840c20/histpal-0.0.1-py3-none-any.whl (from https://pypi.org/simple/histpal/) (requires-python:>=3.8) 2024-07-11T16:24:20,999 Found link https://files.pythonhosted.org/packages/4b/a6/dec92bf9f5d0a56512d033abf96987da33d26cb27a0c91f1e05c132d69bf/histpal-0.0.1.tar.gz (from https://pypi.org/simple/histpal/) (requires-python:>=3.8), version: 0.0.1 2024-07-11T16:24:21,000 Fetching project page and analyzing links: https://www.piwheels.org/simple/histpal/ 2024-07-11T16:24:21,000 Getting page https://www.piwheels.org/simple/histpal/ 2024-07-11T16:24:21,001 Found index url https://www.piwheels.org/simple/ 2024-07-11T16:24:21,073 Fetched page https://www.piwheels.org/simple/histpal/ as text/html 2024-07-11T16:24:21,074 Skipping link: not a file: https://www.piwheels.org/simple/histpal/ 2024-07-11T16:24:21,074 Skipping link: not a file: https://pypi.org/simple/histpal/ 2024-07-11T16:24:21,091 Given no hashes to check 1 links for project 'histpal': discarding no candidates 2024-07-11T16:24:21,108 Collecting histpal==0.0.1 2024-07-11T16:24:21,111 Created temporary directory: /tmp/pip-unpack-25rthxue 2024-07-11T16:24:21,154 Downloading histpal-0.0.1.tar.gz (5.8 kB) 2024-07-11T16:24:21,183 Added histpal==0.0.1 from https://files.pythonhosted.org/packages/4b/a6/dec92bf9f5d0a56512d033abf96987da33d26cb27a0c91f1e05c132d69bf/histpal-0.0.1.tar.gz to build tracker '/tmp/pip-build-tracker-74hrojtr' 2024-07-11T16:24:21,187 Created temporary directory: /tmp/pip-build-env-0fn71z7w 2024-07-11T16:24:21,197 Installing build dependencies: started 2024-07-11T16:24:21,198 Running command pip subprocess to install build dependencies 2024-07-11T16:24:22,391 Using pip 24.0 from /usr/local/lib/python3.9/dist-packages/pip (python 3.9) 2024-07-11T16:24:22,916 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-07-11T16:24:24,363 Collecting setuptools>=61.0 2024-07-11T16:24:24,380 Using cached https://www.piwheels.org/simple/setuptools/setuptools-70.3.0-py3-none-any.whl (931 kB) 2024-07-11T16:24:26,140 Installing collected packages: setuptools 2024-07-11T16:24:28,780 Successfully installed setuptools-70.3.0 2024-07-11T16:24:28,959 [notice] A new release of pip is available: 24.0 -> 24.1.2 2024-07-11T16:24:28,959 [notice] To update, run: python3 -m pip install --upgrade pip 2024-07-11T16:24:29,220 Installing build dependencies: finished with status 'done' 2024-07-11T16:24:29,225 Getting requirements to build wheel: started 2024-07-11T16:24:29,226 Running command Getting requirements to build wheel 2024-07-11T16:24:29,818 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:72: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-07-11T16:24:29,819 !! 2024-07-11T16:24:29,819 ******************************************************************************** 2024-07-11T16:24:29,819 The following seems to be defined outside of `pyproject.toml`: 2024-07-11T16:24:29,820 `dependencies = ['setuptools>=61.0', 'dependency3; python_version < "3.8"']` 2024-07-11T16:24:29,820 According to the spec (see the link below), however, setuptools CANNOT 2024-07-11T16:24:29,820 consider this value unless `dependencies` is listed as `dynamic`. 2024-07-11T16:24:29,820 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-07-11T16:24:29,821 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-07-11T16:24:29,821 remove the `[project]` table from your file and rely entirely on other means of 2024-07-11T16:24:29,821 configuration. 2024-07-11T16:24:29,821 ******************************************************************************** 2024-07-11T16:24:29,821 !! 2024-07-11T16:24:29,821 _handle_missing_dynamic(dist, project_table) 2024-07-11T16:24:29,821 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:79: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-07-11T16:24:29,822 corresp(dist, value, root_dir) 2024-07-11T16:24:30,049 running egg_info 2024-07-11T16:24:30,053 writing histpal.egg-info/PKG-INFO 2024-07-11T16:24:30,056 writing dependency_links to histpal.egg-info/dependency_links.txt 2024-07-11T16:24:30,058 writing top-level names to histpal.egg-info/top_level.txt 2024-07-11T16:24:30,068 reading manifest file 'histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:30,070 adding license file 'LICENSE' 2024-07-11T16:24:30,072 writing manifest file 'histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:30,170 Getting requirements to build wheel: finished with status 'done' 2024-07-11T16:24:30,174 Created temporary directory: /tmp/pip-modern-metadata-c7juj21k 2024-07-11T16:24:30,177 Preparing metadata (pyproject.toml): started 2024-07-11T16:24:30,178 Running command Preparing metadata (pyproject.toml) 2024-07-11T16:24:30,736 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:72: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-07-11T16:24:30,736 !! 2024-07-11T16:24:30,737 ******************************************************************************** 2024-07-11T16:24:30,737 The following seems to be defined outside of `pyproject.toml`: 2024-07-11T16:24:30,737 `dependencies = ['setuptools>=61.0', 'dependency3; python_version < "3.8"']` 2024-07-11T16:24:30,737 According to the spec (see the link below), however, setuptools CANNOT 2024-07-11T16:24:30,737 consider this value unless `dependencies` is listed as `dynamic`. 2024-07-11T16:24:30,738 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-07-11T16:24:30,738 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-07-11T16:24:30,738 remove the `[project]` table from your file and rely entirely on other means of 2024-07-11T16:24:30,738 configuration. 2024-07-11T16:24:30,738 ******************************************************************************** 2024-07-11T16:24:30,739 !! 2024-07-11T16:24:30,739 _handle_missing_dynamic(dist, project_table) 2024-07-11T16:24:30,739 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:79: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-07-11T16:24:30,739 corresp(dist, value, root_dir) 2024-07-11T16:24:30,955 running dist_info 2024-07-11T16:24:30,960 creating /tmp/pip-modern-metadata-c7juj21k/histpal.egg-info 2024-07-11T16:24:30,963 writing /tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/PKG-INFO 2024-07-11T16:24:30,966 writing dependency_links to /tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/dependency_links.txt 2024-07-11T16:24:30,969 writing top-level names to /tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/top_level.txt 2024-07-11T16:24:30,971 writing manifest file '/tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:30,978 reading manifest file '/tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:30,980 adding license file 'LICENSE' 2024-07-11T16:24:30,982 writing manifest file '/tmp/pip-modern-metadata-c7juj21k/histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:30,983 creating '/tmp/pip-modern-metadata-c7juj21k/histpal-0.0.1.dist-info' 2024-07-11T16:24:31,107 Preparing metadata (pyproject.toml): finished with status 'done' 2024-07-11T16:24:31,113 Source in /tmp/pip-wheel-q6p75mxs/histpal_d921f2a5eefd416c86450dd1547ea528 has version 0.0.1, which satisfies requirement histpal==0.0.1 from https://files.pythonhosted.org/packages/4b/a6/dec92bf9f5d0a56512d033abf96987da33d26cb27a0c91f1e05c132d69bf/histpal-0.0.1.tar.gz 2024-07-11T16:24:31,114 Removed histpal==0.0.1 from https://files.pythonhosted.org/packages/4b/a6/dec92bf9f5d0a56512d033abf96987da33d26cb27a0c91f1e05c132d69bf/histpal-0.0.1.tar.gz from build tracker '/tmp/pip-build-tracker-74hrojtr' 2024-07-11T16:24:31,120 Created temporary directory: /tmp/pip-unpack-ndw8e5lq 2024-07-11T16:24:31,120 Created temporary directory: /tmp/pip-unpack-pbpxf5us 2024-07-11T16:24:31,122 Building wheels for collected packages: histpal 2024-07-11T16:24:31,127 Created temporary directory: /tmp/pip-wheel-s1yp_nlu 2024-07-11T16:24:31,127 Destination directory: /tmp/pip-wheel-s1yp_nlu 2024-07-11T16:24:31,129 Building wheel for histpal (pyproject.toml): started 2024-07-11T16:24:31,130 Running command Building wheel for histpal (pyproject.toml) 2024-07-11T16:24:31,678 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:72: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-07-11T16:24:31,678 !! 2024-07-11T16:24:31,679 ******************************************************************************** 2024-07-11T16:24:31,679 The following seems to be defined outside of `pyproject.toml`: 2024-07-11T16:24:31,679 `dependencies = ['setuptools>=61.0', 'dependency3; python_version < "3.8"']` 2024-07-11T16:24:31,679 According to the spec (see the link below), however, setuptools CANNOT 2024-07-11T16:24:31,680 consider this value unless `dependencies` is listed as `dynamic`. 2024-07-11T16:24:31,680 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-07-11T16:24:31,680 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-07-11T16:24:31,680 remove the `[project]` table from your file and rely entirely on other means of 2024-07-11T16:24:31,680 configuration. 2024-07-11T16:24:31,680 ******************************************************************************** 2024-07-11T16:24:31,681 !! 2024-07-11T16:24:31,681 _handle_missing_dynamic(dist, project_table) 2024-07-11T16:24:31,681 /tmp/pip-build-env-0fn71z7w/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:79: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-07-11T16:24:31,681 corresp(dist, value, root_dir) 2024-07-11T16:24:31,887 running bdist_wheel 2024-07-11T16:24:31,903 running build 2024-07-11T16:24:31,909 installing to build/bdist.linux-armv7l/wheel 2024-07-11T16:24:31,909 running install 2024-07-11T16:24:31,935 running install_egg_info 2024-07-11T16:24:31,941 running egg_info 2024-07-11T16:24:31,945 writing histpal.egg-info/PKG-INFO 2024-07-11T16:24:31,947 writing dependency_links to histpal.egg-info/dependency_links.txt 2024-07-11T16:24:31,949 writing top-level names to histpal.egg-info/top_level.txt 2024-07-11T16:24:31,954 reading manifest file 'histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:31,956 adding license file 'LICENSE' 2024-07-11T16:24:31,958 writing manifest file 'histpal.egg-info/SOURCES.txt' 2024-07-11T16:24:31,960 Copying histpal.egg-info to build/bdist.linux-armv7l/wheel/histpal-0.0.1-py3.9.egg-info 2024-07-11T16:24:31,969 running install_scripts 2024-07-11T16:24:31,981 creating build/bdist.linux-armv7l/wheel/histpal-0.0.1.dist-info/WHEEL 2024-07-11T16:24:31,984 creating '/tmp/pip-wheel-s1yp_nlu/.tmp-jh37cofc/histpal-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2024-07-11T16:24:31,988 adding 'histpal-0.0.1.dist-info/LICENSE' 2024-07-11T16:24:31,989 adding 'histpal-0.0.1.dist-info/METADATA' 2024-07-11T16:24:31,990 adding 'histpal-0.0.1.dist-info/WHEEL' 2024-07-11T16:24:31,991 adding 'histpal-0.0.1.dist-info/top_level.txt' 2024-07-11T16:24:31,992 adding 'histpal-0.0.1.dist-info/RECORD' 2024-07-11T16:24:31,993 removing build/bdist.linux-armv7l/wheel 2024-07-11T16:24:32,094 Building wheel for histpal (pyproject.toml): finished with status 'done' 2024-07-11T16:24:32,099 Created wheel for histpal: filename=histpal-0.0.1-py3-none-any.whl size=5714 sha256=bd937c59af63eac3a8dcb459c38868f97e8020bcee23490d99c1155ada5f86bd 2024-07-11T16:24:32,100 Stored in directory: /tmp/pip-ephem-wheel-cache-b2j3a8wd/wheels/04/9d/c3/bd143efac683cb6ddc1229cbb06c5aa9bf43496a9576eb89c7 2024-07-11T16:24:32,111 Successfully built histpal 2024-07-11T16:24:32,114 Removed build tracker: '/tmp/pip-build-tracker-74hrojtr'