>>> py3-wrapt: Building community/py3-wrapt 1.14.1-r0 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 19:02:44 +0000 >>> py3-wrapt: Checking sanity of /home/buildozer/aports/community/py3-wrapt/APKBUILD... >>> py3-wrapt: Analyzing dependencies... >>> py3-wrapt: Installing for build: build-base python3 python3-dev py3-setuptools py3-pytest (1/19) Installing libbz2 (1.0.8-r3) (2/19) Installing libffi (3.4.3-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.2.7-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.2.0-r0) (7/19) Installing sqlite-libs (3.39.4-r0) (8/19) Installing python3 (3.10.8-r3) (9/19) Installing python3-dev (3.10.8-r3) (10/19) Installing py3-parsing (3.0.9-r0) (11/19) Installing py3-packaging (21.3-r2) (12/19) Installing py3-setuptools (65.5.0-r0) (13/19) Installing py3-attrs (22.1.0-r0) (14/19) Installing py3-iniconfig (1.1.1-r3) (15/19) Installing py3-pluggy (1.0.0-r1) (16/19) Installing py3-py (1.11.0-r0) (17/19) Installing py3-tomli (2.0.1-r1) (18/19) Installing py3-pytest (7.1.3-r1) (19/19) Installing .makedepends-py3-wrapt (20221026.190250) Executing busybox-1.35.0-r27.trigger OK: 407 MiB in 111 packages >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-wrapt-1.14.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-wrapt: Fetching https://github.com/GrahamDumpleton/wrapt/archive/1.14.1/py3-wrapt-1.14.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13208 0 13208 0 0 18892 0 --:--:-- --:--:-- --:--:-- 18892 100 130k 0 130k 0 0 180k 0 --:--:-- --:--:-- --:--:-- 4528k >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-wrapt-1.14.1.tar.gz >>> py3-wrapt: Checking sha512sums... py3-wrapt-1.14.1.tar.gz: OK >>> py3-wrapt: Unpacking /var/cache/distfiles/v3.17/py3-wrapt-1.14.1.tar.gz... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-ppc64le-cpython-310 creating build/lib.linux-ppc64le-cpython-310/wrapt copying src/wrapt/decorators.py -> build/lib.linux-ppc64le-cpython-310/wrapt copying src/wrapt/wrappers.py -> build/lib.linux-ppc64le-cpython-310/wrapt copying src/wrapt/importer.py -> build/lib.linux-ppc64le-cpython-310/wrapt copying src/wrapt/__init__.py -> build/lib.linux-ppc64le-cpython-310/wrapt copying src/wrapt/arguments.py -> build/lib.linux-ppc64le-cpython-310/wrapt running build_ext building 'wrapt._wrappers' extension creating build/temp.linux-ppc64le-cpython-310 creating build/temp.linux-ppc64le-cpython-310/src creating build/temp.linux-ppc64le-cpython-310/src/wrapt gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c src/wrapt/_wrappers.c -o build/temp.linux-ppc64le-cpython-310/src/wrapt/_wrappers.o src/wrapt/_wrappers.c: In function 'WraptFunctionWrapperBase_instancecheck': src/wrapt/_wrappers.c:2550:15: warning: unused variable 'object' [-Wunused-variable] 2550 | PyObject *object = NULL; | ^~~~~~ gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-ppc64le-cpython-310/src/wrapt/_wrappers.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-310/wrapt/_wrappers.cpython-310-powerpc64le-linux-gnu.so ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.14.1, configfile: setup.cfg collecting ... collected 392 items tests/test_adapter.py::TestAdapterAttributes::test_doc_string PASSED [ 0%] tests/test_adapter.py::TestAdapterAttributes::test_module_name PASSED [ 0%] tests/test_adapter.py::TestAdapterAttributes::test_object_name PASSED [ 0%] tests/test_adapter.py::TestAdapterAttributes::test_object_qualname PASSED [ 1%] tests/test_adapter.py::TestArgumentSpecification::test_argspec PASSED [ 1%] tests/test_adapter.py::TestArgumentSpecification::test_isinstance PASSED [ 1%] tests/test_adapter.py::TestArgumentSpecification::test_signature PASSED [ 1%] tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory PASSED [ 2%] tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod PASSED [ 2%] tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function PASSED [ 2%] tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod PASSED [ 2%] tests/test_adapter_py3.py::TestAdapterAttributesWithAnnotations::test_annotations PASSED [ 3%] tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_argspec PASSED [ 3%] tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_isinstance PASSED [ 3%] tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_signature PASSED [ 3%] tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_adapter_factory PASSED [ 4%] tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_classmethod PASSED [ 4%] tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_function PASSED [ 4%] tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_instancemethod PASSED [ 4%] tests/test_adapter_py33.py::TestArgumentSpecification::test_getfullargspec PASSED [ 5%] tests/test_adapter_py33.py::TestArgumentSpecification::test_signature PASSED [ 5%] tests/test_arguments.py::TestArguments::test_getcallargs PASSED [ 5%] tests/test_arguments.py::TestArguments::test_unexpected_unicode_keyword PASSED [ 5%] tests/test_attribute_wrapper.py::TestAttributeProxy::test_wrap_attribute PASSED [ 6%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_keyword_argument PASSED [ 6%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_positional_argument PASSED [ 6%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_empty_arguments PASSED [ 6%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_keyword_arguments PASSED [ 7%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_positional_arguments PASSED [ 7%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_no_arguments PASSED [ 7%] tests/test_class.py::TestIntrospection::test_getmembers PASSED [ 7%] tests/test_class.py::TestInheritance::test_single_inheritance PASSED [ 8%] tests/test_class_py37.py::TestInheritance::test_multiple_inheritance PASSED [ 8%] tests/test_class_py37.py::TestInheritance::test_multiple_inheritance_common PASSED [ 8%] tests/test_class_py37.py::TestInheritance::test_single_inheritance PASSED [ 8%] tests/test_copy.py::TestObjectCopy::test_copy PASSED [ 9%] tests/test_copy.py::TestObjectCopy::test_copy_proxy PASSED [ 9%] tests/test_copy.py::TestObjectCopy::test_deepcopy PASSED [ 9%] tests/test_copy.py::TestObjectCopy::test_deepcopy_proxy PASSED [ 9%] tests/test_decorators.py::TestDecorator::test_class_method_as_decorator PASSED [ 10%] tests/test_decorators.py::TestDecorator::test_class_type_as_decorator PASSED [ 10%] tests/test_decorators.py::TestDecorator::test_class_type_as_decorator_args PASSED [ 10%] tests/test_decorators.py::TestDecorator::test_instance_method_as_decorator PASSED [ 10%] tests/test_decorators.py::TestDecorator::test_no_parameters PASSED [ 11%] tests/test_descriptors_py36.py::TestObjectDescriptors::test_set_name PASSED [ 11%] tests/test_formatargspec_py35.py::TestFormatargspec35::test_formatargspec PASSED [ 11%] tests/test_formatargspec_py38.py::TestFormatargspec38::test_formatargspec PASSED [ 11%] tests/test_function.py::TestNamingFunction::test_argspec PASSED [ 12%] tests/test_function.py::TestNamingFunction::test_doc_string PASSED [ 12%] tests/test_function.py::TestNamingFunction::test_getmembers PASSED [ 12%] tests/test_function.py::TestNamingFunction::test_isinstance PASSED [ 13%] tests/test_function.py::TestNamingFunction::test_module_name PASSED [ 13%] tests/test_function.py::TestNamingFunction::test_object_name PASSED [ 13%] tests/test_function.py::TestNamingFunction::test_object_qualname PASSED [ 13%] tests/test_function.py::TestCallingFunction::test_call_function PASSED [ 14%] tests/test_function_wrapper.py::TestClassInheritence::test_classmethod_type_inheritence PASSED [ 14%] tests/test_function_wrapper.py::TestClassInheritence::test_function_type_inheritence PASSED [ 14%] tests/test_function_wrapper.py::TestClassInheritence::test_instancemethod_type_inheritence PASSED [ 14%] tests/test_function_wrapper.py::TestClassInheritence::test_staticmethod_type_inheritence PASSED [ 15%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes PASSED [ 15%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_class PASSED [ 15%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_instance PASSED [ 15%] tests/test_function_wrapper.py::TestAttributeAccess::test_function_attributes PASSED [ 16%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes PASSED [ 16%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_class PASSED [ 16%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_instance PASSED [ 16%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes PASSED [ 17%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_class PASSED [ 17%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_instance PASSED [ 17%] tests/test_function_wrapper.py::TestParentReference::test_class_decorator PASSED [ 17%] tests/test_function_wrapper.py::TestParentReference::test_classmethod PASSED [ 18%] tests/test_function_wrapper.py::TestParentReference::test_function_decorator PASSED [ 18%] tests/test_function_wrapper.py::TestParentReference::test_instancemethod PASSED [ 18%] tests/test_function_wrapper.py::TestParentReference::test_nested_class_decorator PASSED [ 18%] tests/test_function_wrapper.py::TestParentReference::test_staticmethod_inner PASSED [ 19%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_dynamic_guard_on_decorator PASSED [ 19%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_false_guard_on_decorator PASSED [ 19%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_true_guard_on_decorator PASSED [ 19%] tests/test_function_wrapper.py::TestGuardArgument::test_function_guard_on_decorator PASSED [ 20%] tests/test_function_wrapper.py::TestGuardArgument::test_guard_on_instancemethod PASSED [ 20%] tests/test_function_wrapper.py::TestDerivedFunctionWrapper::test_override_bound_type PASSED [ 20%] tests/test_function_wrapper.py::TestFunctionBinding::test_double_binding PASSED [ 20%] tests/test_function_wrapper.py::TestFunctionBinding::test_re_bind_after_none PASSED [ 21%] tests/test_function_wrapper.py::TestInvalidWrapper::test_none_for_wrapped PASSED [ 21%] tests/test_function_wrapper.py::TestInvalidCalling::test_missing_self_via_class PASSED [ 21%] tests/test_inheritance_py37.py::TestClassInheritance::test_abc_inheritance PASSED [ 21%] tests/test_inheritance_py37.py::TestClassInheritance::test_basic_inheritance PASSED [ 22%] tests/test_inheritance_py37.py::TestClassInheritance::test_py_abc_inheritance PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_doc_string PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_isinstance PASSED [ 23%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_module_name PASSED [ 23%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_name PASSED [ 23%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_qualname PASSED [ 23%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec PASSED [ 24%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_doc_string PASSED [ 24%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_isinstance PASSED [ 24%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_module_name PASSED [ 25%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_name PASSED [ 25%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_qualname PASSED [ 25%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function PASSED [ 25%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function_nested_decorators PASSED [ 26%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_applied_wrapper PASSED [ 26%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_passed_wrapper PASSED [ 26%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function PASSED [ 26%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function_nested_decorators PASSED [ 27%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_applied_wrapper PASSED [ 27%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_passed_wrapper PASSED [ 27%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec PASSED [ 27%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_doc_string PASSED [ 28%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_isinstance PASSED [ 28%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_module_name PASSED [ 28%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_name PASSED [ 28%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_qualname PASSED [ 29%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec PASSED [ 29%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_doc_string PASSED [ 29%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_isinstance PASSED [ 29%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_module_name PASSED [ 30%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_name PASSED [ 30%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_qualname PASSED [ 30%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function PASSED [ 30%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function_nested_decorator PASSED [ 31%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_externally_applied_wrapper PASSED [ 31%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function PASSED [ 31%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function_nested_decorator PASSED [ 31%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_externally_applied_wrapper PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_doc_string PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_isinstance PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_module_name PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_name PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_qualname PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_getmembers PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_doc_string PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_isinstance PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_module_name PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_name PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_qualname PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_doc_string PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_isinstance PASSED [ 36%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_module_name PASSED [ 36%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_name PASSED [ 36%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_qualname PASSED [ 36%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec PASSED [ 37%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_doc_string PASSED [ 37%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_isinstance PASSED [ 37%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_module_name PASSED [ 38%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_name PASSED [ 38%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_qualname PASSED [ 38%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function PASSED [ 38%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function_nested PASSED [ 39%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function PASSED [ 39%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function_nested PASSED [ 39%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function PASSED [ 39%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function_nested PASSED [ 40%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function PASSED [ 40%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function_nested PASSED [ 40%] tests/test_memoize.py::TestSynchronized::test_classmethod PASSED [ 40%] tests/test_memoize.py::TestSynchronized::test_function PASSED [ 41%] tests/test_memoize.py::TestSynchronized::test_instancemethod PASSED [ 41%] tests/test_memoize.py::TestSynchronized::test_staticmethod PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_class_method PASSED [ 42%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_instance_method PASSED [ 42%] tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module PASSED [ 42%] tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name PASSED [ 42%] tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper PASSED [ 43%] tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper_instance_method PASSED [ 43%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_inherited PASSED [ 43%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_module_name PASSED [ 43%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module PASSED [ 44%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module_name PASSED [ 44%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_instance_method_module_name PASSED [ 44%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_static_method_module_name PASSED [ 44%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_class PASSED [ 45%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_dict PASSED [ 45%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_extracted PASSED [ 45%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_instance PASSED [ 45%] tests/test_nested_function.py::TestNamingNestedFunction::test_argspec PASSED [ 46%] tests/test_nested_function.py::TestNamingNestedFunction::test_doc_string PASSED [ 46%] tests/test_nested_function.py::TestNamingNestedFunction::test_isinstance PASSED [ 46%] tests/test_nested_function.py::TestNamingNestedFunction::test_module_name PASSED [ 46%] tests/test_nested_function.py::TestNamingNestedFunction::test_object_name PASSED [ 47%] tests/test_nested_function.py::TestNamingNestedFunction::test_object_qualname PASSED [ 47%] tests/test_nested_function.py::TestCallingNestedFunction::test_call_function PASSED [ 47%] tests/test_object_proxy.py::TestAttributeAccess::test_attributes PASSED [ 47%] tests/test_object_proxy.py::TestAttributeAccess::test_delete_wrapped PASSED [ 48%] tests/test_object_proxy.py::TestAttributeAccess::test_get_wrapped PASSED [ 48%] tests/test_object_proxy.py::TestAttributeAccess::test_init_not_called PASSED [ 48%] tests/test_object_proxy.py::TestAttributeAccess::test_proxy_attribute PASSED [ 48%] tests/test_object_proxy.py::TestAttributeAccess::test_set_wrapped PASSED [ 49%] tests/test_object_proxy.py::TestAttributeAccess::test_wrapped_attribute PASSED [ 49%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_doc_string PASSED [ 49%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_module_name PASSED [ 50%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_name PASSED [ 50%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_qualname PASSED [ 50%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_doc_string PASSED [ 50%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_module_name PASSED [ 51%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_name PASSED [ 51%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_qualname PASSED [ 51%] tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_doc_string PASSED [ 51%] tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_module_name PASSED [ 52%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_class PASSED [ 52%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_function PASSED [ 52%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_instance PASSED [ 52%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_class PASSED [ 53%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_function PASSED [ 53%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_instance PASSED [ 53%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_class PASSED [ 53%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_function PASSED [ 54%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_instance PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_args PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_args_plus_kwargs PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_kwargs PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_no_args PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args_plus_kwargs PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_kwargs PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_no_args PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_function_args PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_function_args_plus_kwargs PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_function_kwargs PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_function_no_args PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args_plus_kwargs PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_kwargs PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_no_args PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args_plus_kwargs PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_kwargs PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_no_args PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args_plus_kwargs PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_kwargs PASSED [ 60%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_no_args PASSED [ 60%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args PASSED [ 60%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args_plus_kwargs PASSED [ 60%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_kwargs PASSED [ 61%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_no_args PASSED [ 61%] tests/test_object_proxy.py::TestIterObjectProxy::test_iteration PASSED [ 61%] tests/test_object_proxy.py::TestContextManagerObjectProxy::test_context_manager PASSED [ 61%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_comparison PASSED [ 62%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_mapping_key PASSED [ 62%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_object_hash PASSED [ 62%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_abs PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add_uninitialized_args PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and_uninitialized_args PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div_uninitialized_args PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod_uninitialized_args PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_float PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv_uninitialized_args PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_hex PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iadd PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iand PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_idiv PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ifloordiv PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ilshift PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imod PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imul PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_index PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_int PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_invert PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior_list_self PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ipow PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_irshift PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_isub PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ixor PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift_uninitialized_args PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod_uninitialized_args PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul_uninitialized_args PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_neg PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_nonzero PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_oct PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or_uninitialized_args PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pos PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow_uninitialized_args PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift_uninitialized_args PASSED [ 74%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub PASSED [ 74%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub_uninitialized_args PASSED [ 74%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor PASSED [ 75%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor_uninitialized_args PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_contains PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delitem PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delslice PASSED [ 76%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getitem PASSED [ 76%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getslice PASSED [ 76%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_length PASSED [ 76%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setitem PASSED [ 77%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setslice PASSED [ 77%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_contains PASSED [ 77%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_delitem PASSED [ 77%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_getitem PASSED [ 78%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_length PASSED [ 78%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_setitem PASSED [ 78%] tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_repr PASSED [ 78%] tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_str PASSED [ 79%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_missing_init PASSED [ 79%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_new PASSED [ 79%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_setattr PASSED [ 79%] tests/test_object_proxy.py::DerivedClassAttributes::test_class_properties PASSED [ 80%] tests/test_object_proxy.py::DerivedClassAttributes::test_override_class_attributes PASSED [ 80%] tests/test_object_proxy.py::DerivedClassAttributes::test_setup_class_attributes PASSED [ 80%] tests/test_object_proxy.py::OverrideAttributeAccess::test_attr_functions PASSED [ 80%] tests/test_object_proxy.py::OverrideAttributeAccess::test_override_getattr PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_getattr_call PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_hasattr_call PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_is_callable PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_proxy_getattr_call PASSED [ 82%] tests/test_object_proxy.py::CallableFunction::test_proxy_hasattr_call PASSED [ 82%] tests/test_object_proxy.py::CallableFunction::test_proxy_is_callable PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_class_bytes PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_complex PASSED [ 83%] tests/test_object_proxy.py::SpecialMethods::test_decimal_complex PASSED [ 83%] tests/test_object_proxy.py::SpecialMethods::test_fractions_round PASSED [ 83%] tests/test_object_proxy.py::SpecialMethods::test_list_reversed PASSED [ 83%] tests/test_object_proxy.py::SpecialMethods::test_str_format PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_doc_string PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_isinstance PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_module_name PASSED [ 85%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_name PASSED [ 85%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_qualname PASSED [ 85%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_argspec PASSED [ 85%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_doc_string PASSED [ 86%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_isinstance PASSED [ 86%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_module_name PASSED [ 86%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_name PASSED [ 86%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_qualname PASSED [ 87%] tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_class_call_function PASSED [ 87%] tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_instance_call_function PASSED [ 87%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_doc_string PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_isinstance PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_module_name PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_name PASSED [ 89%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_qualname PASSED [ 89%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_argspec PASSED [ 89%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_doc_string PASSED [ 89%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_isinstance PASSED [ 90%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_module_name PASSED [ 90%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_name PASSED [ 90%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_qualname PASSED [ 90%] tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_class_call_function PASSED [ 91%] tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_instance_call_function PASSED [ 91%] tests/test_pickle.py::TestObjectPickle::test_pickle PASSED [ 91%] tests/test_pickle.py::TestObjectPickle::test_pickle_proxy PASSED [ 91%] tests/test_post_import_hooks.py::TestPostImportHooks::test_after_import PASSED [ 92%] tests/test_post_import_hooks.py::TestPostImportHooks::test_before_and_after_import PASSED [ 92%] tests/test_post_import_hooks.py::TestPostImportHooks::test_before_import PASSED [ 92%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_false_instance PASSED [ 92%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_function PASSED [ 93%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_classmethod PASSED [ 93%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_staticmethod PASSED [ 93%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_instancemethod PASSED [ 93%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_classmethod PASSED [ 94%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_staticmethod PASSED [ 94%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_new_style PASSED [ 94%] tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_old_style PASSED [ 94%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations PASSED [ 95%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations_modified_on_original PASSED [ 95%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc PASSED [ 95%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc_modified_on_original PASSED [ 95%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_module PASSED [ 96%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_module_modified_on_original PASSED [ 96%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_name PASSED [ 96%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_name_modified_on_original PASSED [ 96%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname PASSED [ 97%] tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname_modified_on_original PASSED [ 97%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_call_expired PASSED [ 97%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_classmethod PASSED [ 97%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_decorator_method PASSED [ 98%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_function PASSED [ 98%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function PASSED [ 98%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function_and_instance PASSED [ 98%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_instance PASSED [ 99%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_isinstance PASSED [ 99%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_no_callback PASSED [ 99%] tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_staticmethod PASSED [100%] =============================== warnings summary =============================== tests/test_adapter.py:5 /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.14.1/tests/test_adapter.py:5: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 392 passed, 1 warning in 1.66s ======================== >>> py3-wrapt: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) 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 build_ext running install_lib creating /home/buildozer/aports/community/py3-wrapt/pkg creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-ppc64le-cpython-310/wrapt/decorators.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-ppc64le-cpython-310/wrapt/wrappers.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-ppc64le-cpython-310/wrapt/_wrappers.cpython-310-powerpc64le-linux-gnu.so -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt creating /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/__pycache__/arguments.cpython-310.pyc -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/__pycache__/decorators.cpython-310.pyc -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/__pycache__/importer.cpython-310.pyc -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/__pycache__/wrappers.cpython-310.pyc -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt/__pycache__ copying build/lib.linux-ppc64le-cpython-310/wrapt/importer.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-ppc64le-cpython-310/wrapt/__init__.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-ppc64le-cpython-310/wrapt/arguments.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt running install_egg_info running egg_info creating src/wrapt.egg-info writing src/wrapt.egg-info/PKG-INFO writing dependency_links to src/wrapt.egg-info/dependency_links.txt writing top-level names to src/wrapt.egg-info/top_level.txt writing manifest file 'src/wrapt.egg-info/SOURCES.txt' reading manifest file 'src/wrapt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/wrapt.egg-info/SOURCES.txt' Copying src/wrapt.egg-info to /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt-1.14.1-py3.10.egg-info running install_scripts >>> py3-wrapt*: Running postcheck for py3-wrapt >>> py3-wrapt*: Preparing package py3-wrapt... >>> py3-wrapt*: Stripping binaries >>> py3-wrapt*: Scanning shared objects >>> py3-wrapt*: Tracing dependencies... python3 so:libc.musl-ppc64le.so.1 >>> py3-wrapt*: Package size: 260.0 KB >>> py3-wrapt*: Compressing data... >>> py3-wrapt*: Create checksum... >>> py3-wrapt*: Create py3-wrapt-1.14.1-r0.apk >>> py3-wrapt: Build complete at Wed, 26 Oct 2022 19:02:59 +0000 elapsed time 0h 0m 15s >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Uninstalling dependencies... (1/19) Purging .makedepends-py3-wrapt (20221026.190250) (2/19) Purging python3-dev (3.10.8-r3) (3/19) Purging py3-setuptools (65.5.0-r0) (4/19) Purging py3-pytest (7.1.3-r1) (5/19) Purging py3-attrs (22.1.0-r0) (6/19) Purging py3-iniconfig (1.1.1-r3) (7/19) Purging py3-packaging (21.3-r2) (8/19) Purging py3-parsing (3.0.9-r0) (9/19) Purging py3-pluggy (1.0.0-r1) (10/19) Purging py3-py (1.11.0-r0) (11/19) Purging py3-tomli (2.0.1-r1) (12/19) Purging python3 (3.10.8-r3) (13/19) Purging libbz2 (1.0.8-r3) (14/19) Purging libffi (3.4.3-r0) (15/19) Purging gdbm (1.23-r0) (16/19) Purging xz-libs (5.2.7-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.2.0-r0) (19/19) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 288 MiB in 92 packages >>> py3-wrapt: Updating the community/ppc64le repository index... >>> py3-wrapt: Signing the index...