>>> py3-overpy: Building community/py3-overpy 0.7-r0 (using abuild 3.12.0-r0) started Mon, 04 Dec 2023 17:08:02 +0000
>>> py3-overpy: Checking sanity of /home/buildozer/aports/community/py3-overpy/APKBUILD...
>>> py3-overpy: Analyzing dependencies...
>>> py3-overpy: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pytest
(1/33) Installing libbz2 (1.0.8-r6)
(2/33) Installing libffi (3.4.4-r3)
(3/33) Installing gdbm (1.23-r1)
(4/33) Installing xz-libs (5.4.5-r0)
(5/33) Installing mpdecimal (2.5.1-r2)
(6/33) Installing libpanelw (6.4_p20231125-r0)
(7/33) Installing readline (8.2.1-r2)
(8/33) Installing sqlite-libs (3.44.2-r0)
(9/33) Installing python3 (3.11.6-r1)
(10/33) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/33) Installing pyc (3.11.6-r1)
(12/33) Installing py3-installer-pyc (0.7.0-r1)
(13/33) Installing py3-gpep517-pyc (15-r1)
(14/33) Installing python3-pyc (3.11.6-r1)
(15/33) Installing py3-installer (0.7.0-r1)
(16/33) Installing py3-gpep517 (15-r1)
(17/33) Installing py3-parsing (3.1.1-r0)
(18/33) Installing py3-parsing-pyc (3.1.1-r0)
(19/33) Installing py3-packaging (23.2-r0)
(20/33) Installing py3-packaging-pyc (23.2-r0)
(21/33) Installing py3-setuptools (68.2.2-r0)
(22/33) Installing py3-setuptools-pyc (68.2.2-r0)
(23/33) Installing py3-wheel (0.42.0-r0)
(24/33) Installing py3-wheel-pyc (0.42.0-r0)
(25/33) Installing py3-iniconfig (1.1.1-r7)
(26/33) Installing py3-iniconfig-pyc (1.1.1-r7)
(27/33) Installing py3-pluggy (1.3.0-r0)
(28/33) Installing py3-pluggy-pyc (1.3.0-r0)
(29/33) Installing py3-py (1.11.0-r2)
(30/33) Installing py3-py-pyc (1.11.0-r2)
(31/33) Installing py3-pytest (7.4.3-r0)
(32/33) Installing py3-pytest-pyc (7.4.3-r0)
(33/33) Installing .makedepends-py3-overpy (20231204.170803)
Executing busybox-1.36.1-r15.trigger
OK: 528 MiB in 142 packages
>>> py3-overpy: Cleaning up srcdir
>>> py3-overpy: Cleaning up pkgdir
>>> py3-overpy: Cleaning up tmpdir
>>> py3-overpy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-overpy-0.7.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> py3-overpy: Fetching py3-overpy-0.7.tar.gz::https://files.pythonhosted.org/packages/source/o/overpy/overpy-0.7.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 48555  100 48555    0     0   582k      0 --:--:-- --:--:-- --:--:--  582k
>>> py3-overpy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-overpy-0.7.tar.gz
>>> py3-overpy: Checking sha512sums...
py3-overpy-0.7.tar.gz: OK
>>> py3-overpy: Unpacking /var/cache/distfiles/v3.19/py3-overpy-0.7.tar.gz...
2023-12-04 17:08:05,714 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__
/usr/lib/python3.11/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'license-file' will not be supported in future
        versions. Please use the underscore name 'license_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
