2023-05-15T13:27:41,893 Created temporary directory: /tmp/pip-build-tracker-zpy4u3ja 2023-05-15T13:27:41,894 Initialized build tracking at /tmp/pip-build-tracker-zpy4u3ja 2023-05-15T13:27:41,894 Created build tracker: /tmp/pip-build-tracker-zpy4u3ja 2023-05-15T13:27:41,894 Entered build tracker: /tmp/pip-build-tracker-zpy4u3ja 2023-05-15T13:27:41,895 Created temporary directory: /tmp/pip-wheel-zmxqyfvp 2023-05-15T13:27:41,898 Created temporary directory: /tmp/pip-ephem-wheel-cache-poss0qwy 2023-05-15T13:27:41,923 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-15T13:27:41,927 2 location(s) to search for versions of s5: 2023-05-15T13:27:41,927 * https://pypi.org/simple/s5/ 2023-05-15T13:27:41,927 * https://www.piwheels.org/simple/s5/ 2023-05-15T13:27:41,927 Fetching project page and analyzing links: https://pypi.org/simple/s5/ 2023-05-15T13:27:41,927 Getting page https://pypi.org/simple/s5/ 2023-05-15T13:27:41,929 Found index url https://pypi.org/simple/ 2023-05-15T13:27:41,980 Fetched page https://pypi.org/simple/s5/ as application/vnd.pypi.simple.v1+json 2023-05-15T13:27:41,981 Skipping link: No binaries permitted for s5: https://files.pythonhosted.org/packages/35/c1/9b3e178676c88f04241f9eb4fdc6114755675b7a1731e54c8118b142a49e/s5-0.0.1-py3-none-any.whl (from https://pypi.org/simple/s5/) (requires-python:>=3.8) 2023-05-15T13:27:41,982 Skipping link: No binaries permitted for s5: https://files.pythonhosted.org/packages/91/33/ac302c6e0f58ac3e522a06da104ad77aca6f045648f7aeb43912afbb7199/s5-0.0.2-py3-none-any.whl (from https://pypi.org/simple/s5/) (requires-python:>=3.8) 2023-05-15T13:27:41,982 Found link https://files.pythonhosted.org/packages/e8/04/d484ad45fead0e752699ca024231f9f15883986cb2177bb6517cf60017b1/s5-0.0.2.tar.gz (from https://pypi.org/simple/s5/) (requires-python:>=3.8), version: 0.0.2 2023-05-15T13:27:41,983 Fetching project page and analyzing links: https://www.piwheels.org/simple/s5/ 2023-05-15T13:27:41,983 Getting page https://www.piwheels.org/simple/s5/ 2023-05-15T13:27:41,984 Found index url https://www.piwheels.org/simple/ 2023-05-15T13:27:42,185 Fetched page https://www.piwheels.org/simple/s5/ as text/html 2023-05-15T13:27:42,186 Skipping link: not a file: https://www.piwheels.org/simple/s5/ 2023-05-15T13:27:42,186 Skipping link: not a file: https://pypi.org/simple/s5/ 2023-05-15T13:27:42,204 Given no hashes to check 1 links for project 's5': discarding no candidates 2023-05-15T13:27:42,221 Collecting s5==0.0.2 2023-05-15T13:27:42,224 Created temporary directory: /tmp/pip-unpack-otiepv9f 2023-05-15T13:27:42,345 Downloading s5-0.0.2.tar.gz (17 kB) 2023-05-15T13:27:42,390 Added s5==0.0.2 from https://files.pythonhosted.org/packages/e8/04/d484ad45fead0e752699ca024231f9f15883986cb2177bb6517cf60017b1/s5-0.0.2.tar.gz to build tracker '/tmp/pip-build-tracker-zpy4u3ja' 2023-05-15T13:27:42,395 Created temporary directory: /tmp/pip-build-env-5wsb049a 2023-05-15T13:27:42,406 Installing build dependencies: started 2023-05-15T13:27:42,407 Running command pip subprocess to install build dependencies 2023-05-15T13:27:43,653 Using pip 23.1.2 from /home/piwheels/.local/lib/python3.9/site-packages/pip (python 3.9) 2023-05-15T13:27:44,083 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-15T13:27:45,705 Collecting setuptools>=61.0 2023-05-15T13:27:45,781 Using cached https://www.piwheels.org/simple/setuptools/setuptools-67.7.2-py3-none-any.whl (1.1 MB) 2023-05-15T13:27:47,599 Installing collected packages: setuptools 2023-05-15T13:27:49,987 Successfully installed setuptools-67.7.2 2023-05-15T13:27:50,242 Installing build dependencies: finished with status 'done' 2023-05-15T13:27:50,248 Getting requirements to build wheel: started 2023-05-15T13:27:50,249 Running command Getting requirements to build wheel 2023-05-15T13:27:50,791 /tmp/pip-build-env-5wsb049a/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `dependencies` defined outside of `pyproject.toml` would be ignored. 2023-05-15T13:27:50,792 !! 2023-05-15T13:27:50,792 ******************************************************************************** 2023-05-15T13:27:50,792 ########################################################################## 2023-05-15T13:27:50,793 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-05-15T13:27:50,793 ########################################################################## 2023-05-15T13:27:50,793 The following seems to be defined outside of `pyproject.toml`: 2023-05-15T13:27:50,793 `dependencies = ['falcon']` 2023-05-15T13:27:50,794 According to the spec (see the link below), however, setuptools CANNOT 2023-05-15T13:27:50,794 consider this value unless `dependencies` is listed as `dynamic`. 2023-05-15T13:27:50,794 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-05-15T13:27:50,794 For the time being, `setuptools` will still consider the given value (as a 2023-05-15T13:27:50,794 **transitional** measure), but please note that future releases of setuptools will 2023-05-15T13:27:50,794 follow strictly the standard. 2023-05-15T13:27:50,795 To prevent this warning, you can list `dependencies` under `dynamic` or alternatively 2023-05-15T13:27:50,795 remove the `[project]` table from your file and rely entirely on other means of 2023-05-15T13:27:50,795 configuration. 2023-05-15T13:27:50,795 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-05-15T13:27:50,795 or your builds will no longer be supported. 2023-05-15T13:27:50,795 ******************************************************************************** 2023-05-15T13:27:50,796 !! 2023-05-15T13:27:50,796 _handle_missing_dynamic(dist, project_table) 2023-05-15T13:27:51,164 Getting requirements to build wheel: finished with status 'done' 2023-05-15T13:27:51,176 Installing backend dependencies: started 2023-05-15T13:27:51,177 Running command pip subprocess to install backend dependencies 2023-05-15T13:27:52,399 Using pip 23.1.2 from /home/piwheels/.local/lib/python3.9/site-packages/pip (python 3.9) 2023-05-15T13:27:52,781 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-15T13:27:53,257 Collecting wheel 2023-05-15T13:27:53,277 Using cached https://www.piwheels.org/simple/wheel/wheel-0.40.0-py3-none-any.whl (64 kB) 2023-05-15T13:27:54,771 Installing collected packages: wheel 2023-05-15T13:27:55,033 Creating /tmp/pip-build-env-5wsb049a/normal/bin 2023-05-15T13:27:55,036 changing mode of /tmp/pip-build-env-5wsb049a/normal/bin/wheel to 755 2023-05-15T13:27:55,051 Successfully installed wheel-0.40.0 2023-05-15T13:27:55,266 Installing backend dependencies: finished with status 'done' 2023-05-15T13:27:55,268 Created temporary directory: /tmp/pip-modern-metadata-6ulwtq8h 2023-05-15T13:27:55,271 Preparing metadata (pyproject.toml): started 2023-05-15T13:27:55,272 Running command Preparing metadata (pyproject.toml) 2023-05-15T13:27:55,807 /tmp/pip-build-env-5wsb049a/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `dependencies` defined outside of `pyproject.toml` would be ignored. 2023-05-15T13:27:55,808 !! 2023-05-15T13:27:55,808 ******************************************************************************** 2023-05-15T13:27:55,808 ########################################################################## 2023-05-15T13:27:55,808 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-05-15T13:27:55,808 ########################################################################## 2023-05-15T13:27:55,809 The following seems to be defined outside of `pyproject.toml`: 2023-05-15T13:27:55,809 `dependencies = ['falcon']` 2023-05-15T13:27:55,809 According to the spec (see the link below), however, setuptools CANNOT 2023-05-15T13:27:55,809 consider this value unless `dependencies` is listed as `dynamic`. 2023-05-15T13:27:55,810 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-05-15T13:27:55,810 For the time being, `setuptools` will still consider the given value (as a 2023-05-15T13:27:55,810 **transitional** measure), but please note that future releases of setuptools will 2023-05-15T13:27:55,810 follow strictly the standard. 2023-05-15T13:27:55,810 To prevent this warning, you can list `dependencies` under `dynamic` or alternatively 2023-05-15T13:27:55,811 remove the `[project]` table from your file and rely entirely on other means of 2023-05-15T13:27:55,811 configuration. 2023-05-15T13:27:55,811 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-05-15T13:27:55,811 or your builds will no longer be supported. 2023-05-15T13:27:55,811 ******************************************************************************** 2023-05-15T13:27:55,811 !! 2023-05-15T13:27:55,812 _handle_missing_dynamic(dist, project_table) 2023-05-15T13:27:56,287 Preparing metadata (pyproject.toml): finished with status 'done' 2023-05-15T13:27:56,294 Source in /tmp/pip-wheel-zmxqyfvp/s5_924245c790d4437090ae6c5aa28666b3 has version 0.0.2, which satisfies requirement s5==0.0.2 from https://files.pythonhosted.org/packages/e8/04/d484ad45fead0e752699ca024231f9f15883986cb2177bb6517cf60017b1/s5-0.0.2.tar.gz 2023-05-15T13:27:56,295 Removed s5==0.0.2 from https://files.pythonhosted.org/packages/e8/04/d484ad45fead0e752699ca024231f9f15883986cb2177bb6517cf60017b1/s5-0.0.2.tar.gz from build tracker '/tmp/pip-build-tracker-zpy4u3ja' 2023-05-15T13:27:56,301 Created temporary directory: /tmp/pip-unpack-48a32w5y 2023-05-15T13:27:56,302 Building wheels for collected packages: s5 2023-05-15T13:27:56,307 Created temporary directory: /tmp/pip-wheel-lkjxj1ud 2023-05-15T13:27:56,307 Destination directory: /tmp/pip-wheel-lkjxj1ud 2023-05-15T13:27:56,309 Building wheel for s5 (pyproject.toml): started 2023-05-15T13:27:56,311 Running command Building wheel for s5 (pyproject.toml) 2023-05-15T13:27:56,820 /tmp/pip-build-env-5wsb049a/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `dependencies` defined outside of `pyproject.toml` would be ignored. 2023-05-15T13:27:56,821 !! 2023-05-15T13:27:56,821 ******************************************************************************** 2023-05-15T13:27:56,821 ########################################################################## 2023-05-15T13:27:56,821 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-05-15T13:27:56,821 ########################################################################## 2023-05-15T13:27:56,822 The following seems to be defined outside of `pyproject.toml`: 2023-05-15T13:27:56,822 `dependencies = ['falcon']` 2023-05-15T13:27:56,822 According to the spec (see the link below), however, setuptools CANNOT 2023-05-15T13:27:56,822 consider this value unless `dependencies` is listed as `dynamic`. 2023-05-15T13:27:56,823 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-05-15T13:27:56,823 For the time being, `setuptools` will still consider the given value (as a 2023-05-15T13:27:56,823 **transitional** measure), but please note that future releases of setuptools will 2023-05-15T13:27:56,823 follow strictly the standard. 2023-05-15T13:27:56,823 To prevent this warning, you can list `dependencies` under `dynamic` or alternatively 2023-05-15T13:27:56,823 remove the `[project]` table from your file and rely entirely on other means of 2023-05-15T13:27:56,823 configuration. 2023-05-15T13:27:56,824 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-05-15T13:27:56,824 or your builds will no longer be supported. 2023-05-15T13:27:56,824 ******************************************************************************** 2023-05-15T13:27:56,824 !! 2023-05-15T13:27:56,824 _handle_missing_dynamic(dist, project_table) 2023-05-15T13:27:57,350 Building wheel for s5 (pyproject.toml): finished with status 'done' 2023-05-15T13:27:57,356 Created wheel for s5: filename=s5-0.0.2-py3-none-any.whl size=17692 sha256=52ca7361de9122eb37ee712077991a32cc14b1e0631344154a8eb1822ead5f59 2023-05-15T13:27:57,357 Stored in directory: /tmp/pip-ephem-wheel-cache-poss0qwy/wheels/aa/85/ff/d2a0e15b116b69594133d54c65b1ee90eea8e63fc075bd8c62 2023-05-15T13:27:57,370 Successfully built s5 2023-05-15T13:27:57,374 Removed build tracker: '/tmp/pip-build-tracker-zpy4u3ja'