2023-10-22T13:08:09,854 Created temporary directory: /tmp/pip-build-tracker-9w8yiq0w 2023-10-22T13:08:09,855 Initialized build tracking at /tmp/pip-build-tracker-9w8yiq0w 2023-10-22T13:08:09,855 Created build tracker: /tmp/pip-build-tracker-9w8yiq0w 2023-10-22T13:08:09,856 Entered build tracker: /tmp/pip-build-tracker-9w8yiq0w 2023-10-22T13:08:09,856 Created temporary directory: /tmp/pip-wheel-tyx70phm 2023-10-22T13:08:09,860 Created temporary directory: /tmp/pip-ephem-wheel-cache-ru_e0be3 2023-10-22T13:08:09,881 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-22T13:08:09,885 2 location(s) to search for versions of repec: 2023-10-22T13:08:09,885 * https://pypi.org/simple/repec/ 2023-10-22T13:08:09,885 * https://www.piwheels.org/simple/repec/ 2023-10-22T13:08:09,886 Fetching project page and analyzing links: https://pypi.org/simple/repec/ 2023-10-22T13:08:09,887 Getting page https://pypi.org/simple/repec/ 2023-10-22T13:08:09,888 Found index url https://pypi.org/simple/ 2023-10-22T13:08:10,110 Fetched page https://pypi.org/simple/repec/ as application/vnd.pypi.simple.v1+json 2023-10-22T13:08:10,111 Found link https://files.pythonhosted.org/packages/22/7d/b677c8392eb9a3e5c478ff4b6b801ccff4bd9bdf6577013e133b2ad3f0e3/repec-0.0.1rc2.tar.gz (from https://pypi.org/simple/repec/) (requires-python:>=3.8), version: 0.0.1rc2 2023-10-22T13:08:10,112 Fetching project page and analyzing links: https://www.piwheels.org/simple/repec/ 2023-10-22T13:08:10,113 Getting page https://www.piwheels.org/simple/repec/ 2023-10-22T13:08:10,114 Found index url https://www.piwheels.org/simple/ 2023-10-22T13:08:10,271 Fetched page https://www.piwheels.org/simple/repec/ as text/html 2023-10-22T13:08:10,272 Skipping link: not a file: https://www.piwheels.org/simple/repec/ 2023-10-22T13:08:10,273 Skipping link: not a file: https://pypi.org/simple/repec/ 2023-10-22T13:08:10,292 Given no hashes to check 1 links for project 'repec': discarding no candidates 2023-10-22T13:08:10,310 Collecting repec==0.0.1rc2 2023-10-22T13:08:10,312 Created temporary directory: /tmp/pip-unpack-335x3beq 2023-10-22T13:08:10,543 Downloading repec-0.0.1rc2.tar.gz (27 kB) 2023-10-22T13:08:10,600 Added repec==0.0.1rc2 from https://files.pythonhosted.org/packages/22/7d/b677c8392eb9a3e5c478ff4b6b801ccff4bd9bdf6577013e133b2ad3f0e3/repec-0.0.1rc2.tar.gz to build tracker '/tmp/pip-build-tracker-9w8yiq0w' 2023-10-22T13:08:10,604 Created temporary directory: /tmp/pip-build-env-76d0ay2k 2023-10-22T13:08:10,608 Installing build dependencies: started 2023-10-22T13:08:10,609 Running command pip subprocess to install build dependencies 2023-10-22T13:08:11,756 Using pip 23.2.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2023-10-22T13:08:12,265 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-22T13:08:13,827 Collecting setuptools 2023-10-22T13:08:13,897 Using cached https://www.piwheels.org/simple/setuptools/setuptools-68.2.2-py3-none-any.whl (807 kB) 2023-10-22T13:08:16,484 Installing collected packages: setuptools 2023-10-22T13:08:18,711 Successfully installed setuptools-68.2.2 2023-10-22T13:08:18,979 [notice] A new release of pip is available: 23.2.1 -> 23.3 2023-10-22T13:08:18,980 [notice] To update, run: python3 -m pip install --upgrade pip 2023-10-22T13:08:19,240 Installing build dependencies: finished with status 'done' 2023-10-22T13:08:19,243 Getting requirements to build wheel: started 2023-10-22T13:08:19,245 Running command Getting requirements to build wheel 2023-10-22T13:08:19,781 /tmp/pip-build-env-76d0ay2k/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `scripts` defined outside of `pyproject.toml` would be ignored. 2023-10-22T13:08:19,781 !! 2023-10-22T13:08:19,782 ******************************************************************************** 2023-10-22T13:08:19,783 ########################################################################## 2023-10-22T13:08:19,784 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-22T13:08:19,784 ########################################################################## 2023-10-22T13:08:19,786 The following seems to be defined outside of `pyproject.toml`: 2023-10-22T13:08:19,787 `scripts = ['repec=repec.main:main']` 2023-10-22T13:08:19,788 According to the spec (see the link below), however, setuptools CANNOT 2023-10-22T13:08:19,788 consider this value unless `scripts` is listed as `dynamic`. 2023-10-22T13:08:19,789 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-22T13:08:19,790 For the time being, `setuptools` will still consider the given value (as a 2023-10-22T13:08:19,790 **transitional** measure), but please note that future releases of setuptools will 2023-10-22T13:08:19,791 follow strictly the standard. 2023-10-22T13:08:19,792 To prevent this warning, you can list `scripts` under `dynamic` or alternatively 2023-10-22T13:08:19,792 remove the `[project]` table from your file and rely entirely on other means of 2023-10-22T13:08:19,793 configuration. 2023-10-22T13:08:19,794 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-22T13:08:19,795 or your builds will no longer be supported. 2023-10-22T13:08:19,795 ******************************************************************************** 2023-10-22T13:08:19,796 !! 2023-10-22T13:08:19,797 _handle_missing_dynamic(dist, project_table) 2023-10-22T13:08:20,028 running egg_info 2023-10-22T13:08:20,032 writing src/repec.egg-info/PKG-INFO 2023-10-22T13:08:20,036 writing dependency_links to src/repec.egg-info/dependency_links.txt 2023-10-22T13:08:20,038 writing entry points to src/repec.egg-info/entry_points.txt 2023-10-22T13:08:20,040 writing requirements to src/repec.egg-info/requires.txt 2023-10-22T13:08:20,041 writing top-level names to src/repec.egg-info/top_level.txt 2023-10-22T13:08:20,054 reading manifest file 'src/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:20,056 adding license file 'LICENSE' 2023-10-22T13:08:20,059 writing manifest file 'src/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:20,169 Getting requirements to build wheel: finished with status 'done' 2023-10-22T13:08:20,178 Installing backend dependencies: started 2023-10-22T13:08:20,179 Running command pip subprocess to install backend dependencies 2023-10-22T13:08:21,547 Using pip 23.2.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2023-10-22T13:08:22,046 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-22T13:08:22,540 Collecting wheel 2023-10-22T13:08:22,562 Using cached https://www.piwheels.org/simple/wheel/wheel-0.41.2-py3-none-any.whl (64 kB) 2023-10-22T13:08:24,778 Installing collected packages: wheel 2023-10-22T13:08:25,011 Creating /tmp/pip-build-env-76d0ay2k/normal/local/bin 2023-10-22T13:08:25,013 changing mode of /tmp/pip-build-env-76d0ay2k/normal/local/bin/wheel to 755 2023-10-22T13:08:25,027 Successfully installed wheel-0.41.2 2023-10-22T13:08:25,292 [notice] A new release of pip is available: 23.2.1 -> 23.3 2023-10-22T13:08:25,293 [notice] To update, run: python3 -m pip install --upgrade pip 2023-10-22T13:08:25,519 Installing backend dependencies: finished with status 'done' 2023-10-22T13:08:25,521 Created temporary directory: /tmp/pip-modern-metadata-5uy5jauh 2023-10-22T13:08:25,524 Preparing metadata (pyproject.toml): started 2023-10-22T13:08:25,525 Running command Preparing metadata (pyproject.toml) 2023-10-22T13:08:26,025 /tmp/pip-build-env-76d0ay2k/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `scripts` defined outside of `pyproject.toml` would be ignored. 2023-10-22T13:08:26,025 !! 2023-10-22T13:08:26,027 ******************************************************************************** 2023-10-22T13:08:26,027 ########################################################################## 2023-10-22T13:08:26,028 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-22T13:08:26,029 ########################################################################## 2023-10-22T13:08:26,029 The following seems to be defined outside of `pyproject.toml`: 2023-10-22T13:08:26,030 `scripts = ['repec=repec.main:main']` 2023-10-22T13:08:26,032 According to the spec (see the link below), however, setuptools CANNOT 2023-10-22T13:08:26,032 consider this value unless `scripts` is listed as `dynamic`. 2023-10-22T13:08:26,033 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-22T13:08:26,034 For the time being, `setuptools` will still consider the given value (as a 2023-10-22T13:08:26,035 **transitional** measure), but please note that future releases of setuptools will 2023-10-22T13:08:26,036 follow strictly the standard. 2023-10-22T13:08:26,037 To prevent this warning, you can list `scripts` under `dynamic` or alternatively 2023-10-22T13:08:26,038 remove the `[project]` table from your file and rely entirely on other means of 2023-10-22T13:08:26,038 configuration. 2023-10-22T13:08:26,039 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-22T13:08:26,040 or your builds will no longer be supported. 2023-10-22T13:08:26,040 ******************************************************************************** 2023-10-22T13:08:26,041 !! 2023-10-22T13:08:26,042 _handle_missing_dynamic(dist, project_table) 2023-10-22T13:08:26,325 running dist_info 2023-10-22T13:08:26,330 creating /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info 2023-10-22T13:08:26,334 writing /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/PKG-INFO 2023-10-22T13:08:26,337 writing dependency_links to /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/dependency_links.txt 2023-10-22T13:08:26,339 writing entry points to /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/entry_points.txt 2023-10-22T13:08:26,340 writing requirements to /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/requires.txt 2023-10-22T13:08:26,341 writing top-level names to /tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/top_level.txt 2023-10-22T13:08:26,343 writing manifest file '/tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:26,356 reading manifest file '/tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:26,359 adding license file 'LICENSE' 2023-10-22T13:08:26,361 writing manifest file '/tmp/pip-modern-metadata-5uy5jauh/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:26,362 creating '/tmp/pip-modern-metadata-5uy5jauh/repec-0.0.1rc2.dist-info' 2023-10-22T13:08:26,513 Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-22T13:08:26,518 Source in /tmp/pip-wheel-tyx70phm/repec_4f3db161a44d49a79a47cea85c66870f has version 0.0.1rc2, which satisfies requirement repec==0.0.1rc2 from https://files.pythonhosted.org/packages/22/7d/b677c8392eb9a3e5c478ff4b6b801ccff4bd9bdf6577013e133b2ad3f0e3/repec-0.0.1rc2.tar.gz 2023-10-22T13:08:26,519 Removed repec==0.0.1rc2 from https://files.pythonhosted.org/packages/22/7d/b677c8392eb9a3e5c478ff4b6b801ccff4bd9bdf6577013e133b2ad3f0e3/repec-0.0.1rc2.tar.gz from build tracker '/tmp/pip-build-tracker-9w8yiq0w' 2023-10-22T13:08:26,525 Created temporary directory: /tmp/pip-unpack-lfye5ei0 2023-10-22T13:08:26,527 Created temporary directory: /tmp/pip-unpack-sqg3p4yr 2023-10-22T13:08:26,533 Building wheels for collected packages: repec 2023-10-22T13:08:26,539 Created temporary directory: /tmp/pip-wheel-5hzrg9f6 2023-10-22T13:08:26,539 Destination directory: /tmp/pip-wheel-5hzrg9f6 2023-10-22T13:08:26,542 Building wheel for repec (pyproject.toml): started 2023-10-22T13:08:26,543 Running command Building wheel for repec (pyproject.toml) 2023-10-22T13:08:27,017 /tmp/pip-build-env-76d0ay2k/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:73: _WouldIgnoreField: `scripts` defined outside of `pyproject.toml` would be ignored. 2023-10-22T13:08:27,017 !! 2023-10-22T13:08:27,018 ******************************************************************************** 2023-10-22T13:08:27,019 ########################################################################## 2023-10-22T13:08:27,020 # configuration would be ignored/result in error due to `pyproject.toml` # 2023-10-22T13:08:27,020 ########################################################################## 2023-10-22T13:08:27,021 The following seems to be defined outside of `pyproject.toml`: 2023-10-22T13:08:27,022 `scripts = ['repec=repec.main:main']` 2023-10-22T13:08:27,023 According to the spec (see the link below), however, setuptools CANNOT 2023-10-22T13:08:27,023 consider this value unless `scripts` is listed as `dynamic`. 2023-10-22T13:08:27,024 https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ 2023-10-22T13:08:27,026 For the time being, `setuptools` will still consider the given value (as a 2023-10-22T13:08:27,026 **transitional** measure), but please note that future releases of setuptools will 2023-10-22T13:08:27,027 follow strictly the standard. 2023-10-22T13:08:27,028 To prevent this warning, you can list `scripts` under `dynamic` or alternatively 2023-10-22T13:08:27,028 remove the `[project]` table from your file and rely entirely on other means of 2023-10-22T13:08:27,029 configuration. 2023-10-22T13:08:27,030 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-22T13:08:27,031 or your builds will no longer be supported. 2023-10-22T13:08:27,031 ******************************************************************************** 2023-10-22T13:08:27,033 !! 2023-10-22T13:08:27,033 _handle_missing_dynamic(dist, project_table) 2023-10-22T13:08:27,292 running bdist_wheel 2023-10-22T13:08:27,308 running build 2023-10-22T13:08:27,309 running build_py 2023-10-22T13:08:27,313 creating build 2023-10-22T13:08:27,314 creating build/lib 2023-10-22T13:08:27,315 creating build/lib/repec 2023-10-22T13:08:27,316 copying src/repec/__init__.py -> build/lib/repec 2023-10-22T13:08:27,318 copying src/repec/main.py -> build/lib/repec 2023-10-22T13:08:27,320 copying src/repec/repec.py -> build/lib/repec 2023-10-22T13:08:27,322 copying src/repec/database.py -> build/lib/repec 2023-10-22T13:08:27,324 copying src/repec/patch-journal-names.py -> build/lib/repec 2023-10-22T13:08:27,326 copying src/repec/redif.py -> build/lib/repec 2023-10-22T13:08:27,328 copying src/repec/papers.py -> build/lib/repec 2023-10-22T13:08:27,331 copying src/repec/misc.py -> build/lib/repec 2023-10-22T13:08:27,333 copying src/repec/settings.py -> build/lib/repec 2023-10-22T13:08:27,334 copying src/repec/remotes.py -> build/lib/repec 2023-10-22T13:08:27,336 copying src/repec/sanitize.py -> build/lib/repec 2023-10-22T13:08:27,338 copying src/repec/network.py -> build/lib/repec 2023-10-22T13:08:27,339 running egg_info 2023-10-22T13:08:27,343 writing src/repec.egg-info/PKG-INFO 2023-10-22T13:08:27,345 writing dependency_links to src/repec.egg-info/dependency_links.txt 2023-10-22T13:08:27,346 writing entry points to src/repec.egg-info/entry_points.txt 2023-10-22T13:08:27,348 writing requirements to src/repec.egg-info/requires.txt 2023-10-22T13:08:27,349 writing top-level names to src/repec.egg-info/top_level.txt 2023-10-22T13:08:27,356 reading manifest file 'src/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:27,358 adding license file 'LICENSE' 2023-10-22T13:08:27,360 writing manifest file 'src/repec.egg-info/SOURCES.txt' 2023-10-22T13:08:27,369 installing to build/bdist.linux-armv7l/wheel 2023-10-22T13:08:27,370 running install 2023-10-22T13:08:27,393 running install_lib 2023-10-22T13:08:27,397 creating build/bdist.linux-armv7l 2023-10-22T13:08:27,398 creating build/bdist.linux-armv7l/wheel 2023-10-22T13:08:27,399 creating build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,400 copying build/lib/repec/__init__.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,402 copying build/lib/repec/main.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,404 copying build/lib/repec/repec.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,406 copying build/lib/repec/database.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,408 copying build/lib/repec/patch-journal-names.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,410 copying build/lib/repec/redif.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,411 copying build/lib/repec/papers.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,413 copying build/lib/repec/misc.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,415 copying build/lib/repec/settings.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,416 copying build/lib/repec/remotes.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,418 copying build/lib/repec/sanitize.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,420 copying build/lib/repec/network.py -> build/bdist.linux-armv7l/wheel/repec 2023-10-22T13:08:27,421 running install_egg_info 2023-10-22T13:08:27,425 Copying src/repec.egg-info to build/bdist.linux-armv7l/wheel/repec-0.0.1rc2-py3.11.egg-info 2023-10-22T13:08:27,437 running install_scripts 2023-10-22T13:08:27,451 creating build/bdist.linux-armv7l/wheel/repec-0.0.1rc2.dist-info/WHEEL 2023-10-22T13:08:27,454 creating '/tmp/pip-wheel-5hzrg9f6/.tmp-f4arl8bf/repec-0.0.1rc2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-10-22T13:08:27,456 adding 'repec/__init__.py' 2023-10-22T13:08:27,458 adding 'repec/database.py' 2023-10-22T13:08:27,459 adding 'repec/main.py' 2023-10-22T13:08:27,461 adding 'repec/misc.py' 2023-10-22T13:08:27,462 adding 'repec/network.py' 2023-10-22T13:08:27,464 adding 'repec/papers.py' 2023-10-22T13:08:27,465 adding 'repec/patch-journal-names.py' 2023-10-22T13:08:27,467 adding 'repec/redif.py' 2023-10-22T13:08:27,468 adding 'repec/remotes.py' 2023-10-22T13:08:27,470 adding 'repec/repec.py' 2023-10-22T13:08:27,471 adding 'repec/sanitize.py' 2023-10-22T13:08:27,472 adding 'repec/settings.py' 2023-10-22T13:08:27,479 adding 'repec-0.0.1rc2.dist-info/LICENSE' 2023-10-22T13:08:27,481 adding 'repec-0.0.1rc2.dist-info/METADATA' 2023-10-22T13:08:27,482 adding 'repec-0.0.1rc2.dist-info/WHEEL' 2023-10-22T13:08:27,483 adding 'repec-0.0.1rc2.dist-info/entry_points.txt' 2023-10-22T13:08:27,484 adding 'repec-0.0.1rc2.dist-info/top_level.txt' 2023-10-22T13:08:27,485 adding 'repec-0.0.1rc2.dist-info/RECORD' 2023-10-22T13:08:27,487 removing build/bdist.linux-armv7l/wheel 2023-10-22T13:08:27,609 Building wheel for repec (pyproject.toml): finished with status 'done' 2023-10-22T13:08:27,614 Created wheel for repec: filename=repec-0.0.1rc2-py3-none-any.whl size=30320 sha256=e6edb9a780318372a0480fc2c2b92c1064a79c28384922439d851b2250f610e1 2023-10-22T13:08:27,615 Stored in directory: /tmp/pip-ephem-wheel-cache-ru_e0be3/wheels/23/0f/5c/c7de73da39148588c18606a5c65652008a0869927d1a59ffa3 2023-10-22T13:08:27,626 Successfully built repec 2023-10-22T13:08:27,630 Removed build tracker: '/tmp/pip-build-tracker-9w8yiq0w'