2025-06-05T06:25:46,803 Created temporary directory: /tmp/pip-build-tracker-hmo6iprw 2025-06-05T06:25:46,804 Initialized build tracking at /tmp/pip-build-tracker-hmo6iprw 2025-06-05T06:25:46,805 Created build tracker: /tmp/pip-build-tracker-hmo6iprw 2025-06-05T06:25:46,805 Entered build tracker: /tmp/pip-build-tracker-hmo6iprw 2025-06-05T06:25:46,806 Created temporary directory: /tmp/pip-wheel-3dkjs81f 2025-06-05T06:25:46,810 Created temporary directory: /tmp/pip-ephem-wheel-cache-lnmw4661 2025-06-05T06:25:46,861 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-06-05T06:25:46,864 2 location(s) to search for versions of ez-route: 2025-06-05T06:25:46,864 * https://pypi.org/simple/ez-route/ 2025-06-05T06:25:46,864 * https://www.piwheels.org/simple/ez-route/ 2025-06-05T06:25:46,865 Fetching project page and analyzing links: https://pypi.org/simple/ez-route/ 2025-06-05T06:25:46,865 Getting page https://pypi.org/simple/ez-route/ 2025-06-05T06:25:46,867 Found index url https://pypi.org/simple/ 2025-06-05T06:25:47,151 Fetched page https://pypi.org/simple/ez-route/ as application/vnd.pypi.simple.v1+json 2025-06-05T06:25:47,154 Skipping link: No binaries permitted for ez-route: https://files.pythonhosted.org/packages/42/22/4c3b09948a840a89b57c8fe4089c8cd6ee8a918430e032146ad7515d9775/ez_route-0.1.1-py3-none-any.whl (from https://pypi.org/simple/ez-route/) (requires-python:>=3.8) 2025-06-05T06:25:47,156 Found link https://files.pythonhosted.org/packages/c4/61/aa27b943aed81b529d9f14a7eb24ab228e8f60c2c2fee20e4ba5cea0bf96/ez_route-0.1.1.tar.gz (from https://pypi.org/simple/ez-route/) (requires-python:>=3.8), version: 0.1.1 2025-06-05T06:25:47,157 Fetching project page and analyzing links: https://www.piwheels.org/simple/ez-route/ 2025-06-05T06:25:47,158 Getting page https://www.piwheels.org/simple/ez-route/ 2025-06-05T06:25:47,160 Found index url https://www.piwheels.org/simple/ 2025-06-05T06:25:47,322 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))': /simple/ez-route/ 2025-06-05T06:25:47,981 WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))': /simple/ez-route/ 2025-06-05T06:25:49,183 WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))': /simple/ez-route/ 2025-06-05T06:25:51,361 WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))': /simple/ez-route/ 2025-06-05T06:25:55,533 WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))': /simple/ez-route/ 2025-06-05T06:25:55,707 Could not fetch URL https://www.piwheels.org/simple/ez-route/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/ez-route/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))) - skipping 2025-06-05T06:25:55,709 Skipping link: not a file: https://www.piwheels.org/simple/ez-route/ 2025-06-05T06:25:55,709 Skipping link: not a file: https://pypi.org/simple/ez-route/ 2025-06-05T06:25:55,732 Given no hashes to check 1 links for project 'ez-route': discarding no candidates 2025-06-05T06:25:55,734 Collecting ez-route==0.1.1 2025-06-05T06:25:55,737 Created temporary directory: /tmp/pip-unpack-iddmgp_4 2025-06-05T06:25:55,963 Downloading ez_route-0.1.1.tar.gz (10 kB) 2025-06-05T06:25:56,032 Added ez-route==0.1.1 from https://files.pythonhosted.org/packages/c4/61/aa27b943aed81b529d9f14a7eb24ab228e8f60c2c2fee20e4ba5cea0bf96/ez_route-0.1.1.tar.gz to build tracker '/tmp/pip-build-tracker-hmo6iprw' 2025-06-05T06:25:56,034 Running setup.py (path:/tmp/pip-wheel-3dkjs81f/ez-route_da7edcec5ecc48628579d21408134a41/setup.py) egg_info for package ez-route 2025-06-05T06:25:56,035 Created temporary directory: /tmp/pip-pip-egg-info-eetz5jh6 2025-06-05T06:25:56,036 Preparing metadata (setup.py): started 2025-06-05T06:25:56,037 Running command python setup.py egg_info 2025-06-05T06:25:57,042 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T06:25:57,043 !! 2025-06-05T06:25:57,044 ******************************************************************************** 2025-06-05T06:25:57,044 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T06:25:57,045 License :: OSI Approved :: MIT License 2025-06-05T06:25:57,046 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T06:25:57,047 ******************************************************************************** 2025-06-05T06:25:57,048 !! 2025-06-05T06:25:57,049 self._finalize_license_expression() 2025-06-05T06:25:57,074 running egg_info 2025-06-05T06:25:57,103 creating /tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info 2025-06-05T06:25:57,104 writing /tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/PKG-INFO 2025-06-05T06:25:57,108 writing dependency_links to /tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/dependency_links.txt 2025-06-05T06:25:57,110 writing requirements to /tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/requires.txt 2025-06-05T06:25:57,112 writing top-level names to /tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/top_level.txt 2025-06-05T06:25:57,113 writing manifest file '/tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/SOURCES.txt' 2025-06-05T06:25:57,209 reading manifest file '/tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/SOURCES.txt' 2025-06-05T06:25:57,210 adding license file 'LICENSE' 2025-06-05T06:25:57,214 writing manifest file '/tmp/pip-pip-egg-info-eetz5jh6/ez_route.egg-info/SOURCES.txt' 2025-06-05T06:25:57,319 Preparing metadata (setup.py): finished with status 'done' 2025-06-05T06:25:57,326 Source in /tmp/pip-wheel-3dkjs81f/ez-route_da7edcec5ecc48628579d21408134a41 has version 0.1.1, which satisfies requirement ez-route==0.1.1 from https://files.pythonhosted.org/packages/c4/61/aa27b943aed81b529d9f14a7eb24ab228e8f60c2c2fee20e4ba5cea0bf96/ez_route-0.1.1.tar.gz 2025-06-05T06:25:57,327 Removed ez-route==0.1.1 from https://files.pythonhosted.org/packages/c4/61/aa27b943aed81b529d9f14a7eb24ab228e8f60c2c2fee20e4ba5cea0bf96/ez_route-0.1.1.tar.gz from build tracker '/tmp/pip-build-tracker-hmo6iprw' 2025-06-05T06:25:57,337 Created temporary directory: /tmp/pip-unpack-3ixx_ixo 2025-06-05T06:25:57,339 Created temporary directory: /tmp/pip-unpack-tho501h_ 2025-06-05T06:25:57,340 Building wheels for collected packages: ez-route 2025-06-05T06:25:57,345 Created temporary directory: /tmp/pip-wheel-ub35jckz 2025-06-05T06:25:57,346 DEPRECATION: Building 'ez-route' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ez-route'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T06:25:57,348 Building wheel for ez-route (setup.py): started 2025-06-05T06:25:57,349 Destination directory: /tmp/pip-wheel-ub35jckz 2025-06-05T06:25:57,350 Running command python setup.py bdist_wheel 2025-06-05T06:25:58,198 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T06:25:58,198 !! 2025-06-05T06:25:58,200 ******************************************************************************** 2025-06-05T06:25:58,200 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T06:25:58,202 License :: OSI Approved :: MIT License 2025-06-05T06:25:58,203 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T06:25:58,204 ******************************************************************************** 2025-06-05T06:25:58,206 !! 2025-06-05T06:25:58,206 self._finalize_license_expression() 2025-06-05T06:25:58,207 running bdist_wheel 2025-06-05T06:25:58,360 running build 2025-06-05T06:25:58,361 running build_py 2025-06-05T06:25:58,405 creating build/lib/ez_route 2025-06-05T06:25:58,407 copying src/ez_route/__init__.py -> build/lib/ez_route 2025-06-05T06:25:58,410 creating build/lib/ez_route/core 2025-06-05T06:25:58,411 copying src/ez_route/core/base.py -> build/lib/ez_route/core 2025-06-05T06:25:58,414 copying src/ez_route/core/utils.py -> build/lib/ez_route/core 2025-06-05T06:25:58,416 copying src/ez_route/core/__init__.py -> build/lib/ez_route/core 2025-06-05T06:25:58,418 creating build/lib/ez_route/services 2025-06-05T06:25:58,420 copying src/ez_route/services/service_locator.py -> build/lib/ez_route/services 2025-06-05T06:25:58,422 copying src/ez_route/services/__init__.py -> build/lib/ez_route/services 2025-06-05T06:25:58,425 creating build/lib/ez_route/routing 2025-06-05T06:25:58,426 copying src/ez_route/routing/manager.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,428 copying src/ez_route/routing/route_interpreter.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,431 copying src/ez_route/routing/route.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,433 copying src/ez_route/routing/registry.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,435 copying src/ez_route/routing/__init__.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,437 copying src/ez_route/routing/router.py -> build/lib/ez_route/routing 2025-06-05T06:25:58,440 creating build/lib/ez_route/platform 2025-06-05T06:25:58,443 copying src/ez_route/platform/screen_factory.py -> build/lib/ez_route/platform 2025-06-05T06:25:58,449 copying src/ez_route/platform/__init__.py -> build/lib/ez_route/platform 2025-06-05T06:25:58,504 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-05T06:25:58,505 !! 2025-06-05T06:25:58,506 ******************************************************************************** 2025-06-05T06:25:58,507 Please avoid running ``setup.py`` directly. 2025-06-05T06:25:58,508 Instead, use pypa/build, pypa/installer or other 2025-06-05T06:25:58,510 standards-based tools. 2025-06-05T06:25:58,512 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-06-05T06:25:58,513 or your builds will no longer be supported. 2025-06-05T06:25:58,514 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T06:25:58,515 ******************************************************************************** 2025-06-05T06:25:58,518 !! 2025-06-05T06:25:58,519 self.initialize_options() 2025-06-05T06:25:58,537 installing to build/bdist.linux-armv7l/wheel 2025-06-05T06:25:58,538 running install 2025-06-05T06:25:58,564 running install_lib 2025-06-05T06:25:58,595 creating build/bdist.linux-armv7l/wheel 2025-06-05T06:25:58,601 creating build/bdist.linux-armv7l/wheel/ez_route 2025-06-05T06:25:58,603 creating build/bdist.linux-armv7l/wheel/ez_route/core 2025-06-05T06:25:58,605 copying build/lib/ez_route/core/base.py -> build/bdist.linux-armv7l/wheel/./ez_route/core 2025-06-05T06:25:58,607 copying build/lib/ez_route/core/utils.py -> build/bdist.linux-armv7l/wheel/./ez_route/core 2025-06-05T06:25:58,609 copying build/lib/ez_route/core/__init__.py -> build/bdist.linux-armv7l/wheel/./ez_route/core 2025-06-05T06:25:58,612 creating build/bdist.linux-armv7l/wheel/ez_route/services 2025-06-05T06:25:58,613 copying build/lib/ez_route/services/service_locator.py -> build/bdist.linux-armv7l/wheel/./ez_route/services 2025-06-05T06:25:58,615 copying build/lib/ez_route/services/__init__.py -> build/bdist.linux-armv7l/wheel/./ez_route/services 2025-06-05T06:25:58,617 copying build/lib/ez_route/__init__.py -> build/bdist.linux-armv7l/wheel/./ez_route 2025-06-05T06:25:58,620 creating build/bdist.linux-armv7l/wheel/ez_route/routing 2025-06-05T06:25:58,621 copying build/lib/ez_route/routing/manager.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,624 copying build/lib/ez_route/routing/route_interpreter.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,626 copying build/lib/ez_route/routing/route.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,628 copying build/lib/ez_route/routing/registry.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,630 copying build/lib/ez_route/routing/__init__.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,632 copying build/lib/ez_route/routing/router.py -> build/bdist.linux-armv7l/wheel/./ez_route/routing 2025-06-05T06:25:58,635 creating build/bdist.linux-armv7l/wheel/ez_route/platform 2025-06-05T06:25:58,636 copying build/lib/ez_route/platform/screen_factory.py -> build/bdist.linux-armv7l/wheel/./ez_route/platform 2025-06-05T06:25:58,641 copying build/lib/ez_route/platform/__init__.py -> build/bdist.linux-armv7l/wheel/./ez_route/platform 2025-06-05T06:25:58,645 running install_egg_info 2025-06-05T06:25:58,689 running egg_info 2025-06-05T06:25:58,722 writing src/ez_route.egg-info/PKG-INFO 2025-06-05T06:25:58,727 writing dependency_links to src/ez_route.egg-info/dependency_links.txt 2025-06-05T06:25:58,729 writing requirements to src/ez_route.egg-info/requires.txt 2025-06-05T06:25:58,731 writing top-level names to src/ez_route.egg-info/top_level.txt 2025-06-05T06:25:58,765 reading manifest file 'src/ez_route.egg-info/SOURCES.txt' 2025-06-05T06:25:58,768 adding license file 'LICENSE' 2025-06-05T06:25:58,772 writing manifest file 'src/ez_route.egg-info/SOURCES.txt' 2025-06-05T06:25:58,774 Copying src/ez_route.egg-info to build/bdist.linux-armv7l/wheel/./ez_route-0.1.1-py3.11.egg-info 2025-06-05T06:25:58,783 running install_scripts 2025-06-05T06:25:58,795 creating build/bdist.linux-armv7l/wheel/ez_route-0.1.1.dist-info/WHEEL 2025-06-05T06:25:58,798 creating '/tmp/pip-wheel-ub35jckz/ez_route-0.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-06-05T06:25:58,801 adding 'ez_route/__init__.py' 2025-06-05T06:25:58,803 adding 'ez_route/core/__init__.py' 2025-06-05T06:25:58,805 adding 'ez_route/core/base.py' 2025-06-05T06:25:58,806 adding 'ez_route/core/utils.py' 2025-06-05T06:25:58,808 adding 'ez_route/platform/__init__.py' 2025-06-05T06:25:58,810 adding 'ez_route/platform/screen_factory.py' 2025-06-05T06:25:58,812 adding 'ez_route/routing/__init__.py' 2025-06-05T06:25:58,813 adding 'ez_route/routing/manager.py' 2025-06-05T06:25:58,815 adding 'ez_route/routing/registry.py' 2025-06-05T06:25:58,816 adding 'ez_route/routing/route.py' 2025-06-05T06:25:58,818 adding 'ez_route/routing/route_interpreter.py' 2025-06-05T06:25:58,819 adding 'ez_route/routing/router.py' 2025-06-05T06:25:58,821 adding 'ez_route/services/__init__.py' 2025-06-05T06:25:58,822 adding 'ez_route/services/service_locator.py' 2025-06-05T06:25:58,825 adding 'ez_route-0.1.1.dist-info/licenses/LICENSE' 2025-06-05T06:25:58,827 adding 'ez_route-0.1.1.dist-info/METADATA' 2025-06-05T06:25:58,828 adding 'ez_route-0.1.1.dist-info/WHEEL' 2025-06-05T06:25:58,829 adding 'ez_route-0.1.1.dist-info/top_level.txt' 2025-06-05T06:25:58,830 adding 'ez_route-0.1.1.dist-info/RECORD' 2025-06-05T06:25:58,832 removing build/bdist.linux-armv7l/wheel 2025-06-05T06:25:58,947 Building wheel for ez-route (setup.py): finished with status 'done' 2025-06-05T06:25:58,950 Created wheel for ez-route: filename=ez_route-0.1.1-py3-none-any.whl size=11328 sha256=6f1ff98d35ab18f0350f1e85e69058ad3cd2d248f1fff6f88e3c82701c286164 2025-06-05T06:25:58,951 Stored in directory: /tmp/pip-ephem-wheel-cache-lnmw4661/wheels/3a/69/80/8f74a7651255fd3cb324569f5113f1c289c0320df78eb18680 2025-06-05T06:25:58,964 Successfully built ez-route 2025-06-05T06:25:58,967 Removed build tracker: '/tmp/pip-build-tracker-hmo6iprw'