2023-12-04 17:08:05,767 root INFO running bdist_wheel
2023-12-04 17:08:05,790 root INFO running build
2023-12-04 17:08:05,790 root INFO running build_py
2023-12-04 17:08:05,793 root INFO creating build
2023-12-04 17:08:05,794 root INFO creating build/lib
2023-12-04 17:08:05,794 root INFO creating build/lib/overpy
2023-12-04 17:08:05,794 root INFO copying overpy/__about__.py -> build/lib/overpy
2023-12-04 17:08:05,794 root INFO copying overpy/exception.py -> build/lib/overpy
2023-12-04 17:08:05,795 root INFO copying overpy/__init__.py -> build/lib/overpy
2023-12-04 17:08:05,795 root INFO copying overpy/helper.py -> build/lib/overpy
2023-12-04 17:08:05,795 root INFO running egg_info
2023-12-04 17:08:05,797 root INFO writing overpy.egg-info/PKG-INFO
2023-12-04 17:08:05,798 root INFO writing dependency_links to overpy.egg-info/dependency_links.txt
2023-12-04 17:08:05,799 root INFO writing top-level names to overpy.egg-info/top_level.txt
2023-12-04 17:08:05,801 root INFO reading manifest file 'overpy.egg-info/SOURCES.txt'
2023-12-04 17:08:05,802 root INFO reading manifest template 'MANIFEST.in'
2023-12-04 17:08:05,805 root INFO adding license file 'LICENSE'
2023-12-04 17:08:05,806 root INFO writing manifest file 'overpy.egg-info/SOURCES.txt'
2023-12-04 17:08:05,814 wheel INFO installing to build/bdist.linux-x86_64/wheel
2023-12-04 17:08:05,814 root INFO running install
2023-12-04 17:08:05,826 root INFO running install_lib
2023-12-04 17:08:05,828 root INFO creating build/bdist.linux-x86_64
2023-12-04 17:08:05,829 root INFO creating build/bdist.linux-x86_64/wheel
2023-12-04 17:08:05,829 root INFO creating build/bdist.linux-x86_64/wheel/overpy
2023-12-04 17:08:05,829 root INFO copying build/lib/overpy/__about__.py -> build/bdist.linux-x86_64/wheel/overpy
2023-12-04 17:08:05,829 root INFO copying build/lib/overpy/exception.py -> build/bdist.linux-x86_64/wheel/overpy
2023-12-04 17:08:05,830 root INFO copying build/lib/overpy/__init__.py -> build/bdist.linux-x86_64/wheel/overpy
2023-12-04 17:08:05,830 root INFO copying build/lib/overpy/helper.py -> build/bdist.linux-x86_64/wheel/overpy
2023-12-04 17:08:05,830 root INFO running install_egg_info
2023-12-04 17:08:05,836 root INFO Copying overpy.egg-info to build/bdist.linux-x86_64/wheel/overpy-0.7-py3.11.egg-info
2023-12-04 17:08:05,837 root INFO running install_scripts
2023-12-04 17:08:05,839 wheel INFO creating build/bdist.linux-x86_64/wheel/overpy-0.7.dist-info/WHEEL
2023-12-04 17:08:05,840 wheel INFO creating '/home/buildozer/aports/community/py3-overpy/src/overpy-0.7/.dist/.tmp-h8_9enwu/overpy-0.7-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
2023-12-04 17:08:05,840 wheel INFO adding 'overpy/__about__.py'
2023-12-04 17:08:05,841 wheel INFO adding 'overpy/__init__.py'
2023-12-04 17:08:05,841 wheel INFO adding 'overpy/exception.py'
2023-12-04 17:08:05,842 wheel INFO adding 'overpy/helper.py'
2023-12-04 17:08:05,842 wheel INFO adding 'overpy-0.7.dist-info/LICENSE'
2023-12-04 17:08:05,842 wheel INFO adding 'overpy-0.7.dist-info/METADATA'
2023-12-04 17:08:05,843 wheel INFO adding 'overpy-0.7.dist-info/WHEEL'
2023-12-04 17:08:05,843 wheel INFO adding 'overpy-0.7.dist-info/top_level.txt'
2023-12-04 17:08:05,843 wheel INFO adding 'overpy-0.7.dist-info/RECORD'
2023-12-04 17:08:05,843 wheel INFO removing build/bdist.linux-x86_64/wheel
2023-12-04 17:08:05,844 gpep517 INFO The backend produced .dist/overpy-0.7-py3-none-any.whl
overpy-0.7-py3-none-any.whl
============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/buildozer/aports/community/py3-overpy/src/overpy-0.7
configfile: setup.cfg
collected 63 items

tests/test_exception.py .....                                            [  7%]
tests/test_json.py ..............                                        [ 30%]
tests/test_request.py ..........                                         [ 46%]
tests/test_result.py ...........                                         [ 63%]
tests/test_result_way.py ...                                             [ 68%]
tests/test_xml.py ....................                                   [100%]

