2025-06-03T08:18:14,452 Created temporary directory: /tmp/pip-build-tracker-lxer2cgg 2025-06-03T08:18:14,453 Initialized build tracking at /tmp/pip-build-tracker-lxer2cgg 2025-06-03T08:18:14,453 Created build tracker: /tmp/pip-build-tracker-lxer2cgg 2025-06-03T08:18:14,454 Entered build tracker: /tmp/pip-build-tracker-lxer2cgg 2025-06-03T08:18:14,455 Created temporary directory: /tmp/pip-wheel-0xivkxb0 2025-06-03T08:18:14,459 Created temporary directory: /tmp/pip-ephem-wheel-cache-xd5rh769 2025-06-03T08:18:14,506 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-06-03T08:18:14,508 2 location(s) to search for versions of research-analyzer: 2025-06-03T08:18:14,508 * https://pypi.org/simple/research-analyzer/ 2025-06-03T08:18:14,508 * https://www.piwheels.org/simple/research-analyzer/ 2025-06-03T08:18:14,509 Fetching project page and analyzing links: https://pypi.org/simple/research-analyzer/ 2025-06-03T08:18:14,510 Getting page https://pypi.org/simple/research-analyzer/ 2025-06-03T08:18:14,511 Found index url https://pypi.org/simple/ 2025-06-03T08:18:14,797 Fetched page https://pypi.org/simple/research-analyzer/ as application/vnd.pypi.simple.v1+json 2025-06-03T08:18:14,798 Skipping link: No binaries permitted for research-analyzer: https://files.pythonhosted.org/packages/99/ab/017fba2112bc10987dd35f7c0ef2499ca196e38c7eb1f70f4d3bd8808aab/research_analyzer-0.1.0-py3-none-any.whl (from https://pypi.org/simple/research-analyzer/) (requires-python:>=3.7) 2025-06-03T08:18:14,800 Found link https://files.pythonhosted.org/packages/22/15/33eb1cad97be0bd5466ca7cef80eaf4602d2492baf682d128337bfd4cc1b/research_analyzer-0.1.0.tar.gz (from https://pypi.org/simple/research-analyzer/) (requires-python:>=3.7), version: 0.1.0 2025-06-03T08:18:14,801 Fetching project page and analyzing links: https://www.piwheels.org/simple/research-analyzer/ 2025-06-03T08:18:14,802 Getting page https://www.piwheels.org/simple/research-analyzer/ 2025-06-03T08:18:14,803 Found index url https://www.piwheels.org/simple/ 2025-06-03T08:18:14,987 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/research-analyzer/ 2025-06-03T08:18:15,634 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/research-analyzer/ 2025-06-03T08:18:16,820 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/research-analyzer/ 2025-06-03T08:18:19,003 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/research-analyzer/ 2025-06-03T08:18:23,220 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/research-analyzer/ 2025-06-03T08:18:23,441 Could not fetch URL https://www.piwheels.org/simple/research-analyzer/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/research-analyzer/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:992)'))) - skipping 2025-06-03T08:18:23,442 Skipping link: not a file: https://www.piwheels.org/simple/research-analyzer/ 2025-06-03T08:18:23,443 Skipping link: not a file: https://pypi.org/simple/research-analyzer/ 2025-06-03T08:18:23,460 Given no hashes to check 1 links for project 'research-analyzer': discarding no candidates 2025-06-03T08:18:23,462 Collecting research-analyzer==0.1.0 2025-06-03T08:18:23,464 Created temporary directory: /tmp/pip-unpack-vtunvted 2025-06-03T08:18:23,688 Downloading research_analyzer-0.1.0.tar.gz (12 kB) 2025-06-03T08:18:23,740 Added research-analyzer==0.1.0 from https://files.pythonhosted.org/packages/22/15/33eb1cad97be0bd5466ca7cef80eaf4602d2492baf682d128337bfd4cc1b/research_analyzer-0.1.0.tar.gz to build tracker '/tmp/pip-build-tracker-lxer2cgg' 2025-06-03T08:18:23,741 Running setup.py (path:/tmp/pip-wheel-0xivkxb0/research-analyzer_26572f62edf0428fa2f5b0e35e4bcf8a/setup.py) egg_info for package research-analyzer 2025-06-03T08:18:23,742 Created temporary directory: /tmp/pip-pip-egg-info-6k4bwm3q 2025-06-03T08:18:23,743 Preparing metadata (setup.py): started 2025-06-03T08:18:23,744 Running command python setup.py egg_info 2025-06-03T08:18:24,558 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-03T08:18:24,559 !! 2025-06-03T08:18:24,560 ******************************************************************************** 2025-06-03T08:18:24,561 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-03T08:18:24,562 License :: OSI Approved :: MIT License 2025-06-03T08:18:24,563 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-03T08:18:24,563 ******************************************************************************** 2025-06-03T08:18:24,564 !! 2025-06-03T08:18:24,565 self._finalize_license_expression() 2025-06-03T08:18:24,587 running egg_info 2025-06-03T08:18:24,615 creating /tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info 2025-06-03T08:18:24,616 writing /tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/PKG-INFO 2025-06-03T08:18:24,620 writing dependency_links to /tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/dependency_links.txt 2025-06-03T08:18:24,621 writing requirements to /tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/requires.txt 2025-06-03T08:18:24,623 writing top-level names to /tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/top_level.txt 2025-06-03T08:18:24,624 writing manifest file '/tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/SOURCES.txt' 2025-06-03T08:18:24,708 reading manifest file '/tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/SOURCES.txt' 2025-06-03T08:18:24,712 writing manifest file '/tmp/pip-pip-egg-info-6k4bwm3q/research_analyzer.egg-info/SOURCES.txt' 2025-06-03T08:18:24,816 Preparing metadata (setup.py): finished with status 'done' 2025-06-03T08:18:24,820 Source in /tmp/pip-wheel-0xivkxb0/research-analyzer_26572f62edf0428fa2f5b0e35e4bcf8a has version 0.1.0, which satisfies requirement research-analyzer==0.1.0 from https://files.pythonhosted.org/packages/22/15/33eb1cad97be0bd5466ca7cef80eaf4602d2492baf682d128337bfd4cc1b/research_analyzer-0.1.0.tar.gz 2025-06-03T08:18:24,821 Removed research-analyzer==0.1.0 from https://files.pythonhosted.org/packages/22/15/33eb1cad97be0bd5466ca7cef80eaf4602d2492baf682d128337bfd4cc1b/research_analyzer-0.1.0.tar.gz from build tracker '/tmp/pip-build-tracker-lxer2cgg' 2025-06-03T08:18:24,827 Created temporary directory: /tmp/pip-unpack-arilpvmx 2025-06-03T08:18:24,828 Created temporary directory: /tmp/pip-unpack-4ifkjl51 2025-06-03T08:18:24,829 Building wheels for collected packages: research-analyzer 2025-06-03T08:18:24,833 Created temporary directory: /tmp/pip-wheel-g6hehg05 2025-06-03T08:18:24,834 DEPRECATION: Building 'research-analyzer' 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 'research-analyzer'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-03T08:18:24,835 Building wheel for research-analyzer (setup.py): started 2025-06-03T08:18:24,837 Destination directory: /tmp/pip-wheel-g6hehg05 2025-06-03T08:18:24,837 Running command python setup.py bdist_wheel 2025-06-03T08:18:25,651 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-03T08:18:25,652 !! 2025-06-03T08:18:25,653 ******************************************************************************** 2025-06-03T08:18:25,653 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-03T08:18:25,654 License :: OSI Approved :: MIT License 2025-06-03T08:18:25,655 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-03T08:18:25,656 ******************************************************************************** 2025-06-03T08:18:25,657 !! 2025-06-03T08:18:25,657 self._finalize_license_expression() 2025-06-03T08:18:25,658 running bdist_wheel 2025-06-03T08:18:25,784 running build 2025-06-03T08:18:25,784 running build_py 2025-06-03T08:18:25,813 creating build/lib/research_analyzer 2025-06-03T08:18:25,816 copying research_analyzer/preprocessing.py -> build/lib/research_analyzer 2025-06-03T08:18:25,818 copying research_analyzer/analysis.py -> build/lib/research_analyzer 2025-06-03T08:18:25,821 copying research_analyzer/embedding.py -> build/lib/research_analyzer 2025-06-03T08:18:25,823 copying research_analyzer/__init__.py -> build/lib/research_analyzer 2025-06-03T08:18:25,825 copying research_analyzer/config.py -> build/lib/research_analyzer 2025-06-03T08:18:25,827 copying research_analyzer/visualization.py -> build/lib/research_analyzer 2025-06-03T08:18:25,829 copying research_analyzer/networks.py -> build/lib/research_analyzer 2025-06-03T08:18:25,831 copying research_analyzer/metrics.py -> build/lib/research_analyzer 2025-06-03T08:18:25,833 copying research_analyzer/topics.py -> build/lib/research_analyzer 2025-06-03T08:18:25,835 running egg_info 2025-06-03T08:18:25,862 writing research_analyzer.egg-info/PKG-INFO 2025-06-03T08:18:25,865 writing dependency_links to research_analyzer.egg-info/dependency_links.txt 2025-06-03T08:18:25,867 writing requirements to research_analyzer.egg-info/requires.txt 2025-06-03T08:18:25,868 writing top-level names to research_analyzer.egg-info/top_level.txt 2025-06-03T08:18:25,898 reading manifest file 'research_analyzer.egg-info/SOURCES.txt' 2025-06-03T08:18:25,904 writing manifest file 'research_analyzer.egg-info/SOURCES.txt' 2025-06-03T08:18:25,933 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-03T08:18:25,933 !! 2025-06-03T08:18:25,934 ******************************************************************************** 2025-06-03T08:18:25,935 Please avoid running ``setup.py`` directly. 2025-06-03T08:18:25,936 Instead, use pypa/build, pypa/installer or other 2025-06-03T08:18:25,936 standards-based tools. 2025-06-03T08:18:25,937 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-06-03T08:18:25,938 or your builds will no longer be supported. 2025-06-03T08:18:25,939 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-03T08:18:25,940 ******************************************************************************** 2025-06-03T08:18:25,941 !! 2025-06-03T08:18:25,942 self.initialize_options() 2025-06-03T08:18:25,961 installing to build/bdist.linux-armv7l/wheel 2025-06-03T08:18:25,963 running install 2025-06-03T08:18:25,985 running install_lib 2025-06-03T08:18:26,012 creating build/bdist.linux-armv7l/wheel 2025-06-03T08:18:26,014 creating build/bdist.linux-armv7l/wheel/research_analyzer 2025-06-03T08:18:26,015 copying build/lib/research_analyzer/preprocessing.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,018 copying build/lib/research_analyzer/analysis.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,020 copying build/lib/research_analyzer/embedding.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,022 copying build/lib/research_analyzer/__init__.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,024 copying build/lib/research_analyzer/config.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,026 copying build/lib/research_analyzer/visualization.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,028 copying build/lib/research_analyzer/networks.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,030 copying build/lib/research_analyzer/metrics.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,032 copying build/lib/research_analyzer/topics.py -> build/bdist.linux-armv7l/wheel/./research_analyzer 2025-06-03T08:18:26,034 running install_egg_info 2025-06-03T08:18:26,067 Copying research_analyzer.egg-info to build/bdist.linux-armv7l/wheel/./research_analyzer-0.1.0-py3.11.egg-info 2025-06-03T08:18:26,078 running install_scripts 2025-06-03T08:18:26,087 creating build/bdist.linux-armv7l/wheel/research_analyzer-0.1.0.dist-info/WHEEL 2025-06-03T08:18:26,089 creating '/tmp/pip-wheel-g6hehg05/research_analyzer-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2025-06-03T08:18:26,092 adding 'research_analyzer/__init__.py' 2025-06-03T08:18:26,094 adding 'research_analyzer/analysis.py' 2025-06-03T08:18:26,095 adding 'research_analyzer/config.py' 2025-06-03T08:18:26,097 adding 'research_analyzer/embedding.py' 2025-06-03T08:18:26,098 adding 'research_analyzer/metrics.py' 2025-06-03T08:18:26,100 adding 'research_analyzer/networks.py' 2025-06-03T08:18:26,101 adding 'research_analyzer/preprocessing.py' 2025-06-03T08:18:26,103 adding 'research_analyzer/topics.py' 2025-06-03T08:18:26,104 adding 'research_analyzer/visualization.py' 2025-06-03T08:18:26,107 adding 'research_analyzer-0.1.0.dist-info/METADATA' 2025-06-03T08:18:26,108 adding 'research_analyzer-0.1.0.dist-info/WHEEL' 2025-06-03T08:18:26,109 adding 'research_analyzer-0.1.0.dist-info/top_level.txt' 2025-06-03T08:18:26,110 adding 'research_analyzer-0.1.0.dist-info/RECORD' 2025-06-03T08:18:26,111 removing build/bdist.linux-armv7l/wheel 2025-06-03T08:18:26,221 Building wheel for research-analyzer (setup.py): finished with status 'done' 2025-06-03T08:18:26,224 Created wheel for research-analyzer: filename=research_analyzer-0.1.0-py3-none-any.whl size=13100 sha256=742a1d85d8135bd8c3f0f1d6f1cd447b3b7ea7fdf1566bc21fa11a3bf50580a6 2025-06-03T08:18:26,225 Stored in directory: /tmp/pip-ephem-wheel-cache-xd5rh769/wheels/3c/ab/3b/0d47cd4afe947af0e4022d81f80e5c349f706fcef8d3680728 2025-06-03T08:18:26,235 Successfully built research-analyzer 2025-06-03T08:18:26,238 Removed build tracker: '/tmp/pip-build-tracker-lxer2cgg'