>>> py3-rst: Building testing/py3-rst 0.1-r8 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 21:13:20 +0000 >>> py3-rst: Checking sanity of /home/buildozer/aports/testing/py3-rst/APKBUILD... >>> py3-rst: Analyzing dependencies... >>> py3-rst: Installing for build: build-base python3 py3-six py3-setuptools py3-mock (1/21) Installing libffi (3.4.6-r0) (2/21) Installing gdbm (1.23-r1) (3/21) Installing mpdecimal (4.0.0-r0) (4/21) Installing libpanelw (6.4_p20240330-r0) (5/21) Installing readline (8.2.10-r0) (6/21) Installing sqlite-libs (3.45.2-r0) (7/21) Installing python3 (3.12.3-r0) (8/21) Installing python3-pycache-pyc0 (3.12.3-r0) (9/21) Installing pyc (3.12.3-r0) (10/21) Installing python3-pyc (3.12.3-r0) (11/21) Installing py3-six (1.16.0-r9) (12/21) Installing py3-six-pyc (1.16.0-r9) (13/21) Installing py3-parsing (3.1.2-r1) (14/21) Installing py3-parsing-pyc (3.1.2-r1) (15/21) Installing py3-packaging (24.0-r1) (16/21) Installing py3-packaging-pyc (24.0-r1) (17/21) Installing py3-setuptools (69.2.0-r2) (18/21) Installing py3-setuptools-pyc (69.2.0-r2) (19/21) Installing py3-mock (5.1.0-r2) (20/21) Installing py3-mock-pyc (5.1.0-r2) (21/21) Installing .makedepends-py3-rst (20240415.211321) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 131 packages >>> py3-rst: Cleaning up srcdir >>> py3-rst: Cleaning up pkgdir >>> py3-rst: Cleaning up tmpdir >>> py3-rst: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rst-0.1.tar.gz >>> py3-rst: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rst-0.1.tar.gz >>> py3-rst: Checking sha512sums... rst-0.1.tar.gz: OK >>> py3-rst: Unpacking /var/cache/distfiles/rst-0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/rst copying rst/rst.py -> build/lib/rst copying rst/__init__.py -> build/lib/rst 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 writing rst.egg-info/PKG-INFO writing dependency_links to rst.egg-info/dependency_links.txt writing requirements to rst.egg-info/requires.txt writing top-level names to rst.egg-info/top_level.txt reading manifest file 'rst.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rst.egg-info/SOURCES.txt' running build_ext test_orderedlist (tests.RstTest.test_orderedlist) test the OrderedList in the document ... ok test_paragraph (tests.RstTest.test_paragraph) test the paragraph in the document ... ok test_sections (tests.RstTest.test_sections) test the sections in the document ... ok test_title (tests.RstTest.test_title) test the title of the document ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.000s OK >>> py3-rst: 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/testing/py3-rst/pkg creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst copying build/lib/rst/rst.py -> /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst copying build/lib/rst/__init__.py -> /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst byte-compiling /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst/rst.py to rst.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing rst.egg-info/PKG-INFO writing dependency_links to rst.egg-info/dependency_links.txt writing requirements to rst.egg-info/requires.txt writing top-level names to rst.egg-info/top_level.txt reading manifest file 'rst.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rst.egg-info/SOURCES.txt' Copying rst.egg-info to /home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst-0.1-py3.12.egg-info running install_scripts >>> py3-rst-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-rst/pkg/py3-rst/usr/lib/python3.12/site-packages/rst/__pycache__' -> '/home/buildozer/aports/testing/py3-rst/pkg/py3-rst-pyc/usr/lib/python3.12/site-packages/rst/__pycache__' >>> py3-rst-pyc*: Preparing subpackage py3-rst-pyc... >>> py3-rst-pyc*: Running postcheck for py3-rst-pyc >>> py3-rst*: Running postcheck for py3-rst >>> py3-rst*: Preparing package py3-rst... >>> py3-rst-pyc*: Tracing dependencies... python3 py3-six python3~3.12 >>> py3-rst-pyc*: Package size: 44.0 KB >>> py3-rst-pyc*: Compressing data... >>> py3-rst-pyc*: Create checksum... >>> py3-rst-pyc*: Create py3-rst-pyc-0.1-r8.apk >>> py3-rst*: Tracing dependencies... python3 py3-six python3~3.12 >>> py3-rst*: Package size: 64.0 KB >>> py3-rst*: Compressing data... >>> py3-rst*: Create checksum... >>> py3-rst*: Create py3-rst-0.1-r8.apk >>> py3-rst: Build complete at Mon, 15 Apr 2024 21:13:23 +0000 elapsed time 0h 0m 3s >>> py3-rst: Cleaning up srcdir >>> py3-rst: Cleaning up pkgdir >>> py3-rst: Uninstalling dependencies... (1/21) Purging .makedepends-py3-rst (20240415.211321) (2/21) Purging py3-six-pyc (1.16.0-r9) (3/21) Purging py3-six (1.16.0-r9) (4/21) Purging py3-setuptools-pyc (69.2.0-r2) (5/21) Purging py3-setuptools (69.2.0-r2) (6/21) Purging py3-packaging-pyc (24.0-r1) (7/21) Purging py3-packaging (24.0-r1) (8/21) Purging py3-parsing-pyc (3.1.2-r1) (9/21) Purging py3-parsing (3.1.2-r1) (10/21) Purging py3-mock-pyc (5.1.0-r2) (11/21) Purging py3-mock (5.1.0-r2) (12/21) Purging python3-pyc (3.12.3-r0) (13/21) Purging python3-pycache-pyc0 (3.12.3-r0) (14/21) Purging pyc (3.12.3-r0) (15/21) Purging python3 (3.12.3-r0) (16/21) Purging gdbm (1.23-r1) (17/21) Purging libffi (3.4.6-r0) (18/21) Purging libpanelw (6.4_p20240330-r0) (19/21) Purging mpdecimal (4.0.0-r0) (20/21) Purging readline (8.2.10-r0) (21/21) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-rst: Updating the testing/ppc64le repository index... >>> py3-rst: Signing the index...