>>> py3-listparser: Building community/py3-listparser 0.19-r4 (using abuild 3.14.1-r1) started Thu, 07 Nov 2024 06:24:21 +0000
>>> py3-listparser: Validating /home/buildozer/aports/community/py3-listparser/APKBUILD...
>>> py3-listparser: Analyzing dependencies...
>>> py3-listparser: Installing for build: build-base python3 py3-requests py3-setuptools
(1/28) Installing libbz2 (1.0.8-r6)
(2/28) Installing libffi (3.4.6-r0)
(3/28) Installing gdbm (1.24-r0)
(4/28) Installing xz-libs (5.6.3-r0)
(5/28) Installing mpdecimal (4.0.0-r0)
(6/28) Installing libpanelw (6.5_p20241006-r2)
(7/28) Installing sqlite-libs (3.47.0-r0)
(8/28) Installing python3 (3.12.7-r1)
(9/28) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/28) Installing pyc (3.12.7-r1)
(11/28) Installing python3-pyc (3.12.7-r1)
(12/28) Installing py3-certifi (2024.8.30-r0)
(13/28) Installing py3-certifi-pyc (2024.8.30-r0)
(14/28) Installing py3-charset-normalizer (3.4.0-r0)
(15/28) Installing py3-charset-normalizer-pyc (3.4.0-r0)
(16/28) Installing py3-idna (3.10-r0)
(17/28) Installing py3-idna-pyc (3.10-r0)
(18/28) Installing py3-urllib3 (1.26.20-r0)
(19/28) Installing py3-urllib3-pyc (1.26.20-r0)
(20/28) Installing py3-requests (2.32.3-r0)
(21/28) Installing py3-requests-pyc (2.32.3-r0)
(22/28) Installing py3-parsing (3.1.4-r0)
(23/28) Installing py3-parsing-pyc (3.1.4-r0)
(24/28) Installing py3-packaging (24.1-r0)
(25/28) Installing py3-packaging-pyc (24.1-r0)
(26/28) Installing py3-setuptools (70.3.0-r0)
(27/28) Installing py3-setuptools-pyc (70.3.0-r0)
(28/28) Installing .makedepends-py3-listparser (20241107.062432)
Executing busybox-1.37.0-r6.trigger
OK: 401 MiB in 129 packages
>>> py3-listparser: Cleaning up srcdir
>>> py3-listparser: Cleaning up pkgdir
>>> py3-listparser: Cleaning up tmpdir
>>> py3-listparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/listparser-0.19.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/listparser-0.19.tar.gz.part'
listparser-0.19.tar. 100% |********************************| 10817  0:00:00 ETA
'/var/cache/distfiles/v3.21/listparser-0.19.tar.gz.part' saved
>>> py3-listparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/listparser-0.19.tar.gz
>>> py3-listparser: Checking sha512sums...
listparser-0.19.tar.gz: OK
>>> py3-listparser: Unpacking /var/cache/distfiles/v3.21/listparser-0.19.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/listparser
copying src/listparser/common.py -> build/lib/listparser
copying src/listparser/__init__.py -> build/lib/listparser
copying src/listparser/exceptions.py -> build/lib/listparser
copying src/listparser/igoogle.py -> build/lib/listparser
copying src/listparser/foaf.py -> build/lib/listparser
copying src/listparser/parsers.py -> build/lib/listparser
copying src/listparser/opml.py -> build/lib/listparser
copying src/listparser/dates.py -> build/lib/listparser
copying src/listparser/common.py -> build/lib/listparser
copying src/listparser/__init__.py -> build/lib/listparser
copying src/listparser/exceptions.py -> build/lib/listparser
copying src/listparser/igoogle.py -> build/lib/listparser
copying src/listparser/foaf.py -> build/lib/listparser
copying src/listparser/parsers.py -> build/lib/listparser
copying src/listparser/opml.py -> build/lib/listparser
copying src/listparser/dates.py -> build/lib/listparser
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
WARNING: The wheel package is not available.
/usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
WARNING: The wheel package is not available.
/usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  er_d = dist.fetch_build_eggs(
WARNING: The wheel package is not available.
running egg_info
creating src/listparser.egg-info
writing src/listparser.egg-info/PKG-INFO
writing dependency_links to src/listparser.egg-info/dependency_links.txt
writing requirements to src/listparser.egg-info/requires.txt
writing top-level names to src/listparser.egg-info/top_level.txt
writing manifest file 'src/listparser.egg-info/SOURCES.txt'
reading manifest file 'src/listparser.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/listparser.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

NO TESTS RAN
>>> py3-listparser: Entering fakeroot...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/community/py3-listparser/pkg
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages
creating /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/common.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/__init__.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/exceptions.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/igoogle.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/foaf.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/parsers.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/opml.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
copying build/lib/listparser/dates.py -> /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/common.py to common.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/exceptions.py to exceptions.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/igoogle.py to igoogle.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/foaf.py to foaf.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/parsers.py to parsers.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/opml.py to opml.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser/dates.py to dates.cpython-312.pyc
running install_egg_info
running egg_info
writing src/listparser.egg-info/PKG-INFO
writing dependency_links to src/listparser.egg-info/dependency_links.txt
writing requirements to src/listparser.egg-info/requires.txt
writing top-level names to src/listparser.egg-info/top_level.txt
reading manifest file 'src/listparser.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/listparser.egg-info/SOURCES.txt'
Copying src/listparser.egg-info to /home/buildozer/aports/community/py3-listparser/pkg/py3-listparser/usr/lib/python3.12/site-packages/listparser-0.19-py3.12.egg-info
running install_scripts
>>> py3-listparser-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/listparser/__pycache__' -> '/home/buildozer/aports/community/py3-listparser/pkg/py3-listparser-pyc/usr/lib/python3.12/site-packages/listparser/__pycache__'
>>> py3-listparser-pyc*: Preparing subpackage py3-listparser-pyc...
>>> py3-listparser-pyc*: Running postcheck for py3-listparser-pyc
>>> py3-listparser*: Running postcheck for py3-listparser
>>> py3-listparser*: Preparing package py3-listparser...
>>> py3-listparser-pyc*: Tracing dependencies...
libfakeroot internal error: payload not recognized!
	python3
	py3-requests
	python3~3.12
>>> py3-listparser-pyc*: Package size: 34.6 KB
>>> py3-listparser-pyc*: Compressing data...
>>> py3-listparser-pyc*: Create checksum...
>>> py3-listparser-pyc*: Create py3-listparser-pyc-0.19-r4.apk
>>> py3-listparser*: Tracing dependencies...
	python3
	py3-requests
	python3~3.12
>>> py3-listparser*: Package size: 27.0 KB
>>> py3-listparser*: Compressing data...
>>> py3-listparser*: Create checksum...
>>> py3-listparser*: Create py3-listparser-0.19-r4.apk
>>> py3-listparser: Build complete at Thu, 07 Nov 2024 06:24:33 +0000 elapsed time 0h 0m 12s
>>> py3-listparser: Cleaning up srcdir
>>> py3-listparser: Cleaning up pkgdir
>>> py3-listparser: Uninstalling dependencies...
(1/28) Purging .makedepends-py3-listparser (20241107.062432)
(2/28) Purging py3-requests-pyc (2.32.3-r0)
(3/28) Purging py3-requests (2.32.3-r0)
(4/28) Purging py3-certifi-pyc (2024.8.30-r0)
(5/28) Purging py3-certifi (2024.8.30-r0)
(6/28) Purging py3-charset-normalizer-pyc (3.4.0-r0)
(7/28) Purging py3-charset-normalizer (3.4.0-r0)
(8/28) Purging py3-idna-pyc (3.10-r0)
(9/28) Purging py3-idna (3.10-r0)
(10/28) Purging py3-urllib3-pyc (1.26.20-r0)
(11/28) Purging py3-urllib3 (1.26.20-r0)
(12/28) Purging py3-setuptools-pyc (70.3.0-r0)
(13/28) Purging py3-setuptools (70.3.0-r0)
(14/28) Purging py3-packaging-pyc (24.1-r0)
(15/28) Purging py3-packaging (24.1-r0)
(16/28) Purging py3-parsing-pyc (3.1.4-r0)
(17/28) Purging py3-parsing (3.1.4-r0)
(18/28) Purging python3-pyc (3.12.7-r1)
(19/28) Purging python3-pycache-pyc0 (3.12.7-r1)
(20/28) Purging pyc (3.12.7-r1)
(21/28) Purging python3 (3.12.7-r1)
(22/28) Purging gdbm (1.24-r0)
(23/28) Purging libbz2 (1.0.8-r6)
(24/28) Purging libffi (3.4.6-r0)
(25/28) Purging libpanelw (6.5_p20241006-r2)
(26/28) Purging mpdecimal (4.0.0-r0)
(27/28) Purging sqlite-libs (3.47.0-r0)
(28/28) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 355 MiB in 101 packages
>>> py3-listparser: Updating the community/s390x repository index...
>>> py3-listparser: Signing the index...