>>> py3-lazy-object-proxy: Building community/py3-lazy-object-proxy 1.8.0-r0 (using abuild 3.10.0_rc1-r2) started Sat, 19 Nov 2022 17:09:04 +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-gpep517 py3-setuptools py3-setuptools_scm python3-dev py3-wheel py3-pytest-runner py3-pytest-benchmark (1/28) Installing libbz2 (1.0.8-r4) (2/28) Installing libffi (3.4.4-r0) (3/28) Installing gdbm (1.23-r0) (4/28) Installing xz-libs (5.2.8-r0) (5/28) Installing mpdecimal (2.5.1-r1) (6/28) Installing readline (8.2.0-r0) (7/28) Installing sqlite-libs (3.40.0-r0) (8/28) Installing python3 (3.10.8-r3) (9/28) Installing py3-installer (0.5.1-r1) (10/28) Installing py3-tomli (2.0.1-r1) (11/28) Installing py3-gpep517 (11-r0) (12/28) Installing py3-parsing (3.0.9-r0) (13/28) Installing py3-packaging (21.3-r2) (14/28) Installing py3-setuptools (65.6.0-r0) (15/28) Installing py3-typing-extensions (4.4.0-r0) (16/28) Installing py3-setuptools_scm (7.0.5-r0) (17/28) Installing python3-dev (3.10.8-r3) (18/28) Installing py3-wheel (0.38.4-r0) (19/28) Installing py3-attrs (22.1.0-r0) (20/28) Installing py3-exceptiongroup (1.0.4-r0) (21/28) Installing py3-iniconfig (1.1.1-r3) (22/28) Installing py3-pluggy (1.0.0-r1) (23/28) Installing py3-py (1.11.0-r0) (24/28) Installing py3-pytest (7.2.0-r1) (25/28) Installing py3-pytest-runner (6.0.0-r0) (26/28) Installing py3-py-cpuinfo (9.0.0-r0) (27/28) Installing py3-pytest-benchmark (4.0.0-r0) (28/28) Installing .makedepends-py3-lazy-object-proxy (20221119.170905) Executing busybox-1.35.0-r29.trigger OK: 294 MiB in 120 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.17/lazy-object-proxy-1.8.0.tar.gz >>> py3-lazy-object-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/lazy-object-proxy-1.8.0.tar.gz >>> py3-lazy-object-proxy: Checking sha512sums... lazy-object-proxy-1.8.0.tar.gz: OK >>> py3-lazy-object-proxy: Unpacking /var/cache/distfiles/v3.17/lazy-object-proxy-1.8.0.tar.gz... 2022-11-19 17:09:06,334 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2022-11-19 17:09:06,375 root INFO running bdist_wheel 2022-11-19 17:09:06,381 root INFO running build 2022-11-19 17:09:06,381 root INFO running build_py 2022-11-19 17:09:06,384 root INFO creating build 2022-11-19 17:09:06,384 root INFO creating build/lib.linux-armv8l-cpython-310 2022-11-19 17:09:06,385 root INFO creating build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,385 root INFO copying src/lazy_object_proxy/compat.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,385 root INFO copying src/lazy_object_proxy/utils.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,385 root INFO copying src/lazy_object_proxy/simple.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,385 root INFO copying src/lazy_object_proxy/slots.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,386 root INFO copying src/lazy_object_proxy/__init__.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,386 root INFO copying src/lazy_object_proxy/_version.py -> build/lib.linux-armv8l-cpython-310/lazy_object_proxy 2022-11-19 17:09:06,386 root INFO running build_ext 2022-11-19 17:09:06,388 root INFO building 'lazy_object_proxy.cext' extension 2022-11-19 17:09:06,388 root INFO creating build/temp.linux-armv8l-cpython-310 2022-11-19 17:09:06,388 root INFO creating build/temp.linux-armv8l-cpython-310/src 2022-11-19 17:09:06,388 root INFO creating build/temp.linux-armv8l-cpython-310/src/lazy_object_proxy 2022-11-19 17:09:06,388 root INFO gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/lazy_object_proxy -I/usr/include/python3.10 -c src/lazy_object_proxy/cext.c -o build/temp.linux-armv8l-cpython-310/src/lazy_object_proxy/cext.o 2022-11-19 17:09:06,859 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/src/lazy_object_proxy/cext.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/lazy_object_proxy/cext.cpython-310-arm-linux-gnueabihf.so 2022-11-19 17:09:06,876 wheel INFO installing to build/bdist.linux-armv8l/wheel 2022-11-19 17:09:06,876 root INFO running install 2022-11-19 17:09:06,884 root INFO running install_lib 2022-11-19 17:09:06,886 root INFO creating build/bdist.linux-armv8l 2022-11-19 17:09:06,886 root INFO creating build/bdist.linux-armv8l/wheel 2022-11-19 17:09:06,887 root INFO creating build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,887 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/compat.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,887 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/utils.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,887 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/simple.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,887 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/cext.cpython-310-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,888 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/slots.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,888 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/__init__.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,888 root INFO copying build/lib.linux-armv8l-cpython-310/lazy_object_proxy/_version.py -> build/bdist.linux-armv8l/wheel/lazy_object_proxy 2022-11-19 17:09:06,888 root INFO running install_egg_info 2022-11-19 17:09:06,898 root INFO running egg_info 2022-11-19 17:09:06,899 root INFO writing src/lazy_object_proxy.egg-info/PKG-INFO 2022-11-19 17:09:06,900 root INFO writing dependency_links to src/lazy_object_proxy.egg-info/dependency_links.txt 2022-11-19 17:09:06,900 root INFO writing top-level names to src/lazy_object_proxy.egg-info/top_level.txt 2022-11-19 17:09:08,539 root INFO reading manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' 2022-11-19 17:09:08,540 root INFO adding license file 'LICENSE' 2022-11-19 17:09:08,540 root INFO adding license file 'AUTHORS.rst' 2022-11-19 17:09:08,541 root INFO writing manifest file 'src/lazy_object_proxy.egg-info/SOURCES.txt' 2022-11-19 17:09:08,541 root INFO Copying src/lazy_object_proxy.egg-info to build/bdist.linux-armv8l/wheel/lazy_object_proxy-1.8.0-py3.10.egg-info 2022-11-19 17:09:08,542 root INFO running install_scripts 2022-11-19 17:09:08,564 wheel INFO creating build/bdist.linux-armv8l/wheel/lazy_object_proxy-1.8.0.dist-info/WHEEL 2022-11-19 17:09:08,564 wheel INFO creating '/home/buildozer/aports/community/py3-lazy-object-proxy/src/lazy-object-proxy-1.8.0/dist/tmpdot1ywfk/lazy_object_proxy-1.8.0-cp310-cp310-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2022-11-19 17:09:08,565 wheel INFO adding 'lazy_object_proxy/__init__.py' 2022-11-19 17:09:08,565 wheel INFO adding 'lazy_object_proxy/_version.py' 2022-11-19 17:09:08,565 wheel INFO adding 'lazy_object_proxy/cext.cpython-310-arm-linux-gnueabihf.so' 2022-11-19 17:09:08,566 wheel INFO adding 'lazy_object_proxy/compat.py' 2022-11-19 17:09:08,566 wheel INFO adding 'lazy_object_proxy/simple.py' 2022-11-19 17:09:08,566 wheel INFO adding 'lazy_object_proxy/slots.py' 2022-11-19 17:09:08,566 wheel INFO adding 'lazy_object_proxy/utils.py' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/AUTHORS.rst' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/LICENSE' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/METADATA' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/WHEEL' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/top_level.txt' 2022-11-19 17:09:08,567 wheel INFO adding 'lazy_object_proxy-1.8.0.dist-info/RECORD' 2022-11-19 17:09:08,567 wheel INFO removing build/bdist.linux-armv8l/wheel 2022-11-19 17:09:08,568 gpep517 INFO The backend produced dist/lazy_object_proxy-1.8.0-cp310-cp310-linux_armv8l.whl lazy_object_proxy-1.8.0-cp310-cp310-linux_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (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.8.0, configfile: pytest.ini, testpaths: tests plugins: benchmark-4.0.0 collected 1659 items tests/test_async_py3.py ................................................ [ 2%] ............................. [ 4%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 7%] ........................................................................ [ 11%] ...xxx.x................................................................ [ 15%] .............. [ 16%] tests/test_async_py3.py ................................................ [ 19%] ............................. [ 21%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 23%] ........................................................................ [ 27%] ...xxx.x................................................................ [ 32%] .............. [ 33%] tests/test_async_py3.py ................................................ [ 36%] ............................. [ 37%] tests/test_lazy_object_proxy.py .......XXXX..XX.....X.X.X............... [ 40%] ........................................................................ [ 44%] ...xxx.x................................................................ [ 48%] ........s..... [ 49%] tests/test_async_py3.py ................................................ [ 52%] ............................. [ 54%] tests/test_lazy_object_proxy.py .......xxxx..xx.....X.X.X............... [ 56%] ........................................................................ [ 61%] ...xxx.x................................................................ [ 65%] ........s..... [ 66%] tests/test_async_py3.py ................................................ [ 69%] ............................. [ 70%] tests/test_lazy_object_proxy.py .......XXXX..XX.....x.x.x............... [ 73%] ........................................................................ [ 77%] ...xxx.x................................................................ [ 82%] .............. [ 82%] tests/test_async_py3.py ................................................ [ 85%] ............................. [ 87%] tests/test_lazy_object_proxy.py .......XXXX..XX.....x.x.x............... [ 89%] ........................................................................ [ 94%] ...xxx.x................................................................ [ 98%] .................ss.... [100%] -------------------------------------------------------------------------------------------- benchmark: 3 tests ------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_perf[cext] 151.1999 (1.0) 2,416.0100 (1.0) 153.5777 (1.0) 12.1116 (1.0) 153.1999 (1.0) 0.4002 (13.75) 428;5638 6,511.3610 (1.0) 63939 100 test_perf[simple] 879.9834 (5.82) 71,960.0066 (29.78) 941.5490 (6.13) 288.2784 (23.80) 920.0012 (6.01) 39.9887 (>1000.0) 152;9119 1,062.0796 (0.16) 161291 1 test_perf[slots] 1,039.9963 (6.88) 106,401.0139 (44.04) 1,092.0569 (7.11) 386.6939 (31.93) 1,080.0140 (7.05) 0.0291 (1.0) 101;34184 915.7032 (0.14) 111607 1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ benchmark 'prototypes': 4 tests ------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median IQR Outliers OPS (Mops/s) Rounds Iterations ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_proto[LocalsCachedPropertyProxy] 354.0001 (1.0) 15,848.1009 (4.43) 370.0427 (1.00) 52.1773 (1.92) 368.0005 (1.0) 2.0009 (1.0) 577;8568 2.7024 (1.00) 135136 20 test_proto[CachedPropertyProxy] 363.9987 (1.03) 14,904.1007 (4.17) 370.0386 (1.0) 49.0174 (1.81) 368.0005 (1.0) 2.0009 (1.0) 558;8563 2.7024 (1.0) 131579 20 test_proto[SimpleProxy] 371.9993 (1.05) 5,340.0494 (1.49) 379.9375 (1.03) 34.3644 (1.27) 378.0005 (1.03) 3.9989 (2.00) 536;8207 2.6320 (0.97) 114143 20 test_proto[LocalsSimpleProxy] 373.9988 (1.06) 3,573.9999 (1.0) 386.1207 (1.04) 27.1073 (1.0) 385.9997 (1.05) 7.9992 (4.00) 570;745 2.5899 (0.96) 115741 20 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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 [2] tests/test_lazy_object_proxy.py:1847: 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, 4 skipped, 36 xfailed, 42 xpassed in 13.75s =========== >>> py3-lazy-object-proxy: Entering fakeroot... >>> 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-armv7.so.1 >>> py3-lazy-object-proxy*: Package size: 208.0 KB >>> py3-lazy-object-proxy*: Compressing data... >>> py3-lazy-object-proxy*: Create checksum... >>> py3-lazy-object-proxy*: Create py3-lazy-object-proxy-1.8.0-r0.apk >>> py3-lazy-object-proxy: Build complete at Sat, 19 Nov 2022 17:09:27 +0000 elapsed time 0h 0m 23s >>> py3-lazy-object-proxy: Cleaning up srcdir >>> py3-lazy-object-proxy: Cleaning up pkgdir >>> py3-lazy-object-proxy: Uninstalling dependencies... (1/28) Purging .makedepends-py3-lazy-object-proxy (20221119.170905) (2/28) Purging py3-gpep517 (11-r0) (3/28) Purging py3-installer (0.5.1-r1) (4/28) Purging py3-setuptools_scm (7.0.5-r0) (5/28) Purging py3-typing-extensions (4.4.0-r0) (6/28) Purging python3-dev (3.10.8-r3) (7/28) Purging py3-wheel (0.38.4-r0) (8/28) Purging py3-pytest-runner (6.0.0-r0) (9/28) Purging py3-setuptools (65.6.0-r0) (10/28) Purging py3-pytest-benchmark (4.0.0-r0) (11/28) Purging py3-pytest (7.2.0-r1) (12/28) Purging py3-attrs (22.1.0-r0) (13/28) Purging py3-exceptiongroup (1.0.4-r0) (14/28) Purging py3-iniconfig (1.1.1-r3) (15/28) Purging py3-packaging (21.3-r2) (16/28) Purging py3-parsing (3.0.9-r0) (17/28) Purging py3-pluggy (1.0.0-r1) (18/28) Purging py3-py (1.11.0-r0) (19/28) Purging py3-tomli (2.0.1-r1) (20/28) Purging py3-py-cpuinfo (9.0.0-r0) (21/28) Purging python3 (3.10.8-r3) (22/28) Purging libbz2 (1.0.8-r4) (23/28) Purging libffi (3.4.4-r0) (24/28) Purging gdbm (1.23-r0) (25/28) Purging xz-libs (5.2.8-r0) (26/28) Purging mpdecimal (2.5.1-r1) (27/28) Purging readline (8.2.0-r0) (28/28) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 189 MiB in 92 packages >>> py3-lazy-object-proxy: Updating the community/armv7 repository index... >>> py3-lazy-object-proxy: Signing the index...