2023-10-31T13:16:04,411 Created temporary directory: /tmp/pip-build-tracker-ytxd_2tj 2023-10-31T13:16:04,412 Initialized build tracking at /tmp/pip-build-tracker-ytxd_2tj 2023-10-31T13:16:04,413 Created build tracker: /tmp/pip-build-tracker-ytxd_2tj 2023-10-31T13:16:04,413 Entered build tracker: /tmp/pip-build-tracker-ytxd_2tj 2023-10-31T13:16:04,414 Created temporary directory: /tmp/pip-wheel-ksqd33fm 2023-10-31T13:16:04,417 Created temporary directory: /tmp/pip-ephem-wheel-cache-7b7nc_8q 2023-10-31T13:16:04,439 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-31T13:16:04,443 2 location(s) to search for versions of calcat: 2023-10-31T13:16:04,443 * https://pypi.org/simple/calcat/ 2023-10-31T13:16:04,443 * https://www.piwheels.org/simple/calcat/ 2023-10-31T13:16:04,443 Fetching project page and analyzing links: https://pypi.org/simple/calcat/ 2023-10-31T13:16:04,444 Getting page https://pypi.org/simple/calcat/ 2023-10-31T13:16:04,446 Found index url https://pypi.org/simple/ 2023-10-31T13:16:04,664 Fetched page https://pypi.org/simple/calcat/ as application/vnd.pypi.simple.v1+json 2023-10-31T13:16:04,665 Found link https://files.pythonhosted.org/packages/e0/d9/11ceefa12aab74373796f36af50053d34374c5f8f67fce63edd4f436d95b/calcat-1.0.0.tar.gz (from https://pypi.org/simple/calcat/) (requires-python:>=3.9.5), version: 1.0.0 2023-10-31T13:16:04,666 Fetching project page and analyzing links: https://www.piwheels.org/simple/calcat/ 2023-10-31T13:16:04,667 Getting page https://www.piwheels.org/simple/calcat/ 2023-10-31T13:16:04,668 Found index url https://www.piwheels.org/simple/ 2023-10-31T13:16:04,827 Fetched page https://www.piwheels.org/simple/calcat/ as text/html 2023-10-31T13:16:04,829 Skipping link: not a file: https://www.piwheels.org/simple/calcat/ 2023-10-31T13:16:04,829 Skipping link: not a file: https://pypi.org/simple/calcat/ 2023-10-31T13:16:04,848 Given no hashes to check 1 links for project 'calcat': discarding no candidates 2023-10-31T13:16:04,866 Collecting calcat==1.0.0 2023-10-31T13:16:04,869 Created temporary directory: /tmp/pip-unpack-3phzw5fl 2023-10-31T13:16:05,082 Downloading calcat-1.0.0.tar.gz (3.5 kB) 2023-10-31T13:16:05,109 Added calcat==1.0.0 from https://files.pythonhosted.org/packages/e0/d9/11ceefa12aab74373796f36af50053d34374c5f8f67fce63edd4f436d95b/calcat-1.0.0.tar.gz to build tracker '/tmp/pip-build-tracker-ytxd_2tj' 2023-10-31T13:16:05,113 Created temporary directory: /tmp/pip-build-env-pmo67x1m 2023-10-31T13:16:05,118 Installing build dependencies: started 2023-10-31T13:16:05,119 Running command pip subprocess to install build dependencies 2023-10-31T13:16:06,262 Using pip 23.2.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2023-10-31T13:16:06,773 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-31T13:16:08,363 Collecting setuptools 2023-10-31T13:16:08,427 Using cached https://www.piwheels.org/simple/setuptools/setuptools-68.2.2-py3-none-any.whl (807 kB) 2023-10-31T13:16:08,659 Collecting wheel 2023-10-31T13:16:08,674 Using cached https://www.piwheels.org/simple/wheel/wheel-0.41.3-py3-none-any.whl (65 kB) 2023-10-31T13:16:11,244 Installing collected packages: wheel, setuptools 2023-10-31T13:16:11,472 Creating /tmp/pip-build-env-pmo67x1m/overlay/local/bin 2023-10-31T13:16:11,474 changing mode of /tmp/pip-build-env-pmo67x1m/overlay/local/bin/wheel to 755 2023-10-31T13:16:13,752 Successfully installed setuptools-68.2.2 wheel-0.41.3 2023-10-31T13:16:14,025 [notice] A new release of pip is available: 23.2.1 -> 23.3.1 2023-10-31T13:16:14,025 [notice] To update, run: python3 -m pip install --upgrade pip 2023-10-31T13:16:14,295 Installing build dependencies: finished with status 'done' 2023-10-31T13:16:14,298 Getting requirements to build wheel: started 2023-10-31T13:16:14,300 Running command Getting requirements to build wheel 2023-10-31T13:16:14,807 /tmp/pip-build-env-pmo67x1m/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `license` defined outside of `pyproject.toml` would be ignored. 2023-10-31T13:16:14,807 !! 2023-10-31T13:16:14,808 ******************************************************************************** 2023-10-31T13:16:14,809 ########################################################################## 2023-10-31T13:16:14,809 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-31T13:16:14,810 ########################################################################## 2023-10-31T13:16:14,811 The following seems to be defined outside of `pyproject.toml`: 2023-10-31T13:16:14,812 `license = 'MIT'` 2023-10-31T13:16:14,812 According to the spec (see the link below), however, setuptools CANNOT 2023-10-31T13:16:14,813 consider this value unless `license` is listed as `dynamic`. 2023-10-31T13:16:14,814 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-31T13:16:14,815 For the time being, `setuptools` will still consider the given value (as a 2023-10-31T13:16:14,815 **transitional** measure), but please note that future releases of setuptools will 2023-10-31T13:16:14,816 follow strictly the standard. 2023-10-31T13:16:14,817 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-31T13:16:14,817 remove the `[project]` table from your file and rely entirely on other means of 2023-10-31T13:16:14,818 configuration. 2023-10-31T13:16:14,819 This deprecation is overdue, please update your project and remove deprecated 2023-10-31T13:16:14,820 calls to avoid build errors in the future. 2023-10-31T13:16:14,820 ******************************************************************************** 2023-10-31T13:16:14,821 !! 2023-10-31T13:16:14,822 _handle_missing_dynamic(dist, project_table) 2023-10-31T13:16:15,111 running egg_info 2023-10-31T13:16:15,116 writing calcat.egg-info/PKG-INFO 2023-10-31T13:16:15,119 writing dependency_links to calcat.egg-info/dependency_links.txt 2023-10-31T13:16:15,121 writing top-level names to calcat.egg-info/top_level.txt 2023-10-31T13:16:15,132 reading manifest file 'calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:15,134 adding license file 'LICENSE' 2023-10-31T13:16:15,135 writing manifest file 'calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:15,255 Getting requirements to build wheel: finished with status 'done' 2023-10-31T13:16:15,265 Created temporary directory: /tmp/pip-modern-metadata-61dvqvpu 2023-10-31T13:16:15,268 Preparing metadata (pyproject.toml): started 2023-10-31T13:16:15,269 Running command Preparing metadata (pyproject.toml) 2023-10-31T13:16:15,746 /tmp/pip-build-env-pmo67x1m/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `license` defined outside of `pyproject.toml` would be ignored. 2023-10-31T13:16:15,746 !! 2023-10-31T13:16:15,747 ******************************************************************************** 2023-10-31T13:16:15,748 ########################################################################## 2023-10-31T13:16:15,748 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-31T13:16:15,749 ########################################################################## 2023-10-31T13:16:15,750 The following seems to be defined outside of `pyproject.toml`: 2023-10-31T13:16:15,751 `license = 'MIT'` 2023-10-31T13:16:15,752 According to the spec (see the link below), however, setuptools CANNOT 2023-10-31T13:16:15,753 consider this value unless `license` is listed as `dynamic`. 2023-10-31T13:16:15,754 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-31T13:16:15,756 For the time being, `setuptools` will still consider the given value (as a 2023-10-31T13:16:15,757 **transitional** measure), but please note that future releases of setuptools will 2023-10-31T13:16:15,758 follow strictly the standard. 2023-10-31T13:16:15,759 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-31T13:16:15,759 remove the `[project]` table from your file and rely entirely on other means of 2023-10-31T13:16:15,760 configuration. 2023-10-31T13:16:15,761 This deprecation is overdue, please update your project and remove deprecated 2023-10-31T13:16:15,762 calls to avoid build errors in the future. 2023-10-31T13:16:15,762 ******************************************************************************** 2023-10-31T13:16:15,763 !! 2023-10-31T13:16:15,764 _handle_missing_dynamic(dist, project_table) 2023-10-31T13:16:16,037 running dist_info 2023-10-31T13:16:16,042 creating /tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info 2023-10-31T13:16:16,046 writing /tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/PKG-INFO 2023-10-31T13:16:16,049 writing dependency_links to /tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/dependency_links.txt 2023-10-31T13:16:16,052 writing top-level names to /tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/top_level.txt 2023-10-31T13:16:16,053 writing manifest file '/tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:16,061 reading manifest file '/tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:16,064 adding license file 'LICENSE' 2023-10-31T13:16:16,065 writing manifest file '/tmp/pip-modern-metadata-61dvqvpu/calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:16,066 creating '/tmp/pip-modern-metadata-61dvqvpu/calcat-1.0.0.dist-info' 2023-10-31T13:16:16,208 Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-31T13:16:16,213 Source in /tmp/pip-wheel-ksqd33fm/calcat_c53682c5fbfa4c0fb0c243254f41d2ec has version 1.0.0, which satisfies requirement calcat==1.0.0 from https://files.pythonhosted.org/packages/e0/d9/11ceefa12aab74373796f36af50053d34374c5f8f67fce63edd4f436d95b/calcat-1.0.0.tar.gz 2023-10-31T13:16:16,214 Removed calcat==1.0.0 from https://files.pythonhosted.org/packages/e0/d9/11ceefa12aab74373796f36af50053d34374c5f8f67fce63edd4f436d95b/calcat-1.0.0.tar.gz from build tracker '/tmp/pip-build-tracker-ytxd_2tj' 2023-10-31T13:16:16,220 Created temporary directory: /tmp/pip-unpack-fdnowsbr 2023-10-31T13:16:16,221 Created temporary directory: /tmp/pip-unpack-zkq8kt0b 2023-10-31T13:16:16,224 Building wheels for collected packages: calcat 2023-10-31T13:16:16,228 Created temporary directory: /tmp/pip-wheel-i9gsdue7 2023-10-31T13:16:16,228 Destination directory: /tmp/pip-wheel-i9gsdue7 2023-10-31T13:16:16,230 Building wheel for calcat (pyproject.toml): started 2023-10-31T13:16:16,232 Running command Building wheel for calcat (pyproject.toml) 2023-10-31T13:16:16,702 /tmp/pip-build-env-pmo67x1m/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `license` defined outside of `pyproject.toml` would be ignored. 2023-10-31T13:16:16,702 !! 2023-10-31T13:16:16,704 ******************************************************************************** 2023-10-31T13:16:16,704 ########################################################################## 2023-10-31T13:16:16,705 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-31T13:16:16,705 ########################################################################## 2023-10-31T13:16:16,707 The following seems to be defined outside of `pyproject.toml`: 2023-10-31T13:16:16,708 `license = 'MIT'` 2023-10-31T13:16:16,709 According to the spec (see the link below), however, setuptools CANNOT 2023-10-31T13:16:16,710 consider this value unless `license` is listed as `dynamic`. 2023-10-31T13:16:16,711 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-31T13:16:16,713 For the time being, `setuptools` will still consider the given value (as a 2023-10-31T13:16:16,713 **transitional** measure), but please note that future releases of setuptools will 2023-10-31T13:16:16,714 follow strictly the standard. 2023-10-31T13:16:16,715 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-31T13:16:16,715 remove the `[project]` table from your file and rely entirely on other means of 2023-10-31T13:16:16,716 configuration. 2023-10-31T13:16:16,717 This deprecation is overdue, please update your project and remove deprecated 2023-10-31T13:16:16,718 calls to avoid build errors in the future. 2023-10-31T13:16:16,718 ******************************************************************************** 2023-10-31T13:16:16,719 !! 2023-10-31T13:16:16,720 _handle_missing_dynamic(dist, project_table) 2023-10-31T13:16:16,974 running bdist_wheel 2023-10-31T13:16:16,991 running build 2023-10-31T13:16:16,998 installing to build/bdist.linux-armv7l/wheel 2023-10-31T13:16:16,998 running install 2023-10-31T13:16:17,021 running install_egg_info 2023-10-31T13:16:17,028 running egg_info 2023-10-31T13:16:17,031 writing calcat.egg-info/PKG-INFO 2023-10-31T13:16:17,034 writing dependency_links to calcat.egg-info/dependency_links.txt 2023-10-31T13:16:17,036 writing top-level names to calcat.egg-info/top_level.txt 2023-10-31T13:16:17,041 reading manifest file 'calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:17,043 adding license file 'LICENSE' 2023-10-31T13:16:17,045 writing manifest file 'calcat.egg-info/SOURCES.txt' 2023-10-31T13:16:17,047 Copying calcat.egg-info to build/bdist.linux-armv7l/wheel/calcat-1.0.0-py3.11.egg-info 2023-10-31T13:16:17,056 running install_scripts 2023-10-31T13:16:17,067 creating build/bdist.linux-armv7l/wheel/calcat-1.0.0.dist-info/WHEEL 2023-10-31T13:16:17,070 creating '/tmp/pip-wheel-i9gsdue7/.tmp-isvr593z/calcat-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-10-31T13:16:17,072 adding 'calcat-1.0.0.dist-info/LICENSE' 2023-10-31T13:16:17,074 adding 'calcat-1.0.0.dist-info/METADATA' 2023-10-31T13:16:17,075 adding 'calcat-1.0.0.dist-info/WHEEL' 2023-10-31T13:16:17,076 adding 'calcat-1.0.0.dist-info/top_level.txt' 2023-10-31T13:16:17,077 adding 'calcat-1.0.0.dist-info/RECORD' 2023-10-31T13:16:17,077 removing build/bdist.linux-armv7l/wheel 2023-10-31T13:16:17,198 Building wheel for calcat (pyproject.toml): finished with status 'done' 2023-10-31T13:16:17,203 Created wheel for calcat: filename=calcat-1.0.0-py3-none-any.whl size=3063 sha256=652e61f40f0e2a5d5ba3c0a179013dd9bc7450716b353bfed83f7771a802a280 2023-10-31T13:16:17,204 Stored in directory: /tmp/pip-ephem-wheel-cache-7b7nc_8q/wheels/a9/53/35/b8ab0296a461c4cbca1c71f71094c17cbd7a88a61a27e4067b 2023-10-31T13:16:17,214 Successfully built calcat 2023-10-31T13:16:17,216 Removed build tracker: '/tmp/pip-build-tracker-ytxd_2tj'