2024-02-28T19:49:11,408 Created temporary directory: /tmp/pip-build-tracker-9ich1kcw 2024-02-28T19:49:11,409 Initialized build tracking at /tmp/pip-build-tracker-9ich1kcw 2024-02-28T19:49:11,410 Created build tracker: /tmp/pip-build-tracker-9ich1kcw 2024-02-28T19:49:11,410 Entered build tracker: /tmp/pip-build-tracker-9ich1kcw 2024-02-28T19:49:11,411 Created temporary directory: /tmp/pip-wheel-xz8493qu 2024-02-28T19:49:11,414 Created temporary directory: /tmp/pip-ephem-wheel-cache-5zb7_z5i 2024-02-28T19:49:11,436 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-28T19:49:11,439 2 location(s) to search for versions of scanerr: 2024-02-28T19:49:11,439 * https://pypi.org/simple/scanerr/ 2024-02-28T19:49:11,439 * https://www.piwheels.org/simple/scanerr/ 2024-02-28T19:49:11,440 Fetching project page and analyzing links: https://pypi.org/simple/scanerr/ 2024-02-28T19:49:11,441 Getting page https://pypi.org/simple/scanerr/ 2024-02-28T19:49:11,443 Found index url https://pypi.org/simple/ 2024-02-28T19:49:11,652 Fetched page https://pypi.org/simple/scanerr/ as application/vnd.pypi.simple.v1+json 2024-02-28T19:49:11,653 Skipping link: No binaries permitted for scanerr: https://files.pythonhosted.org/packages/6c/f0/ff076959fb7d51a4c81764a1fa64517d2abf73b3bf1449d1985922c13ba2/scanerr-0.0.1-py3-none-any.whl (from https://pypi.org/simple/scanerr/) (requires-python:>=3.9) 2024-02-28T19:49:11,654 Found link https://files.pythonhosted.org/packages/16/3c/576ae9218c05da75088e7483a6b1accf8a632c04f509ac2a0a396dd26ea1/scanerr-0.0.1.tar.gz (from https://pypi.org/simple/scanerr/) (requires-python:>=3.9), version: 0.0.1 2024-02-28T19:49:11,655 Fetching project page and analyzing links: https://www.piwheels.org/simple/scanerr/ 2024-02-28T19:49:11,656 Getting page https://www.piwheels.org/simple/scanerr/ 2024-02-28T19:49:11,657 Found index url https://www.piwheels.org/simple/ 2024-02-28T19:49:12,163 Fetched page https://www.piwheels.org/simple/scanerr/ as text/html 2024-02-28T19:49:12,165 Skipping link: not a file: https://www.piwheels.org/simple/scanerr/ 2024-02-28T19:49:12,166 Skipping link: not a file: https://pypi.org/simple/scanerr/ 2024-02-28T19:49:12,206 Given no hashes to check 1 links for project 'scanerr': discarding no candidates 2024-02-28T19:49:12,246 Collecting scanerr==0.0.1 2024-02-28T19:49:12,250 Created temporary directory: /tmp/pip-unpack-n9pmialx 2024-02-28T19:49:12,473 Downloading scanerr-0.0.1.tar.gz (6.8 kB) 2024-02-28T19:49:12,506 Added scanerr==0.0.1 from https://files.pythonhosted.org/packages/16/3c/576ae9218c05da75088e7483a6b1accf8a632c04f509ac2a0a396dd26ea1/scanerr-0.0.1.tar.gz to build tracker '/tmp/pip-build-tracker-9ich1kcw' 2024-02-28T19:49:12,510 Created temporary directory: /tmp/pip-build-env-srqllh6v 2024-02-28T19:49:12,514 Installing build dependencies: started 2024-02-28T19:49:12,516 Running command pip subprocess to install build dependencies 2024-02-28T19:49:15,055 Using pip 23.3.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2024-02-28T19:49:15,665 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-28T19:49:17,890 Collecting setuptools>=61.0 2024-02-28T19:49:17,906 Using cached https://www.piwheels.org/simple/setuptools/setuptools-69.1.1-py3-none-any.whl (819 kB) 2024-02-28T19:49:23,817 Installing collected packages: setuptools 2024-02-28T19:49:26,671 Successfully installed setuptools-69.1.1 2024-02-28T19:49:27,147 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-02-28T19:49:27,148 [notice] To update, run: python3 -m pip install --upgrade pip 2024-02-28T19:49:27,414 Installing build dependencies: finished with status 'done' 2024-02-28T19:49:27,417 Getting requirements to build wheel: started 2024-02-28T19:49:27,418 Running command Getting requirements to build wheel 2024-02-28T19:49:27,918 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-28T19:49:27,918 !! 2024-02-28T19:49:27,919 ******************************************************************************** 2024-02-28T19:49:27,920 The following seems to be defined outside of `pyproject.toml`: 2024-02-28T19:49:27,921 `dependencies = ['python-dotenv', 'requests', 'rich', 'typer']` 2024-02-28T19:49:27,922 According to the spec (see the link below), however, setuptools CANNOT 2024-02-28T19:49:27,922 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-28T19:49:27,923 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-28T19:49:27,924 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-28T19:49:27,924 remove the `[project]` table from your file and rely entirely on other means of 2024-02-28T19:49:27,925 configuration. 2024-02-28T19:49:27,925 ******************************************************************************** 2024-02-28T19:49:27,926 !! 2024-02-28T19:49:27,926 _handle_missing_dynamic(dist, project_table) 2024-02-28T19:49:27,927 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-28T19:49:27,927 corresp(dist, value, root_dir) 2024-02-28T19:49:28,158 running egg_info 2024-02-28T19:49:28,161 writing scanerr.egg-info/PKG-INFO 2024-02-28T19:49:28,164 writing dependency_links to scanerr.egg-info/dependency_links.txt 2024-02-28T19:49:28,166 writing entry points to scanerr.egg-info/entry_points.txt 2024-02-28T19:49:28,168 writing top-level names to scanerr.egg-info/top_level.txt 2024-02-28T19:49:28,182 reading manifest file 'scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:28,184 adding license file 'LICENSE.md' 2024-02-28T19:49:28,186 writing manifest file 'scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:28,297 Getting requirements to build wheel: finished with status 'done' 2024-02-28T19:49:28,305 Installing backend dependencies: started 2024-02-28T19:49:28,306 Running command pip subprocess to install backend dependencies 2024-02-28T19:49:29,469 Using pip 23.3.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2024-02-28T19:49:30,063 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-28T19:49:30,665 Collecting wheel 2024-02-28T19:49:30,688 Using cached https://www.piwheels.org/simple/wheel/wheel-0.42.0-py3-none-any.whl (65 kB) 2024-02-28T19:49:33,868 Installing collected packages: wheel 2024-02-28T19:49:34,094 Creating /tmp/pip-build-env-srqllh6v/normal/local/bin 2024-02-28T19:49:34,097 changing mode of /tmp/pip-build-env-srqllh6v/normal/local/bin/wheel to 755 2024-02-28T19:49:34,108 Successfully installed wheel-0.42.0 2024-02-28T19:49:34,582 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-02-28T19:49:34,583 [notice] To update, run: python3 -m pip install --upgrade pip 2024-02-28T19:49:34,810 Installing backend dependencies: finished with status 'done' 2024-02-28T19:49:34,812 Created temporary directory: /tmp/pip-modern-metadata-in3uc7h_ 2024-02-28T19:49:34,814 Preparing metadata (pyproject.toml): started 2024-02-28T19:49:34,815 Running command Preparing metadata (pyproject.toml) 2024-02-28T19:49:35,301 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-28T19:49:35,302 !! 2024-02-28T19:49:35,303 ******************************************************************************** 2024-02-28T19:49:35,303 The following seems to be defined outside of `pyproject.toml`: 2024-02-28T19:49:35,305 `dependencies = ['python-dotenv', 'requests', 'rich', 'typer']` 2024-02-28T19:49:35,306 According to the spec (see the link below), however, setuptools CANNOT 2024-02-28T19:49:35,307 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-28T19:49:35,308 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-28T19:49:35,309 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-28T19:49:35,310 remove the `[project]` table from your file and rely entirely on other means of 2024-02-28T19:49:35,310 configuration. 2024-02-28T19:49:35,311 ******************************************************************************** 2024-02-28T19:49:35,312 !! 2024-02-28T19:49:35,312 _handle_missing_dynamic(dist, project_table) 2024-02-28T19:49:35,313 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-28T19:49:35,313 corresp(dist, value, root_dir) 2024-02-28T19:49:35,595 running dist_info 2024-02-28T19:49:35,599 creating /tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info 2024-02-28T19:49:35,603 writing /tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/PKG-INFO 2024-02-28T19:49:35,606 writing dependency_links to /tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/dependency_links.txt 2024-02-28T19:49:35,607 writing entry points to /tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/entry_points.txt 2024-02-28T19:49:35,609 writing top-level names to /tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/top_level.txt 2024-02-28T19:49:35,610 writing manifest file '/tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:35,623 reading manifest file '/tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:35,626 adding license file 'LICENSE.md' 2024-02-28T19:49:35,627 writing manifest file '/tmp/pip-modern-metadata-in3uc7h_/scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:35,628 creating '/tmp/pip-modern-metadata-in3uc7h_/scanerr-0.0.1.dist-info' 2024-02-28T19:49:35,773 Preparing metadata (pyproject.toml): finished with status 'done' 2024-02-28T19:49:35,778 Source in /tmp/pip-wheel-xz8493qu/scanerr_f239925ce9e84e7e90184dcba4afcb12 has version 0.0.1, which satisfies requirement scanerr==0.0.1 from https://files.pythonhosted.org/packages/16/3c/576ae9218c05da75088e7483a6b1accf8a632c04f509ac2a0a396dd26ea1/scanerr-0.0.1.tar.gz 2024-02-28T19:49:35,778 Removed scanerr==0.0.1 from https://files.pythonhosted.org/packages/16/3c/576ae9218c05da75088e7483a6b1accf8a632c04f509ac2a0a396dd26ea1/scanerr-0.0.1.tar.gz from build tracker '/tmp/pip-build-tracker-9ich1kcw' 2024-02-28T19:49:35,783 Created temporary directory: /tmp/pip-unpack-t_cfg5fj 2024-02-28T19:49:35,784 Created temporary directory: /tmp/pip-unpack-jti6cm22 2024-02-28T19:49:35,787 Building wheels for collected packages: scanerr 2024-02-28T19:49:35,791 Created temporary directory: /tmp/pip-wheel-r98be37s 2024-02-28T19:49:35,791 Destination directory: /tmp/pip-wheel-r98be37s 2024-02-28T19:49:35,794 Building wheel for scanerr (pyproject.toml): started 2024-02-28T19:49:35,795 Running command Building wheel for scanerr (pyproject.toml) 2024-02-28T19:49:36,255 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-28T19:49:36,255 !! 2024-02-28T19:49:36,256 ******************************************************************************** 2024-02-28T19:49:36,257 The following seems to be defined outside of `pyproject.toml`: 2024-02-28T19:49:36,258 `dependencies = ['python-dotenv', 'requests', 'rich', 'typer']` 2024-02-28T19:49:36,259 According to the spec (see the link below), however, setuptools CANNOT 2024-02-28T19:49:36,260 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-28T19:49:36,261 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-28T19:49:36,262 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-28T19:49:36,263 remove the `[project]` table from your file and rely entirely on other means of 2024-02-28T19:49:36,263 configuration. 2024-02-28T19:49:36,263 ******************************************************************************** 2024-02-28T19:49:36,264 !! 2024-02-28T19:49:36,265 _handle_missing_dynamic(dist, project_table) 2024-02-28T19:49:36,265 /tmp/pip-build-env-srqllh6v/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-28T19:49:36,266 corresp(dist, value, root_dir) 2024-02-28T19:49:36,523 running bdist_wheel 2024-02-28T19:49:36,538 running build 2024-02-28T19:49:36,539 running build_py 2024-02-28T19:49:36,543 creating build 2024-02-28T19:49:36,543 creating build/lib 2024-02-28T19:49:36,544 creating build/lib/src 2024-02-28T19:49:36,546 copying src/__init__.py -> build/lib/src 2024-02-28T19:49:36,548 creating build/lib/src/scanerr 2024-02-28T19:49:36,548 copying src/scanerr/root.py -> build/lib/src/scanerr 2024-02-28T19:49:36,551 copying src/scanerr/api.py -> build/lib/src/scanerr 2024-02-28T19:49:36,553 copying src/scanerr/__init__.py -> build/lib/src/scanerr 2024-02-28T19:49:36,554 running egg_info 2024-02-28T19:49:36,557 writing scanerr.egg-info/PKG-INFO 2024-02-28T19:49:36,560 writing dependency_links to scanerr.egg-info/dependency_links.txt 2024-02-28T19:49:36,561 writing entry points to scanerr.egg-info/entry_points.txt 2024-02-28T19:49:36,562 writing top-level names to scanerr.egg-info/top_level.txt 2024-02-28T19:49:36,570 reading manifest file 'scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:36,571 adding license file 'LICENSE.md' 2024-02-28T19:49:36,573 writing manifest file 'scanerr.egg-info/SOURCES.txt' 2024-02-28T19:49:36,582 installing to build/bdist.linux-armv7l/wheel 2024-02-28T19:49:36,582 running install 2024-02-28T19:49:36,606 running install_lib 2024-02-28T19:49:36,610 creating build/bdist.linux-armv7l 2024-02-28T19:49:36,610 creating build/bdist.linux-armv7l/wheel 2024-02-28T19:49:36,612 creating build/bdist.linux-armv7l/wheel/src 2024-02-28T19:49:36,613 copying build/lib/src/__init__.py -> build/bdist.linux-armv7l/wheel/src 2024-02-28T19:49:36,615 creating build/bdist.linux-armv7l/wheel/src/scanerr 2024-02-28T19:49:36,616 copying build/lib/src/scanerr/root.py -> build/bdist.linux-armv7l/wheel/src/scanerr 2024-02-28T19:49:36,618 copying build/lib/src/scanerr/api.py -> build/bdist.linux-armv7l/wheel/src/scanerr 2024-02-28T19:49:36,620 copying build/lib/src/scanerr/__init__.py -> build/bdist.linux-armv7l/wheel/src/scanerr 2024-02-28T19:49:36,622 running install_egg_info 2024-02-28T19:49:36,625 Copying scanerr.egg-info to build/bdist.linux-armv7l/wheel/scanerr-0.0.1-py3.11.egg-info 2024-02-28T19:49:36,634 running install_scripts 2024-02-28T19:49:36,647 creating build/bdist.linux-armv7l/wheel/scanerr-0.0.1.dist-info/WHEEL 2024-02-28T19:49:36,649 creating '/tmp/pip-wheel-r98be37s/.tmp-dvj5lrde/scanerr-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2024-02-28T19:49:36,652 adding 'src/__init__.py' 2024-02-28T19:49:36,654 adding 'src/scanerr/__init__.py' 2024-02-28T19:49:36,656 adding 'src/scanerr/api.py' 2024-02-28T19:49:36,658 adding 'src/scanerr/root.py' 2024-02-28T19:49:36,659 adding 'scanerr-0.0.1.dist-info/LICENSE.md' 2024-02-28T19:49:36,660 adding 'scanerr-0.0.1.dist-info/METADATA' 2024-02-28T19:49:36,661 adding 'scanerr-0.0.1.dist-info/WHEEL' 2024-02-28T19:49:36,662 adding 'scanerr-0.0.1.dist-info/entry_points.txt' 2024-02-28T19:49:36,663 adding 'scanerr-0.0.1.dist-info/top_level.txt' 2024-02-28T19:49:36,664 adding 'scanerr-0.0.1.dist-info/RECORD' 2024-02-28T19:49:36,665 removing build/bdist.linux-armv7l/wheel 2024-02-28T19:49:36,788 Building wheel for scanerr (pyproject.toml): finished with status 'done' 2024-02-28T19:49:36,792 Created wheel for scanerr: filename=scanerr-0.0.1-py3-none-any.whl size=7627 sha256=63b4d0a895ddeba3e3b1a59ce06620b8cd5d9332200344628554b02b9aa02e21 2024-02-28T19:49:36,793 Stored in directory: /tmp/pip-ephem-wheel-cache-5zb7_z5i/wheels/34/ea/72/b3c86f221b65da86a00845c092218086c2e99e4706bf3e9dae 2024-02-28T19:49:36,803 Successfully built scanerr 2024-02-28T19:49:36,806 Removed build tracker: '/tmp/pip-build-tracker-9ich1kcw'