>>> py3-lazy-object-proxy: Building community/py3-lazy-object-proxy 1.7.1-r0 (using abuild 3.9.0-r0) started Thu, 30 Dec 2021 00:43:16 +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-pytest-runner py3-pytest-benchmark (1/26) Installing libffi (3.4.2-r1) (2/26) Installing gdbm (1.22-r0) (3/26) Installing mpdecimal (2.5.1-r1) (4/26) Installing readline (8.1.1-r0) (5/26) Installing sqlite-libs (3.37.0-r0) (6/26) Installing python3 (3.10.1-r0) (7/26) Installing py3-ordered-set (4.0.2-r3) (8/26) Installing py3-appdirs (1.4.4-r3) (9/26) Installing py3-parsing (2.4.7-r3) (10/26) Installing py3-six (1.16.0-r1) (11/26) Installing py3-packaging (21.3-r0) (12/26) Installing py3-setuptools (52.0.0-r5) (13/26) Installing python3-dev (3.10.1-r0) (14/26) Installing py3-pytest-runner (5.3.1-r1) (15/26) Installing py3-atomicwrites (1.4.0-r2) (16/26) Installing py3-attrs (21.2.0-r1) (17/26) Installing py3-more-itertools (8.12.0-r1) (18/26) Installing py3-iniconfig (1.1.1-r2) (19/26) Installing py3-pluggy (0.13.1-r5) (20/26) Installing py3-py (1.10.0-r2) (21/26) Installing py3-wcwidth (0.2.5-r2) (22/26) Installing py3-toml (0.10.2-r3) (23/26) Installing py3-pytest (6.2.5-r1) (24/26) Installing py3-py-cpuinfo (7.0.0-r2) (25/26) Installing py3-pytest-benchmark (3.4.1-r1) (26/26) Installing .makedepends-py3-lazy-object-proxy (20211230.004318) Executing busybox-1.34.1-r6.trigger OK: 444 MiB in 131 packages >>> py3-lazy-object-proxy: Cleaning up srcdir >>> py3-lazy-object-proxy: Cleaning up pkgdir >>> py3-lazy-object-proxy: Fetching https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.7.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41995 100 41995 0 0 634k 0 --:--:-- --:--:-- --:--:-- 634k >>> py3-lazy-object-proxy: Fetching https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.7.1.tar.gz >>> py3-lazy-object-proxy: Checking sha512sums... lazy-object-proxy-1.7.1.tar.gz: OK remove-setuptools_scm.patch: OK >>> py3-lazy-object-proxy: Unpacking /var/cache/distfiles/edge/lazy-object-proxy-1.7.1.tar.gz... >>> py3-lazy-object-proxy: remove-setuptools_scm.patch patching file setup.cfg /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running build running build_py creating build creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/slots.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/utils.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/__init__.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/utils_py3.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/simple.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/_version.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy copying src/lazy_object_proxy/compat.py -> build/lib.linux-x86_64-3.10/lazy_object_proxy running build_ext building 'lazy_object_proxy.cext' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src creating build/temp.linux-x86_64-3.10/src/lazy_object_proxy 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 -Isrc/lazy_object_proxy -I/usr/include/python3.10 -c src/lazy_object_proxy/cext.c -o build/temp.linux-x86_64-3.10/src/lazy_object_proxy/cext.o 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-x86_64-3.10/src/lazy_object_proxy/cext.o -L/usr/lib -o build/lib.linux-x86_64-3.10/lazy_object_proxy/cext.cpython-310-x86_64-linux-gnu.so /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) 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-x86_64-3.10/lazy_object_proxy/cext.cpython-310-x86_64-linux-gnu.so -> src/lazy_object_proxy ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, 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.7.1, 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%] --------------------------------------------------------------------------------------------- benchmark: 3 tests -------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_perf[cext] 245.6731 (1.0) 19,174.4613 (1.0) 251.2290 (1.0) 125.5730 (1.0) 249.3984 (1.0) 1.7646 (1.0) 432;6154 3,980.4315 (1.0) 196801 19 test_perf[simple] 1,177.1917 (4.79) 366,482.8837 (19.11) 1,298.7872 (5.17) 1,348.0395 (10.74) 1,285.2252 (5.15) 33.5276 (19.00) 93;4446 769.9491 (0.19) 139956 1 test_perf[slots] 1,557.1713 (6.34) 347,338.6168 (18.11) 1,653.6924 (6.58) 2,091.7236 (16.66) 1,631.6772 (6.54) 33.5276 (19.00) 56;1997 604.7074 (0.15) 81320 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------- benchmark 'prototypes': 4 tests ----------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_proto[SimpleProxy] 664.9643 (1.0) 59,032.1918 (1.0) 692.1342 (1.0) 358.7822 (1.00) 686.0743 (1.0) 10.5550 (1.06) 419;4797 1,444.8064 (1.0) 189440 6 test_proto[LocalsSimpleProxy] 678.6237 (1.02) 60,098.8666 (1.02) 704.3519 (1.02) 358.2960 (1.0) 699.7337 (1.02) 9.9341 (1.0) 326;4477 1,419.7448 (0.98) 190515 6 test_proto[CachedPropertyProxy] 983.4766 (1.48) 356,148.9284 (6.03) 1,071.1623 (1.55) 1,581.5613 (4.41) 1,054.2572 (1.54) 29.8023 (3.00) 69;4107 933.5654 (0.65) 144632 1 test_proto[LocalsCachedPropertyProxy] 983.4766 (1.48) 351,455.0626 (5.95) 1,069.2959 (1.54) 1,398.9940 (3.90) 1,054.2572 (1.54) 33.5276 (3.38) 99;4868 935.1949 (0.65) 186803 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 in 20.76s ========== >>> py3-lazy-object-proxy: Entering fakeroot... /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running install running build running build_py 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.10 creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/slots.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/utils.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/__init__.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/utils_py3.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/cext.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/simple.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/_version.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy copying build/lib.linux-x86_64-3.10/lazy_object_proxy/compat.py -> /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/slots.py to slots.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/utils_py3.py to utils_py3.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/simple.py to simple.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/_version.py to _version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-lazy-object-proxy/pkg/py3-lazy-object-proxy/usr/lib/python3.10/site-packages/lazy_object_proxy/compat.py to compat.cpython-310.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.10/site-packages/lazy_object_proxy-1.7.1-py3.10.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_64.so.1 >>> py3-lazy-object-proxy*: Package size: 188.0 KB >>> py3-lazy-object-proxy*: Compressing data... >>> py3-lazy-object-proxy*: Create checksum... >>> py3-lazy-object-proxy*: Create py3-lazy-object-proxy-1.7.1-r0.apk >>> py3-lazy-object-proxy: Build complete at Thu, 30 Dec 2021 00:43:44 +0000 elapsed time 0h 0m 28s >>> py3-lazy-object-proxy: Cleaning up srcdir >>> py3-lazy-object-proxy: Cleaning up pkgdir >>> py3-lazy-object-proxy: Uninstalling dependencies... (1/26) Purging .makedepends-py3-lazy-object-proxy (20211230.004318) (2/26) Purging python3-dev (3.10.1-r0) (3/26) Purging py3-pytest-runner (5.3.1-r1) (4/26) Purging py3-setuptools (52.0.0-r5) (5/26) Purging py3-ordered-set (4.0.2-r3) (6/26) Purging py3-appdirs (1.4.4-r3) (7/26) Purging py3-pytest-benchmark (3.4.1-r1) (8/26) Purging py3-pytest (6.2.5-r1) (9/26) Purging py3-atomicwrites (1.4.0-r2) (10/26) Purging py3-attrs (21.2.0-r1) (11/26) Purging py3-more-itertools (8.12.0-r1) (12/26) Purging py3-iniconfig (1.1.1-r2) (13/26) Purging py3-pluggy (0.13.1-r5) (14/26) Purging py3-py (1.10.0-r2) (15/26) Purging py3-wcwidth (0.2.5-r2) (16/26) Purging py3-packaging (21.3-r0) (17/26) Purging py3-parsing (2.4.7-r3) (18/26) Purging py3-six (1.16.0-r1) (19/26) Purging py3-toml (0.10.2-r3) (20/26) Purging py3-py-cpuinfo (7.0.0-r2) (21/26) Purging python3 (3.10.1-r0) (22/26) Purging libffi (3.4.2-r1) (23/26) Purging gdbm (1.22-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.1.1-r0) (26/26) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r6.trigger OK: 344 MiB in 105 packages >>> py3-lazy-object-proxy: Updating the community/x86_64 repository index... >>> py3-lazy-object-proxy: Signing the index...