>>> py3-zope-deprecation: Building community/py3-zope-deprecation 4.4.0-r5 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 00:37:52 +0000 >>> py3-zope-deprecation: Checking sanity of /home/buildozer/aports/community/py3-zope-deprecation/APKBUILD... >>> py3-zope-deprecation: Analyzing dependencies... >>> py3-zope-deprecation: Installing for build: build-base py3-setuptools (1/12) Installing libbz2 (1.0.8-r3) (2/12) Installing libffi (3.4.3-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.7-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.39.4-r0) (8/12) Installing python3 (3.10.8-r3) (9/12) Installing py3-parsing (3.0.9-r0) (10/12) Installing py3-packaging (21.3-r2) (11/12) Installing py3-setuptools (65.5.0-r0) (12/12) Installing .makedepends-py3-zope-deprecation (20221027.003805) Executing busybox-1.35.0-r27.trigger OK: 247 MiB in 105 packages >>> py3-zope-deprecation: Cleaning up srcdir >>> py3-zope-deprecation: Cleaning up pkgdir >>> py3-zope-deprecation: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zope.deprecation-4.4.0.tar.gz >>> py3-zope-deprecation: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zope.deprecation-4.4.0.tar.gz >>> py3-zope-deprecation: Checking sha512sums... zope.deprecation-4.4.0.tar.gz: OK >>> py3-zope-deprecation: Unpacking /var/cache/distfiles/v3.17/zope.deprecation-4.4.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/zope copying src/zope/__init__.py -> build/lib/zope creating build/lib/zope/deprecation copying src/zope/deprecation/fixture.py -> build/lib/zope/deprecation copying src/zope/deprecation/deprecation.py -> build/lib/zope/deprecation copying src/zope/deprecation/tests.py -> build/lib/zope/deprecation copying src/zope/deprecation/__init__.py -> build/lib/zope/deprecation running egg_info writing src/zope.deprecation.egg-info/PKG-INFO writing dependency_links to src/zope.deprecation.egg-info/dependency_links.txt writing namespace_packages to src/zope.deprecation.egg-info/namespace_packages.txt writing requirements to src/zope.deprecation.egg-info/requires.txt writing top-level names to src/zope.deprecation.egg-info/top_level.txt reading manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) 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. running egg_info writing src/zope.deprecation.egg-info/PKG-INFO writing dependency_links to src/zope.deprecation.egg-info/dependency_links.txt writing namespace_packages to src/zope.deprecation.egg-info/namespace_packages.txt writing requirements to src/zope.deprecation.egg-info/requires.txt writing top-level names to src/zope.deprecation.egg-info/top_level.txt reading manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' running build_ext test___get__ (zope.deprecation.tests.TestDeprecatedGetProperty) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetProperty) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedGetProperty) ... ok test___get__ (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test___set__ (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test___set___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test___set__noshow (zope.deprecation.tests.TestDeprecatedGetSetProperty) ... ok test_it (zope.deprecation.tests.TestDeprecatedMethod) ... ok test_it_noshow (zope.deprecation.tests.TestDeprecatedMethod) ... ok test_it_with_custom_cls (zope.deprecation.tests.TestDeprecatedMethod) ... ok test___delattr__notowned (zope.deprecation.tests.TestDeprecatedModule) ... ok test___delattr__owned (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute____class__ (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute____owned__ (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute___deprecated (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute___deprecated_with_custom_cls (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute___noshow (zope.deprecation.tests.TestDeprecatedModule) ... ok test___getattribute__missing (zope.deprecation.tests.TestDeprecatedModule) ... ok test___setattr__notowned (zope.deprecation.tests.TestDeprecatedModule) ... ok test___setattr__owned (zope.deprecation.tests.TestDeprecatedModule) ... ok test___delete__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___delete___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___delete__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___get__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___set__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___set___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___set__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty) ... ok test___delattr__notowned (zope.deprecation.tests.TestDeprecationProxy) ... ok test___delattr__owned (zope.deprecation.tests.TestDeprecationProxy) ... ok test___getattribute____class__ (zope.deprecation.tests.TestDeprecationProxy) ... ok test___getattribute___deprecate (zope.deprecation.tests.TestDeprecationProxy) ... ok test___getattribute__missing (zope.deprecation.tests.TestDeprecationProxy) ... ok test___setattr__notowned (zope.deprecation.tests.TestDeprecationProxy) ... ok test___setattr__owned (zope.deprecation.tests.TestDeprecationProxy) ... ok test_deprecate_and__getattribute__noshow (zope.deprecation.tests.TestDeprecationProxy) ... ok test_deprecate_and__getattribute__sequence (zope.deprecation.tests.TestDeprecationProxy) ... ok test_deprecate_and__getattribute__string (zope.deprecation.tests.TestDeprecationProxy) ... ok test_deprecate_and__getattribute__string_with_custom_cls (zope.deprecation.tests.TestDeprecationProxy) ... ok test___show__global (zope.deprecation.tests.TestShowSwitch) ... ok test_call_false (zope.deprecation.tests.TestShowSwitch) ... ok test_call_true (zope.deprecation.tests.TestShowSwitch) ... ok test_off (zope.deprecation.tests.TestShowSwitch) ... ok test_on (zope.deprecation.tests.TestShowSwitch) ... ok test_repr_off (zope.deprecation.tests.TestShowSwitch) ... ok test_repr_on (zope.deprecation.tests.TestShowSwitch) ... ok test_reset (zope.deprecation.tests.TestShowSwitch) ... ok test_it (zope.deprecation.tests.TestSuppressor) ... ok test___call__ (zope.deprecation.tests.Test_deprecate) ... ok test___call__method (zope.deprecation.tests.Test_deprecate) ... ok test___call__with_custom_cls (zope.deprecation.tests.Test_deprecate) ... ok test_function_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_getproperty_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_getsetdeleteproperty_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_getsetproperty_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_module_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_string_specifier (zope.deprecation.tests.Test_deprecated) ... ok test_string_specifier_sys_modules_already_mutated (zope.deprecation.tests.Test_deprecated) ... ok test_string_specifier_with_custom_cls (zope.deprecation.tests.Test_deprecated) ... ok test_it (zope.deprecation.tests.Test_import_aliases) ... ok test_unsupported_None (zope.deprecation.tests.Test_moved) ... ok test_unsupported_None_with_custom_cls (zope.deprecation.tests.Test_moved) ... ok test_unsupported_not_None (zope.deprecation.tests.Test_moved) ... ok ---------------------------------------------------------------------- Ran 66 tests in 0.003s OK >>> py3-zope-deprecation: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running install /usr/lib/python3.10/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 build running build_py running egg_info writing src/zope.deprecation.egg-info/PKG-INFO writing dependency_links to src/zope.deprecation.egg-info/dependency_links.txt writing namespace_packages to src/zope.deprecation.egg-info/namespace_packages.txt writing requirements to src/zope.deprecation.egg-info/requires.txt writing top-level names to src/zope.deprecation.egg-info/top_level.txt reading manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zope.deprecation.egg-info/SOURCES.txt' running install_lib Skipping installation of /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/__init__.py (namespace package) copying zope/deprecation/fixture.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation copying zope/deprecation/deprecation.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation copying zope/deprecation/tests.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation copying zope/deprecation/__init__.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation/fixture.py to fixture.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation/deprecation.py to deprecation.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation/tests.py to tests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope/deprecation/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying src/zope.deprecation.egg-info to /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info Installing /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10-nspkg.pth running install_scripts >>> py3-zope-deprecation*: Running postcheck for py3-zope-deprecation >>> py3-zope-deprecation*: Preparing package py3-zope-deprecation... >>> py3-zope-deprecation*: Tracing dependencies... >>> py3-zope-deprecation*: Package size: 152.0 KB >>> py3-zope-deprecation*: Compressing data... >>> py3-zope-deprecation*: Create checksum... >>> py3-zope-deprecation*: Create py3-zope-deprecation-4.4.0-r5.apk >>> py3-zope-deprecation: Build complete at Thu, 27 Oct 2022 00:38:06 +0000 elapsed time 0h 0m 14s >>> py3-zope-deprecation: Cleaning up srcdir >>> py3-zope-deprecation: Cleaning up pkgdir >>> py3-zope-deprecation: Uninstalling dependencies... (1/12) Purging .makedepends-py3-zope-deprecation (20221027.003805) (2/12) Purging py3-setuptools (65.5.0-r0) (3/12) Purging py3-packaging (21.3-r2) (4/12) Purging py3-parsing (3.0.9-r0) (5/12) Purging python3 (3.10.8-r3) (6/12) Purging libbz2 (1.0.8-r3) (7/12) Purging libffi (3.4.3-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.7-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-zope-deprecation: Updating the community/armv7 repository index... >>> py3-zope-deprecation: Signing the index...