2023-09-09T17:29:49,490 Created temporary directory: /tmp/pip-build-tracker-i6yh2rdw 2023-09-09T17:29:49,491 Initialized build tracking at /tmp/pip-build-tracker-i6yh2rdw 2023-09-09T17:29:49,492 Created build tracker: /tmp/pip-build-tracker-i6yh2rdw 2023-09-09T17:29:49,492 Entered build tracker: /tmp/pip-build-tracker-i6yh2rdw 2023-09-09T17:29:49,493 Created temporary directory: /tmp/pip-wheel-vbqa__9_ 2023-09-09T17:29:49,496 Created temporary directory: /tmp/pip-ephem-wheel-cache-v3tf48c6 2023-09-09T17:29:49,518 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T17:29:49,522 2 location(s) to search for versions of python-messenger: 2023-09-09T17:29:49,522 * https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:49,522 * https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,523 Fetching project page and analyzing links: https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:49,523 Getting page https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:49,525 Found index url https://pypi.org/simple/ 2023-09-09T17:29:49,664 Fetched page https://pypi.org/simple/python-messenger/ as application/vnd.pypi.simple.v1+json 2023-09-09T17:29:49,665 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,666 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,667 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,667 Getting page https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,669 Found index url https://www.piwheels.org/simple/ 2023-09-09T17:29:49,930 Fetched page https://www.piwheels.org/simple/python-messenger/ as text/html 2023-09-09T17:29:49,931 Skipping link: not a file: https://www.piwheels.org/simple/python-messenger/ 2023-09-09T17:29:49,932 Skipping link: not a file: https://pypi.org/simple/python-messenger/ 2023-09-09T17:29:49,950 Given no hashes to check 1 links for project 'python-messenger': discarding no candidates 2023-09-09T17:29:49,968 Collecting python-messenger==0.1.2 2023-09-09T17:29:49,971 Created temporary directory: /tmp/pip-unpack-al00laf8 2023-09-09T17:29:50,190 Downloading python-messenger-0.1.2.tar.gz (3.4 kB) 2023-09-09T17:29:50,222 Added python-messenger==0.1.2 from https://files.pythonhosted.org/packages/06/c3/cfa6d034fd5d0e42d908d0989cb6426641cade1d8fa2736707558fa5a83f/python-messenger-0.1.2.tar.gz to build tracker '/tmp/pip-build-tracker-i6yh2rdw' 2023-09-09T17:29:50,223 Running setup.py (path:/tmp/pip-wheel-vbqa__9_/python-messenger_0476118735204979841c1c4daa08a89e/setup.py) egg_info for package python-messenger 2023-09-09T17:29:50,224 Created temporary directory: /tmp/pip-pip-egg-info-drerxlys 2023-09-09T17:29:50,225 Preparing metadata (setup.py): started 2023-09-09T17:29:50,226 Running command python setup.py egg_info 2023-09-09T17:29:50,666 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:50,666 !! 2023-09-09T17:29:50,668 ******************************************************************************** 2023-09-09T17:29:50,668 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:50,669 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:50,670 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:50,671 or your builds will no longer be supported. 2023-09-09T17:29:50,672 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:50,673 ******************************************************************************** 2023-09-09T17:29:50,675 !! 2023-09-09T17:29:50,675 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:50,676 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:50,676 !! 2023-09-09T17:29:50,677 ******************************************************************************** 2023-09-09T17:29:50,678 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:50,679 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:50,679 or your builds will no longer be supported. 2023-09-09T17:29:50,680 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:50,681 ******************************************************************************** 2023-09-09T17:29:50,682 !! 2023-09-09T17:29:50,682 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:51,198 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:51,199 !! 2023-09-09T17:29:51,200 ******************************************************************************** 2023-09-09T17:29:51,200 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:51,201 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:51,202 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,202 or your builds will no longer be supported. 2023-09-09T17:29:51,203 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,204 ******************************************************************************** 2023-09-09T17:29:51,205 !! 2023-09-09T17:29:51,205 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:51,206 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:51,207 !! 2023-09-09T17:29:51,208 ******************************************************************************** 2023-09-09T17:29:51,209 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:51,210 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,210 or your builds will no longer be supported. 2023-09-09T17:29:51,211 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,212 ******************************************************************************** 2023-09-09T17:29:51,213 !! 2023-09-09T17:29:51,214 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:51,239 running egg_info 2023-09-09T17:29:51,241 creating /tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info 2023-09-09T17:29:51,265 writing /tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/PKG-INFO 2023-09-09T17:29:51,268 writing dependency_links to /tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/dependency_links.txt 2023-09-09T17:29:51,270 writing top-level names to /tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/top_level.txt 2023-09-09T17:29:51,271 writing manifest file '/tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,348 reading manifest file '/tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,351 writing manifest file '/tmp/pip-pip-egg-info-drerxlys/python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:51,463 Preparing metadata (setup.py): finished with status 'done' 2023-09-09T17:29:51,467 Source in /tmp/pip-wheel-vbqa__9_/python-messenger_0476118735204979841c1c4daa08a89e has version 0.1.2, which satisfies requirement python-messenger==0.1.2 from https://files.pythonhosted.org/packages/06/c3/cfa6d034fd5d0e42d908d0989cb6426641cade1d8fa2736707558fa5a83f/python-messenger-0.1.2.tar.gz 2023-09-09T17:29:51,468 Removed python-messenger==0.1.2 from https://files.pythonhosted.org/packages/06/c3/cfa6d034fd5d0e42d908d0989cb6426641cade1d8fa2736707558fa5a83f/python-messenger-0.1.2.tar.gz from build tracker '/tmp/pip-build-tracker-i6yh2rdw' 2023-09-09T17:29:51,472 Created temporary directory: /tmp/pip-unpack-_0w_n1dw 2023-09-09T17:29:51,473 Created temporary directory: /tmp/pip-unpack-oawwkkei 2023-09-09T17:29:51,475 Building wheels for collected packages: python-messenger 2023-09-09T17:29:51,479 Created temporary directory: /tmp/pip-wheel-z53pe5a5 2023-09-09T17:29:51,480 Building wheel for python-messenger (setup.py): started 2023-09-09T17:29:51,481 Destination directory: /tmp/pip-wheel-z53pe5a5 2023-09-09T17:29:51,481 Running command python setup.py bdist_wheel 2023-09-09T17:29:51,924 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:51,924 !! 2023-09-09T17:29:51,926 ******************************************************************************** 2023-09-09T17:29:51,926 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:51,926 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:51,928 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,928 or your builds will no longer be supported. 2023-09-09T17:29:51,929 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,930 ******************************************************************************** 2023-09-09T17:29:51,931 !! 2023-09-09T17:29:51,931 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:51,933 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:51,933 !! 2023-09-09T17:29:51,935 ******************************************************************************** 2023-09-09T17:29:51,935 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:51,936 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:51,937 or your builds will no longer be supported. 2023-09-09T17:29:51,938 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:51,939 ******************************************************************************** 2023-09-09T17:29:51,940 !! 2023-09-09T17:29:51,941 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:52,454 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-09T17:29:52,454 !! 2023-09-09T17:29:52,456 ******************************************************************************** 2023-09-09T17:29:52,456 Usage of dash-separated 'description-file' will not be supported in future 2023-09-09T17:29:52,457 versions. Please use the underscore name 'description_file' instead. 2023-09-09T17:29:52,458 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-09T17:29:52,459 or your builds will no longer be supported. 2023-09-09T17:29:52,461 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:52,462 ******************************************************************************** 2023-09-09T17:29:52,463 !! 2023-09-09T17:29:52,464 opt = self.warn_dash_deprecation(opt, section) 2023-09-09T17:29:52,464 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-09T17:29:52,465 !! 2023-09-09T17:29:52,466 ******************************************************************************** 2023-09-09T17:29:52,467 The license_file parameter is deprecated, use license_files instead. 2023-09-09T17:29:52,468 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-09T17:29:52,468 or your builds will no longer be supported. 2023-09-09T17:29:52,469 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-09T17:29:52,470 ******************************************************************************** 2023-09-09T17:29:52,471 !! 2023-09-09T17:29:52,471 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-09T17:29:52,487 running bdist_wheel 2023-09-09T17:29:52,580 running build 2023-09-09T17:29:52,581 running build_py 2023-09-09T17:29:52,607 creating build 2023-09-09T17:29:52,608 creating build/lib 2023-09-09T17:29:52,608 creating build/lib/messenger 2023-09-09T17:29:52,610 copying messenger/__init__.py -> build/lib/messenger 2023-09-09T17:29:52,611 copying messenger/exceptions.py -> build/lib/messenger 2023-09-09T17:29:52,613 copying messenger/const.py -> build/lib/messenger 2023-09-09T17:29:52,617 creating build/lib/messenger/models 2023-09-09T17:29:52,618 copying messenger/models/templates.py -> build/lib/messenger/models 2023-09-09T17:29:52,620 copying messenger/models/__init__.py -> build/lib/messenger/models 2023-09-09T17:29:52,622 copying messenger/models/attachment.py -> build/lib/messenger/models 2023-09-09T17:29:52,624 copying messenger/models/button.py -> build/lib/messenger/models 2023-09-09T17:29:52,626 copying messenger/models/quick_replies.py -> build/lib/messenger/models 2023-09-09T17:29:52,627 copying messenger/models/bot.py -> build/lib/messenger/models 2023-09-09T17:29:52,655 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-09-09T17:29:52,656 !! 2023-09-09T17:29:52,657 ******************************************************************************** 2023-09-09T17:29:52,658 Please avoid running ``setup.py`` directly. 2023-09-09T17:29:52,658 Instead, use pypa/build, pypa/installer or other 2023-09-09T17:29:52,659 standards-based tools. 2023-09-09T17:29:52,660 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-09-09T17:29:52,660 ******************************************************************************** 2023-09-09T17:29:52,662 !! 2023-09-09T17:29:52,662 self.initialize_options() 2023-09-09T17:29:52,679 installing to build/bdist.linux-armv7l/wheel 2023-09-09T17:29:52,680 running install 2023-09-09T17:29:52,704 running install_lib 2023-09-09T17:29:52,728 creating build/bdist.linux-armv7l 2023-09-09T17:29:52,728 creating build/bdist.linux-armv7l/wheel 2023-09-09T17:29:52,730 creating build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,731 copying build/lib/messenger/__init__.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,733 creating build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,734 copying build/lib/messenger/models/templates.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,736 copying build/lib/messenger/models/__init__.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,738 copying build/lib/messenger/models/attachment.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,740 copying build/lib/messenger/models/button.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,741 copying build/lib/messenger/models/quick_replies.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,743 copying build/lib/messenger/models/bot.py -> build/bdist.linux-armv7l/wheel/messenger/models 2023-09-09T17:29:52,745 copying build/lib/messenger/exceptions.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,747 copying build/lib/messenger/const.py -> build/bdist.linux-armv7l/wheel/messenger 2023-09-09T17:29:52,748 running install_egg_info 2023-09-09T17:29:52,807 running egg_info 2023-09-09T17:29:52,831 writing python_messenger.egg-info/PKG-INFO 2023-09-09T17:29:52,833 writing dependency_links to python_messenger.egg-info/dependency_links.txt 2023-09-09T17:29:52,835 writing top-level names to python_messenger.egg-info/top_level.txt 2023-09-09T17:29:52,860 reading manifest file 'python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:52,864 writing manifest file 'python_messenger.egg-info/SOURCES.txt' 2023-09-09T17:29:52,865 Copying python_messenger.egg-info to build/bdist.linux-armv7l/wheel/python_messenger-0.1.2-py3.11.egg-info 2023-09-09T17:29:52,873 running install_scripts 2023-09-09T17:29:52,882 creating build/bdist.linux-armv7l/wheel/python_messenger-0.1.2.dist-info/WHEEL 2023-09-09T17:29:52,884 creating '/tmp/pip-wheel-z53pe5a5/python_messenger-0.1.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-09-09T17:29:52,886 adding 'messenger/__init__.py' 2023-09-09T17:29:52,887 adding 'messenger/const.py' 2023-09-09T17:29:52,888 adding 'messenger/exceptions.py' 2023-09-09T17:29:52,890 adding 'messenger/models/__init__.py' 2023-09-09T17:29:52,891 adding 'messenger/models/attachment.py' 2023-09-09T17:29:52,893 adding 'messenger/models/bot.py' 2023-09-09T17:29:52,894 adding 'messenger/models/button.py' 2023-09-09T17:29:52,895 adding 'messenger/models/quick_replies.py' 2023-09-09T17:29:52,896 adding 'messenger/models/templates.py' 2023-09-09T17:29:52,898 adding 'python_messenger-0.1.2.dist-info/METADATA' 2023-09-09T17:29:52,899 adding 'python_messenger-0.1.2.dist-info/WHEEL' 2023-09-09T17:29:52,900 adding 'python_messenger-0.1.2.dist-info/top_level.txt' 2023-09-09T17:29:52,901 adding 'python_messenger-0.1.2.dist-info/RECORD' 2023-09-09T17:29:52,902 removing build/bdist.linux-armv7l/wheel 2023-09-09T17:29:53,022 Building wheel for python-messenger (setup.py): finished with status 'done' 2023-09-09T17:29:53,025 Created wheel for python-messenger: filename=python_messenger-0.1.2-py2.py3-none-any.whl size=5597 sha256=9ad4e173a4dc9ed16a8de237f0404b4f0eb40e7689d9b8af143c26956a8483b9 2023-09-09T17:29:53,026 Stored in directory: /tmp/pip-ephem-wheel-cache-v3tf48c6/wheels/4b/0d/f4/c793c42abc1be8c8c8f07b157c745203f317effc623ff3b369 2023-09-09T17:29:53,035 Successfully built python-messenger 2023-09-09T17:29:53,038 Removed build tracker: '/tmp/pip-build-tracker-i6yh2rdw'