>>> py3-zict: Building community/py3-zict 2.0.0-r0 (using abuild 3.7.0_rc1-r1) started Sun, 20 Dec 2020 17:05:23 +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/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.3-r2) (3/26) Installing gdbm (1.18.1-r0) (4/26) Installing xz-libs (5.2.5-r0) (5/26) Installing readline (8.0.4-r0) (6/26) Installing sqlite-libs (3.34.0-r0) (7/26) Installing python3 (3.8.6-r0) (8/26) Installing py3-heapdict (1.0.1-r0) (9/26) Installing lmdb (0.9.27-r0) (10/26) Installing py3-lmdb (1.0.0-r0) (11/26) Installing py3-ordered-set (4.0.2-r0) (12/26) Installing py3-appdirs (1.4.4-r1) (13/26) Installing py3-parsing (2.4.7-r1) (14/26) Installing py3-six (1.15.0-r0) (15/26) Installing py3-packaging (20.8-r0) (16/26) Installing py3-setuptools (51.0.0-r0) (17/26) Installing py3-atomicwrites (1.4.0-r0) (18/26) Installing py3-attrs (20.3.0-r0) (19/26) Installing py3-more-itertools (8.6.0-r0) (20/26) Installing py3-iniconfig (1.1.1-r0) (21/26) Installing py3-pluggy (0.13.1-r1) (22/26) Installing py3-py (1.10.0-r0) (23/26) Installing py3-wcwidth (0.2.5-r0) (24/26) Installing py3-toml (0.10.2-r0) (25/26) Installing py3-pytest (6.2.1-r0) (26/26) Installing .makedepends-py3-zict (20201220.170528) Executing busybox-1.32.0-r8.trigger OK: 365 MiB in 112 packages >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/zict-2.0.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 11571 100 11571 0 0 188k 0 --:--:-- --:--:-- --:--:-- 191k >>> py3-zict: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/zict-2.0.0.tar.gz >>> py3-zict: Checking sha512sums... zict-2.0.0.tar.gz: OK >>> py3-zict: Unpacking /var/cache/distfiles/v3.13/zict-2.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zict copying zict/sieve.py -> build/lib/zict copying zict/zip.py -> build/lib/zict copying zict/buffer.py -> build/lib/zict copying zict/lmdb.py -> build/lib/zict copying zict/__init__.py -> build/lib/zict copying zict/func.py -> build/lib/zict copying zict/file.py -> build/lib/zict copying zict/common.py -> build/lib/zict copying zict/lru.py -> build/lib/zict ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-zict/src/zict-2.0.0, configfile: setup.cfg collecting ... collected 41 items zict/buffer.py::zict.buffer.Buffer PASSED [ 2%] zict/file.py::zict.file.File SKIPPED (all tests skipped by +SKIP option) [ 4%] 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 [ 12%] zict/sieve.py::zict.sieve.Sieve PASSED [ 14%] zict/zip.py::zict.zip.Zip SKIPPED (all tests skipped by +SKIP option) [ 17%] zict/tests/test_buffer.py::test_simple PASSED [ 19%] zict/tests/test_buffer.py::test_setitem_avoid_fast_slow_duplicate PASSED [ 21%] zict/tests/test_buffer.py::test_mapping PASSED [ 24%] zict/tests/test_buffer.py::test_callbacks PASSED [ 26%] zict/tests/test_file.py::test_mapping PASSED [ 29%] zict/tests/test_file.py::test_implementation PASSED [ 31%] zict/tests/test_file.py::test_str PASSED [ 34%] zict/tests/test_file.py::test_setitem_typeerror PASSED [ 36%] zict/tests/test_file.py::test_contextmanager PASSED [ 39%] zict/tests/test_file.py::test_delitem PASSED [ 41%] zict/tests/test_file.py::test_missing_key PASSED [ 43%] zict/tests/test_file.py::test_arbitrary_chars PASSED [ 46%] zict/tests/test_file.py::test_write_list_of_bytes PASSED [ 48%] zict/tests/test_func.py::test_simple PASSED [ 51%] zict/tests/test_func.py::test_mapping PASSED [ 53%] zict/tests/test_lmdb.py::test_mapping PASSED [ 56%] zict/tests/test_lmdb.py::test_reuse PASSED [ 58%] zict/tests/test_lmdb.py::test_creates_dir PASSED [ 60%] zict/tests/test_lmdb.py::test_file_descriptors_dont_leak SKIPPED (co...) [ 63%] zict/tests/test_lru.py::test_simple PASSED [ 65%] zict/tests/test_lru.py::test_str PASSED [ 68%] zict/tests/test_lru.py::test_mapping PASSED [ 70%] zict/tests/test_lru.py::test_overwrite PASSED [ 73%] zict/tests/test_lru.py::test_callbacks PASSED [ 75%] zict/tests/test_lru.py::test_weight PASSED [ 78%] zict/tests/test_lru.py::test_explicit_evict PASSED [ 80%] zict/tests/test_sieve.py::test_simple PASSED [ 82%] zict/tests/test_sieve.py::test_mapping PASSED [ 85%] zict/tests/test_zip.py::test_simple PASSED [ 87%] zict/tests/test_zip.py::test_setitem_typeerror PASSED [ 90%] zict/tests/test_zip.py::test_contextmanager PASSED [ 92%] zict/tests/test_zip.py::test_missing_key PASSED [ 95%] zict/tests/test_zip.py::test_close PASSED [ 97%] zict/tests/test_zip.py::test_bytearray PASSED [100%] =============================== warnings summary =============================== zict/tests/test_file.py:11 /home/buildozer/aports/community/py3-zict/src/zict-2.0.0/zict/tests/test_file.py:11: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. def fn(): zict/tests/test_lmdb.py:13 /home/buildozer/aports/community/py3-zict/src/zict-2.0.0/zict/tests/test_lmdb.py:13: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. def fn(): zict/tests/test_zip.py:15 /home/buildozer/aports/community/py3-zict/src/zict-2.0.0/zict/tests/test_zip.py:15: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. def fn(): -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 37 passed, 4 skipped, 3 warnings in 0.55s =================== >>> py3-zict: Entering fakeroot... running install running build running build_py 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.8 creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/sieve.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/zip.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/buffer.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/lmdb.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/__init__.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/func.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/file.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/common.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict copying build/lib/zict/lru.py -> /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/sieve.py to sieve.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/zip.py to zip.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/buffer.py to buffer.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/lmdb.py to lmdb.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/func.py to func.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/file.py to file.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/common.py to common.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zict/pkg/py3-zict/usr/lib/python3.8/site-packages/zict/lru.py to lru.cpython-38.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' 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.8/site-packages/zict-2.0.0-py3.8.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: 132.0 KB >>> py3-zict*: Compressing data... >>> py3-zict*: Create checksum... >>> py3-zict*: Create py3-zict-2.0.0-r0.apk >>> py3-zict: Build complete at Sun, 20 Dec 2020 17:05:31 +0000 elapsed time 0h 0m 8s >>> py3-zict: Cleaning up srcdir >>> py3-zict: Cleaning up pkgdir >>> py3-zict: Uninstalling dependencies... (1/26) Purging .makedepends-py3-zict (20201220.170528) (2/26) Purging py3-heapdict (1.0.1-r0) (3/26) Purging py3-lmdb (1.0.0-r0) (4/26) Purging py3-pytest (6.2.1-r0) (5/26) Purging py3-atomicwrites (1.4.0-r0) (6/26) Purging py3-attrs (20.3.0-r0) (7/26) Purging py3-more-itertools (8.6.0-r0) (8/26) Purging py3-iniconfig (1.1.1-r0) (9/26) Purging py3-pluggy (0.13.1-r1) (10/26) Purging py3-py (1.10.0-r0) (11/26) Purging py3-wcwidth (0.2.5-r0) (12/26) Purging py3-setuptools (51.0.0-r0) (13/26) Purging py3-ordered-set (4.0.2-r0) (14/26) Purging py3-appdirs (1.4.4-r1) (15/26) Purging py3-packaging (20.8-r0) (16/26) Purging py3-parsing (2.4.7-r1) (17/26) Purging py3-six (1.15.0-r0) (18/26) Purging py3-toml (0.10.2-r0) (19/26) Purging python3 (3.8.6-r0) (20/26) Purging libbz2 (1.0.8-r1) (21/26) Purging libffi (3.3-r2) (22/26) Purging gdbm (1.18.1-r0) (23/26) Purging xz-libs (5.2.5-r0) (24/26) Purging readline (8.0.4-r0) (25/26) Purging sqlite-libs (3.34.0-r0) (26/26) Purging lmdb (0.9.27-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-zict: Updating the community/x86 repository index... >>> py3-zict: Signing the index...