2025-05-30T08:50:21,004 Created temporary directory: /tmp/pip-build-tracker-1_hlqfh4 2025-05-30T08:50:21,006 Initialized build tracking at /tmp/pip-build-tracker-1_hlqfh4 2025-05-30T08:50:21,006 Created build tracker: /tmp/pip-build-tracker-1_hlqfh4 2025-05-30T08:50:21,006 Entered build tracker: /tmp/pip-build-tracker-1_hlqfh4 2025-05-30T08:50:21,007 Created temporary directory: /tmp/pip-wheel-8hz9ne5w 2025-05-30T08:50:21,011 Created temporary directory: /tmp/pip-ephem-wheel-cache-kyda4nr6 2025-05-30T08:50:21,057 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-05-30T08:50:21,060 2 location(s) to search for versions of instasend: 2025-05-30T08:50:21,060 * https://pypi.org/simple/instasend/ 2025-05-30T08:50:21,060 * https://www.piwheels.org/simple/instasend/ 2025-05-30T08:50:21,061 Fetching project page and analyzing links: https://pypi.org/simple/instasend/ 2025-05-30T08:50:21,061 Getting page https://pypi.org/simple/instasend/ 2025-05-30T08:50:21,063 Found index url https://pypi.org/simple/ 2025-05-30T08:50:21,281 Fetched page https://pypi.org/simple/instasend/ as application/vnd.pypi.simple.v1+json 2025-05-30T08:50:21,282 Skipping link: No binaries permitted for instasend: https://files.pythonhosted.org/packages/d0/fe/f5248fda6d22815a8026e9acbc870ef85b410ca3e164fa9c20d09dc36358/instasend-0.1.0-py3-none-any.whl (from https://pypi.org/simple/instasend/) (requires-python:>=3.6) 2025-05-30T08:50:21,283 Found link https://files.pythonhosted.org/packages/80/68/29562c197528e66db5a36be8383d24ec1536c84b7d63ea6044b3011c660f/instasend-0.1.0.tar.gz (from https://pypi.org/simple/instasend/) (requires-python:>=3.6), version: 0.1.0 2025-05-30T08:50:21,284 Fetching project page and analyzing links: https://www.piwheels.org/simple/instasend/ 2025-05-30T08:50:21,285 Getting page https://www.piwheels.org/simple/instasend/ 2025-05-30T08:50:21,286 Found index url https://www.piwheels.org/simple/ 2025-05-30T08:50:21,440 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/instasend/ 2025-05-30T08:50:22,091 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/instasend/ 2025-05-30T08:50:23,240 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/instasend/ 2025-05-30T08:50:25,450 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/instasend/ 2025-05-30T08:50:29,670 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/instasend/ 2025-05-30T08:50:29,884 Could not fetch URL https://www.piwheels.org/simple/instasend/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/instasend/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))) - skipping 2025-05-30T08:50:29,886 Skipping link: not a file: https://www.piwheels.org/simple/instasend/ 2025-05-30T08:50:29,886 Skipping link: not a file: https://pypi.org/simple/instasend/ 2025-05-30T08:50:29,904 Given no hashes to check 1 links for project 'instasend': discarding no candidates 2025-05-30T08:50:29,906 Collecting instasend==0.1.0 2025-05-30T08:50:29,908 Created temporary directory: /tmp/pip-unpack-vmces_ys 2025-05-30T08:50:30,127 Downloading instasend-0.1.0.tar.gz (2.1 kB) 2025-05-30T08:50:30,154 Added instasend==0.1.0 from https://files.pythonhosted.org/packages/80/68/29562c197528e66db5a36be8383d24ec1536c84b7d63ea6044b3011c660f/instasend-0.1.0.tar.gz to build tracker '/tmp/pip-build-tracker-1_hlqfh4' 2025-05-30T08:50:30,156 Running setup.py (path:/tmp/pip-wheel-8hz9ne5w/instasend_d6d45e7dda9e460dbd4b95c9e13247d6/setup.py) egg_info for package instasend 2025-05-30T08:50:30,157 Created temporary directory: /tmp/pip-pip-egg-info-c5h5onkh 2025-05-30T08:50:30,157 Preparing metadata (setup.py): started 2025-05-30T08:50:30,158 Running command python setup.py egg_info 2025-05-30T08:50:31,027 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-05-30T08:50:31,027 !! 2025-05-30T08:50:31,028 ******************************************************************************** 2025-05-30T08:50:31,029 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-05-30T08:50:31,030 License :: OSI Approved :: MIT License 2025-05-30T08:50:31,031 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-05-30T08:50:31,031 ******************************************************************************** 2025-05-30T08:50:31,032 !! 2025-05-30T08:50:31,033 self._finalize_license_expression() 2025-05-30T08:50:31,055 running egg_info 2025-05-30T08:50:31,082 creating /tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info 2025-05-30T08:50:31,083 writing /tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/PKG-INFO 2025-05-30T08:50:31,086 writing dependency_links to /tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/dependency_links.txt 2025-05-30T08:50:31,088 writing requirements to /tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/requires.txt 2025-05-30T08:50:31,089 writing top-level names to /tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/top_level.txt 2025-05-30T08:50:31,091 writing manifest file '/tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/SOURCES.txt' 2025-05-30T08:50:31,174 reading manifest file '/tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/SOURCES.txt' 2025-05-30T08:50:31,178 writing manifest file '/tmp/pip-pip-egg-info-c5h5onkh/instasend.egg-info/SOURCES.txt' 2025-05-30T08:50:31,284 Preparing metadata (setup.py): finished with status 'done' 2025-05-30T08:50:31,288 Source in /tmp/pip-wheel-8hz9ne5w/instasend_d6d45e7dda9e460dbd4b95c9e13247d6 has version 0.1.0, which satisfies requirement instasend==0.1.0 from https://files.pythonhosted.org/packages/80/68/29562c197528e66db5a36be8383d24ec1536c84b7d63ea6044b3011c660f/instasend-0.1.0.tar.gz 2025-05-30T08:50:31,289 Removed instasend==0.1.0 from https://files.pythonhosted.org/packages/80/68/29562c197528e66db5a36be8383d24ec1536c84b7d63ea6044b3011c660f/instasend-0.1.0.tar.gz from build tracker '/tmp/pip-build-tracker-1_hlqfh4' 2025-05-30T08:50:31,295 Created temporary directory: /tmp/pip-unpack-37inyej1 2025-05-30T08:50:31,296 Created temporary directory: /tmp/pip-unpack-wiuvze8s 2025-05-30T08:50:31,296 Building wheels for collected packages: instasend 2025-05-30T08:50:31,300 Created temporary directory: /tmp/pip-wheel-bfd4df2i 2025-05-30T08:50:31,301 DEPRECATION: Building 'instasend' 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 'instasend'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-05-30T08:50:31,302 Building wheel for instasend (setup.py): started 2025-05-30T08:50:31,304 Destination directory: /tmp/pip-wheel-bfd4df2i 2025-05-30T08:50:31,304 Running command python setup.py bdist_wheel 2025-05-30T08:50:32,172 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-05-30T08:50:32,173 !! 2025-05-30T08:50:32,174 ******************************************************************************** 2025-05-30T08:50:32,174 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-05-30T08:50:32,175 License :: OSI Approved :: MIT License 2025-05-30T08:50:32,176 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-05-30T08:50:32,176 ******************************************************************************** 2025-05-30T08:50:32,177 !! 2025-05-30T08:50:32,178 self._finalize_license_expression() 2025-05-30T08:50:32,178 running bdist_wheel 2025-05-30T08:50:32,305 running build 2025-05-30T08:50:32,306 running build_py 2025-05-30T08:50:32,336 creating build/lib/instasend 2025-05-30T08:50:32,338 copying instasend/constants.py -> build/lib/instasend 2025-05-30T08:50:32,340 copying instasend/__init__.py -> build/lib/instasend 2025-05-30T08:50:32,342 copying instasend/Instagram.py -> build/lib/instasend 2025-05-30T08:50:32,373 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-05-30T08:50:32,373 !! 2025-05-30T08:50:32,374 ******************************************************************************** 2025-05-30T08:50:32,375 Please avoid running ``setup.py`` directly. 2025-05-30T08:50:32,375 Instead, use pypa/build, pypa/installer or other 2025-05-30T08:50:32,376 standards-based tools. 2025-05-30T08:50:32,377 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-05-30T08:50:32,378 or your builds will no longer be supported. 2025-05-30T08:50:32,379 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-05-30T08:50:32,380 ******************************************************************************** 2025-05-30T08:50:32,381 !! 2025-05-30T08:50:32,381 self.initialize_options() 2025-05-30T08:50:32,401 installing to build/bdist.linux-armv7l/wheel 2025-05-30T08:50:32,401 running install 2025-05-30T08:50:32,425 running install_lib 2025-05-30T08:50:32,451 creating build/bdist.linux-armv7l/wheel 2025-05-30T08:50:32,453 creating build/bdist.linux-armv7l/wheel/instasend 2025-05-30T08:50:32,455 copying build/lib/instasend/constants.py -> build/bdist.linux-armv7l/wheel/./instasend 2025-05-30T08:50:32,457 copying build/lib/instasend/__init__.py -> build/bdist.linux-armv7l/wheel/./instasend 2025-05-30T08:50:32,458 copying build/lib/instasend/Instagram.py -> build/bdist.linux-armv7l/wheel/./instasend 2025-05-30T08:50:32,460 running install_egg_info 2025-05-30T08:50:32,493 running egg_info 2025-05-30T08:50:32,520 writing instasend.egg-info/PKG-INFO 2025-05-30T08:50:32,523 writing dependency_links to instasend.egg-info/dependency_links.txt 2025-05-30T08:50:32,525 writing requirements to instasend.egg-info/requires.txt 2025-05-30T08:50:32,526 writing top-level names to instasend.egg-info/top_level.txt 2025-05-30T08:50:32,555 reading manifest file 'instasend.egg-info/SOURCES.txt' 2025-05-30T08:50:32,560 writing manifest file 'instasend.egg-info/SOURCES.txt' 2025-05-30T08:50:32,562 Copying instasend.egg-info to build/bdist.linux-armv7l/wheel/./instasend-0.1.0-py3.11.egg-info 2025-05-30T08:50:32,572 running install_scripts 2025-05-30T08:50:32,583 creating build/bdist.linux-armv7l/wheel/instasend-0.1.0.dist-info/WHEEL 2025-05-30T08:50:32,585 creating '/tmp/pip-wheel-bfd4df2i/instasend-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-05-30T08:50:32,588 adding 'instasend/Instagram.py' 2025-05-30T08:50:32,589 adding 'instasend/__init__.py' 2025-05-30T08:50:32,590 adding 'instasend/constants.py' 2025-05-30T08:50:32,592 adding 'instasend-0.1.0.dist-info/METADATA' 2025-05-30T08:50:32,593 adding 'instasend-0.1.0.dist-info/WHEEL' 2025-05-30T08:50:32,594 adding 'instasend-0.1.0.dist-info/top_level.txt' 2025-05-30T08:50:32,595 adding 'instasend-0.1.0.dist-info/RECORD' 2025-05-30T08:50:32,596 removing build/bdist.linux-armv7l/wheel 2025-05-30T08:50:32,707 Building wheel for instasend (setup.py): finished with status 'done' 2025-05-30T08:50:32,710 Created wheel for instasend: filename=instasend-0.1.0-py3-none-any.whl size=2621 sha256=f98e074ac1740f8bb9ff9d82d728290efe1c9cdf396012a8e63b8cbc13173a8d 2025-05-30T08:50:32,711 Stored in directory: /tmp/pip-ephem-wheel-cache-kyda4nr6/wheels/f2/49/c0/4c74cfdfe0728b22af12dccae60601e3877cd42da7f497d2aa 2025-05-30T08:50:32,720 Successfully built instasend 2025-05-30T08:50:32,722 Removed build tracker: '/tmp/pip-build-tracker-1_hlqfh4'