2023-09-08T23:53:46,426 Created temporary directory: /tmp/pip-build-tracker-q65fnl49 2023-09-08T23:53:46,427 Initialized build tracking at /tmp/pip-build-tracker-q65fnl49 2023-09-08T23:53:46,428 Created build tracker: /tmp/pip-build-tracker-q65fnl49 2023-09-08T23:53:46,428 Entered build tracker: /tmp/pip-build-tracker-q65fnl49 2023-09-08T23:53:46,429 Created temporary directory: /tmp/pip-wheel-g9q5rfld 2023-09-08T23:53:46,432 Created temporary directory: /tmp/pip-ephem-wheel-cache-oyokf_wh 2023-09-08T23:53:46,453 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T23:53:46,457 2 location(s) to search for versions of logline: 2023-09-08T23:53:46,457 * https://pypi.org/simple/logline/ 2023-09-08T23:53:46,457 * https://www.piwheels.org/simple/logline/ 2023-09-08T23:53:46,458 Fetching project page and analyzing links: https://pypi.org/simple/logline/ 2023-09-08T23:53:46,458 Getting page https://pypi.org/simple/logline/ 2023-09-08T23:53:46,460 Found index url https://pypi.org/simple/ 2023-09-08T23:53:46,612 Fetched page https://pypi.org/simple/logline/ as application/vnd.pypi.simple.v1+json 2023-09-08T23:53:46,614 Found link https://files.pythonhosted.org/packages/e2/34/167dbf4307be8a9e4a6ea846d71ede68d8304e6f0a8ab1abedf3ebbda365/logline-0.1.tar.gz (from https://pypi.org/simple/logline/), version: 0.1 2023-09-08T23:53:46,614 Found link https://files.pythonhosted.org/packages/ed/b9/b690db05aa34eb0d889cc349b13a45a56b14cbb2bf786f1a1bfe01fd7ca3/logline-0.1.1.tar.gz (from https://pypi.org/simple/logline/), version: 0.1.1 2023-09-08T23:53:46,615 Fetching project page and analyzing links: https://www.piwheels.org/simple/logline/ 2023-09-08T23:53:46,616 Getting page https://www.piwheels.org/simple/logline/ 2023-09-08T23:53:46,617 Found index url https://www.piwheels.org/simple/ 2023-09-08T23:53:46,899 Fetched page https://www.piwheels.org/simple/logline/ as text/html 2023-09-08T23:53:46,901 Skipping link: not a file: https://www.piwheels.org/simple/logline/ 2023-09-08T23:53:46,901 Skipping link: not a file: https://pypi.org/simple/logline/ 2023-09-08T23:53:46,920 Given no hashes to check 1 links for project 'logline': discarding no candidates 2023-09-08T23:53:46,938 Collecting logline==0.1 2023-09-08T23:53:46,940 Created temporary directory: /tmp/pip-unpack-wbt8jy82 2023-09-08T23:53:47,368 Downloading logline-0.1.tar.gz (1.5 kB) 2023-09-08T23:53:47,382 Added logline==0.1 from https://files.pythonhosted.org/packages/e2/34/167dbf4307be8a9e4a6ea846d71ede68d8304e6f0a8ab1abedf3ebbda365/logline-0.1.tar.gz to build tracker '/tmp/pip-build-tracker-q65fnl49' 2023-09-08T23:53:47,384 Running setup.py (path:/tmp/pip-wheel-g9q5rfld/logline_b4618b0f0dbb4939b3abc2c198a89245/setup.py) egg_info for package logline 2023-09-08T23:53:47,385 Created temporary directory: /tmp/pip-pip-egg-info-ygano3t2 2023-09-08T23:53:47,385 Preparing metadata (setup.py): started 2023-09-08T23:53:47,387 Running command python setup.py egg_info 2023-09-08T23:53:48,329 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T23:53:48,329 !! 2023-09-08T23:53:48,330 ******************************************************************************** 2023-09-08T23:53:48,331 Usage of dash-separated 'description-file' will not be supported in future 2023-09-08T23:53:48,331 versions. Please use the underscore name 'description_file' instead. 2023-09-08T23:53:48,333 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T23:53:48,333 or your builds will no longer be supported. 2023-09-08T23:53:48,334 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:48,335 ******************************************************************************** 2023-09-08T23:53:48,336 !! 2023-09-08T23:53:48,337 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T23:53:48,337 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T23:53:48,338 !! 2023-09-08T23:53:48,339 ******************************************************************************** 2023-09-08T23:53:48,340 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T23:53:48,340 versions. Please use the underscore name 'license_file' instead. 2023-09-08T23:53:48,341 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T23:53:48,341 or your builds will no longer be supported. 2023-09-08T23:53:48,342 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:48,343 ******************************************************************************** 2023-09-08T23:53:48,344 !! 2023-09-08T23:53:48,344 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T23:53:48,344 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T23:53:48,345 !! 2023-09-08T23:53:48,346 ******************************************************************************** 2023-09-08T23:53:48,346 The license_file parameter is deprecated, use license_files instead. 2023-09-08T23:53:48,347 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T23:53:48,348 or your builds will no longer be supported. 2023-09-08T23:53:48,349 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:48,349 ******************************************************************************** 2023-09-08T23:53:48,350 !! 2023-09-08T23:53:48,351 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T23:53:48,584 Preparing metadata (setup.py): finished with status 'done' 2023-09-08T23:53:48,587 Source in /tmp/pip-wheel-g9q5rfld/logline_b4618b0f0dbb4939b3abc2c198a89245 has version 0.1, which satisfies requirement logline==0.1 from https://files.pythonhosted.org/packages/e2/34/167dbf4307be8a9e4a6ea846d71ede68d8304e6f0a8ab1abedf3ebbda365/logline-0.1.tar.gz 2023-09-08T23:53:48,588 Removed logline==0.1 from https://files.pythonhosted.org/packages/e2/34/167dbf4307be8a9e4a6ea846d71ede68d8304e6f0a8ab1abedf3ebbda365/logline-0.1.tar.gz from build tracker '/tmp/pip-build-tracker-q65fnl49' 2023-09-08T23:53:48,592 Created temporary directory: /tmp/pip-unpack-ie58ndbi 2023-09-08T23:53:48,593 Created temporary directory: /tmp/pip-unpack-ke_hp8s2 2023-09-08T23:53:48,596 Building wheels for collected packages: logline 2023-09-08T23:53:48,600 Created temporary directory: /tmp/pip-wheel-lepoa2am 2023-09-08T23:53:48,600 Building wheel for logline (setup.py): started 2023-09-08T23:53:48,602 Destination directory: /tmp/pip-wheel-lepoa2am 2023-09-08T23:53:48,602 Running command python setup.py bdist_wheel 2023-09-08T23:53:49,524 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T23:53:49,524 !! 2023-09-08T23:53:49,525 ******************************************************************************** 2023-09-08T23:53:49,526 Usage of dash-separated 'description-file' will not be supported in future 2023-09-08T23:53:49,526 versions. Please use the underscore name 'description_file' instead. 2023-09-08T23:53:49,528 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T23:53:49,528 or your builds will no longer be supported. 2023-09-08T23:53:49,529 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:49,530 ******************************************************************************** 2023-09-08T23:53:49,531 !! 2023-09-08T23:53:49,532 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T23:53:49,533 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T23:53:49,533 !! 2023-09-08T23:53:49,534 ******************************************************************************** 2023-09-08T23:53:49,535 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T23:53:49,535 versions. Please use the underscore name 'license_file' instead. 2023-09-08T23:53:49,536 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T23:53:49,537 or your builds will no longer be supported. 2023-09-08T23:53:49,537 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:49,538 ******************************************************************************** 2023-09-08T23:53:49,539 !! 2023-09-08T23:53:49,539 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T23:53:49,540 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T23:53:49,540 !! 2023-09-08T23:53:49,541 ******************************************************************************** 2023-09-08T23:53:49,541 The license_file parameter is deprecated, use license_files instead. 2023-09-08T23:53:49,542 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T23:53:49,543 or your builds will no longer be supported. 2023-09-08T23:53:49,544 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T23:53:49,544 ******************************************************************************** 2023-09-08T23:53:49,545 !! 2023-09-08T23:53:49,546 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T23:53:49,699 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-09-08T23:53:49,699 !! 2023-09-08T23:53:49,701 ******************************************************************************** 2023-09-08T23:53:49,701 Please avoid running ``setup.py`` directly. 2023-09-08T23:53:49,702 Instead, use pypa/build, pypa/installer or other 2023-09-08T23:53:49,702 standards-based tools. 2023-09-08T23:53:49,703 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-09-08T23:53:49,704 ******************************************************************************** 2023-09-08T23:53:49,705 !! 2023-09-08T23:53:49,706 self.initialize_options() 2023-09-08T23:53:50,034 Building wheel for logline (setup.py): finished with status 'done' 2023-09-08T23:53:50,042 Created wheel for logline: filename=logline-0.1-py3-none-any.whl size=1626 sha256=b0649792c19ccc8b522a4366073a5d6760dd2f5bc832b760ccd965153d2a15a8 2023-09-08T23:53:50,044 Stored in directory: /tmp/pip-ephem-wheel-cache-oyokf_wh/wheels/4c/c5/a0/a0707b81e75f4c958a3d7477b60e66b088277d6c3f512eb859 2023-09-08T23:53:50,058 Successfully built logline 2023-09-08T23:53:50,064 Removed build tracker: '/tmp/pip-build-tracker-q65fnl49'