2025-06-10T21:32:09,823 Created temporary directory: /tmp/pip-build-tracker-evgj9iwg 2025-06-10T21:32:09,824 Initialized build tracking at /tmp/pip-build-tracker-evgj9iwg 2025-06-10T21:32:09,824 Created build tracker: /tmp/pip-build-tracker-evgj9iwg 2025-06-10T21:32:09,825 Entered build tracker: /tmp/pip-build-tracker-evgj9iwg 2025-06-10T21:32:09,826 Created temporary directory: /tmp/pip-wheel-if_2ekhd 2025-06-10T21:32:09,830 Created temporary directory: /tmp/pip-ephem-wheel-cache-w6tdivfi 2025-06-10T21:32:09,881 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-06-10T21:32:09,884 2 location(s) to search for versions of apimonitor: 2025-06-10T21:32:09,884 * https://pypi.org/simple/apimonitor/ 2025-06-10T21:32:09,884 * https://www.piwheels.org/simple/apimonitor/ 2025-06-10T21:32:09,885 Fetching project page and analyzing links: https://pypi.org/simple/apimonitor/ 2025-06-10T21:32:09,886 Getting page https://pypi.org/simple/apimonitor/ 2025-06-10T21:32:09,887 Found index url https://pypi.org/simple/ 2025-06-10T21:32:10,113 Fetched page https://pypi.org/simple/apimonitor/ as application/vnd.pypi.simple.v1+json 2025-06-10T21:32:10,114 Skipping link: No binaries permitted for apimonitor: https://files.pythonhosted.org/packages/d0/e2/de3ee7bb687f2b063e5ea6f7155cfff41c372403a38a20a5ea0ec39debdb/apimonitor-1.0.0-py3-none-any.whl (from https://pypi.org/simple/apimonitor/) (requires-python:>=3.8) 2025-06-10T21:32:10,115 Found link https://files.pythonhosted.org/packages/0e/a2/1a74d43b7d9d933bb1018820ee3fe5007d52868657469dbf17716dd25b8a/apimonitor-1.0.0.tar.gz (from https://pypi.org/simple/apimonitor/) (requires-python:>=3.8), version: 1.0.0 2025-06-10T21:32:10,116 Fetching project page and analyzing links: https://www.piwheels.org/simple/apimonitor/ 2025-06-10T21:32:10,117 Getting page https://www.piwheels.org/simple/apimonitor/ 2025-06-10T21:32:10,118 Found index url https://www.piwheels.org/simple/ 2025-06-10T21:32:10,278 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/apimonitor/ 2025-06-10T21:32:10,943 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/apimonitor/ 2025-06-10T21:32:12,102 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/apimonitor/ 2025-06-10T21:32:14,264 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/apimonitor/ 2025-06-10T21:32:18,423 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/apimonitor/ 2025-06-10T21:32:18,584 Could not fetch URL https://www.piwheels.org/simple/apimonitor/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/apimonitor/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))) - skipping 2025-06-10T21:32:18,586 Skipping link: not a file: https://www.piwheels.org/simple/apimonitor/ 2025-06-10T21:32:18,587 Skipping link: not a file: https://pypi.org/simple/apimonitor/ 2025-06-10T21:32:18,604 Given no hashes to check 1 links for project 'apimonitor': discarding no candidates 2025-06-10T21:32:18,607 Collecting apimonitor==1.0.0 2025-06-10T21:32:18,609 Created temporary directory: /tmp/pip-unpack-zy5tfcgz 2025-06-10T21:32:18,843 Downloading apimonitor-1.0.0.tar.gz (35 kB) 2025-06-10T21:32:18,913 Added apimonitor==1.0.0 from https://files.pythonhosted.org/packages/0e/a2/1a74d43b7d9d933bb1018820ee3fe5007d52868657469dbf17716dd25b8a/apimonitor-1.0.0.tar.gz to build tracker '/tmp/pip-build-tracker-evgj9iwg' 2025-06-10T21:32:18,915 Running setup.py (path:/tmp/pip-wheel-if_2ekhd/apimonitor_d7d44e5561f648449f1b31b5ad0d2e0c/setup.py) egg_info for package apimonitor 2025-06-10T21:32:18,916 Created temporary directory: /tmp/pip-pip-egg-info-ukbj8fdy 2025-06-10T21:32:18,916 Preparing metadata (setup.py): started 2025-06-10T21:32:18,918 Running command python setup.py egg_info 2025-06-10T21:32:19,806 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-10T21:32:19,807 !! 2025-06-10T21:32:19,808 ******************************************************************************** 2025-06-10T21:32:19,808 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-10T21:32:19,809 License :: OSI Approved :: MIT License 2025-06-10T21:32:19,810 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-10T21:32:19,811 ******************************************************************************** 2025-06-10T21:32:19,812 !! 2025-06-10T21:32:19,813 self._finalize_license_expression() 2025-06-10T21:32:19,837 running egg_info 2025-06-10T21:32:19,866 creating /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info 2025-06-10T21:32:19,867 writing /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/PKG-INFO 2025-06-10T21:32:19,875 writing dependency_links to /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/dependency_links.txt 2025-06-10T21:32:19,877 writing entry points to /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/entry_points.txt 2025-06-10T21:32:19,881 writing requirements to /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/requires.txt 2025-06-10T21:32:19,882 writing top-level names to /tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/top_level.txt 2025-06-10T21:32:19,884 writing manifest file '/tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/SOURCES.txt' 2025-06-10T21:32:19,973 reading manifest file '/tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/SOURCES.txt' 2025-06-10T21:32:19,978 writing manifest file '/tmp/pip-pip-egg-info-ukbj8fdy/apimonitor.egg-info/SOURCES.txt' 2025-06-10T21:32:20,091 Preparing metadata (setup.py): finished with status 'done' 2025-06-10T21:32:20,097 Source in /tmp/pip-wheel-if_2ekhd/apimonitor_d7d44e5561f648449f1b31b5ad0d2e0c has version 1.0.0, which satisfies requirement apimonitor==1.0.0 from https://files.pythonhosted.org/packages/0e/a2/1a74d43b7d9d933bb1018820ee3fe5007d52868657469dbf17716dd25b8a/apimonitor-1.0.0.tar.gz 2025-06-10T21:32:20,098 Removed apimonitor==1.0.0 from https://files.pythonhosted.org/packages/0e/a2/1a74d43b7d9d933bb1018820ee3fe5007d52868657469dbf17716dd25b8a/apimonitor-1.0.0.tar.gz from build tracker '/tmp/pip-build-tracker-evgj9iwg' 2025-06-10T21:32:20,115 Created temporary directory: /tmp/pip-unpack-bkq43_67 2025-06-10T21:32:20,116 Created temporary directory: /tmp/pip-unpack-rb_88oyi 2025-06-10T21:32:20,117 Building wheels for collected packages: apimonitor 2025-06-10T21:32:20,121 Created temporary directory: /tmp/pip-wheel-aeju8fug 2025-06-10T21:32:20,122 DEPRECATION: Building 'apimonitor' 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 'apimonitor'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-10T21:32:20,123 Building wheel for apimonitor (setup.py): started 2025-06-10T21:32:20,124 Destination directory: /tmp/pip-wheel-aeju8fug 2025-06-10T21:32:20,125 Running command python setup.py bdist_wheel 2025-06-10T21:32:20,974 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-10T21:32:20,974 !! 2025-06-10T21:32:20,975 ******************************************************************************** 2025-06-10T21:32:20,975 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-10T21:32:20,976 License :: OSI Approved :: MIT License 2025-06-10T21:32:20,978 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-10T21:32:20,978 ******************************************************************************** 2025-06-10T21:32:20,979 !! 2025-06-10T21:32:20,980 self._finalize_license_expression() 2025-06-10T21:32:20,980 running bdist_wheel 2025-06-10T21:32:21,115 running build 2025-06-10T21:32:21,115 running build_py 2025-06-10T21:32:21,147 creating build/lib/apimonitor 2025-06-10T21:32:21,149 copying apimonitor/exceptions.py -> build/lib/apimonitor 2025-06-10T21:32:21,151 copying apimonitor/cli.py -> build/lib/apimonitor 2025-06-10T21:32:21,154 copying apimonitor/monitor.py -> build/lib/apimonitor 2025-06-10T21:32:21,157 copying apimonitor/models.py -> build/lib/apimonitor 2025-06-10T21:32:21,159 copying apimonitor/notifications.py -> build/lib/apimonitor 2025-06-10T21:32:21,162 copying apimonitor/config.py -> build/lib/apimonitor 2025-06-10T21:32:21,164 copying apimonitor/dashboard.py -> build/lib/apimonitor 2025-06-10T21:32:21,166 copying apimonitor/endpoint.py -> build/lib/apimonitor 2025-06-10T21:32:21,169 copying apimonitor/__init__.py -> build/lib/apimonitor 2025-06-10T21:32:21,200 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-10T21:32:21,201 !! 2025-06-10T21:32:21,202 ******************************************************************************** 2025-06-10T21:32:21,203 Please avoid running ``setup.py`` directly. 2025-06-10T21:32:21,203 Instead, use pypa/build, pypa/installer or other 2025-06-10T21:32:21,204 standards-based tools. 2025-06-10T21:32:21,206 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-06-10T21:32:21,206 or your builds will no longer be supported. 2025-06-10T21:32:21,208 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-10T21:32:21,208 ******************************************************************************** 2025-06-10T21:32:21,209 !! 2025-06-10T21:32:21,210 self.initialize_options() 2025-06-10T21:32:21,229 installing to build/bdist.linux-armv7l/wheel 2025-06-10T21:32:21,230 running install 2025-06-10T21:32:21,254 running install_lib 2025-06-10T21:32:21,283 creating build/bdist.linux-armv7l/wheel 2025-06-10T21:32:21,285 creating build/bdist.linux-armv7l/wheel/apimonitor 2025-06-10T21:32:21,287 copying build/lib/apimonitor/exceptions.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,289 copying build/lib/apimonitor/cli.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,292 copying build/lib/apimonitor/monitor.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,295 copying build/lib/apimonitor/models.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,297 copying build/lib/apimonitor/notifications.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,299 copying build/lib/apimonitor/config.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,302 copying build/lib/apimonitor/dashboard.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,304 copying build/lib/apimonitor/endpoint.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,307 copying build/lib/apimonitor/__init__.py -> build/bdist.linux-armv7l/wheel/./apimonitor 2025-06-10T21:32:21,308 running install_egg_info 2025-06-10T21:32:21,344 running egg_info 2025-06-10T21:32:21,375 writing apimonitor.egg-info/PKG-INFO 2025-06-10T21:32:21,383 writing dependency_links to apimonitor.egg-info/dependency_links.txt 2025-06-10T21:32:21,385 writing entry points to apimonitor.egg-info/entry_points.txt 2025-06-10T21:32:21,389 writing requirements to apimonitor.egg-info/requires.txt 2025-06-10T21:32:21,390 writing top-level names to apimonitor.egg-info/top_level.txt 2025-06-10T21:32:21,422 reading manifest file 'apimonitor.egg-info/SOURCES.txt' 2025-06-10T21:32:21,428 writing manifest file 'apimonitor.egg-info/SOURCES.txt' 2025-06-10T21:32:21,429 Copying apimonitor.egg-info to build/bdist.linux-armv7l/wheel/./apimonitor-1.0.0-py3.11.egg-info 2025-06-10T21:32:21,442 running install_scripts 2025-06-10T21:32:21,455 creating build/bdist.linux-armv7l/wheel/apimonitor-1.0.0.dist-info/WHEEL 2025-06-10T21:32:21,458 creating '/tmp/pip-wheel-aeju8fug/apimonitor-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-06-10T21:32:21,460 adding 'apimonitor/__init__.py' 2025-06-10T21:32:21,464 adding 'apimonitor/cli.py' 2025-06-10T21:32:21,466 adding 'apimonitor/config.py' 2025-06-10T21:32:21,467 adding 'apimonitor/dashboard.py' 2025-06-10T21:32:21,469 adding 'apimonitor/endpoint.py' 2025-06-10T21:32:21,470 adding 'apimonitor/exceptions.py' 2025-06-10T21:32:21,471 adding 'apimonitor/models.py' 2025-06-10T21:32:21,474 adding 'apimonitor/monitor.py' 2025-06-10T21:32:21,476 adding 'apimonitor/notifications.py' 2025-06-10T21:32:21,480 adding 'apimonitor-1.0.0.dist-info/METADATA' 2025-06-10T21:32:21,481 adding 'apimonitor-1.0.0.dist-info/WHEEL' 2025-06-10T21:32:21,482 adding 'apimonitor-1.0.0.dist-info/entry_points.txt' 2025-06-10T21:32:21,483 adding 'apimonitor-1.0.0.dist-info/top_level.txt' 2025-06-10T21:32:21,484 adding 'apimonitor-1.0.0.dist-info/RECORD' 2025-06-10T21:32:21,486 removing build/bdist.linux-armv7l/wheel 2025-06-10T21:32:21,605 Building wheel for apimonitor (setup.py): finished with status 'done' 2025-06-10T21:32:21,608 Created wheel for apimonitor: filename=apimonitor-1.0.0-py3-none-any.whl size=30186 sha256=d2cebf068cd92f96d8d254495461d4fe83c32c1e98ec852d3cfd4e94354bc4e6 2025-06-10T21:32:21,609 Stored in directory: /tmp/pip-ephem-wheel-cache-w6tdivfi/wheels/bd/0d/ff/af32a8932950b2fb6c49b91bf0ffaaa5c7afbbad46d15929ea 2025-06-10T21:32:21,627 Successfully built apimonitor 2025-06-10T21:32:21,631 Removed build tracker: '/tmp/pip-build-tracker-evgj9iwg'