>>> py3-zict: Building community/py3-zict 2.2.0-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 12:45:06 +0000 >>> py3-zict: Checking sanity of /home/buildozer/aports/community/py3-zict/APKBUILD... >>> py3-zict: Analyzing dependencies... >>> py3-zict: Installing for build: build-base python3 py3-heapdict py3-lmdb py3-setuptools py3-pytest (1/21) Installing libbz2 (1.0.8-r3) (2/21) Installing libffi (3.4.4-r0) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.7-r0) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.2.0-r0) (7/21) Installing sqlite-libs (3.39.4-r0) (8/21) Installing python3 (3.10.8-r3) (9/21) Installing py3-heapdict (1.0.1-r2) (10/21) Installing lmdb (0.9.29-r2) (11/21) Installing py3-lmdb (1.2.1-r2) (12/21) Installing py3-parsing (3.0.9-r0) (13/21) Installing py3-packaging (21.3-r2) (14/21) Installing py3-setuptools (65.5.0-r0) (15/21) Installing py3-attrs (22.1.0-r0) (16/21) Installing py3-iniconfig (1.1.1-r3) (17/21) Installing py3-pluggy (1.0.0-r1) (18/21) Installing py3-py (1.11.0-r0) (19/21) Installing py3-tomli (2.0.1-r1) (20/21) Installing py3-pytest (7.1.3-r1) (21/21) Installing .makedepends-py3-zict (20221028.124509) Executing busybox-1.35.0-r27.trigger OK: 251 MiB in 114 packages >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zict-2.2.0.tar.gz >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zict-2.2.0.tar.gz >>> py3-zict: Checking sha512sums... zict-2.2.0.tar.gz: OK >>> py3-zict: Unpacking /var/cache/distfiles/v3.17/zict-2.2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zict copying zict/common.py -> build/lib/zict copying zict/buffer.py -> build/lib/zict copying zict/file.py -> build/lib/zict copying zict/func.py -> build/lib/zict copying zict/lru.py -> build/lib/zict copying zict/__init__.py -> build/lib/zict copying zict/cache.py -> build/lib/zict copying zict/lmdb.py -> build/lib/zict copying zict/sieve.py -> build/lib/zict copying zict/zip.py -> build/lib/zict running egg_info writing zict.egg-info/PKG-INFO writing dependency_links to zict.egg-info/dependency_links.txt writing requirements to zict.egg-info/requires.txt writing top-level names to zict.egg-info/top_level.txt reading manifest file 'zict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'zict.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zict.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zict.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zict.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'zict.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying zict/py.typed -> build/lib/zict creating build/lib/zict/tests copying zict/tests/__init__.py -> build/lib/zict/tests copying zict/tests/test_buffer.py -> build/lib/zict/tests copying zict/tests/test_cache.py -> build/lib/zict/tests copying zict/tests/test_file.py -> build/lib/zict/tests copying zict/tests/test_func.py -> build/lib/zict/tests copying zict/tests/test_lmdb.py -> build/lib/zict/tests copying zict/tests/test_lru.py -> build/lib/zict/tests copying zict/tests/test_sieve.py -> build/lib/zict/tests copying zict/tests/test_zip.py -> build/lib/zict/tests copying zict/tests/utils_test.py -> build/lib/zict/tests ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-zict/src/zict-2.2.0, configfile: setup.cfg collecting ... collected 53 items zict/buffer.py::zict.buffer.Buffer PASSED [ 1%] zict/cache.py::zict.cache.Cache PASSED [ 3%] zict/file.py::zict.file.File SKIPPED (all tests skipped by +SKIP option) [ 5%] zict/func.py::zict.func.Func PASSED [ 7%] zict/lmdb.py::zict.lmdb.LMDB SKIPPED (all tests skipped by +SKIP option) [ 9%] zict/lru.py::zict.lru.LRU PASSED [ 11%] zict/sieve.py::zict.sieve.Sieve PASSED [ 13%] zict/zip.py::zict.zip.Zip SKIPPED (all tests skipped by +SKIP option) [ 15%] zict/tests/test_buffer.py::test_simple PASSED [ 16%] zict/tests/test_buffer.py::test_setitem_avoid_fast_slow_duplicate PASSED [ 18%] zict/tests/test_buffer.py::test_mapping PASSED [ 20%] zict/tests/test_buffer.py::test_callbacks PASSED [ 22%] zict/tests/test_buffer.py::test_callbacks_exception_catch PASSED [ 24%] zict/tests/test_cache.py::test_cache_get_set_del PASSED [ 26%] zict/tests/test_cache.py::test_do_not_read_from_data PASSED [ 28%] zict/tests/test_cache.py::test_no_update_on_set PASSED [ 30%] zict/tests/test_cache.py::test_slow_fails PASSED [ 32%] zict/tests/test_cache.py::test_weakvaluemapping PASSED [ 33%] zict/tests/test_file.py::test_mapping PASSED [ 35%] zict/tests/test_file.py::test_implementation PASSED [ 37%] zict/tests/test_file.py::test_memmap_implementation PASSED [ 39%] zict/tests/test_file.py::test_str PASSED [ 41%] zict/tests/test_file.py::test_setitem_typeerror PASSED [ 43%] zict/tests/test_file.py::test_contextmanager PASSED [ 45%] zict/tests/test_file.py::test_delitem PASSED [ 47%] zict/tests/test_file.py::test_missing_key PASSED [ 49%] zict/tests/test_file.py::test_arbitrary_chars PASSED [ 50%] zict/tests/test_file.py::test_write_list_of_bytes PASSED [ 52%] zict/tests/test_func.py::test_simple PASSED [ 54%] zict/tests/test_func.py::test_mapping PASSED [ 56%] zict/tests/test_func.py::test_update_descopes_early[MutableMapping] PASSED [ 58%] zict/tests/test_func.py::test_update_descopes_early[ZictBase] PASSED [ 60%] zict/tests/test_lmdb.py::test_mapping PASSED [ 62%] zict/tests/test_lmdb.py::test_reuse PASSED [ 64%] zict/tests/test_lmdb.py::test_creates_dir PASSED [ 66%] zict/tests/test_lmdb.py::test_file_descriptors_dont_leak SKIPPED (co...) [ 67%] zict/tests/test_lru.py::test_simple PASSED [ 69%] zict/tests/test_lru.py::test_str PASSED [ 71%] zict/tests/test_lru.py::test_mapping PASSED [ 73%] zict/tests/test_lru.py::test_overwrite PASSED [ 75%] zict/tests/test_lru.py::test_callbacks PASSED [ 77%] zict/tests/test_lru.py::test_cb_exception_keep_on_lru PASSED [ 79%] zict/tests/test_lru.py::test_cb_exception_keep_on_lru_weights PASSED [ 81%] zict/tests/test_lru.py::test_weight PASSED [ 83%] zict/tests/test_lru.py::test_explicit_evict PASSED [ 84%] zict/tests/test_sieve.py::test_simple PASSED [ 86%] zict/tests/test_sieve.py::test_mapping PASSED [ 88%] zict/tests/test_zip.py::test_simple PASSED [ 90%] zict/tests/test_zip.py::test_setitem_typeerror PASSED [ 92%] zict/tests/test_zip.py::test_contextmanager PASSED [ 94%] zict/tests/test_zip.py::test_missing_key PASSED [ 96%] zict/tests/test_zip.py::test_close PASSED [ 98%] zict/tests/test_zip.py::test_bytearray PASSED [100%] ======================== 49 passed, 4 skipped in 0.44s ========================= >>> py3-zict: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing zict.egg-info/PKG-INFO writing dependency_links to zict.egg-info/dependency_links.txt writing requirements to zict.egg-info/requires.txt writing top-level names to zict.egg-info/top_level.txt reading manifest file 'zict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'zict.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zict.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zict.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zict.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'zict.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/community/py3-zict/pkg creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/py.typed -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_func.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_zip.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_sieve.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_lmdb.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_lru.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/utils_test.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_buffer.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/__init__.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_cache.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/tests/test_file.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests copying build/lib/zict/common.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/buffer.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/file.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/func.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/lru.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/__init__.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/cache.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/lmdb.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/sieve.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict copying build/lib/zict/zip.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_func.py to test_func.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_zip.py to test_zip.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_sieve.py to test_sieve.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_lmdb.py to test_lmdb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_lru.py to test_lru.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/utils_test.py to utils_test.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_buffer.py to test_buffer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_cache.py to test_cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/tests/test_file.py to test_file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/common.py to common.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/buffer.py to buffer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/file.py to file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/func.py to func.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/lru.py to lru.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/cache.py to cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/lmdb.py to lmdb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/sieve.py to sieve.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict/zip.py to zip.cpython-310.pyc running install_egg_info Copying zict.egg-info to /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.10/site-packages/zict-2.2.0-py3.10.egg-info running install_scripts >>> py3-zict*: Running postcheck for py3-zict >>> py3-zict*: Preparing package py3-zict... >>> py3-zict*: Tracing dependencies... >>> py3-zict*: Package size: 268.0 KB >>> py3-zict*: Compressing data... >>> py3-zict*: Create checksum... >>> py3-zict*: Create py3-zict-2.2.0-r0.apk >>> py3-zict: Build complete at Fri, 28 Oct 2022 12:45:12 +0000 elapsed time 0h 0m 6s >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Uninstalling dependencies... (1/21) Purging .makedepends-py3-zict (20221028.124509) (2/21) Purging py3-heapdict (1.0.1-r2) (3/21) Purging py3-lmdb (1.2.1-r2) (4/21) Purging py3-setuptools (65.5.0-r0) (5/21) Purging py3-pytest (7.1.3-r1) (6/21) Purging py3-attrs (22.1.0-r0) (7/21) Purging py3-iniconfig (1.1.1-r3) (8/21) Purging py3-packaging (21.3-r2) (9/21) Purging py3-parsing (3.0.9-r0) (10/21) Purging py3-pluggy (1.0.0-r1) (11/21) Purging py3-py (1.11.0-r0) (12/21) Purging py3-tomli (2.0.1-r1) (13/21) Purging python3 (3.10.8-r3) (14/21) Purging libbz2 (1.0.8-r3) (15/21) Purging libffi (3.4.4-r0) (16/21) Purging gdbm (1.23-r0) (17/21) Purging xz-libs (5.2.7-r0) (18/21) Purging mpdecimal (2.5.1-r1) (19/21) Purging readline (8.2.0-r0) (20/21) Purging sqlite-libs (3.39.4-r0) (21/21) Purging lmdb (0.9.29-r2) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-zict: Updating the community/armv7 repository index... >>> py3-zict: Signing the index...