>>> py3-lazy-object-proxy: Building community/py3-lazy-object-proxy 1.6.0-r1 (using abuild 3.8.0_rc3-r2) started Sat, 22 May 2021 18:36:31 +0000 >>> py3-lazy-object-proxy: Checking sanity of /home/buildozer/aports/community/py3-lazy-object-proxy/APKBUILD... >>> py3-lazy-object-proxy: Analyzing dependencies... >>> py3-lazy-object-proxy: Installing for build: build-base python3 py3-setuptools python3-dev py3-setuptools_scm py3-pytest-runner py3-pytest-benchmark (1/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.3-r2) (3/29) Installing gdbm (1.19-r0) (4/29) Installing xz-libs (5.2.5-r0) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.0-r0) (7/29) Installing sqlite-libs (3.35.5-r0) (8/29) Installing python3 (3.9.5-r1) (9/29) Installing py3-ordered-set (4.0.2-r1) (10/29) Installing py3-appdirs (1.4.4-r2) (11/29) Installing py3-parsing (2.4.7-r2) (12/29) Installing py3-six (1.15.0-r1) (13/29) Installing py3-packaging (20.9-r1) (14/29) Installing py3-setuptools (52.0.0-r3) (15/29) Installing python3-dev (3.9.5-r1) (16/29) Installing py3-setuptools_scm (5.0.1-r1) (17/29) Installing py3-pytest-runner (5.3.1-r0) (18/29) Installing py3-atomicwrites (1.4.0-r1) (19/29) Installing py3-attrs (20.3.0-r1) (20/29) Installing py3-more-itertools (8.8.0-r0) (21/29) Installing py3-iniconfig (1.1.1-r1) (22/29) Installing py3-pluggy (0.13.1-r4) (23/29) Installing py3-py (1.10.0-r1) (24/29) Installing py3-wcwidth (0.2.5-r1) (25/29) Installing py3-toml (0.10.2-r2) (26/29) Installing py3-pytest (6.2.4-r0) (27/29) Installing py3-py-cpuinfo (7.0.0-r1) (28/29) Installing py3-pytest-benchmark (3.4.1-r0) (29/29) Installing .makedepends-py3-lazy-object-proxy (20210522.183632) Executing busybox-1.33.1-r1.trigger OK: 400 MiB in 118 packages >>> py3-lazy-object-proxy: Cleaning up srcdir >>> py3-lazy-object-proxy: Cleaning up pkgdir >>> py3-lazy-object-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/lazy-object-proxy-1.6.0.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-lazy-object-proxy: Fetching https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.6.0.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 44494 100 44494 0 0 241k 0 --:--:-- --:--:-- --:--:-- 241k >>> py3-lazy-object-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/lazy-object-proxy-1.6.0.tar.gz >>> py3-lazy-object-proxy: Checking sha512sums... lazy-object-proxy-1.6.0.tar.gz: OK >>> py3-lazy-object-proxy: Unpacking /var/cache/distfiles/v3.14/lazy-object-proxy-1.6.0.tar.gz... running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/utils.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/simple.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/__init__.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/_version.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/utils_py3.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/compat.py -> build/lib.linux-i686-3.9/lazy_object_proxy copying src/lazy_object_proxy/slots.py -> build/lib.linux-i686-3.9/lazy_object_proxy running build_ext building 'lazy_object_proxy.cext' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/src creating build/temp.linux-i686-3.9/src/lazy_object_proxy gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/lazy_object_proxy -I/usr/include/python3.9 -c src/lazy_object_proxy/cext.c -o build/temp.linux-i686-3.9/src/lazy_object_proxy/cext.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/src/lazy_object_proxy/cext.o -L/usr/lib -o build/lib.linux-i686-3.9/lazy_object_proxy/cext.cpython-39-i386-linux-musl.so running pytest running egg_info writing src/lazy_object_proxy.egg-info/PKG-INFO writing dependency_links to src/lazy_object_proxy.egg-info/dependency_links.txt writing top-level names to src/lazy_object_proxy.egg-info/top_level.txt reading manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' writing manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-i686-3.9/lazy_object_proxy/cext.cpython-39-i386-linux-musl.so -> src/lazy_object_proxy ============================= test session starts ============================== platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-lazy-object-proxy/src/lazy-object-proxy-1.6.0, configfile: setup.cfg, testpaths: tests plugins: benchmark-3.4.1 collected 1983 items tests/test_async_py3.py ................................................ [ 2%] ............................. [ 3%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 5%] ........................................................................ [ 9%] ...xxx.x...............................................................s [ 13%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss......... [ 16%] tests/test_async_py3.py ................................................ [ 19%] ............................. [ 20%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 22%] ........................................................................ [ 26%] ...xxx.x...............................................................s [ 29%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss......... [ 33%] tests/test_async_py3.py ................................................ [ 35%] ............................. [ 37%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 39%] ........................................................................ [ 42%] ...xxx.x...............................................................s [ 46%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss...s..... [ 49%] tests/test_async_py3.py ................................................ [ 52%] ............................. [ 53%] tests/test_lazy_object_proxy.py .......xxxx..xx.....X.X.X............... [ 55%] ........................................................................ [ 59%] ...xxx.x...............................................................s [ 62%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss...s..... [ 66%] tests/test_async_py3.py ................................................ [ 68%] ............................. [ 70%] tests/test_lazy_object_proxy.py .......XXXX..XX.....x.x.x............... [ 72%] ........................................................................ [ 75%] ...xxx.x...............................................................s [ 79%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss......... [ 82%] tests/test_async_py3.py ................................................ [ 85%] ............................. [ 86%] tests/test_lazy_object_proxy.py .......XXXX..XX.....x.x.x............... [ 88%] ........................................................................ [ 92%] ...xxx.x...............................................................s [ 96%] sssssssssssssssssssssssssssssssssssssssssssssss......ssssss............s [ 99%] s.... [100%] =============================== warnings summary =============================== tests/test_lazy_object_proxy.py:4 /home/buildozer/aports/community/py3-lazy-object-proxy/src/lazy-object-proxy-1.6.0/tests/test_lazy_object_proxy.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp tests/test_async_py3.py::test_func_11[subclassed-slots] tests/test_async_py3.py::test_func_11[normal-slots] tests/test_async_py3.py::test_func_11[normal-cext] tests/test_async_py3.py::test_func_11[subclassed-cext] tests/test_async_py3.py::test_func_11[normal-simple] tests/test_async_py3.py::test_func_11[subclassed-simple] /home/buildozer/aports/community/py3-lazy-object-proxy/src/lazy-object-proxy-1.6.0/tests/test_async_py3.py:259: RuntimeWarning: coroutine 'do_await' was never awaited assert '__iter__' in dir(coro.__await__()) tests/test_async_py3.py::test_func_11[subclassed-slots] tests/test_async_py3.py::test_func_11[normal-slots] tests/test_async_py3.py::test_func_11[normal-cext] tests/test_async_py3.py::test_func_11[subclassed-cext] tests/test_async_py3.py::test_func_11[normal-simple] tests/test_async_py3.py::test_func_11[subclassed-simple] /home/buildozer/aports/community/py3-lazy-object-proxy/src/lazy-object-proxy-1.6.0/tests/test_async_py3.py:260: RuntimeWarning: coroutine 'do_await' was never awaited assert 'coroutine_wrapper' in str(coro.__await__()) -- Docs: https://docs.pytest.org/en/stable/warnings.html --------------------------------------------------------------------------------------------- benchmark: 3 tests -------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_perf[cext] 370.1076 (1.0) 16,501.3596 (1.0) 383.7376 (1.0) 112.8007 (1.0) 381.4697 (1.0) 5.7742 (1.0) 353;1921 2,605.9477 (1.0) 123249 20 test_perf[simple] 1,616.7760 (4.37) 313,937.6640 (19.02) 1,750.9556 (4.56) 861.3656 (7.64) 1,739.7106 (4.56) 48.4288 (8.39) 127;2660 571.1167 (0.22) 135986 1 test_perf[slots] 1,970.6786 (5.32) 336,691.7372 (20.40) 2,134.8868 (5.56) 1,548.5311 (13.73) 2,115.9649 (5.55) 63.3299 (10.97) 92;1796 468.4089 (0.18) 89808 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------- benchmark 'prototypes': 4 tests -------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ test_proto[SimpleProxy] 1.1204 (1.0) 83.1578 (1.0) 1.1816 (1.00) 0.5712 (1.07) 1.1735 (1.00) 0.0242 (1.0) 309;3304 846.3379 (1.00) 180765 4 test_proto[LocalsSimpleProxy] 1.1232 (1.00) 83.4092 (1.00) 1.1812 (1.0) 0.5336 (1.0) 1.1725 (1.0) 0.0242 (1.0) 343;2877 846.6251 (1.0) 183986 4 test_proto[CachedPropertyProxy] 1.3523 (1.21) 311.1213 (3.74) 1.4551 (1.23) 1.3273 (2.49) 1.4380 (1.23) 0.0447 (1.85) 61;1456 687.2182 (0.81) 56969 1 test_proto[LocalsCachedPropertyProxy] 1.3635 (1.22) 326.5925 (3.93) 1.4700 (1.24) 1.1565 (2.17) 1.4566 (1.24) 0.0447 (1.85) 120;2771 680.2823 (0.80) 155615 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Legend: Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile. OPS: Operations Per Second, computed as 1 / Mean =========================== short test summary info ============================ SKIPPED [324] tests/test_lazy_object_proxy.py:1713: could not import 'cPickle': No module named 'cPickle' SKIPPED [2] tests/test_lazy_object_proxy.py:1867: Not possible. SKIPPED [1] tests/conftest.py:29: could not import 'django.utils.functional': No module named 'django' SKIPPED [1] tests/conftest.py:27: could not import 'objproxies': No module named 'objproxies' XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[subclassed-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[subclassed-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[subclassed-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[subclassed-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[normal-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[normal-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[normal-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[normal-slots] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[normal-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[normal-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[normal-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[normal-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_class_module_name[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_class_doc_string[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_instance_module_name[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_instance_doc_string[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_function_module_name[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_function_doc_string[subclassed-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[subclassed-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[subclassed-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[subclassed-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[subclassed-cext] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_class[normal-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_instance[normal-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_function[normal-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[normal-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[normal-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[normal-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[normal-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_class[subclassed-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_instance[subclassed-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_vars_of_function[subclassed-simple] The lazy_object_proxy.simple.Proxy has some limitations. XFAIL tests/test_lazy_object_proxy.py::test_proxy_hasattr_call[subclassed-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_getattr_call[subclassed-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_proxy_is_callable[subclassed-simple] Don't know how to make this work. This tests the existence of the __call__ method. XFAIL tests/test_lazy_object_proxy.py::test_callable_proxy_getattr_call[subclassed-simple] Don't know how to make this work. This tests the existence of the __call__ method. XPASS tests/test_lazy_object_proxy.py::test_class_module_name[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_doc_string[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_module_name[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_doc_string[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_module_name[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_doc_string[subclassed-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_vars_of_class[subclassed-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_instance[subclassed-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_function[subclassed-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_class_module_name[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_doc_string[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_module_name[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_doc_string[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_module_name[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_doc_string[normal-slots] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_vars_of_class[normal-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_instance[normal-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_function[normal-slots] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_class_module_name[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_doc_string[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_module_name[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_doc_string[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_module_name[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_doc_string[normal-cext] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_vars_of_class[normal-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_instance[normal-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_function[normal-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_class[subclassed-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_instance[subclassed-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_vars_of_function[subclassed-cext] The lazy_object_proxy.simple.Proxy has some limitations. XPASS tests/test_lazy_object_proxy.py::test_class_module_name[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_doc_string[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_module_name[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_doc_string[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_module_name[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_doc_string[normal-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_module_name[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_class_doc_string[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_module_name[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_instance_doc_string[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_module_name[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. XPASS tests/test_lazy_object_proxy.py::test_function_doc_string[subclassed-simple] This test can't work because subclassing disables certain features like __doc__ and __module__ proxying. === 1577 passed, 328 skipped, 36 xfailed, 42 xpassed, 13 warnings in 26.96s ==== >>> py3-lazy-object-proxy: Entering fakeroot... running install running build running build_py copying src/lazy_object_proxy/_version.py -> build/lib.linux-i686-3.9/lazy_object_proxy running build_ext running install_lib creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/utils.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/simple.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/__init__.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/_version.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/utils_py3.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/compat.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/slots.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy copying build/lib.linux-i686-3.9/lazy_object_proxy/cext.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/simple.py to simple.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/_version.py to _version.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/utils_py3.py to utils_py3.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/compat.py to compat.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy/slots.py to slots.cpython-39.pyc running install_egg_info running egg_info writing src/lazy_object_proxy.egg-info/PKG-INFO writing dependency_links to src/lazy_object_proxy.egg-info/dependency_links.txt writing top-level names to src/lazy_object_proxy.egg-info/top_level.txt reading manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' writing manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' Copying src/lazy_object_proxy.egg-info to /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.9/site-packages/lazy_object_proxy-1.6.0-py3.9.egg-info running install_scripts >>> py3-lazy-object-proxy*: Running postcheck for py3-lazy-object-proxy >>> py3-lazy-object-proxy*: Preparing package py3-lazy-object-proxy... >>> py3-lazy-object-proxy*: Stripping binaries >>> py3-lazy-object-proxy*: Scanning shared objects >>> py3-lazy-object-proxy*: Tracing dependencies... python3 so:libc.musl-x86.so.1 >>> py3-lazy-object-proxy*: Package size: 184.0 KB >>> py3-lazy-object-proxy*: Compressing data... >>> py3-lazy-object-proxy*: Create checksum... >>> py3-lazy-object-proxy*: Create py3-lazy-object-proxy-1.6.0-r1.apk >>> py3-lazy-object-proxy: Build complete at Sat, 22 May 2021 18:37:12 +0000 elapsed time 0h 0m 41s >>> py3-lazy-object-proxy: Cleaning up srcdir >>> py3-lazy-object-proxy: Cleaning up pkgdir >>> py3-lazy-object-proxy: Uninstalling dependencies... (1/29) Purging .makedepends-py3-lazy-object-proxy (20210522.183632) (2/29) Purging python3-dev (3.9.5-r1) (3/29) Purging py3-setuptools_scm (5.0.1-r1) (4/29) Purging py3-pytest-runner (5.3.1-r0) (5/29) Purging py3-setuptools (52.0.0-r3) (6/29) Purging py3-ordered-set (4.0.2-r1) (7/29) Purging py3-appdirs (1.4.4-r2) (8/29) Purging py3-pytest-benchmark (3.4.1-r0) (9/29) Purging py3-pytest (6.2.4-r0) (10/29) Purging py3-atomicwrites (1.4.0-r1) (11/29) Purging py3-attrs (20.3.0-r1) (12/29) Purging py3-more-itertools (8.8.0-r0) (13/29) Purging py3-iniconfig (1.1.1-r1) (14/29) Purging py3-pluggy (0.13.1-r4) (15/29) Purging py3-py (1.10.0-r1) (16/29) Purging py3-wcwidth (0.2.5-r1) (17/29) Purging py3-packaging (20.9-r1) (18/29) Purging py3-parsing (2.4.7-r2) (19/29) Purging py3-six (1.15.0-r1) (20/29) Purging py3-toml (0.10.2-r2) (21/29) Purging py3-py-cpuinfo (7.0.0-r1) (22/29) Purging python3 (3.9.5-r1) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.3-r2) (25/29) Purging gdbm (1.19-r0) (26/29) Purging xz-libs (5.2.5-r0) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.0-r0) (29/29) Purging sqlite-libs (3.35.5-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-lazy-object-proxy: Updating the community/x86 repository index... >>> py3-lazy-object-proxy: Signing the index...