>>> py3-zope-deprecation: Building community/py3-zope-deprecation 4.4.0-r6 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 07:03:51 +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-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.0-r1) (12/12) Installing .makedepends-py3-zope-deprecation (20221123.070352) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 108 packages >>> py3-zope-deprecation: Cleaning up srcdir >>> py3-zope-deprecation: Cleaning up pkgdir >>> py3-zope-deprecation: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zope.deprecation-4.4.0.tar.gz >>> py3-zope-deprecation: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/zope.deprecation-4.4.0.tar.gz... /usr/lib/python3.11/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.11/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.test___get__) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetProperty.test___get___with_custom_cls) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedGetProperty.test___get__noshow) ... ok test___get__ (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___get__) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___get___with_custom_cls) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___get__noshow) ... ok test___set__ (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___set__) ... ok test___set___with_custom_cls (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___set___with_custom_cls) ... ok test___set__noshow (zope.deprecation.tests.TestDeprecatedGetSetProperty.test___set__noshow) ... ok test_it (zope.deprecation.tests.TestDeprecatedMethod.test_it) ... ok test_it_noshow (zope.deprecation.tests.TestDeprecatedMethod.test_it_noshow) ... ok test_it_with_custom_cls (zope.deprecation.tests.TestDeprecatedMethod.test_it_with_custom_cls) ... ok test___delattr__notowned (zope.deprecation.tests.TestDeprecatedModule.test___delattr__notowned) ... ok test___delattr__owned (zope.deprecation.tests.TestDeprecatedModule.test___delattr__owned) ... ok test___getattribute____class__ (zope.deprecation.tests.TestDeprecatedModule.test___getattribute____class__) ... ok test___getattribute____owned__ (zope.deprecation.tests.TestDeprecatedModule.test___getattribute____owned__) ... ok test___getattribute___deprecated (zope.deprecation.tests.TestDeprecatedModule.test___getattribute___deprecated) ... ok test___getattribute___deprecated_with_custom_cls (zope.deprecation.tests.TestDeprecatedModule.test___getattribute___deprecated_with_custom_cls) ... ok test___getattribute___noshow (zope.deprecation.tests.TestDeprecatedModule.test___getattribute___noshow) ... ok test___getattribute__missing (zope.deprecation.tests.TestDeprecatedModule.test___getattribute__missing) ... ok test___setattr__notowned (zope.deprecation.tests.TestDeprecatedModule.test___setattr__notowned) ... ok test___setattr__owned (zope.deprecation.tests.TestDeprecatedModule.test___setattr__owned) ... ok test___delete__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___delete__) ... ok test___delete___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___delete___with_custom_cls) ... ok test___delete__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___delete__noshow) ... ok test___get__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___get__) ... ok test___get___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___get___with_custom_cls) ... ok test___get__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___get__noshow) ... ok test___set__ (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___set__) ... ok test___set___with_custom_cls (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___set___with_custom_cls) ... ok test___set__noshow (zope.deprecation.tests.TestDeprecatedSetGetDeleteProperty.test___set__noshow) ... ok test___delattr__notowned (zope.deprecation.tests.TestDeprecationProxy.test___delattr__notowned) ... ok test___delattr__owned (zope.deprecation.tests.TestDeprecationProxy.test___delattr__owned) ... ok test___getattribute____class__ (zope.deprecation.tests.TestDeprecationProxy.test___getattribute____class__) ... ok test___getattribute___deprecate (zope.deprecation.tests.TestDeprecationProxy.test___getattribute___deprecate) ... ok test___getattribute__missing (zope.deprecation.tests.TestDeprecationProxy.test___getattribute__missing) ... ok test___setattr__notowned (zope.deprecation.tests.TestDeprecationProxy.test___setattr__notowned) ... ok test___setattr__owned (zope.deprecation.tests.TestDeprecationProxy.test___setattr__owned) ... ok test_deprecate_and__getattribute__noshow (zope.deprecation.tests.TestDeprecationProxy.test_deprecate_and__getattribute__noshow) ... ok test_deprecate_and__getattribute__sequence (zope.deprecation.tests.TestDeprecationProxy.test_deprecate_and__getattribute__sequence) ... ok test_deprecate_and__getattribute__string (zope.deprecation.tests.TestDeprecationProxy.test_deprecate_and__getattribute__string) ... ok test_deprecate_and__getattribute__string_with_custom_cls (zope.deprecation.tests.TestDeprecationProxy.test_deprecate_and__getattribute__string_with_custom_cls) ... ok test___show__global (zope.deprecation.tests.TestShowSwitch.test___show__global) ... ok test_call_false (zope.deprecation.tests.TestShowSwitch.test_call_false) ... ok test_call_true (zope.deprecation.tests.TestShowSwitch.test_call_true) ... ok test_off (zope.deprecation.tests.TestShowSwitch.test_off) ... ok test_on (zope.deprecation.tests.TestShowSwitch.test_on) ... ok test_repr_off (zope.deprecation.tests.TestShowSwitch.test_repr_off) ... ok test_repr_on (zope.deprecation.tests.TestShowSwitch.test_repr_on) ... ok test_reset (zope.deprecation.tests.TestShowSwitch.test_reset) ... ok test_it (zope.deprecation.tests.TestSuppressor.test_it) ... ok test___call__ (zope.deprecation.tests.Test_deprecate.test___call__) ... ok test___call__method (zope.deprecation.tests.Test_deprecate.test___call__method) ... ok test___call__with_custom_cls (zope.deprecation.tests.Test_deprecate.test___call__with_custom_cls) ... ok test_function_specifier (zope.deprecation.tests.Test_deprecated.test_function_specifier) ... ok test_getproperty_specifier (zope.deprecation.tests.Test_deprecated.test_getproperty_specifier) ... ok test_getsetdeleteproperty_specifier (zope.deprecation.tests.Test_deprecated.test_getsetdeleteproperty_specifier) ... ok test_getsetproperty_specifier (zope.deprecation.tests.Test_deprecated.test_getsetproperty_specifier) ... ok test_module_specifier (zope.deprecation.tests.Test_deprecated.test_module_specifier) ... ok test_string_specifier (zope.deprecation.tests.Test_deprecated.test_string_specifier) ... ok test_string_specifier_sys_modules_already_mutated (zope.deprecation.tests.Test_deprecated.test_string_specifier_sys_modules_already_mutated) ... ok test_string_specifier_with_custom_cls (zope.deprecation.tests.Test_deprecated.test_string_specifier_with_custom_cls) ... ok test_it (zope.deprecation.tests.Test_import_aliases.test_it) ... ok test_unsupported_None (zope.deprecation.tests.Test_moved.test_unsupported_None) ... ok test_unsupported_None_with_custom_cls (zope.deprecation.tests.Test_moved.test_unsupported_None_with_custom_cls) ... ok test_unsupported_not_None (zope.deprecation.tests.Test_moved.test_unsupported_not_None) ... ok ---------------------------------------------------------------------- Ran 66 tests in 0.003s OK >>> py3-zope-deprecation: Entering fakeroot... /usr/lib/python3.11/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.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 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.11/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.11/site-packages/zope/deprecation copying zope/deprecation/deprecation.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation copying zope/deprecation/tests.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation copying zope/deprecation/__init__.py -> /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation/fixture.py to fixture.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation/deprecation.py to deprecation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation/tests.py to tests.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope/deprecation/__init__.py to __init__.cpython-311.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.11/site-packages/zope.deprecation-4.4.0-py3.11.egg-info Installing /home/buildozer/aports/community/py3-zope-deprecation/pkg/py3-zope-deprecation/usr/lib/python3.11/site-packages/zope.deprecation-4.4.0-py3.11-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: 180.0 KB >>> py3-zope-deprecation*: Compressing data... >>> py3-zope-deprecation*: Create checksum... >>> py3-zope-deprecation*: Create py3-zope-deprecation-4.4.0-r6.apk >>> py3-zope-deprecation: Build complete at Wed, 23 Nov 2022 07:03:54 +0000 elapsed time 0h 0m 3s >>> py3-zope-deprecation: Cleaning up srcdir >>> py3-zope-deprecation: Cleaning up pkgdir >>> py3-zope-deprecation: Uninstalling dependencies... (1/12) Purging .makedepends-py3-zope-deprecation (20221123.070352) (2/12) Purging py3-setuptools (65.6.0-r1) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-zope-deprecation: Updating the community/armhf repository index... >>> py3-zope-deprecation: Signing the index...