2023-10-13T10:52:15,442 Created temporary directory: /tmp/pip-build-tracker-9lhwjlrv 2023-10-13T10:52:15,443 Initialized build tracking at /tmp/pip-build-tracker-9lhwjlrv 2023-10-13T10:52:15,444 Created build tracker: /tmp/pip-build-tracker-9lhwjlrv 2023-10-13T10:52:15,444 Entered build tracker: /tmp/pip-build-tracker-9lhwjlrv 2023-10-13T10:52:15,445 Created temporary directory: /tmp/pip-wheel-438eymej 2023-10-13T10:52:15,449 Created temporary directory: /tmp/pip-ephem-wheel-cache-3p9bu0di 2023-10-13T10:52:15,473 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-13T10:52:15,476 2 location(s) to search for versions of oddsnends: 2023-10-13T10:52:15,476 * https://pypi.org/simple/oddsnends/ 2023-10-13T10:52:15,476 * https://www.piwheels.org/simple/oddsnends/ 2023-10-13T10:52:15,477 Fetching project page and analyzing links: https://pypi.org/simple/oddsnends/ 2023-10-13T10:52:15,478 Getting page https://pypi.org/simple/oddsnends/ 2023-10-13T10:52:15,480 Found index url https://pypi.org/simple/ 2023-10-13T10:52:15,706 Fetched page https://pypi.org/simple/oddsnends/ as application/vnd.pypi.simple.v1+json 2023-10-13T10:52:15,707 Found link https://files.pythonhosted.org/packages/73/dc/118ad5793c7ecaa206a1d9fd30cfadd6c19b4d4ca12e1bf93b2b0dff4ff0/oddsnends-0.0.1.tar.gz (from https://pypi.org/simple/oddsnends/) (requires-python:>=3.6), version: 0.0.1 2023-10-13T10:52:15,708 Fetching project page and analyzing links: https://www.piwheels.org/simple/oddsnends/ 2023-10-13T10:52:15,709 Getting page https://www.piwheels.org/simple/oddsnends/ 2023-10-13T10:52:15,710 Found index url https://www.piwheels.org/simple/ 2023-10-13T10:52:15,869 Fetched page https://www.piwheels.org/simple/oddsnends/ as text/html 2023-10-13T10:52:15,870 Skipping link: not a file: https://www.piwheels.org/simple/oddsnends/ 2023-10-13T10:52:15,871 Skipping link: not a file: https://pypi.org/simple/oddsnends/ 2023-10-13T10:52:15,891 Given no hashes to check 1 links for project 'oddsnends': discarding no candidates 2023-10-13T10:52:15,909 Collecting oddsnends==0.0.1 2023-10-13T10:52:15,912 Created temporary directory: /tmp/pip-unpack-pclri_73 2023-10-13T10:52:16,130 Downloading oddsnends-0.0.1.tar.gz (14 kB) 2023-10-13T10:52:16,201 Added oddsnends==0.0.1 from https://files.pythonhosted.org/packages/73/dc/118ad5793c7ecaa206a1d9fd30cfadd6c19b4d4ca12e1bf93b2b0dff4ff0/oddsnends-0.0.1.tar.gz to build tracker '/tmp/pip-build-tracker-9lhwjlrv' 2023-10-13T10:52:16,205 Created temporary directory: /tmp/pip-build-env-abg61_6m 2023-10-13T10:52:16,210 Installing build dependencies: started 2023-10-13T10:52:16,211 Running command pip subprocess to install build dependencies 2023-10-13T10:52:17,379 Using pip 23.2.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2023-10-13T10:52:17,898 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-13T10:52:19,448 Collecting setuptools>=61.0 2023-10-13T10:52:19,522 Using cached https://www.piwheels.org/simple/setuptools/setuptools-68.2.2-py3-none-any.whl (807 kB) 2023-10-13T10:52:22,100 Installing collected packages: setuptools 2023-10-13T10:52:24,353 Successfully installed setuptools-68.2.2 2023-10-13T10:52:24,884 Installing build dependencies: finished with status 'done' 2023-10-13T10:52:24,888 Getting requirements to build wheel: started 2023-10-13T10:52:24,889 Running command Getting requirements to build wheel 2023-10-13T10:52:25,461 /tmp/pip-build-env-abg61_6m/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-13T10:52:25,461 !! 2023-10-13T10:52:25,462 ******************************************************************************** 2023-10-13T10:52:25,463 ########################################################################## 2023-10-13T10:52:25,464 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-13T10:52:25,464 ########################################################################## 2023-10-13T10:52:25,466 The following seems to be defined outside of `pyproject.toml`: 2023-10-13T10:52:25,467 `license = 'MIT license'` 2023-10-13T10:52:25,467 According to the spec (see the link below), however, setuptools CANNOT 2023-10-13T10:52:25,468 consider this value unless `license` is listed as `dynamic`. 2023-10-13T10:52:25,469 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-13T10:52:25,470 For the time being, `setuptools` will still consider the given value (as a 2023-10-13T10:52:25,470 **transitional** measure), but please note that future releases of setuptools will 2023-10-13T10:52:25,471 follow strictly the standard. 2023-10-13T10:52:25,472 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-13T10:52:25,472 remove the `[project]` table from your file and rely entirely on other means of 2023-10-13T10:52:25,473 configuration. 2023-10-13T10:52:25,474 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-13T10:52:25,474 or your builds will no longer be supported. 2023-10-13T10:52:25,475 ******************************************************************************** 2023-10-13T10:52:25,476 !! 2023-10-13T10:52:25,476 _handle_missing_dynamic(dist, project_table) 2023-10-13T10:52:25,477 /tmp/pip-build-env-abg61_6m/overlay/local/lib/python3.11/dist-packages/setuptools/config/expand.py:134: SetuptoolsWarning: File '/tmp/pip-wheel-438eymej/oddsnends_89e5adcfa76746c9b6be966aa39e9e5b/README.md' cannot be found 2023-10-13T10:52:25,478 return '\n'.join( 2023-10-13T10:52:25,704 running egg_info 2023-10-13T10:52:25,708 writing oddsnends.egg-info/PKG-INFO 2023-10-13T10:52:25,712 writing dependency_links to oddsnends.egg-info/dependency_links.txt 2023-10-13T10:52:25,714 writing requirements to oddsnends.egg-info/requires.txt 2023-10-13T10:52:25,716 writing top-level names to oddsnends.egg-info/top_level.txt 2023-10-13T10:52:25,729 reading manifest file 'oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:25,733 reading manifest template 'MANIFEST.in' 2023-10-13T10:52:25,737 warning: no previously-included files matching '__pycache__' found under directory '*' 2023-10-13T10:52:25,739 warning: no previously-included files matching '*.py[co]' found under directory '*' 2023-10-13T10:52:25,754 warning: no files found matching '*.jpg' under directory 'docs' 2023-10-13T10:52:25,759 warning: no files found matching '*.png' under directory 'docs' 2023-10-13T10:52:25,763 warning: no files found matching '*.gif' under directory 'docs' 2023-10-13T10:52:25,764 adding license file 'LICENSE' 2023-10-13T10:52:25,764 adding license file 'AUTHORS.rst' 2023-10-13T10:52:25,767 writing manifest file 'oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:25,879 Getting requirements to build wheel: finished with status 'done' 2023-10-13T10:52:25,887 Installing backend dependencies: started 2023-10-13T10:52:25,888 Running command pip subprocess to install backend dependencies 2023-10-13T10:52:27,042 Using pip 23.2.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2023-10-13T10:52:27,555 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-13T10:52:28,054 Collecting wheel 2023-10-13T10:52:28,071 Using cached https://www.piwheels.org/simple/wheel/wheel-0.41.2-py3-none-any.whl (64 kB) 2023-10-13T10:52:30,313 Installing collected packages: wheel 2023-10-13T10:52:30,537 Creating /tmp/pip-build-env-abg61_6m/normal/local/bin 2023-10-13T10:52:30,539 changing mode of /tmp/pip-build-env-abg61_6m/normal/local/bin/wheel to 755 2023-10-13T10:52:30,551 Successfully installed wheel-0.41.2 2023-10-13T10:52:31,041 Installing backend dependencies: finished with status 'done' 2023-10-13T10:52:31,042 Created temporary directory: /tmp/pip-modern-metadata-wn_fmmda 2023-10-13T10:52:31,045 Preparing metadata (pyproject.toml): started 2023-10-13T10:52:31,046 Running command Preparing metadata (pyproject.toml) 2023-10-13T10:52:31,567 /tmp/pip-build-env-abg61_6m/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-13T10:52:31,567 !! 2023-10-13T10:52:31,568 ******************************************************************************** 2023-10-13T10:52:31,569 ########################################################################## 2023-10-13T10:52:31,569 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-13T10:52:31,570 ########################################################################## 2023-10-13T10:52:31,571 The following seems to be defined outside of `pyproject.toml`: 2023-10-13T10:52:31,571 `license = 'MIT license'` 2023-10-13T10:52:31,572 According to the spec (see the link below), however, setuptools CANNOT 2023-10-13T10:52:31,573 consider this value unless `license` is listed as `dynamic`. 2023-10-13T10:52:31,574 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-13T10:52:31,575 For the time being, `setuptools` will still consider the given value (as a 2023-10-13T10:52:31,575 **transitional** measure), but please note that future releases of setuptools will 2023-10-13T10:52:31,576 follow strictly the standard. 2023-10-13T10:52:31,577 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-13T10:52:31,577 remove the `[project]` table from your file and rely entirely on other means of 2023-10-13T10:52:31,578 configuration. 2023-10-13T10:52:31,579 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-13T10:52:31,579 or your builds will no longer be supported. 2023-10-13T10:52:31,580 ******************************************************************************** 2023-10-13T10:52:31,581 !! 2023-10-13T10:52:31,582 _handle_missing_dynamic(dist, project_table) 2023-10-13T10:52:31,582 /tmp/pip-build-env-abg61_6m/overlay/local/lib/python3.11/dist-packages/setuptools/config/expand.py:134: SetuptoolsWarning: File '/tmp/pip-wheel-438eymej/oddsnends_89e5adcfa76746c9b6be966aa39e9e5b/README.md' cannot be found 2023-10-13T10:52:31,583 return '\n'.join( 2023-10-13T10:52:31,869 running dist_info 2023-10-13T10:52:31,874 creating /tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info 2023-10-13T10:52:31,878 writing /tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/PKG-INFO 2023-10-13T10:52:31,882 writing dependency_links to /tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/dependency_links.txt 2023-10-13T10:52:31,884 writing requirements to /tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/requires.txt 2023-10-13T10:52:31,885 writing top-level names to /tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/top_level.txt 2023-10-13T10:52:31,886 writing manifest file '/tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:31,900 reading manifest file '/tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:31,902 reading manifest template 'MANIFEST.in' 2023-10-13T10:52:31,905 warning: no previously-included files matching '__pycache__' found under directory '*' 2023-10-13T10:52:31,906 warning: no previously-included files matching '*.py[co]' found under directory '*' 2023-10-13T10:52:31,921 warning: no files found matching '*.jpg' under directory 'docs' 2023-10-13T10:52:31,925 warning: no files found matching '*.png' under directory 'docs' 2023-10-13T10:52:31,929 warning: no files found matching '*.gif' under directory 'docs' 2023-10-13T10:52:31,930 adding license file 'LICENSE' 2023-10-13T10:52:31,931 adding license file 'AUTHORS.rst' 2023-10-13T10:52:31,932 writing manifest file '/tmp/pip-modern-metadata-wn_fmmda/oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:31,933 creating '/tmp/pip-modern-metadata-wn_fmmda/oddsnends-0.0.1.dist-info' 2023-10-13T10:52:32,085 Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-13T10:52:32,090 Source in /tmp/pip-wheel-438eymej/oddsnends_89e5adcfa76746c9b6be966aa39e9e5b has version 0.0.1, which satisfies requirement oddsnends==0.0.1 from https://files.pythonhosted.org/packages/73/dc/118ad5793c7ecaa206a1d9fd30cfadd6c19b4d4ca12e1bf93b2b0dff4ff0/oddsnends-0.0.1.tar.gz 2023-10-13T10:52:32,091 Removed oddsnends==0.0.1 from https://files.pythonhosted.org/packages/73/dc/118ad5793c7ecaa206a1d9fd30cfadd6c19b4d4ca12e1bf93b2b0dff4ff0/oddsnends-0.0.1.tar.gz from build tracker '/tmp/pip-build-tracker-9lhwjlrv' 2023-10-13T10:52:32,096 Created temporary directory: /tmp/pip-unpack-ix864vuh 2023-10-13T10:52:32,096 Created temporary directory: /tmp/pip-unpack-0yzxxe_s 2023-10-13T10:52:32,101 Building wheels for collected packages: oddsnends 2023-10-13T10:52:32,105 Created temporary directory: /tmp/pip-wheel-29t367j6 2023-10-13T10:52:32,106 Destination directory: /tmp/pip-wheel-29t367j6 2023-10-13T10:52:32,108 Building wheel for oddsnends (pyproject.toml): started 2023-10-13T10:52:32,109 Running command Building wheel for oddsnends (pyproject.toml) 2023-10-13T10:52:32,600 /tmp/pip-build-env-abg61_6m/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-13T10:52:32,600 !! 2023-10-13T10:52:32,601 ******************************************************************************** 2023-10-13T10:52:32,602 ########################################################################## 2023-10-13T10:52:32,603 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-13T10:52:32,603 ########################################################################## 2023-10-13T10:52:32,605 The following seems to be defined outside of `pyproject.toml`: 2023-10-13T10:52:32,606 `license = 'MIT license'` 2023-10-13T10:52:32,607 According to the spec (see the link below), however, setuptools CANNOT 2023-10-13T10:52:32,607 consider this value unless `license` is listed as `dynamic`. 2023-10-13T10:52:32,608 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-13T10:52:32,610 For the time being, `setuptools` will still consider the given value (as a 2023-10-13T10:52:32,610 **transitional** measure), but please note that future releases of setuptools will 2023-10-13T10:52:32,611 follow strictly the standard. 2023-10-13T10:52:32,612 To prevent this warning, you can list `license` under `dynamic` or alternatively 2023-10-13T10:52:32,613 remove the `[project]` table from your file and rely entirely on other means of 2023-10-13T10:52:32,613 configuration. 2023-10-13T10:52:32,615 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-13T10:52:32,615 or your builds will no longer be supported. 2023-10-13T10:52:32,616 ******************************************************************************** 2023-10-13T10:52:32,617 !! 2023-10-13T10:52:32,617 _handle_missing_dynamic(dist, project_table) 2023-10-13T10:52:32,618 /tmp/pip-build-env-abg61_6m/overlay/local/lib/python3.11/dist-packages/setuptools/config/expand.py:134: SetuptoolsWarning: File '/tmp/pip-wheel-438eymej/oddsnends_89e5adcfa76746c9b6be966aa39e9e5b/README.md' cannot be found 2023-10-13T10:52:32,619 return '\n'.join( 2023-10-13T10:52:32,873 running bdist_wheel 2023-10-13T10:52:32,889 running build 2023-10-13T10:52:32,890 running build_py 2023-10-13T10:52:32,894 creating build 2023-10-13T10:52:32,895 creating build/lib 2023-10-13T10:52:32,896 creating build/lib/oddsnends 2023-10-13T10:52:32,897 copying oddsnends/__init__.py -> build/lib/oddsnends 2023-10-13T10:52:32,899 copying oddsnends/cli.py -> build/lib/oddsnends 2023-10-13T10:52:32,900 copying oddsnends/misc.py -> build/lib/oddsnends 2023-10-13T10:52:32,903 copying oddsnends/pdtools.py -> build/lib/oddsnends 2023-10-13T10:52:32,905 copying oddsnends/math.py -> build/lib/oddsnends 2023-10-13T10:52:32,906 copying oddsnends/oddsnends.py -> build/lib/oddsnends 2023-10-13T10:52:32,908 running egg_info 2023-10-13T10:52:32,911 writing oddsnends.egg-info/PKG-INFO 2023-10-13T10:52:32,914 writing dependency_links to oddsnends.egg-info/dependency_links.txt 2023-10-13T10:52:32,915 writing requirements to oddsnends.egg-info/requires.txt 2023-10-13T10:52:32,916 writing top-level names to oddsnends.egg-info/top_level.txt 2023-10-13T10:52:32,922 reading manifest file 'oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:32,925 reading manifest template 'MANIFEST.in' 2023-10-13T10:52:32,928 warning: no previously-included files matching '__pycache__' found under directory '*' 2023-10-13T10:52:32,929 warning: no previously-included files matching '*.py[co]' found under directory '*' 2023-10-13T10:52:32,942 warning: no files found matching '*.jpg' under directory 'docs' 2023-10-13T10:52:32,946 warning: no files found matching '*.png' under directory 'docs' 2023-10-13T10:52:32,950 warning: no files found matching '*.gif' under directory 'docs' 2023-10-13T10:52:32,951 adding license file 'LICENSE' 2023-10-13T10:52:32,951 adding license file 'AUTHORS.rst' 2023-10-13T10:52:32,953 writing manifest file 'oddsnends.egg-info/SOURCES.txt' 2023-10-13T10:52:32,962 installing to build/bdist.linux-armv7l/wheel 2023-10-13T10:52:32,962 running install 2023-10-13T10:52:32,987 running install_lib 2023-10-13T10:52:32,991 creating build/bdist.linux-armv7l 2023-10-13T10:52:32,992 creating build/bdist.linux-armv7l/wheel 2023-10-13T10:52:32,993 creating build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:32,995 copying build/lib/oddsnends/__init__.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:32,997 copying build/lib/oddsnends/cli.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:32,998 copying build/lib/oddsnends/misc.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:33,001 copying build/lib/oddsnends/pdtools.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:33,003 copying build/lib/oddsnends/math.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:33,005 copying build/lib/oddsnends/oddsnends.py -> build/bdist.linux-armv7l/wheel/oddsnends 2023-10-13T10:52:33,006 running install_egg_info 2023-10-13T10:52:33,010 Copying oddsnends.egg-info to build/bdist.linux-armv7l/wheel/oddsnends-0.0.1-py3.11.egg-info 2023-10-13T10:52:33,022 running install_scripts 2023-10-13T10:52:33,036 creating build/bdist.linux-armv7l/wheel/oddsnends-0.0.1.dist-info/WHEEL 2023-10-13T10:52:33,039 creating '/tmp/pip-wheel-29t367j6/.tmp-jm_da6ge/oddsnends-0.0.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-10-13T10:52:33,041 adding 'oddsnends/__init__.py' 2023-10-13T10:52:33,043 adding 'oddsnends/cli.py' 2023-10-13T10:52:33,044 adding 'oddsnends/math.py' 2023-10-13T10:52:33,046 adding 'oddsnends/misc.py' 2023-10-13T10:52:33,048 adding 'oddsnends/oddsnends.py' 2023-10-13T10:52:33,050 adding 'oddsnends/pdtools.py' 2023-10-13T10:52:33,052 adding 'oddsnends-0.0.1.dist-info/AUTHORS.rst' 2023-10-13T10:52:33,053 adding 'oddsnends-0.0.1.dist-info/LICENSE' 2023-10-13T10:52:33,054 adding 'oddsnends-0.0.1.dist-info/METADATA' 2023-10-13T10:52:33,055 adding 'oddsnends-0.0.1.dist-info/WHEEL' 2023-10-13T10:52:33,056 adding 'oddsnends-0.0.1.dist-info/top_level.txt' 2023-10-13T10:52:33,057 adding 'oddsnends-0.0.1.dist-info/RECORD' 2023-10-13T10:52:33,059 removing build/bdist.linux-armv7l/wheel 2023-10-13T10:52:33,183 Building wheel for oddsnends (pyproject.toml): finished with status 'done' 2023-10-13T10:52:33,187 Created wheel for oddsnends: filename=oddsnends-0.0.1-py2.py3-none-any.whl size=8741 sha256=34f409446e245f6667a3de7016b1088874df54b30f4daa21dd52b1d46bf54725 2023-10-13T10:52:33,188 Stored in directory: /tmp/pip-ephem-wheel-cache-3p9bu0di/wheels/da/e4/93/af4ff708a694c17d8f3d9a648128b8d630a69f057db6cbdc1d 2023-10-13T10:52:33,198 Successfully built oddsnends 2023-10-13T10:52:33,201 Removed build tracker: '/tmp/pip-build-tracker-9lhwjlrv'