>>> py3-decorator: Building community/py3-decorator 5.1.1-r4 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 16:55:14 +0000 >>> py3-decorator: Checking sanity of /home/buildozer/aports/community/py3-decorator/APKBUILD... >>> py3-decorator: Analyzing dependencies... >>> py3-decorator: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.6-r0) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.6.1-r3) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.4_p20240330-r0) (7/19) Installing readline (8.2.10-r0) (8/19) Installing sqlite-libs (3.45.2-r0) (9/19) Installing python3 (3.12.2-r1) (10/19) Installing python3-pycache-pyc0 (3.12.2-r1) (11/19) Installing pyc (3.12.2-r1) (12/19) Installing python3-pyc (3.12.2-r1) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r1) (18/19) Installing py3-setuptools-pyc (69.2.0-r1) (19/19) Installing .makedepends-py3-decorator (20240412.165515) Executing busybox-1.36.1-r25.trigger OK: 314 MiB in 122 packages >>> py3-decorator: Cleaning up srcdir >>> py3-decorator: Cleaning up pkgdir >>> py3-decorator: Cleaning up tmpdir >>> py3-decorator: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-decorator-5.1.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/py3-decorator-5.1.1.tar.gz.part' py3-decorator-5.1.1. 100% |********************************| 54198 0:00:00 ETA '/var/cache/distfiles/py3-decorator-5.1.1.tar.gz.part' saved >>> py3-decorator: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-decorator-5.1.1.tar.gz >>> py3-decorator: Checking sha512sums... py3-decorator-5.1.1.tar.gz: OK >>> py3-decorator: Unpacking /var/cache/distfiles/py3-decorator-5.1.1.tar.gz... running build running build_py creating build creating build/lib copying src/decorator.py -> build/lib 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/decorator.egg-info writing src/decorator.egg-info/PKG-INFO writing dependency_links to src/decorator.egg-info/dependency_links.txt writing top-level names to src/decorator.egg-info/top_level.txt writing manifest file 'src/decorator.egg-info/SOURCES.txt' reading manifest file 'src/decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'documentation.pdf' adding license file 'LICENSE.txt' writing manifest file 'src/decorator.egg-info/SOURCES.txt' running build_ext test_before_after (tests.test.CoroutineTestCase.test_before_after) ... /home/buildozer/aports/community/py3-decorator/src/decorator-5.1.1/src/tests/test.py:42: DeprecationWarning: There is no current event loop out = get_event_loop().run_until_complete(coro('x')) ok test_coro_to_func (tests.test.CoroutineTestCase.test_coro_to_func) ... ok test (tests.test.DocumentationTestCase.test) ... ok test_context_manager (tests.test.DocumentationTestCase.test_context_manager) ... ok test_copy_dunder_attrs (tests.test.DocumentationTestCase.test_copy_dunder_attrs) ... ok test_singledispatch1 (tests.test.DocumentationTestCase.test_singledispatch1) ... ok test_singledispatch2 (tests.test.DocumentationTestCase.test_singledispatch2) ... ok test_add1 (tests.test.ExtraTestCase.test_add1) ... ok test_dan_schult (tests.test.ExtraTestCase.test_dan_schult) ... ok test_decorator_factory (tests.test.ExtraTestCase.test_decorator_factory) ... ok test_no_first_arg (tests.test.ExtraTestCase.test_no_first_arg) ... ok test_qualname (tests.test.ExtraTestCase.test_qualname) ... ok test_signature (tests.test.ExtraTestCase.test_signature) ... ok test_slow_wrapper (tests.test.ExtraTestCase.test_slow_wrapper) ... ok test_unique_filenames (tests.test.ExtraTestCase.test_unique_filenames) ... ok test_gen123 (tests.test.GeneratorCallerTestCase.test_gen123) ... ok test_c_classes (tests.test.TestSingleDispatch.test_c_classes) ... ok test_mro (tests.test.TestSingleDispatch.test_mro) ... ok test_mro_conflicts (tests.test.TestSingleDispatch.test_mro_conflicts) ... ok test_register_abc (tests.test.TestSingleDispatch.test_register_abc) ... ok test_register_decorator (tests.test.TestSingleDispatch.test_register_decorator) ... ok test_register_error (tests.test.TestSingleDispatch.test_register_error) ... ok test_simple_overloads (tests.test.TestSingleDispatch.test_simple_overloads) ... ok test_wrapping_attributes (tests.test.TestSingleDispatch.test_wrapping_attributes) ... ok ---------------------------------------------------------------------- Ran 24 tests in 5.837s OK None calling __setitem__ with args (defaultdict(, {}), 'x', [1]), {} calling __delitem__ with args (defaultdict(, {'x': [1]}), 'x'), {} >>> py3-decorator: 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-decorator/pkg creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12/site-packages copying build/lib/decorator.py -> /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12/site-packages/decorator.py to decorator.cpython-312.pyc running install_egg_info running egg_info writing src/decorator.egg-info/PKG-INFO writing dependency_links to src/decorator.egg-info/dependency_links.txt writing top-level names to src/decorator.egg-info/top_level.txt reading manifest file 'src/decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'documentation.pdf' adding license file 'LICENSE.txt' writing manifest file 'src/decorator.egg-info/SOURCES.txt' Copying src/decorator.egg-info to /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12/site-packages/decorator-5.1.1-py3.12.egg-info running install_scripts >>> py3-decorator-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-decorator/pkg/py3-decorator-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-decorator-pyc*: Preparing subpackage py3-decorator-pyc... >>> py3-decorator-pyc*: Running postcheck for py3-decorator-pyc >>> py3-decorator*: Running postcheck for py3-decorator >>> py3-decorator*: Preparing package py3-decorator... >>> py3-decorator-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-decorator-pyc*: Package size: 48.0 KB >>> py3-decorator-pyc*: Compressing data... >>> py3-decorator-pyc*: Create checksum... >>> py3-decorator-pyc*: Create py3-decorator-pyc-5.1.1-r4.apk >>> py3-decorator*: Tracing dependencies... python3 python3~3.12 >>> py3-decorator*: Package size: 64.0 KB >>> py3-decorator*: Compressing data... >>> py3-decorator*: Create checksum... >>> py3-decorator*: Create py3-decorator-5.1.1-r4.apk >>> py3-decorator: Build complete at Fri, 12 Apr 2024 16:55:22 +0000 elapsed time 0h 0m 8s >>> py3-decorator: Cleaning up srcdir >>> py3-decorator: Cleaning up pkgdir >>> py3-decorator: Uninstalling dependencies... (1/19) Purging .makedepends-py3-decorator (20240412.165515) (2/19) Purging py3-setuptools-pyc (69.2.0-r1) (3/19) Purging py3-setuptools (69.2.0-r1) (4/19) Purging py3-packaging-pyc (24.0-r1) (5/19) Purging py3-packaging (24.0-r1) (6/19) Purging py3-parsing-pyc (3.1.2-r1) (7/19) Purging py3-parsing (3.1.2-r1) (8/19) Purging python3-pyc (3.12.2-r1) (9/19) Purging python3-pycache-pyc0 (3.12.2-r1) (10/19) Purging pyc (3.12.2-r1) (11/19) Purging python3 (3.12.2-r1) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.6-r0) (15/19) Purging libpanelw (6.4_p20240330-r0) (16/19) Purging mpdecimal (4.0.0-r0) (17/19) Purging readline (8.2.10-r0) (18/19) Purging sqlite-libs (3.45.2-r0) (19/19) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-decorator: Updating the community/armv7 repository index... >>> py3-decorator: Signing the index...