2025-06-11T14:29:59,422 Created temporary directory: /tmp/pip-build-tracker-ypbd39m_ 2025-06-11T14:29:59,423 Initialized build tracking at /tmp/pip-build-tracker-ypbd39m_ 2025-06-11T14:29:59,424 Created build tracker: /tmp/pip-build-tracker-ypbd39m_ 2025-06-11T14:29:59,424 Entered build tracker: /tmp/pip-build-tracker-ypbd39m_ 2025-06-11T14:29:59,425 Created temporary directory: /tmp/pip-wheel-a36mvv7f 2025-06-11T14:29:59,429 Created temporary directory: /tmp/pip-ephem-wheel-cache-eqemu3ty 2025-06-11T14:29:59,478 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-06-11T14:29:59,481 2 location(s) to search for versions of csv-stringify: 2025-06-11T14:29:59,481 * https://pypi.org/simple/csv-stringify/ 2025-06-11T14:29:59,481 * https://www.piwheels.org/simple/csv-stringify/ 2025-06-11T14:29:59,481 Fetching project page and analyzing links: https://pypi.org/simple/csv-stringify/ 2025-06-11T14:29:59,482 Getting page https://pypi.org/simple/csv-stringify/ 2025-06-11T14:29:59,484 Found index url https://pypi.org/simple/ 2025-06-11T14:29:59,714 Fetched page https://pypi.org/simple/csv-stringify/ as application/vnd.pypi.simple.v1+json 2025-06-11T14:29:59,716 Skipping link: No binaries permitted for csv-stringify: https://files.pythonhosted.org/packages/76/3c/55e4180f5828447506d4d403ba4e3a63446556858406d886eaa75204b759/csv_stringify-1.0.0-py3-none-any.whl (from https://pypi.org/simple/csv-stringify/) (requires-python:>=3.7) 2025-06-11T14:29:59,717 Found link https://files.pythonhosted.org/packages/97/3e/e3b1e9059e1cb8e249313e05b2bed52f9771bea84d27a1698e55fd39d2e3/csv_stringify-1.0.0.tar.gz (from https://pypi.org/simple/csv-stringify/) (requires-python:>=3.7), version: 1.0.0 2025-06-11T14:29:59,718 Fetching project page and analyzing links: https://www.piwheels.org/simple/csv-stringify/ 2025-06-11T14:29:59,718 Getting page https://www.piwheels.org/simple/csv-stringify/ 2025-06-11T14:29:59,720 Found index url https://www.piwheels.org/simple/ 2025-06-11T14:29:59,877 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/csv-stringify/ 2025-06-11T14:30:00,540 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/csv-stringify/ 2025-06-11T14:30:01,704 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/csv-stringify/ 2025-06-11T14:30:03,867 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/csv-stringify/ 2025-06-11T14:30:08,033 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/csv-stringify/ 2025-06-11T14:30:08,202 Could not fetch URL https://www.piwheels.org/simple/csv-stringify/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/csv-stringify/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))) - skipping 2025-06-11T14:30:08,203 Skipping link: not a file: https://www.piwheels.org/simple/csv-stringify/ 2025-06-11T14:30:08,204 Skipping link: not a file: https://pypi.org/simple/csv-stringify/ 2025-06-11T14:30:08,222 Given no hashes to check 1 links for project 'csv-stringify': discarding no candidates 2025-06-11T14:30:08,224 Collecting csv-stringify==1.0.0 2025-06-11T14:30:08,226 Created temporary directory: /tmp/pip-unpack-zgxk6cui 2025-06-11T14:30:08,453 Downloading csv_stringify-1.0.0.tar.gz (4.8 kB) 2025-06-11T14:30:08,485 Added csv-stringify==1.0.0 from https://files.pythonhosted.org/packages/97/3e/e3b1e9059e1cb8e249313e05b2bed52f9771bea84d27a1698e55fd39d2e3/csv_stringify-1.0.0.tar.gz to build tracker '/tmp/pip-build-tracker-ypbd39m_' 2025-06-11T14:30:08,487 Running setup.py (path:/tmp/pip-wheel-a36mvv7f/csv-stringify_19d9abbff4224d4b89c910bebc974b7f/setup.py) egg_info for package csv-stringify 2025-06-11T14:30:08,488 Created temporary directory: /tmp/pip-pip-egg-info-3vgbb3y6 2025-06-11T14:30:08,489 Preparing metadata (setup.py): started 2025-06-11T14:30:08,490 Running command python setup.py egg_info 2025-06-11T14:30:09,370 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-11T14:30:09,370 !! 2025-06-11T14:30:09,371 ******************************************************************************** 2025-06-11T14:30:09,372 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-11T14:30:09,373 License :: OSI Approved :: MIT License 2025-06-11T14:30:09,374 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-11T14:30:09,374 ******************************************************************************** 2025-06-11T14:30:09,376 !! 2025-06-11T14:30:09,376 self._finalize_license_expression() 2025-06-11T14:30:09,400 running egg_info 2025-06-11T14:30:09,428 creating /tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info 2025-06-11T14:30:09,429 writing /tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/PKG-INFO 2025-06-11T14:30:09,435 writing dependency_links to /tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/dependency_links.txt 2025-06-11T14:30:09,439 writing requirements to /tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/requires.txt 2025-06-11T14:30:09,440 writing top-level names to /tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/top_level.txt 2025-06-11T14:30:09,441 writing manifest file '/tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/SOURCES.txt' 2025-06-11T14:30:09,532 reading manifest file '/tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/SOURCES.txt' 2025-06-11T14:30:09,536 writing manifest file '/tmp/pip-pip-egg-info-3vgbb3y6/csv_stringify.egg-info/SOURCES.txt' 2025-06-11T14:30:09,648 Preparing metadata (setup.py): finished with status 'done' 2025-06-11T14:30:09,652 Source in /tmp/pip-wheel-a36mvv7f/csv-stringify_19d9abbff4224d4b89c910bebc974b7f has version 1.0.0, which satisfies requirement csv-stringify==1.0.0 from https://files.pythonhosted.org/packages/97/3e/e3b1e9059e1cb8e249313e05b2bed52f9771bea84d27a1698e55fd39d2e3/csv_stringify-1.0.0.tar.gz 2025-06-11T14:30:09,653 Removed csv-stringify==1.0.0 from https://files.pythonhosted.org/packages/97/3e/e3b1e9059e1cb8e249313e05b2bed52f9771bea84d27a1698e55fd39d2e3/csv_stringify-1.0.0.tar.gz from build tracker '/tmp/pip-build-tracker-ypbd39m_' 2025-06-11T14:30:09,661 Created temporary directory: /tmp/pip-unpack-00_ddsfi 2025-06-11T14:30:09,662 Created temporary directory: /tmp/pip-unpack-ne5fys_0 2025-06-11T14:30:09,663 Building wheels for collected packages: csv-stringify 2025-06-11T14:30:09,667 Created temporary directory: /tmp/pip-wheel-mhstowmc 2025-06-11T14:30:09,668 DEPRECATION: Building 'csv-stringify' 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 'csv-stringify'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-11T14:30:09,670 Building wheel for csv-stringify (setup.py): started 2025-06-11T14:30:09,671 Destination directory: /tmp/pip-wheel-mhstowmc 2025-06-11T14:30:09,672 Running command python setup.py bdist_wheel 2025-06-11T14:30:10,515 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-11T14:30:10,515 !! 2025-06-11T14:30:10,516 ******************************************************************************** 2025-06-11T14:30:10,517 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-11T14:30:10,518 License :: OSI Approved :: MIT License 2025-06-11T14:30:10,519 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-11T14:30:10,519 ******************************************************************************** 2025-06-11T14:30:10,521 !! 2025-06-11T14:30:10,521 self._finalize_license_expression() 2025-06-11T14:30:10,522 running bdist_wheel 2025-06-11T14:30:10,655 running build 2025-06-11T14:30:10,656 running build_py 2025-06-11T14:30:10,687 creating build/lib/tests 2025-06-11T14:30:10,689 copying tests/test_core.py -> build/lib/tests 2025-06-11T14:30:10,692 copying tests/__init__.py -> build/lib/tests 2025-06-11T14:30:10,694 creating build/lib/csv_stringify 2025-06-11T14:30:10,695 copying csv_stringify/__init__.py -> build/lib/csv_stringify 2025-06-11T14:30:10,697 copying csv_stringify/core.py -> build/lib/csv_stringify 2025-06-11T14:30:10,698 running egg_info 2025-06-11T14:30:10,727 writing csv_stringify.egg-info/PKG-INFO 2025-06-11T14:30:10,733 writing dependency_links to csv_stringify.egg-info/dependency_links.txt 2025-06-11T14:30:10,736 writing requirements to csv_stringify.egg-info/requires.txt 2025-06-11T14:30:10,737 writing top-level names to csv_stringify.egg-info/top_level.txt 2025-06-11T14:30:10,770 reading manifest file 'csv_stringify.egg-info/SOURCES.txt' 2025-06-11T14:30:10,775 writing manifest file 'csv_stringify.egg-info/SOURCES.txt' 2025-06-11T14:30:10,805 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-11T14:30:10,806 !! 2025-06-11T14:30:10,807 ******************************************************************************** 2025-06-11T14:30:10,808 Please avoid running ``setup.py`` directly. 2025-06-11T14:30:10,809 Instead, use pypa/build, pypa/installer or other 2025-06-11T14:30:10,809 standards-based tools. 2025-06-11T14:30:10,811 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-06-11T14:30:10,811 or your builds will no longer be supported. 2025-06-11T14:30:10,813 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-11T14:30:10,813 ******************************************************************************** 2025-06-11T14:30:10,815 !! 2025-06-11T14:30:10,815 self.initialize_options() 2025-06-11T14:30:10,835 installing to build/bdist.linux-armv7l/wheel 2025-06-11T14:30:10,836 running install 2025-06-11T14:30:10,860 running install_lib 2025-06-11T14:30:10,888 creating build/bdist.linux-armv7l/wheel 2025-06-11T14:30:10,890 creating build/bdist.linux-armv7l/wheel/tests 2025-06-11T14:30:10,891 copying build/lib/tests/test_core.py -> build/bdist.linux-armv7l/wheel/./tests 2025-06-11T14:30:10,894 copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./tests 2025-06-11T14:30:10,896 creating build/bdist.linux-armv7l/wheel/csv_stringify 2025-06-11T14:30:10,898 copying build/lib/csv_stringify/__init__.py -> build/bdist.linux-armv7l/wheel/./csv_stringify 2025-06-11T14:30:10,900 copying build/lib/csv_stringify/core.py -> build/bdist.linux-armv7l/wheel/./csv_stringify 2025-06-11T14:30:10,902 running install_egg_info 2025-06-11T14:30:10,938 Copying csv_stringify.egg-info to build/bdist.linux-armv7l/wheel/./csv_stringify-1.0.0-py3.11.egg-info 2025-06-11T14:30:10,951 running install_scripts 2025-06-11T14:30:10,961 creating build/bdist.linux-armv7l/wheel/csv_stringify-1.0.0.dist-info/WHEEL 2025-06-11T14:30:10,964 creating '/tmp/pip-wheel-mhstowmc/csv_stringify-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-06-11T14:30:10,966 adding 'csv_stringify/__init__.py' 2025-06-11T14:30:10,968 adding 'csv_stringify/core.py' 2025-06-11T14:30:10,970 adding 'tests/__init__.py' 2025-06-11T14:30:10,972 adding 'tests/test_core.py' 2025-06-11T14:30:10,973 adding 'csv_stringify-1.0.0.dist-info/METADATA' 2025-06-11T14:30:10,974 adding 'csv_stringify-1.0.0.dist-info/WHEEL' 2025-06-11T14:30:10,975 adding 'csv_stringify-1.0.0.dist-info/top_level.txt' 2025-06-11T14:30:10,976 adding 'csv_stringify-1.0.0.dist-info/RECORD' 2025-06-11T14:30:10,978 removing build/bdist.linux-armv7l/wheel 2025-06-11T14:30:11,095 Building wheel for csv-stringify (setup.py): finished with status 'done' 2025-06-11T14:30:11,098 Created wheel for csv-stringify: filename=csv_stringify-1.0.0-py3-none-any.whl size=5205 sha256=7483e2e1d43675e924de934c039f66fb2a0877551ab7d2e5b30bdf38b7eab0bf 2025-06-11T14:30:11,099 Stored in directory: /tmp/pip-ephem-wheel-cache-eqemu3ty/wheels/e1/08/1c/a741df2f67dc404e06ff899a7fda748bda754f5f73faf08d34 2025-06-11T14:30:11,110 Successfully built csv-stringify 2025-06-11T14:30:11,113 Removed build tracker: '/tmp/pip-build-tracker-ypbd39m_'