============================= 63 passed in 14.18s ==============================
>>> py3-overpy: Entering fakeroot...
>>> py3-overpy-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-overpy/pkg/py3-overpy/usr/lib/python3.11/site-packages/overpy/__pycache__' -> '/home/buildozer/aports/community/py3-overpy/pkg/py3-overpy-pyc/usr/lib/python3.11/site-packages/overpy/__pycache__'
>>> py3-overpy-pyc*: Preparing subpackage py3-overpy-pyc...
>>> py3-overpy-pyc*: Running postcheck for py3-overpy-pyc
>>> py3-overpy*: Running postcheck for py3-overpy
>>> py3-overpy*: Preparing package py3-overpy...
>>> py3-overpy-pyc*: Tracing dependencies...
	python3~3.11
>>> py3-overpy-pyc*: Package size: 120.0 KB
>>> py3-overpy-pyc*: Compressing data...
>>> py3-overpy-pyc*: Create checksum...
>>> py3-overpy-pyc*: Create py3-overpy-pyc-0.7-r0.apk
>>> py3-overpy*: Tracing dependencies...
	python3~3.11
>>> py3-overpy*: Package size: 120.0 KB
>>> py3-overpy*: Compressing data...
>>> py3-overpy*: Create checksum...
>>> py3-overpy*: Create py3-overpy-0.7-r0.apk
>>> py3-overpy: Build complete at Mon, 04 Dec 2023 17:08:21 +0000 elapsed time 0h 0m 19s
>>> py3-overpy: Cleaning up srcdir
>>> py3-overpy: Cleaning up pkgdir
>>> py3-overpy: Uninstalling dependencies...
(1/33) Purging .makedepends-py3-overpy (20231204.170803)
(2/33) Purging py3-gpep517-pyc (15-r1)
(3/33) Purging py3-gpep517 (15-r1)
(4/33) Purging py3-installer-pyc (0.7.0-r1)
(5/33) Purging py3-installer (0.7.0-r1)
(6/33) Purging py3-setuptools-pyc (68.2.2-r0)
(7/33) Purging py3-setuptools (68.2.2-r0)
(8/33) Purging py3-wheel-pyc (0.42.0-r0)
(9/33) Purging py3-wheel (0.42.0-r0)
(10/33) Purging py3-pytest-pyc (7.4.3-r0)
(11/33) Purging py3-pytest (7.4.3-r0)
(12/33) Purging py3-iniconfig-pyc (1.1.1-r7)
(13/33) Purging py3-iniconfig (1.1.1-r7)
(14/33) Purging py3-packaging-pyc (23.2-r0)
(15/33) Purging py3-packaging (23.2-r0)
(16/33) Purging py3-parsing-pyc (3.1.1-r0)
(17/33) Purging py3-parsing (3.1.1-r0)
(18/33) Purging py3-pluggy-pyc (1.3.0-r0)
(19/33) Purging py3-pluggy (1.3.0-r0)
(20/33) Purging py3-py-pyc (1.11.0-r2)
(21/33) Purging py3-py (1.11.0-r2)
(22/33) Purging python3-pyc (3.11.6-r1)
(23/33) Purging python3-pycache-pyc0 (3.11.6-r1)
(24/33) Purging pyc (3.11.6-r1)
(25/33) Purging python3 (3.11.6-r1)
(26/33) Purging gdbm (1.23-r1)
(27/33) Purging libbz2 (1.0.8-r6)
(28/33) Purging libffi (3.4.4-r3)
(29/33) Purging libpanelw (6.4_p20231125-r0)
(30/33) Purging mpdecimal (2.5.1-r2)
(31/33) Purging readline (8.2.1-r2)
(32/33) Purging sqlite-libs (3.44.2-r0)
(33/33) Purging xz-libs (5.4.5-r0)
Executing busybox-1.36.1-r15.trigger
OK: 472 MiB in 109 packages
>>> py3-overpy: Updating the community/x86_64 repository index...
>>> py3-overpy: Signing the index...