2023-06-14T15:37:53,048 Created temporary directory: /tmp/pip-build-tracker-fhdctydn 2023-06-14T15:37:53,051 Initialized build tracking at /tmp/pip-build-tracker-fhdctydn 2023-06-14T15:37:53,051 Created build tracker: /tmp/pip-build-tracker-fhdctydn 2023-06-14T15:37:53,052 Entered build tracker: /tmp/pip-build-tracker-fhdctydn 2023-06-14T15:37:53,053 Created temporary directory: /tmp/pip-wheel-ku6v8fbr 2023-06-14T15:37:53,061 Created temporary directory: /tmp/pip-ephem-wheel-cache-9e11gym8 2023-06-14T15:37:53,114 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-14T15:37:53,122 2 location(s) to search for versions of rentryco: 2023-06-14T15:37:53,122 * https://pypi.org/simple/rentryco/ 2023-06-14T15:37:53,122 * https://www.piwheels.org/simple/rentryco/ 2023-06-14T15:37:53,123 Fetching project page and analyzing links: https://pypi.org/simple/rentryco/ 2023-06-14T15:37:53,124 Getting page https://pypi.org/simple/rentryco/ 2023-06-14T15:37:53,129 Found index url https://pypi.org/simple/ 2023-06-14T15:37:53,320 Fetched page https://pypi.org/simple/rentryco/ as application/vnd.pypi.simple.v1+json 2023-06-14T15:37:53,323 Skipping link: No binaries permitted for rentryco: https://files.pythonhosted.org/packages/62/02/e764cfdceb62f8b40dffa60b4e3e7dae4040e2837b6c44bc4f5a5e0d49d8/rentryco-0.0.1-py3-none-any.whl (from https://pypi.org/simple/rentryco/) (requires-python:>=3.6) 2023-06-14T15:37:53,324 Found link https://files.pythonhosted.org/packages/9a/4c/ddd790050404fb4b738ea13609b2da28967491b88fe5bdb3c3a4c47663cf/rentryco-0.0.1.tar.gz (from https://pypi.org/simple/rentryco/) (requires-python:>=3.6), version: 0.0.1 2023-06-14T15:37:53,325 Fetching project page and analyzing links: https://www.piwheels.org/simple/rentryco/ 2023-06-14T15:37:53,326 Getting page https://www.piwheels.org/simple/rentryco/ 2023-06-14T15:37:53,328 Found index url https://www.piwheels.org/simple/ 2023-06-14T15:37:53,536 Fetched page https://www.piwheels.org/simple/rentryco/ as text/html 2023-06-14T15:37:53,538 Skipping link: not a file: https://www.piwheels.org/simple/rentryco/ 2023-06-14T15:37:53,539 Skipping link: not a file: https://pypi.org/simple/rentryco/ 2023-06-14T15:37:53,571 Given no hashes to check 1 links for project 'rentryco': discarding no candidates 2023-06-14T15:37:53,602 Collecting rentryco==0.0.1 2023-06-14T15:37:53,606 Created temporary directory: /tmp/pip-unpack-b_jprj7q 2023-06-14T15:37:53,780 Downloading rentryco-0.0.1.tar.gz (2.7 kB) 2023-06-14T15:37:53,841 Added rentryco==0.0.1 from https://files.pythonhosted.org/packages/9a/4c/ddd790050404fb4b738ea13609b2da28967491b88fe5bdb3c3a4c47663cf/rentryco-0.0.1.tar.gz to build tracker '/tmp/pip-build-tracker-fhdctydn' 2023-06-14T15:37:53,856 Created temporary directory: /tmp/pip-build-env-w6cyxy3k 2023-06-14T15:37:53,877 Installing build dependencies: started 2023-06-14T15:37:53,879 Running command pip subprocess to install build dependencies 2023-06-14T15:37:56,658 Using pip 23.1.2 from /home/piwheels/.local/lib/python3.7/site-packages/pip (python 3.7) 2023-06-14T15:37:57,430 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-14T15:38:01,332 Collecting setuptools>=61.0.0 2023-06-14T15:38:01,590 Using cached https://www.piwheels.org/simple/setuptools/setuptools-67.8.0-py3-none-any.whl (1.1 MB) 2023-06-14T15:38:02,235 Collecting wheel 2023-06-14T15:38:02,275 Using cached https://www.piwheels.org/simple/wheel/wheel-0.40.0-py3-none-any.whl (64 kB) 2023-06-14T15:38:07,190 Installing collected packages: wheel, setuptools 2023-06-14T15:38:07,653 Creating /tmp/pip-build-env-w6cyxy3k/overlay/bin 2023-06-14T15:38:07,658 changing mode of /tmp/pip-build-env-w6cyxy3k/overlay/bin/wheel to 755 2023-06-14T15:38:11,991 Successfully installed setuptools-67.8.0 wheel-0.40.0 2023-06-14T15:38:12,444 Installing build dependencies: finished with status 'done' 2023-06-14T15:38:12,456 Getting requirements to build wheel: started 2023-06-14T15:38:12,458 Running command Getting requirements to build wheel 2023-06-14T15:38:14,443 running egg_info 2023-06-14T15:38:14,463 writing src/rentryco.egg-info/PKG-INFO 2023-06-14T15:38:14,467 writing dependency_links to src/rentryco.egg-info/dependency_links.txt 2023-06-14T15:38:14,473 writing top-level names to src/rentryco.egg-info/top_level.txt 2023-06-14T15:38:14,509 reading manifest file 'src/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:14,517 writing manifest file 'src/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:14,521 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `readme` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:14,522 !! 2023-06-14T15:38:14,523 ******************************************************************************** 2023-06-14T15:38:14,523 ########################################################################## 2023-06-14T15:38:14,523 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:14,524 ########################################################################## 2023-06-14T15:38:14,525 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:14,526 `readme = '# example\n\n\'\'\'\nimport rentryco\na = rentryco.rentry()\na.set_body("hi")\nprint(a.share) # -> (True / False, url)\n\'\'\'\n\n'` 2023-06-14T15:38:14,527 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:14,527 consider this value unless `readme` is listed as `dynamic`. 2023-06-14T15:38:14,528 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:14,529 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:14,530 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:14,530 follow strictly the standard. 2023-06-14T15:38:14,531 To prevent this warning, you can list `readme` under `dynamic` or alternatively 2023-06-14T15:38:14,531 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:14,532 configuration. 2023-06-14T15:38:14,533 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:14,533 or your builds will no longer be supported. 2023-06-14T15:38:14,534 ******************************************************************************** 2023-06-14T15:38:14,535 !! 2023-06-14T15:38:14,535 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:14,535 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `requires-python` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:14,536 !! 2023-06-14T15:38:14,537 ******************************************************************************** 2023-06-14T15:38:14,537 ########################################################################## 2023-06-14T15:38:14,538 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:14,538 ########################################################################## 2023-06-14T15:38:14,539 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:14,540 `requires-python = '>=3.6'` 2023-06-14T15:38:14,540 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:14,541 consider this value unless `requires-python` is listed as `dynamic`. 2023-06-14T15:38:14,541 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:14,542 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:14,543 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:14,543 follow strictly the standard. 2023-06-14T15:38:14,544 To prevent this warning, you can list `requires-python` under `dynamic` or alternatively 2023-06-14T15:38:14,544 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:14,545 configuration. 2023-06-14T15:38:14,545 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:14,546 or your builds will no longer be supported. 2023-06-14T15:38:14,546 ******************************************************************************** 2023-06-14T15:38:14,547 !! 2023-06-14T15:38:14,548 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:14,700 Getting requirements to build wheel: finished with status 'done' 2023-06-14T15:38:14,720 Created temporary directory: /tmp/pip-modern-metadata-08gvuljc 2023-06-14T15:38:14,726 Preparing metadata (pyproject.toml): started 2023-06-14T15:38:14,728 Running command Preparing metadata (pyproject.toml) 2023-06-14T15:38:16,573 running dist_info 2023-06-14T15:38:16,591 creating /tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info 2023-06-14T15:38:16,604 writing /tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/PKG-INFO 2023-06-14T15:38:16,609 writing dependency_links to /tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/dependency_links.txt 2023-06-14T15:38:16,614 writing top-level names to /tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/top_level.txt 2023-06-14T15:38:16,617 writing manifest file '/tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:16,648 reading manifest file '/tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:16,657 writing manifest file '/tmp/pip-modern-metadata-08gvuljc/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:16,659 creating '/tmp/pip-modern-metadata-08gvuljc/rentryco-0.0.1.dist-info' 2023-06-14T15:38:16,722 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `readme` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:16,723 !! 2023-06-14T15:38:16,724 ******************************************************************************** 2023-06-14T15:38:16,724 ########################################################################## 2023-06-14T15:38:16,724 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:16,725 ########################################################################## 2023-06-14T15:38:16,726 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:16,727 `readme = '# example\n\n\'\'\'\nimport rentryco\na = rentryco.rentry()\na.set_body("hi")\nprint(a.share) # -> (True / False, url)\n\'\'\'\n\n'` 2023-06-14T15:38:16,728 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:16,728 consider this value unless `readme` is listed as `dynamic`. 2023-06-14T15:38:16,729 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:16,730 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:16,731 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:16,731 follow strictly the standard. 2023-06-14T15:38:16,732 To prevent this warning, you can list `readme` under `dynamic` or alternatively 2023-06-14T15:38:16,733 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:16,733 configuration. 2023-06-14T15:38:16,734 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:16,735 or your builds will no longer be supported. 2023-06-14T15:38:16,735 ******************************************************************************** 2023-06-14T15:38:16,736 !! 2023-06-14T15:38:16,736 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:16,737 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `requires-python` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:16,737 !! 2023-06-14T15:38:16,738 ******************************************************************************** 2023-06-14T15:38:16,739 ########################################################################## 2023-06-14T15:38:16,739 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:16,739 ########################################################################## 2023-06-14T15:38:16,740 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:16,741 `requires-python = '>=3.6'` 2023-06-14T15:38:16,742 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:16,742 consider this value unless `requires-python` is listed as `dynamic`. 2023-06-14T15:38:16,743 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:16,744 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:16,744 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:16,744 follow strictly the standard. 2023-06-14T15:38:16,745 To prevent this warning, you can list `requires-python` under `dynamic` or alternatively 2023-06-14T15:38:16,746 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:16,746 configuration. 2023-06-14T15:38:16,747 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:16,747 or your builds will no longer be supported. 2023-06-14T15:38:16,747 ******************************************************************************** 2023-06-14T15:38:16,748 !! 2023-06-14T15:38:16,749 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:16,905 Preparing metadata (pyproject.toml): finished with status 'done' 2023-06-14T15:38:16,920 Source in /tmp/pip-wheel-ku6v8fbr/rentryco_4de8494dc53c4035a7e93452747567b6 has version 0.0.1, which satisfies requirement rentryco==0.0.1 from https://files.pythonhosted.org/packages/9a/4c/ddd790050404fb4b738ea13609b2da28967491b88fe5bdb3c3a4c47663cf/rentryco-0.0.1.tar.gz 2023-06-14T15:38:16,922 Removed rentryco==0.0.1 from https://files.pythonhosted.org/packages/9a/4c/ddd790050404fb4b738ea13609b2da28967491b88fe5bdb3c3a4c47663cf/rentryco-0.0.1.tar.gz from build tracker '/tmp/pip-build-tracker-fhdctydn' 2023-06-14T15:38:16,937 Created temporary directory: /tmp/pip-unpack-pvpeua62 2023-06-14T15:38:16,938 Building wheels for collected packages: rentryco 2023-06-14T15:38:16,948 Created temporary directory: /tmp/pip-wheel-llr3hox6 2023-06-14T15:38:16,948 Destination directory: /tmp/pip-wheel-llr3hox6 2023-06-14T15:38:16,954 Building wheel for rentryco (pyproject.toml): started 2023-06-14T15:38:16,956 Running command Building wheel for rentryco (pyproject.toml) 2023-06-14T15:38:18,763 running bdist_wheel 2023-06-14T15:38:18,799 running build 2023-06-14T15:38:18,800 running build_py 2023-06-14T15:38:18,811 creating build 2023-06-14T15:38:18,812 creating build/lib 2023-06-14T15:38:18,814 creating build/lib/rentryco 2023-06-14T15:38:18,816 copying src/rentryco/__init__.py -> build/lib/rentryco 2023-06-14T15:38:18,819 running egg_info 2023-06-14T15:38:18,844 writing src/rentryco.egg-info/PKG-INFO 2023-06-14T15:38:18,847 writing dependency_links to src/rentryco.egg-info/dependency_links.txt 2023-06-14T15:38:18,850 writing top-level names to src/rentryco.egg-info/top_level.txt 2023-06-14T15:38:18,865 reading manifest file 'src/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:18,873 writing manifest file 'src/rentryco.egg-info/SOURCES.txt' 2023-06-14T15:38:18,894 installing to build/bdist.linux-armv7l/wheel 2023-06-14T15:38:18,894 running install 2023-06-14T15:38:18,956 running install_lib 2023-06-14T15:38:18,967 creating build/bdist.linux-armv7l 2023-06-14T15:38:18,968 creating build/bdist.linux-armv7l/wheel 2023-06-14T15:38:18,972 creating build/bdist.linux-armv7l/wheel/rentryco 2023-06-14T15:38:18,974 copying build/lib/rentryco/__init__.py -> build/bdist.linux-armv7l/wheel/rentryco 2023-06-14T15:38:18,978 running install_egg_info 2023-06-14T15:38:18,988 Copying src/rentryco.egg-info to build/bdist.linux-armv7l/wheel/rentryco-0.0.1-py3.7.egg-info 2023-06-14T15:38:19,010 running install_scripts 2023-06-14T15:38:19,032 creating build/bdist.linux-armv7l/wheel/rentryco-0.0.1.dist-info/WHEEL 2023-06-14T15:38:19,037 creating '/tmp/pip-wheel-llr3hox6/.tmp-36hpmv0f/rentryco-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-06-14T15:38:19,043 adding 'rentryco/__init__.py' 2023-06-14T15:38:19,049 adding 'rentryco-0.0.1.dist-info/METADATA' 2023-06-14T15:38:19,051 adding 'rentryco-0.0.1.dist-info/WHEEL' 2023-06-14T15:38:19,054 adding 'rentryco-0.0.1.dist-info/top_level.txt' 2023-06-14T15:38:19,056 adding 'rentryco-0.0.1.dist-info/RECORD' 2023-06-14T15:38:19,058 removing build/bdist.linux-armv7l/wheel 2023-06-14T15:38:19,069 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `readme` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:19,069 !! 2023-06-14T15:38:19,070 ******************************************************************************** 2023-06-14T15:38:19,071 ########################################################################## 2023-06-14T15:38:19,071 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:19,072 ########################################################################## 2023-06-14T15:38:19,073 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:19,074 `readme = '# example\n\n\'\'\'\nimport rentryco\na = rentryco.rentry()\na.set_body("hi")\nprint(a.share) # -> (True / False, url)\n\'\'\'\n\n'` 2023-06-14T15:38:19,075 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:19,075 consider this value unless `readme` is listed as `dynamic`. 2023-06-14T15:38:19,076 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:19,077 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:19,078 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:19,078 follow strictly the standard. 2023-06-14T15:38:19,079 To prevent this warning, you can list `readme` under `dynamic` or alternatively 2023-06-14T15:38:19,079 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:19,080 configuration. 2023-06-14T15:38:19,081 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:19,081 or your builds will no longer be supported. 2023-06-14T15:38:19,082 ******************************************************************************** 2023-06-14T15:38:19,083 !! 2023-06-14T15:38:19,083 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:19,084 /tmp/pip-build-env-w6cyxy3k/overlay/lib/python3.7/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `requires-python` defined outside of `pyproject.toml` would be ignored. 2023-06-14T15:38:19,084 !! 2023-06-14T15:38:19,085 ******************************************************************************** 2023-06-14T15:38:19,085 ########################################################################## 2023-06-14T15:38:19,086 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-06-14T15:38:19,086 ########################################################################## 2023-06-14T15:38:19,087 The following seems to be defined outside of `pyproject.toml`: 2023-06-14T15:38:19,088 `requires-python = '>=3.6'` 2023-06-14T15:38:19,089 According to the spec (see the link below), however, setuptools CANNOT 2023-06-14T15:38:19,089 consider this value unless `requires-python` is listed as `dynamic`. 2023-06-14T15:38:19,090 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-06-14T15:38:19,091 For the time being, `setuptools` will still consider the given value (as a 2023-06-14T15:38:19,091 **transitional** measure), but please note that future releases of setuptools will 2023-06-14T15:38:19,092 follow strictly the standard. 2023-06-14T15:38:19,093 To prevent this warning, you can list `requires-python` under `dynamic` or alternatively 2023-06-14T15:38:19,093 remove the `[project]` table from your file and rely entirely on other means of 2023-06-14T15:38:19,093 configuration. 2023-06-14T15:38:19,094 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-06-14T15:38:19,095 or your builds will no longer be supported. 2023-06-14T15:38:19,095 ******************************************************************************** 2023-06-14T15:38:19,096 !! 2023-06-14T15:38:19,096 _handle_missing_dynamic(dist, project_table) 2023-06-14T15:38:19,249 Building wheel for rentryco (pyproject.toml): finished with status 'done' 2023-06-14T15:38:19,260 Created wheel for rentryco: filename=rentryco-0.0.1-py3-none-any.whl size=2455 sha256=6d10437f02aa0f57a65b175a32d162421054a13628b6294e7043236d68f8ed00 2023-06-14T15:38:19,263 Stored in directory: /tmp/pip-ephem-wheel-cache-9e11gym8/wheels/c0/9c/1c/581e813ad76f7bdd63acc46f08b55276e42a6c36913c614029 2023-06-14T15:38:19,285 Successfully built rentryco 2023-06-14T15:38:19,291 Removed build tracker: '/tmp/pip-build-tracker-fhdctydn'