>>> py3-wrapt: Building community/py3-wrapt 1.12.1-r2 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 07:17:12 +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-pytest (1/23) Installing libbz2 (1.0.8-r1) (2/23) Installing libffi (3.4.2-r1) (3/23) Installing gdbm (1.23-r0) (4/23) Installing xz-libs (5.2.5-r1) (5/23) Installing mpdecimal (2.5.1-r1) (6/23) Installing readline (8.1.2-r0) (7/23) Installing sqlite-libs (3.38.0-r0) (8/23) Installing python3 (3.10.3-r0) (9/23) Installing python3-dev (3.10.3-r0) (10/23) Installing py3-atomicwrites (1.4.0-r2) (11/23) Installing py3-attrs (21.4.0-r0) (12/23) Installing py3-more-itertools (8.12.0-r2) (13/23) Installing py3-iniconfig (1.1.1-r2) (14/23) Installing py3-pluggy (0.13.1-r5) (15/23) Installing py3-py (1.10.0-r2) (16/23) Installing py3-six (1.16.0-r1) (17/23) Installing py3-wcwidth (0.2.5-r2) (18/23) Installing py3-parsing (2.4.7-r3) (19/23) Installing py3-packaging (21.3-r0) (20/23) Installing py3-toml (0.10.2-r3) (21/23) Installing py3-pygments (2.11.2-r0) (22/23) Installing py3-pytest (6.2.5-r2) (23/23) Installing .makedepends-py3-wrapt (20220414.071716) Executing busybox-1.35.0-r8.trigger OK: 352 MiB in 111 packages >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-wrapt-1.12.1.tar.gz >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-wrapt-1.12.1.tar.gz >>> py3-wrapt: Checking sha512sums... py3-wrapt-1.12.1.tar.gz: OK python-3.9.patch: OK >>> py3-wrapt: Unpacking /var/cache/distfiles/v3.16/py3-wrapt-1.12.1.tar.gz... >>> py3-wrapt: python-3.9.patch patching file docs/decorators.rst patching file tests/test_outer_classmethod.py patching file tests/test_synchronized_lock.py /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/setup.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/wrapt copying src/wrapt/wrappers.py -> build/lib.linux-armv8l-3.10/wrapt copying src/wrapt/decorators.py -> build/lib.linux-armv8l-3.10/wrapt copying src/wrapt/importer.py -> build/lib.linux-armv8l-3.10/wrapt copying src/wrapt/__init__.py -> build/lib.linux-armv8l-3.10/wrapt running build_ext building 'wrapt._wrappers' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/src creating build/temp.linux-armv8l-3.10/src/wrapt gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c src/wrapt/_wrappers.c -o build/temp.linux-armv8l-3.10/src/wrapt/_wrappers.o gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/src/wrapt/_wrappers.o -L/usr/lib -o build/lib.linux-armv8l-3.10/wrapt/_wrappers.cpython-310-arm-linux-gnueabihf.so ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1, configfile: tox.ini collecting ... collected 374 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_py33.py::TestArgumentSpecification::test_getfullargspec PASSED [ 3%] tests/test_adapter_py33.py::TestArgumentSpecification::test_signature PASSED [ 3%] tests/test_arguments.py::TestArguments::test_getcallargs PASSED [ 3%] tests/test_arguments.py::TestArguments::test_unexpected_unicode_keyword PASSED [ 4%] tests/test_attribute_wrapper.py::TestAttributeProxy::test_wrap_attribute PASSED [ 4%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_keyword_argument PASSED [ 4%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_positional_argument PASSED [ 4%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_empty_arguments PASSED [ 5%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_keyword_arguments PASSED [ 5%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_positional_arguments PASSED [ 5%] tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_no_arguments PASSED [ 5%] tests/test_class.py::TestIntrospection::test_getmembers PASSED [ 6%] tests/test_class.py::TestInheritance::test_single_inheritance PASSED [ 6%] tests/test_class_py37.py::TestInheritance::test_multiple_inheritance PASSED [ 6%] tests/test_class_py37.py::TestInheritance::test_multiple_inheritance_common PASSED [ 6%] tests/test_class_py37.py::TestInheritance::test_single_inheritance PASSED [ 7%] tests/test_copy.py::TestObjectCopy::test_copy PASSED [ 7%] tests/test_copy.py::TestObjectCopy::test_copy_proxy PASSED [ 7%] tests/test_copy.py::TestObjectCopy::test_deepcopy PASSED [ 8%] tests/test_copy.py::TestObjectCopy::test_deepcopy_proxy PASSED [ 8%] tests/test_decorators.py::TestDecorator::test_class_method_as_decorator PASSED [ 8%] tests/test_decorators.py::TestDecorator::test_class_type_as_decorator PASSED [ 8%] tests/test_decorators.py::TestDecorator::test_class_type_as_decorator_args PASSED [ 9%] tests/test_decorators.py::TestDecorator::test_instance_method_as_decorator PASSED [ 9%] tests/test_decorators.py::TestDecorator::test_no_parameters PASSED [ 9%] tests/test_function.py::TestNamingFunction::test_argspec PASSED [ 9%] tests/test_function.py::TestNamingFunction::test_doc_string PASSED [ 10%] tests/test_function.py::TestNamingFunction::test_getmembers PASSED [ 10%] tests/test_function.py::TestNamingFunction::test_isinstance PASSED [ 10%] tests/test_function.py::TestNamingFunction::test_module_name PASSED [ 10%] tests/test_function.py::TestNamingFunction::test_object_name PASSED [ 11%] tests/test_function.py::TestNamingFunction::test_object_qualname PASSED [ 11%] tests/test_function.py::TestCallingFunction::test_call_function PASSED [ 11%] tests/test_function_wrapper.py::TestClassInheritence::test_classmethod_type_inheritence PASSED [ 12%] tests/test_function_wrapper.py::TestClassInheritence::test_function_type_inheritence PASSED [ 12%] tests/test_function_wrapper.py::TestClassInheritence::test_instancemethod_type_inheritence PASSED [ 12%] tests/test_function_wrapper.py::TestClassInheritence::test_staticmethod_type_inheritence PASSED [ 12%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes PASSED [ 13%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_class PASSED [ 13%] tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_instance PASSED [ 13%] tests/test_function_wrapper.py::TestAttributeAccess::test_function_attributes PASSED [ 13%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes PASSED [ 14%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_class PASSED [ 14%] tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_instance PASSED [ 14%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes PASSED [ 14%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_class PASSED [ 15%] tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_instance PASSED [ 15%] tests/test_function_wrapper.py::TestParentReference::test_class_decorator PASSED [ 15%] tests/test_function_wrapper.py::TestParentReference::test_classmethod PASSED [ 16%] tests/test_function_wrapper.py::TestParentReference::test_function_decorator PASSED [ 16%] tests/test_function_wrapper.py::TestParentReference::test_instancemethod PASSED [ 16%] tests/test_function_wrapper.py::TestParentReference::test_nested_class_decorator PASSED [ 16%] tests/test_function_wrapper.py::TestParentReference::test_staticmethod_inner PASSED [ 17%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_dynamic_guard_on_decorator PASSED [ 17%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_false_guard_on_decorator PASSED [ 17%] tests/test_function_wrapper.py::TestGuardArgument::test_boolean_true_guard_on_decorator PASSED [ 17%] tests/test_function_wrapper.py::TestGuardArgument::test_function_guard_on_decorator PASSED [ 18%] tests/test_function_wrapper.py::TestGuardArgument::test_guard_on_instancemethod PASSED [ 18%] tests/test_function_wrapper.py::TestDerivedFunctionWrapper::test_override_bound_type PASSED [ 18%] tests/test_function_wrapper.py::TestFunctionBinding::test_double_binding PASSED [ 18%] tests/test_function_wrapper.py::TestFunctionBinding::test_re_bind_after_none PASSED [ 19%] tests/test_function_wrapper.py::TestInvalidWrapper::test_none_for_wrapped PASSED [ 19%] tests/test_function_wrapper.py::TestInvalidCalling::test_missing_self_via_class PASSED [ 19%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec PASSED [ 20%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_doc_string PASSED [ 20%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_isinstance PASSED [ 20%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_module_name PASSED [ 20%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_name PASSED [ 21%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_qualname PASSED [ 21%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec PASSED [ 21%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_doc_string PASSED [ 21%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_isinstance PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_module_name PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_name PASSED [ 22%] tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_qualname PASSED [ 22%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function PASSED [ 23%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function_nested_decorators PASSED [ 23%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function PASSED [ 23%] tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function_nested_decorators PASSED [ 24%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec PASSED [ 24%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_doc_string PASSED [ 24%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_isinstance PASSED [ 24%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_module_name PASSED [ 25%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_name PASSED [ 25%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_qualname PASSED [ 25%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec PASSED [ 25%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_doc_string PASSED [ 26%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_isinstance PASSED [ 26%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_module_name PASSED [ 26%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_name PASSED [ 27%] tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_qualname PASSED [ 27%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function PASSED [ 27%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function_nested_decorator PASSED [ 27%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_externally_applied_wrapper PASSED [ 28%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function PASSED [ 28%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function_nested_decorator PASSED [ 28%] tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_externally_applied_wrapper PASSED [ 28%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec PASSED [ 29%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_doc_string PASSED [ 29%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_isinstance PASSED [ 29%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_module_name PASSED [ 29%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_name PASSED [ 30%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_qualname PASSED [ 30%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_getmembers PASSED [ 30%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec PASSED [ 31%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_doc_string PASSED [ 31%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_isinstance PASSED [ 31%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_module_name PASSED [ 31%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_name PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_qualname PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_doc_string PASSED [ 32%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_isinstance PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_module_name PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_name PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_qualname PASSED [ 33%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_doc_string PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_isinstance PASSED [ 34%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_module_name PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_name PASSED [ 35%] tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_qualname PASSED [ 35%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function PASSED [ 35%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function_nested PASSED [ 36%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function PASSED [ 36%] tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function_nested PASSED [ 36%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function PASSED [ 36%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function_nested PASSED [ 37%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function PASSED [ 37%] tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function_nested PASSED [ 37%] tests/test_memoize.py::TestSynchronized::test_classmethod PASSED [ 37%] tests/test_memoize.py::TestSynchronized::test_function PASSED [ 38%] tests/test_memoize.py::TestSynchronized::test_instancemethod PASSED [ 38%] tests/test_memoize.py::TestSynchronized::test_staticmethod PASSED [ 38%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper PASSED [ 39%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_class_method PASSED [ 39%] tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_instance_method PASSED [ 39%] tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module PASSED [ 39%] tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name PASSED [ 40%] tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper PASSED [ 40%] tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper_instance_method PASSED [ 40%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_inherited PASSED [ 40%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_module_name PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module_name PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_instance_method_module_name PASSED [ 41%] tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_static_method_module_name PASSED [ 42%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_class PASSED [ 42%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_dict PASSED [ 42%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_extracted PASSED [ 43%] tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_instance PASSED [ 43%] tests/test_nested_function.py::TestNamingNestedFunction::test_argspec PASSED [ 43%] tests/test_nested_function.py::TestNamingNestedFunction::test_doc_string PASSED [ 43%] tests/test_nested_function.py::TestNamingNestedFunction::test_isinstance PASSED [ 44%] tests/test_nested_function.py::TestNamingNestedFunction::test_module_name PASSED [ 44%] tests/test_nested_function.py::TestNamingNestedFunction::test_object_name PASSED [ 44%] tests/test_nested_function.py::TestNamingNestedFunction::test_object_qualname PASSED [ 44%] tests/test_nested_function.py::TestCallingNestedFunction::test_call_function PASSED [ 45%] tests/test_object_proxy.py::TestAttributeAccess::test_attributes PASSED [ 45%] tests/test_object_proxy.py::TestAttributeAccess::test_delete_wrapped PASSED [ 45%] tests/test_object_proxy.py::TestAttributeAccess::test_get_wrapped PASSED [ 45%] tests/test_object_proxy.py::TestAttributeAccess::test_init_not_called PASSED [ 46%] tests/test_object_proxy.py::TestAttributeAccess::test_proxy_attribute PASSED [ 46%] tests/test_object_proxy.py::TestAttributeAccess::test_set_wrapped PASSED [ 46%] tests/test_object_proxy.py::TestAttributeAccess::test_wrapped_attribute PASSED [ 47%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_doc_string PASSED [ 47%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_module_name PASSED [ 47%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_name PASSED [ 47%] tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_qualname PASSED [ 48%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_doc_string PASSED [ 48%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_module_name PASSED [ 48%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_name PASSED [ 48%] tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_qualname PASSED [ 49%] tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_doc_string PASSED [ 49%] tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_module_name PASSED [ 49%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_class PASSED [ 50%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_function PASSED [ 50%] tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_instance PASSED [ 50%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_class PASSED [ 50%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_function PASSED [ 51%] tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_instance PASSED [ 51%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_class PASSED [ 51%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_function PASSED [ 51%] tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_instance PASSED [ 52%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_args PASSED [ 52%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_args_plus_kwargs PASSED [ 52%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_kwargs PASSED [ 52%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_no_args PASSED [ 53%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args PASSED [ 53%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args_plus_kwargs PASSED [ 53%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_kwargs PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_no_args PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_function_args PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_function_args_plus_kwargs PASSED [ 54%] tests/test_object_proxy.py::TestCallingObject::test_function_kwargs PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_function_no_args PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args_plus_kwargs PASSED [ 55%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_kwargs PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_no_args PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args_plus_kwargs PASSED [ 56%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_kwargs PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_no_args PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args PASSED [ 57%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args_plus_kwargs PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_kwargs PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_no_args PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args PASSED [ 58%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args_plus_kwargs PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_kwargs PASSED [ 59%] tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_no_args PASSED [ 59%] tests/test_object_proxy.py::TestIterObjectProxy::test_iteration PASSED [ 59%] tests/test_object_proxy.py::TestContextManagerObjectProxy::test_context_manager PASSED [ 60%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_comparison PASSED [ 60%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_mapping_key PASSED [ 60%] tests/test_object_proxy.py::TestEqualityObjectProxy::test_object_hash PASSED [ 60%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_abs PASSED [ 61%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add PASSED [ 61%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add_uninitialized_args PASSED [ 61%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and PASSED [ 62%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and_uninitialized_args PASSED [ 62%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div PASSED [ 62%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div_uninitialized_args PASSED [ 62%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod_uninitialized_args PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_float PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv PASSED [ 63%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv_uninitialized_args PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_hex PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iadd PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iand PASSED [ 64%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_idiv PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ifloordiv PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ilshift PASSED [ 65%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imod PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imul PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_index PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_int PASSED [ 66%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_invert PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior_list_self PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ipow PASSED [ 67%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_irshift PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_isub PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ixor PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift PASSED [ 68%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift_uninitialized_args PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod_uninitialized_args PASSED [ 69%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul_uninitialized_args PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_neg PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_nonzero PASSED [ 70%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_oct PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or_uninitialized_args PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pos PASSED [ 71%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow_uninitialized_args PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift_uninitialized_args PASSED [ 72%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub_uninitialized_args PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor PASSED [ 73%] tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor_uninitialized_args PASSED [ 74%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_contains PASSED [ 74%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delitem PASSED [ 74%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delslice PASSED [ 74%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getitem PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getslice PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_length PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setitem PASSED [ 75%] tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setslice PASSED [ 76%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_contains PASSED [ 76%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_delitem PASSED [ 76%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_getitem PASSED [ 77%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_length PASSED [ 77%] tests/test_object_proxy.py::TestAsMappingObjectProxy::test_setitem PASSED [ 77%] tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_repr PASSED [ 77%] tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_str PASSED [ 78%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_missing_init PASSED [ 78%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_new PASSED [ 78%] tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_setattr PASSED [ 78%] tests/test_object_proxy.py::DerivedClassAttributes::test_class_properties PASSED [ 79%] tests/test_object_proxy.py::DerivedClassAttributes::test_override_class_attributes PASSED [ 79%] tests/test_object_proxy.py::DerivedClassAttributes::test_setup_class_attributes PASSED [ 79%] tests/test_object_proxy.py::OverrideAttributeAccess::test_attr_functions PASSED [ 79%] tests/test_object_proxy.py::OverrideAttributeAccess::test_override_getattr PASSED [ 80%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_getattr_call PASSED [ 80%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_hasattr_call PASSED [ 80%] tests/test_object_proxy.py::CallableFunction::test_callable_proxy_is_callable PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_proxy_getattr_call PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_proxy_hasattr_call PASSED [ 81%] tests/test_object_proxy.py::CallableFunction::test_proxy_is_callable PASSED [ 81%] tests/test_object_proxy.py::SpecialMethods::test_class_bytes PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_complex PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_decimal_complex PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_fractions_round PASSED [ 82%] tests/test_object_proxy.py::SpecialMethods::test_list_reversed PASSED [ 83%] tests/test_object_proxy.py::SpecialMethods::test_str_format PASSED [ 83%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec PASSED [ 83%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_doc_string PASSED [ 83%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_isinstance PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_module_name PASSED [ 84%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_name PASSED [ 84%] 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 [ 85%] tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_isinstance PASSED [ 85%] 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 [ 86%] tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_class_call_function PASSED [ 86%] tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_instance_call_function PASSED [ 87%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec PASSED [ 87%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_doc_string PASSED [ 87%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_isinstance PASSED [ 87%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_module_name PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_name PASSED [ 88%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_qualname PASSED [ 88%] 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 [ 89%] tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_module_name PASSED [ 89%] 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 [ 90%] tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_instance_call_function PASSED [ 90%] 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 [ 91%] tests/test_post_import_hooks.py::TestPostImportHooks::test_before_and_after_import PASSED [ 91%] 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 [ 92%] 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 [ 93%] 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 [ 94%] 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 [ 95%] 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/conftest.py:7 /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/conftest.py:7: PytestDeprecationWarning: pytest.collect.File was moved to pytest.File Please update to the new name. class DummyCollector(pytest.collect.File): tests/test_adapter.py:5 /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.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 tests/test_adapter.py::TestArgumentSpecification::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:75: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1a_argspec = inspect.getargspec(_adapter) tests/test_adapter.py::TestArgumentSpecification::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:76: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1d_argspec = inspect.getargspec(function1d) tests/test_adapter.py::TestArgumentSpecification::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:83: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() bound_function1d_argspec = inspect.getargspec(bound_function1d) tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:208: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() argspec = inspect.getargspec(wrapped) tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/build/lib.linux-armv8l-3.10/wrapt/decorators.py:210: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly adapter = formatargspec(*adapter) tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:220: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() argspec = inspect.getargspec(_function_1) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() argspec = inspect.getargspec(_adapter) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:186: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(Class1.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:187: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(instance1.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:189: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly args = inspect.formatargspec(*argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:203: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(Class2.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:204: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(instance2.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:110: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() argspec = inspect.getargspec(_adapter) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:120: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(_function_1), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:122: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly args = inspect.formatargspec(*argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:132: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(_function_2), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:137: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() argspec = inspect.getargspec(_adapter) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:150: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(Class1.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:151: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(instance1.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:153: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly args = inspect.formatargspec(*argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:166: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(Class2.function), argspec) tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_adapter.py:167: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() self.assertEqual(inspect.getargspec(instance2.function), argspec) tests/test_function.py::TestNamingFunction::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_function.py:60: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1o_argspec = inspect.getargspec(function1o) tests/test_function.py::TestNamingFunction::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_function.py:61: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1d_argspec = inspect.getargspec(function1d) tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_classmethod.py:98: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original.function) tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_classmethod.py:99: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class.function) tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_classmethod.py:105: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original().function) tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_classmethod.py:106: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class().function) tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_staticmethod.py:98: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original.function) tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_staticmethod.py:99: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class.function) tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_staticmethod.py:105: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original().function) tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_inner_staticmethod.py:106: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class().function) tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:98: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(OldClass1o.function) tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:99: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(OldClass1d.function) tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:105: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(OldClass1o().function) tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:106: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(OldClass1d().function) tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:201: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(NewClass1o.function) tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:202: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(NewClass1d.function) tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:208: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(NewClass1o().function) tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_instancemethod.py:209: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(NewClass1d().function) tests/test_nested_function.py::TestNamingNestedFunction::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_nested_function.py:69: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1o_argspec = inspect.getargspec(function1o()) tests/test_nested_function.py::TestNamingNestedFunction::test_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_nested_function.py:70: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function1d_argspec = inspect.getargspec(function1d()) tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_classmethod.py:99: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original.function) tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_classmethod.py:100: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class.function) tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_classmethod.py:106: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original().function) tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_classmethod.py:107: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class().function) tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_staticmethod.py:98: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original.function) tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_staticmethod.py:99: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class.function) tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_staticmethod.py:105: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() original_argspec = inspect.getargspec(Original().function) tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_argspec /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/tests/test_outer_staticmethod.py:106: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_argspec = inspect.getargspec(Class().function) tests/test_post_import_hooks.py::TestPostImportHooks::test_before_and_after_import tests/test_post_import_hooks.py::TestPostImportHooks::test_before_import :283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================= 374 passed, 57 warnings in 1.64s ======================= >>> py3-wrapt: Entering fakeroot... /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.12.1/setup.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup running install 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-armv8l-3.10/wrapt/wrappers.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-armv8l-3.10/wrapt/decorators.py -> /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-armv8l-3.10/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-armv8l-3.10/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-armv8l-3.10/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-armv8l-3.10/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-armv8l-3.10/wrapt/_wrappers.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-armv8l-3.10/wrapt/importer.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt copying build/lib.linux-armv8l-3.10/wrapt/__init__.py -> /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt running install_egg_info Writing /home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.10/site-packages/wrapt-1.12.1-py3.10.egg-info >>> 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-armv7.so.1 >>> py3-wrapt*: Package size: 176.0 KB >>> py3-wrapt*: Compressing data... >>> py3-wrapt*: Create checksum... >>> py3-wrapt*: Create py3-wrapt-1.12.1-r2.apk >>> py3-wrapt: Build complete at Thu, 14 Apr 2022 07:17:20 +0000 elapsed time 0h 0m 8s >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Uninstalling dependencies... (1/23) Purging .makedepends-py3-wrapt (20220414.071716) (2/23) Purging python3-dev (3.10.3-r0) (3/23) Purging py3-pytest (6.2.5-r2) (4/23) Purging py3-atomicwrites (1.4.0-r2) (5/23) Purging py3-attrs (21.4.0-r0) (6/23) Purging py3-more-itertools (8.12.0-r2) (7/23) Purging py3-iniconfig (1.1.1-r2) (8/23) Purging py3-pluggy (0.13.1-r5) (9/23) Purging py3-py (1.10.0-r2) (10/23) Purging py3-wcwidth (0.2.5-r2) (11/23) Purging py3-packaging (21.3-r0) (12/23) Purging py3-parsing (2.4.7-r3) (13/23) Purging py3-six (1.16.0-r1) (14/23) Purging py3-toml (0.10.2-r3) (15/23) Purging py3-pygments (2.11.2-r0) (16/23) Purging python3 (3.10.3-r0) (17/23) Purging libbz2 (1.0.8-r1) (18/23) Purging libffi (3.4.2-r1) (19/23) Purging gdbm (1.23-r0) (20/23) Purging xz-libs (5.2.5-r1) (21/23) Purging mpdecimal (2.5.1-r1) (22/23) Purging readline (8.1.2-r0) (23/23) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-wrapt: Updating the community/armv7 repository index... >>> py3-wrapt: Signing the index...