>>> py3-decorator: Building community/py3-decorator 5.1.1-r3 (using abuild 3.11.0_rc12-r0) started Wed, 19 Apr 2023 22:13:45 +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-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r4) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.3-r10) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.6.1-r1) (18/19) Installing py3-setuptools-pyc (67.6.1-r1) (19/19) Installing .makedepends-py3-decorator (20230419.221346) Executing busybox-1.36.0-r7.trigger OK: 441 MiB in 120 packages >>> py3-decorator: Cleaning up srcdir >>> py3-decorator: Cleaning up pkgdir >>> py3-decorator: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-decorator-5.1.1.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 100 54198 100 54198 0 0 606k 0 --:--:-- --:--:-- --:--:-- 608k >>> 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/edge/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.11/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`. ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/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`. tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _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) ... 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.898s 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.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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.11 creating /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.11/site-packages copying build/lib/decorator.py -> /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.11/site-packages/decorator.py to decorator.cpython-311.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.11/site-packages/decorator-5.1.1-py3.11.egg-info running install_scripts >>> py3-decorator-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-decorator/pkg/py3-decorator/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-decorator/pkg/py3-decorator-pyc/usr/lib/python3.11/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.11 >>> 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-r3.apk >>> py3-decorator*: Tracing dependencies... python3 python3~3.11 >>> py3-decorator*: Package size: 64.0 KB >>> py3-decorator*: Compressing data... >>> py3-decorator*: Create checksum... >>> py3-decorator*: Create py3-decorator-5.1.1-r3.apk >>> py3-decorator: Build complete at Wed, 19 Apr 2023 22:13:54 +0000 elapsed time 0h 0m 9s >>> py3-decorator: Cleaning up srcdir >>> py3-decorator: Cleaning up pkgdir >>> py3-decorator: Uninstalling dependencies... (1/19) Purging .makedepends-py3-decorator (20230419.221346) (2/19) Purging py3-setuptools-pyc (67.6.1-r1) (3/19) Purging py3-setuptools (67.6.1-r1) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r4) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 393 MiB in 101 packages >>> py3-decorator: Updating the community/x86_64 repository index... >>> py3-decorator: Signing the index...