2023-09-09T17:29:48,907 Created temporary directory: /tmp/pip-build-tracker-so05h8d_ 2023-09-09T17:29:48,909 Initialized build tracking at /tmp/pip-build-tracker-so05h8d_ 2023-09-09T17:29:48,909 Created build tracker: /tmp/pip-build-tracker-so05h8d_ 2023-09-09T17:29:48,910 Entered build tracker: /tmp/pip-build-tracker-so05h8d_ 2023-09-09T17:29:48,910 Created temporary directory: /tmp/pip-wheel-dl5jsxc3 2023-09-09T17:29:48,914 Created temporary directory: /tmp/pip-ephem-wheel-cache-0dzw6nll 2023-09-09T17:29:48,935 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T17:29:48,939 2 location(s) to search for versions of python-messenger: 2023-09-09T17:29:48,939 * https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:48,939 * https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:48,939 Fetching project page and analyzing links: https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:48,940 Getting page https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:48,942 Found index url https://pypi.org/simple/ 2023-09-09T17:29:49,191 Fetched page https://pypi.org/simple/python-messenger/ as application/vnd.pypi.simple.v1+json 2023-09-09T17:29:49,192 Found link https://files.pythonhosted.org/packages/0e/b2/32672f1e38923594b3234148811bb9055e2dacfa016423d1f991b14d9dbc/python-messenger-0.1.1.tar.gz (from https://pypi.org/simple/python-messenger/), version: 0.1.1 2023-09-09T17:29:49,193 Found link https://files.pythonhosted.org/packages/06/c3/cfa6d034fd5d0e42d908d0989cb6426641cade1d8fa2736707558fa5a83f/python-messenger-0.1.2.tar.gz (from https://pypi.org/simple/python-messenger/), version: 0.1.2 2023-09-09T17:29:49,194 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,194 Getting page https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,196 Found index url https://www.piwheels.org/simple/ 2023-09-09T17:29:49,471 Fetched page https://www.piwheels.org/simple/python-messenger/ as text/html 2023-09-09T17:29:49,472 Skipping link: not a file: https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,473 Skipping link: not a file: https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:49,501 Given no hashes to check 1 links for project 'python-messenger': discarding no candidates 2023-09-09T17:29:49,527 Collecting python-messenger==0.1.1 2023-09-09T17:29:49,530 Created temporary directory: /tmp/pip-unpack-8_7gnxxi 2023-09-09T17:29:49,986 Downloading python-messenger-0.1.1.tar.gz (1.6 kB) 2023-09-09T17:29:50,008 Added python-messenger==0.1.1 from https://files.pythonhosted.org/packages/0e/b2/32672f1e38923594b3234148811bb9055e2dacfa016423d1f991b14d9dbc/python-messenger-0.1.1.tar.gz to build tracker '/tmp/pip-build-tracker-so05h8d_' 2023-09-09T17:29:50,010 Running setup.py (path:/tmp/pip-wheel-dl5jsxc3/python-messenger_f812221ef6044b32b84432cb20cb5766/setup.py) egg_info for package python-messenger 2023-09-09T17:29:50,011 Created temporary directory: /tmp/pip-pip-egg-info-va02znvs 2023-09-09T17:29:50,011 Preparing metadata (setup.py): started 2023-09-09T17:29:50,013 Running command python setup.py egg_info 2023-09-09T17:29:50,479 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:50,480 !! 2023-09-09T17:29:50,481 ******************************************************************************** 2023-09-09T17:29:50,481 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:50,482 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:50,483 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:50,484 or your builds will no longer be supported. 2023-09-09T17:29:50,485 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:50,486 ******************************************************************************** 2023-09-09T17:29:50,487 !! 2023-09-09T17:29:50,487 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:50,489 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:50,490 !! 2023-09-09T17:29:50,491 ******************************************************************************** 2023-09-09T17:29:50,491 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:50,492 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:50,492 or your builds will no longer be supported. 2023-09-09T17:29:50,493 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:50,494 ******************************************************************************** 2023-09-09T17:29:50,495 !! 2023-09-09T17:29:50,495 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:51,011 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:51,012 !! 2023-09-09T17:29:51,013 ******************************************************************************** 2023-09-09T17:29:51,013 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:51,014 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:51,015 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,015 or your builds will no longer be supported. 2023-09-09T17:29:51,016 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,017 ******************************************************************************** 2023-09-09T17:29:51,018 !! 2023-09-09T17:29:51,018 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:51,020 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:51,020 !! 2023-09-09T17:29:51,021 ******************************************************************************** 2023-09-09T17:29:51,022 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:51,023 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,024 or your builds will no longer be supported. 2023-09-09T17:29:51,025 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,025 ******************************************************************************** 2023-09-09T17:29:51,027 !! 2023-09-09T17:29:51,027 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:51,052 running egg_info 2023-09-09T17:29:51,054 creating /tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info 2023-09-09T17:29:51,077 writing /tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/PKG-INFO 2023-09-09T17:29:51,080 writing dependency_links to /tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/dependency_links.txt 2023-09-09T17:29:51,082 writing top-level names to /tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/top_level.txt 2023-09-09T17:29:51,084 writing manifest file '/tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,158 reading manifest file '/tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,161 writing manifest file '/tmp/pip-pip-egg-info-va02znvs/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,273 Preparing metadata (setup.py): finished with status 'done' 2023-09-09T17:29:51,277 Source in /tmp/pip-wheel-dl5jsxc3/python-messenger_f812221ef6044b32b84432cb20cb5766 has version 0.1.1, which satisfies requirement python-messenger==0.1.1 from https://files.pythonhosted.org/packages/0e/b2/32672f1e38923594b3234148811bb9055e2dacfa016423d1f991b14d9dbc/python-messenger-0.1.1.tar.gz 2023-09-09T17:29:51,278 Removed python-messenger==0.1.1 from https://files.pythonhosted.org/packages/0e/b2/32672f1e38923594b3234148811bb9055e2dacfa016423d1f991b14d9dbc/python-messenger-0.1.1.tar.gz from build tracker '/tmp/pip-build-tracker-so05h8d_' 2023-09-09T17:29:51,282 Created temporary directory: /tmp/pip-unpack-jj7gfvmk 2023-09-09T17:29:51,283 Created temporary directory: /tmp/pip-unpack-f_rnqaa5 2023-09-09T17:29:51,285 Building wheels for collected packages: python-messenger 2023-09-09T17:29:51,289 Created temporary directory: /tmp/pip-wheel-3052jv3s 2023-09-09T17:29:51,289 Building wheel for python-messenger (setup.py): started 2023-09-09T17:29:51,290 Destination directory: /tmp/pip-wheel-3052jv3s 2023-09-09T17:29:51,291 Running command python setup.py bdist_wheel 2023-09-09T17:29:51,727 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:51,727 !! 2023-09-09T17:29:51,728 ******************************************************************************** 2023-09-09T17:29:51,728 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:51,729 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:51,730 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,730 or your builds will no longer be supported. 2023-09-09T17:29:51,731 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,732 ******************************************************************************** 2023-09-09T17:29:51,733 !! 2023-09-09T17:29:51,733 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:51,736 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:51,736 !! 2023-09-09T17:29:51,737 ******************************************************************************** 2023-09-09T17:29:51,738 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:51,739 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,740 or your builds will no longer be supported. 2023-09-09T17:29:51,741 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,741 ******************************************************************************** 2023-09-09T17:29:51,742 !! 2023-09-09T17:29:51,743 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:52,261 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:52,262 !! 2023-09-09T17:29:52,263 ******************************************************************************** 2023-09-09T17:29:52,264 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:52,264 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:52,265 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:52,266 or your builds will no longer be supported. 2023-09-09T17:29:52,267 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:52,267 ******************************************************************************** 2023-09-09T17:29:52,269 !! 2023-09-09T17:29:52,269 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:52,270 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:52,271 !! 2023-09-09T17:29:52,272 ******************************************************************************** 2023-09-09T17:29:52,273 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:52,273 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:52,274 or your builds will no longer be supported. 2023-09-09T17:29:52,275 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:52,275 ******************************************************************************** 2023-09-09T17:29:52,276 !! 2023-09-09T17:29:52,276 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:52,295 running bdist_wheel 2023-09-09T17:29:52,388 running build 2023-09-09T17:29:52,388 running build_py 2023-09-09T17:29:52,415 creating build 2023-09-09T17:29:52,415 creating build/lib 2023-09-09T17:29:52,416 creating build/lib/messenger 2023-09-09T17:29:52,417 copying messenger/const.py -> build/lib/messenger 2023-09-09T17:29:52,419 copying messenger/__init__.py -> build/lib/messenger 2023-09-09T17:29:52,421 copying messenger/exceptions.py -> build/lib/messenger 2023-09-09T17:29:52,447 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-09-09T17:29:52,448 !! 2023-09-09T17:29:52,449 ******************************************************************************** 2023-09-09T17:29:52,449 Please avoid running ``setup.py`` directly. 2023-09-09T17:29:52,450 Instead, use pypa/build, pypa/installer or other 2023-09-09T17:29:52,450 standards-based tools. 2023-09-09T17:29:52,451 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-09-09T17:29:52,452 ******************************************************************************** 2023-09-09T17:29:52,453 !! 2023-09-09T17:29:52,453 self.initialize_options() 2023-09-09T17:29:52,472 installing to build/bdist.linux-armv7l/wheel 2023-09-09T17:29:52,472 running install 2023-09-09T17:29:52,496 running install_lib 2023-09-09T17:29:52,520 creating build/bdist.linux-armv7l 2023-09-09T17:29:52,520 creating build/bdist.linux-armv7l/wheel 2023-09-09T17:29:52,522 creating build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,523 copying build/lib/messenger/const.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,527 copying build/lib/messenger/__init__.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,529 copying build/lib/messenger/exceptions.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,530 running install_egg_info 2023-09-09T17:29:52,590 running egg_info 2023-09-09T17:29:52,614 writing python_messenger.egg-info/PKG-INFO 2023-09-09T17:29:52,617 writing dependency_links to python_messenger.egg-info/dependency_links.txt 2023-09-09T17:29:52,619 writing top-level names to python_messenger.egg-info/top_level.txt 2023-09-09T17:29:52,644 reading manifest file 'python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:52,647 writing manifest file 'python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:52,649 Copying python_messenger.egg-info to build/bdist.linux-armv7l/wheel/python_messenger-0.1.1-py3.11.egg-info 2023-09-09T17:29:52,657 running install_scripts 2023-09-09T17:29:52,666 creating build/bdist.linux-armv7l/wheel/python_messenger-0.1.1.dist-info/WHEEL 2023-09-09T17:29:52,668 creating '/tmp/pip-wheel-3052jv3s/python_messenger-0.1.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-09-09T17:29:52,670 adding 'messenger/__init__.py' 2023-09-09T17:29:52,672 adding 'messenger/const.py' 2023-09-09T17:29:52,673 adding 'messenger/exceptions.py' 2023-09-09T17:29:52,675 adding 'python_messenger-0.1.1.dist-info/METADATA' 2023-09-09T17:29:52,676 adding 'python_messenger-0.1.1.dist-info/WHEEL' 2023-09-09T17:29:52,677 adding 'python_messenger-0.1.1.dist-info/top_level.txt' 2023-09-09T17:29:52,678 adding 'python_messenger-0.1.1.dist-info/RECORD' 2023-09-09T17:29:52,678 removing build/bdist.linux-armv7l/wheel 2023-09-09T17:29:52,800 Building wheel for python-messenger (setup.py): finished with status 'done' 2023-09-09T17:29:52,813 Created wheel for python-messenger: filename=python_messenger-0.1.1-py2.py3-none-any.whl size=2020 sha256=67fadf11dd3edc94450cd8aae1900b8e982099ae8c94bffadb218458577e6c42 2023-09-09T17:29:52,816 Stored in directory: /tmp/pip-ephem-wheel-cache-0dzw6nll/wheels/e0/38/ae/eda0f9c40e690cf195e3cb35a104a0e8696eb1283b8c533150 2023-09-09T17:29:52,830 Successfully built python-messenger 2023-09-09T17:29:52,832 Removed build tracker: '/tmp/pip-build-tracker-so05h8d_'