2025-09-27T23:21:29,251 Created temporary directory: /tmp/pip-ephem-wheel-cache-ye5o59qx 2025-09-27T23:21:29,253 Created temporary directory: /tmp/pip-build-tracker-m8edojvr 2025-09-27T23:21:29,253 Initialized build tracking at /tmp/pip-build-tracker-m8edojvr 2025-09-27T23:21:29,254 Created build tracker: /tmp/pip-build-tracker-m8edojvr 2025-09-27T23:21:29,254 Entered build tracker: /tmp/pip-build-tracker-m8edojvr 2025-09-27T23:21:29,255 Created temporary directory: /tmp/pip-wheel-voyv9ope 2025-09-27T23:21:29,259 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2025-09-27T23:21:29,261 Created temporary directory: /tmp/pip-ephem-wheel-cache-9xq242uo 2025-09-27T23:21:29,282 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-27T23:21:29,286 2 location(s) to search for versions of automation-framework: 2025-09-27T23:21:29,286 * https://pypi.org/simple/automation-framework/ 2025-09-27T23:21:29,286 * https://www.piwheels.org/simple/automation-framework/ 2025-09-27T23:21:29,287 Fetching project page and analyzing links: https://pypi.org/simple/automation-framework/ 2025-09-27T23:21:29,288 Getting page https://pypi.org/simple/automation-framework/ 2025-09-27T23:21:29,289 Found index url https://pypi.org/simple 2025-09-27T23:21:29,540 Fetched page https://pypi.org/simple/automation-framework/ as application/vnd.pypi.simple.v1+json 2025-09-27T23:21:29,541 Skipping link: No binaries permitted for automation-framework: https://files.pythonhosted.org/packages/48/6f/0e00ca525f7e39c60906168192c3d987d15a9f5d492a4ea460402b2f2660/automation_framework-0.1.0-py3-none-any.whl (from https://pypi.org/simple/automation-framework/) 2025-09-27T23:21:29,542 Found link https://files.pythonhosted.org/packages/70/58/6faf8b0434c190372078322097e755b2b4587954a6dac39c3ad7949a4e9b/automation_framework-0.1.0.tar.gz (from https://pypi.org/simple/automation-framework/), version: 0.1.0 2025-09-27T23:21:29,543 Fetching project page and analyzing links: https://www.piwheels.org/simple/automation-framework/ 2025-09-27T23:21:29,543 Getting page https://www.piwheels.org/simple/automation-framework/ 2025-09-27T23:21:29,545 Found index url https://www.piwheels.org/simple 2025-09-27T23:21:29,742 Fetched page https://www.piwheels.org/simple/automation-framework/ as text/html 2025-09-27T23:21:29,744 Skipping link: not a file: https://www.piwheels.org/simple/automation-framework/ 2025-09-27T23:21:29,744 Skipping link: not a file: https://pypi.org/simple/automation-framework/ 2025-09-27T23:21:29,763 Given no hashes to check 1 links for project 'automation-framework': discarding no candidates 2025-09-27T23:21:29,781 Collecting automation-framework==0.1.0 2025-09-27T23:21:29,783 Created temporary directory: /tmp/pip-unpack-eiovtrkd 2025-09-27T23:21:29,996 Downloading automation_framework-0.1.0.tar.gz (2.0 kB) 2025-09-27T23:21:30,020 Added automation-framework==0.1.0 from https://files.pythonhosted.org/packages/70/58/6faf8b0434c190372078322097e755b2b4587954a6dac39c3ad7949a4e9b/automation_framework-0.1.0.tar.gz to build tracker '/tmp/pip-build-tracker-m8edojvr' 2025-09-27T23:21:30,024 Created temporary directory: /tmp/pip-build-env-zrcmlcik 2025-09-27T23:21:30,028 Installing build dependencies: started 2025-09-27T23:21:30,029 Running command pip subprocess to install build dependencies 2025-09-27T23:21:31,414 Using pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11) 2025-09-27T23:21:32,065 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2025-09-27T23:21:32,088 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-27T23:21:33,852 Collecting setuptools>=61.0 2025-09-27T23:21:33,937 Using cached https://www.piwheels.org/simple/setuptools/setuptools-80.9.0-py3-none-any.whl (1.2 MB) 2025-09-27T23:21:37,024 Installing collected packages: setuptools 2025-09-27T23:21:40,589 Successfully installed setuptools-80.9.0 2025-09-27T23:21:40,854 Installing build dependencies: finished with status 'done' 2025-09-27T23:21:40,861 Getting requirements to build wheel: started 2025-09-27T23:21:40,862 Running command Getting requirements to build wheel 2025-09-27T23:21:41,473 /tmp/pip-build-env-zrcmlcik/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-09-27T23:21:41,473 !! 2025-09-27T23:21:41,474 ******************************************************************************** 2025-09-27T23:21:41,475 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-09-27T23:21:41,476 By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-09-27T23:21:41,476 or your builds will no longer be supported. 2025-09-27T23:21:41,477 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-27T23:21:41,478 ******************************************************************************** 2025-09-27T23:21:41,479 !! 2025-09-27T23:21:41,479 corresp(dist, value, root_dir) 2025-09-27T23:21:41,584 running egg_info 2025-09-27T23:21:41,594 writing automation_framework.egg-info/PKG-INFO 2025-09-27T23:21:41,597 writing dependency_links to automation_framework.egg-info/dependency_links.txt 2025-09-27T23:21:41,600 writing top-level names to automation_framework.egg-info/top_level.txt 2025-09-27T23:21:41,622 reading manifest file 'automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:41,624 adding license file 'LICENSE' 2025-09-27T23:21:41,627 writing manifest file 'automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:41,724 Getting requirements to build wheel: finished with status 'done' 2025-09-27T23:21:41,728 Created temporary directory: /tmp/pip-modern-metadata-iomnh1f6 2025-09-27T23:21:41,731 Preparing metadata (pyproject.toml): started 2025-09-27T23:21:41,732 Running command Preparing metadata (pyproject.toml) 2025-09-27T23:21:42,283 /tmp/pip-build-env-zrcmlcik/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-09-27T23:21:42,283 !! 2025-09-27T23:21:42,284 ******************************************************************************** 2025-09-27T23:21:42,285 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-09-27T23:21:42,286 By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-09-27T23:21:42,286 or your builds will no longer be supported. 2025-09-27T23:21:42,287 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-27T23:21:42,288 ******************************************************************************** 2025-09-27T23:21:42,289 !! 2025-09-27T23:21:42,290 corresp(dist, value, root_dir) 2025-09-27T23:21:42,383 running dist_info 2025-09-27T23:21:42,398 creating /tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info 2025-09-27T23:21:42,399 writing /tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/PKG-INFO 2025-09-27T23:21:42,402 writing dependency_links to /tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/dependency_links.txt 2025-09-27T23:21:42,404 writing top-level names to /tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/top_level.txt 2025-09-27T23:21:42,406 writing manifest file '/tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:42,424 reading manifest file '/tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:42,426 adding license file 'LICENSE' 2025-09-27T23:21:42,429 writing manifest file '/tmp/pip-modern-metadata-iomnh1f6/automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:42,430 creating '/tmp/pip-modern-metadata-iomnh1f6/automation_framework-0.1.0.dist-info' 2025-09-27T23:21:42,549 Preparing metadata (pyproject.toml): finished with status 'done' 2025-09-27T23:21:42,553 Source in /tmp/pip-wheel-voyv9ope/automation-framework_95f95da9b1384dbd9dd46d1d57f42703 has version 0.1.0, which satisfies requirement automation-framework==0.1.0 from https://files.pythonhosted.org/packages/70/58/6faf8b0434c190372078322097e755b2b4587954a6dac39c3ad7949a4e9b/automation_framework-0.1.0.tar.gz 2025-09-27T23:21:42,554 Removed automation-framework==0.1.0 from https://files.pythonhosted.org/packages/70/58/6faf8b0434c190372078322097e755b2b4587954a6dac39c3ad7949a4e9b/automation_framework-0.1.0.tar.gz from build tracker '/tmp/pip-build-tracker-m8edojvr' 2025-09-27T23:21:42,558 Created temporary directory: /tmp/pip-unpack-iq6xx7rw 2025-09-27T23:21:42,558 Building wheels for collected packages: automation-framework 2025-09-27T23:21:42,563 Created temporary directory: /tmp/pip-wheel-xap138u2 2025-09-27T23:21:42,563 Destination directory: /tmp/pip-wheel-xap138u2 2025-09-27T23:21:42,565 Building wheel for automation-framework (pyproject.toml): started 2025-09-27T23:21:42,567 Running command Building wheel for automation-framework (pyproject.toml) 2025-09-27T23:21:43,100 /tmp/pip-build-env-zrcmlcik/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-09-27T23:21:43,100 !! 2025-09-27T23:21:43,102 ******************************************************************************** 2025-09-27T23:21:43,102 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-09-27T23:21:43,103 By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-09-27T23:21:43,104 or your builds will no longer be supported. 2025-09-27T23:21:43,105 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-27T23:21:43,106 ******************************************************************************** 2025-09-27T23:21:43,107 !! 2025-09-27T23:21:43,108 corresp(dist, value, root_dir) 2025-09-27T23:21:43,194 running bdist_wheel 2025-09-27T23:21:43,215 running build 2025-09-27T23:21:43,216 running build_py 2025-09-27T23:21:43,222 creating build/lib/automation_framework 2025-09-27T23:21:43,225 copying automation_framework/__init__.py -> build/lib/automation_framework 2025-09-27T23:21:43,226 running egg_info 2025-09-27T23:21:43,240 writing automation_framework.egg-info/PKG-INFO 2025-09-27T23:21:43,243 writing dependency_links to automation_framework.egg-info/dependency_links.txt 2025-09-27T23:21:43,245 writing top-level names to automation_framework.egg-info/top_level.txt 2025-09-27T23:21:43,254 reading manifest file 'automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:43,256 adding license file 'LICENSE' 2025-09-27T23:21:43,259 writing manifest file 'automation_framework.egg-info/SOURCES.txt' 2025-09-27T23:21:43,271 installing to build/bdist.linux-armv7l/wheel 2025-09-27T23:21:43,272 running install 2025-09-27T23:21:43,295 running install_lib 2025-09-27T23:21:43,301 creating build/bdist.linux-armv7l/wheel 2025-09-27T23:21:43,303 creating build/bdist.linux-armv7l/wheel/automation_framework 2025-09-27T23:21:43,305 copying build/lib/automation_framework/__init__.py -> build/bdist.linux-armv7l/wheel/./automation_framework 2025-09-27T23:21:43,306 running install_egg_info 2025-09-27T23:21:43,312 Copying automation_framework.egg-info to build/bdist.linux-armv7l/wheel/./automation_framework-0.1.0-py3.11.egg-info 2025-09-27T23:21:43,320 running install_scripts 2025-09-27T23:21:43,330 creating build/bdist.linux-armv7l/wheel/automation_framework-0.1.0.dist-info/WHEEL 2025-09-27T23:21:43,333 creating '/tmp/pip-wheel-xap138u2/.tmp-1_xh9jz2/automation_framework-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-09-27T23:21:43,335 adding 'automation_framework/__init__.py' 2025-09-27T23:21:43,338 adding 'automation_framework-0.1.0.dist-info/licenses/LICENSE' 2025-09-27T23:21:43,339 adding 'automation_framework-0.1.0.dist-info/METADATA' 2025-09-27T23:21:43,340 adding 'automation_framework-0.1.0.dist-info/WHEEL' 2025-09-27T23:21:43,341 adding 'automation_framework-0.1.0.dist-info/top_level.txt' 2025-09-27T23:21:43,342 adding 'automation_framework-0.1.0.dist-info/RECORD' 2025-09-27T23:21:43,343 removing build/bdist.linux-armv7l/wheel 2025-09-27T23:21:43,444 Building wheel for automation-framework (pyproject.toml): finished with status 'done' 2025-09-27T23:21:43,448 Created wheel for automation-framework: filename=automation_framework-0.1.0-py3-none-any.whl size=2440 sha256=b2d1e88ce0c2f0a19f048ffbb8969ab78e1e37df8119dfbd1167a263ba8f016b 2025-09-27T23:21:43,449 Stored in directory: /tmp/pip-ephem-wheel-cache-9xq242uo/wheels/dd/43/67/90a5218f30a096f75fde9cd7c8174c8c5f848ee65949d0bf9b 2025-09-27T23:21:43,458 Successfully built automation-framework 2025-09-27T23:21:43,461 Removed build tracker: '/tmp/pip-build-tracker-m8edojvr'