>>> py3-zict: Building community/py3-zict 2.2.0-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 04:31:05 +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/32) Installing libbz2 (1.0.8-r5) (2/32) Installing libffi (3.4.4-r2) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.4.2-r1) (5/32) Installing mpdecimal (2.5.1-r2) (6/32) Installing libpanelw (6.4_p20230401-r4) (7/32) Installing readline (8.2.1-r1) (8/32) Installing sqlite-libs (3.41.2-r2) (9/32) Installing python3 (3.11.3-r10) (10/32) Installing python3-pycache-pyc0 (3.11.3-r10) (11/32) Installing pyc (0.1-r0) (12/32) Installing python3-pyc (3.11.3-r10) (13/32) Installing py3-heapdict (1.0.1-r4) (14/32) Installing py3-heapdict-pyc (1.0.1-r4) (15/32) Installing lmdb (0.9.30-r2) (16/32) Installing py3-lmdb (1.2.1-r4) (17/32) Installing py3-lmdb-pyc (1.2.1-r4) (18/32) Installing py3-parsing (3.0.9-r2) (19/32) Installing py3-parsing-pyc (3.0.9-r2) (20/32) Installing py3-packaging (23.1-r1) (21/32) Installing py3-packaging-pyc (23.1-r1) (22/32) Installing py3-setuptools (67.7.0-r0) (23/32) Installing py3-setuptools-pyc (67.7.0-r0) (24/32) Installing py3-iniconfig (1.1.1-r6) (25/32) Installing py3-iniconfig-pyc (1.1.1-r6) (26/32) Installing py3-pluggy (1.0.0-r3) (27/32) Installing py3-pluggy-pyc (1.0.0-r3) (28/32) Installing py3-py (1.11.0-r2) (29/32) Installing py3-py-pyc (1.11.0-r2) (30/32) Installing py3-pytest (7.3.1-r1) (31/32) Installing py3-pytest-pyc (7.3.1-r1) (32/32) Installing .makedepends-py3-zict (20230421.043110) Executing busybox-1.36.0-r7.trigger OK: 466 MiB in 130 packages >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/zict-2.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-zict: Fetching https://pypi.python.org/packages/source/z/zict/zict-2.2.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 100 122 100 122 0 0 1549 0 --:--:-- --:--:-- --:--:-- 1564 100 268 100 268 0 0 994 0 --:--:-- --:--:-- --:--:-- 994 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17021 100 17021 0 0 24429 0 --:--:-- --:--:-- --:--:-- 24429 >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/zict-2.2.0.tar.gz >>> py3-zict: Checking sha512sums... zict-2.2.0.tar.gz: OK >>> py3-zict: Unpacking /var/cache/distfiles/v3.18/zict-2.2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zict copying zict/__init__.py -> build/lib/zict copying zict/lru.py -> build/lib/zict copying zict/zip.py -> build/lib/zict copying zict/cache.py -> build/lib/zict copying zict/sieve.py -> build/lib/zict copying zict/buffer.py -> build/lib/zict copying zict/func.py -> build/lib/zict copying zict/lmdb.py -> build/lib/zict copying zict/common.py -> build/lib/zict copying zict/file.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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zict.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zict.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zict.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zict.tests' to be distributed and are already explicitly excluding 'zict.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! 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.11.3, pytest-7.3.1, 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.38s ========================= >>> py3-zict: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.11 creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/__init__.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/lru.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/zip.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/cache.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/sieve.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/buffer.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/func.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/__init__.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_lru.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_cache.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_buffer.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_file.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_lmdb.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_sieve.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/utils_test.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_zip.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/tests/test_func.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests copying build/lib/zict/py.typed -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/lmdb.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/common.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict copying build/lib/zict/file.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/lru.py to lru.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/zip.py to zip.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/cache.py to cache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/sieve.py to sieve.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/buffer.py to buffer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/func.py to func.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_lru.py to test_lru.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_cache.py to test_cache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_buffer.py to test_buffer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_file.py to test_file.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_lmdb.py to test_lmdb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_sieve.py to test_sieve.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/utils_test.py to utils_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_zip.py to test_zip.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/tests/test_func.py to test_func.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/lmdb.py to lmdb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/common.py to common.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict/file.py to file.cpython-311.pyc running install_egg_info 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' Copying zict.egg-info to /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.11/site-packages/zict-2.2.0-py3.11.egg-info running install_scripts >>> py3-zict*: Running postcheck for py3-zict >>> WARNING: py3-zict*: Found __pycache__ but package name doesn't end with -pyc >>> py3-zict*: Preparing package py3-zict... >>> py3-zict*: Tracing dependencies... python3 py3-heapdict py3-lmdb python3~3.11 >>> py3-zict*: Package size: 296.0 KB >>> py3-zict*: Compressing data... >>> py3-zict*: Create checksum... >>> py3-zict*: Create py3-zict-2.2.0-r1.apk >>> py3-zict: Build complete at Fri, 21 Apr 2023 04:31:13 +0000 elapsed time 0h 0m 8s >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Uninstalling dependencies... (1/32) Purging .makedepends-py3-zict (20230421.043110) (2/32) Purging py3-heapdict-pyc (1.0.1-r4) (3/32) Purging py3-heapdict (1.0.1-r4) (4/32) Purging py3-lmdb-pyc (1.2.1-r4) (5/32) Purging py3-lmdb (1.2.1-r4) (6/32) Purging py3-setuptools-pyc (67.7.0-r0) (7/32) Purging py3-setuptools (67.7.0-r0) (8/32) Purging py3-pytest-pyc (7.3.1-r1) (9/32) Purging py3-pytest (7.3.1-r1) (10/32) Purging py3-iniconfig-pyc (1.1.1-r6) (11/32) Purging py3-iniconfig (1.1.1-r6) (12/32) Purging py3-packaging-pyc (23.1-r1) (13/32) Purging py3-packaging (23.1-r1) (14/32) Purging py3-parsing-pyc (3.0.9-r2) (15/32) Purging py3-parsing (3.0.9-r2) (16/32) Purging py3-pluggy-pyc (1.0.0-r3) (17/32) Purging py3-pluggy (1.0.0-r3) (18/32) Purging py3-py-pyc (1.11.0-r2) (19/32) Purging py3-py (1.11.0-r2) (20/32) Purging lmdb (0.9.30-r2) (21/32) Purging python3-pyc (3.11.3-r10) (22/32) Purging python3-pycache-pyc0 (3.11.3-r10) (23/32) Purging pyc (0.1-r0) (24/32) Purging python3 (3.11.3-r10) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r5) (27/32) Purging libffi (3.4.4-r2) (28/32) Purging libpanelw (6.4_p20230401-r4) (29/32) Purging mpdecimal (2.5.1-r2) (30/32) Purging readline (8.2.1-r1) (31/32) Purging sqlite-libs (3.41.2-r2) (32/32) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-zict: Updating the community/aarch64 repository index... >>> py3-zict: Signing the index...