>>> py3-lz4: Building community/py3-lz4 2.2.1-r2 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 15:43:40 +0000 >>> py3-lz4: Checking sanity of /home/buildozer/aports/community/py3-lz4/APKBUILD... >>> py3-lz4: Analyzing dependencies... >>> py3-lz4: Installing for build: build-base python3-dev py3-setuptools lz4-dev linux-headers py3-pkgconfig py3-setuptools_scm py3-pytest py3-psutil py3-pytest-cov py3-coverage py3-pytest-runner (1/33) Installing libffi (3.4.2-r1) (2/33) Installing gdbm (1.20-r2) (3/33) Installing mpdecimal (2.5.1-r1) (4/33) Installing readline (8.1.1-r0) (5/33) Installing sqlite-libs (3.36.0-r0) (6/33) Installing python3 (3.9.7-r3) (7/33) Installing python3-dev (3.9.7-r3) (8/33) Installing py3-ordered-set (4.0.2-r2) (9/33) Installing py3-appdirs (1.4.4-r2) (10/33) Installing py3-parsing (2.4.7-r2) (11/33) Installing py3-six (1.16.0-r0) (12/33) Installing py3-packaging (20.9-r1) (13/33) Installing py3-setuptools (52.0.0-r4) (14/33) Installing lz4-libs (1.9.3-r0) (15/33) Installing lz4-dev (1.9.3-r0) (16/33) Installing linux-headers (5.10.41-r0) (17/33) Installing py3-pkgconfig (1.5.5-r0) (18/33) Installing py3-tomli (1.2.1-r0) (19/33) Installing py3-setuptools_scm (6.3.2-r0) (20/33) Installing py3-atomicwrites (1.4.0-r1) (21/33) Installing py3-attrs (20.3.0-r1) (22/33) Installing py3-more-itertools (8.10.0-r0) (23/33) Installing py3-iniconfig (1.1.1-r1) (24/33) Installing py3-pluggy (0.13.1-r4) (25/33) Installing py3-py (1.10.0-r1) (26/33) Installing py3-wcwidth (0.2.5-r1) (27/33) Installing py3-toml (0.10.2-r2) (28/33) Installing py3-pytest (6.2.5-r0) (29/33) Installing py3-psutil (5.8.0-r1) (30/33) Installing py3-coverage (5.5-r0) (31/33) Installing py3-pytest-cov (2.12.1-r0) (32/33) Installing py3-pytest-runner (5.3.1-r0) (33/33) Installing .makedepends-py3-lz4 (20211019.154348) Executing busybox-1.34.1-r1.trigger OK: 455 MiB in 128 packages >>> py3-lz4: Cleaning up srcdir >>> py3-lz4: Cleaning up pkgdir >>> py3-lz4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/lz4-2.2.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 curl: (22) The requested URL returned error: 404 >>> py3-lz4: Fetching https://files.pythonhosted.org/packages/source/l/lz4/lz4-2.2.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 138k 100 138k 0 0 2108k 0 --:--:-- --:--:-- --:--:-- 2108k >>> py3-lz4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/lz4-2.2.1.tar.gz >>> py3-lz4: Checking sha512sums... lz4-2.2.1.tar.gz: OK system-libs.patch: OK >>> py3-lz4: Unpacking /var/cache/distfiles/v3.15/lz4-2.2.1.tar.gz... >>> py3-lz4: system-libs.patch patching file setup.py running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/lz4 copying lz4/__init__.py -> build/lib.linux-x86_64-3.9/lz4 copying lz4/version.py -> build/lib.linux-x86_64-3.9/lz4 creating build/lib.linux-x86_64-3.9/lz4/block copying lz4/block/__init__.py -> build/lib.linux-x86_64-3.9/lz4/block creating build/lib.linux-x86_64-3.9/lz4/frame copying lz4/frame/__init__.py -> build/lib.linux-x86_64-3.9/lz4/frame copying lz4/frame/_compression.py -> build/lib.linux-x86_64-3.9/lz4/frame running build_ext building 'lz4._version' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/lz4 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Ipy3c -I/usr/include/python3.9 -c lz4/_version.c -o build/temp.linux-x86_64-3.9/lz4/_version.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/lz4/_version.o -L/usr/lib -llz4 -o build/lib.linux-x86_64-3.9/lz4/_version.cpython-39-x86_64-linux-musl.so -llz4 building 'lz4.block._block' extension creating build/temp.linux-x86_64-3.9/lz4/block gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Ipy3c -I/usr/include/python3.9 -c lz4/block/_block.c -o build/temp.linux-x86_64-3.9/lz4/block/_block.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/lz4/block/_block.o -L/usr/lib -llz4 -o build/lib.linux-x86_64-3.9/lz4/block/_block.cpython-39-x86_64-linux-musl.so -llz4 building 'lz4.frame._frame' extension creating build/temp.linux-x86_64-3.9/lz4/frame gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Ipy3c -I/usr/include/python3.9 -c lz4/frame/_frame.c -o build/temp.linux-x86_64-3.9/lz4/frame/_frame.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/lz4/frame/_frame.o -L/usr/lib -llz4 -o build/lib.linux-x86_64-3.9/lz4/frame/_frame.cpython-39-x86_64-linux-musl.so -llz4 copying build/lib.linux-x86_64-3.9/lz4/_version.cpython-39-x86_64-linux-musl.so -> lz4 copying build/lib.linux-x86_64-3.9/lz4/block/_block.cpython-39-x86_64-linux-musl.so -> lz4/block copying build/lib.linux-x86_64-3.9/lz4/frame/_frame.cpython-39-x86_64-linux-musl.so -> lz4/frame running pytest running egg_info writing lz4.egg-info/PKG-INFO writing dependency_links to lz4.egg-info/dependency_links.txt writing requirements to lz4.egg-info/requires.txt writing top-level names to lz4.egg-info/top_level.txt reading manifest file 'lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests/*.py' warning: no previously-included files found matching 'tests/*.pyc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.travis.yml' no previously-included directories found matching 'appveyor*' warning: no previously-included files found matching 'appveyor.yml' writing manifest file 'lz4.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-x86_64-3.9/lz4/_version.cpython-39-x86_64-linux-musl.so -> lz4 copying build/lib.linux-x86_64-3.9/lz4/block/_block.cpython-39-x86_64-linux-musl.so -> lz4/block copying build/lib.linux-x86_64-3.9/lz4/frame/_frame.cpython-39-x86_64-linux-musl.so -> lz4/frame ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-lz4/src/lz4-2.2.1, configfile: tox.ini plugins: cov-2.12.1 collected 19801 items tests/block/test_block_0.py ............................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ............................ [ 36%] tests/block/test_block_1.py .............. [ 36%] tests/block/test_block_2.py .. [ 36%] tests/block/test_block_3.py . [ 36%] tests/frame/test_frame_0.py ................. [ 36%] tests/frame/test_frame_1.py ............................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 65%] ............................ [ 65%] tests/frame/test_frame_2.py ............................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ............................ [ 83%] tests/frame/test_frame_3.py ... [ 83%] tests/frame/test_frame_4.py ............................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 95%] .................................................................... [ 96%] tests/frame/test_frame_5.py .... [ 96%] tests/frame/test_frame_6.py ............................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ............ [ 99%] tests/frame/test_frame_7.py .... [ 99%] tests/frame/test_frame_8.py . [ 99%] tests/frame/test_frame_9.py ... [100%] ====================== 19801 passed in 631.68s (0:10:31) ======================= >>> py3-lz4: Entering fakeroot... running install running build running build_py copying lz4/version.py -> build/lib.linux-x86_64-3.9/lz4 running build_ext copying build/lib.linux-x86_64-3.9/lz4/_version.cpython-39-x86_64-linux-musl.so -> lz4 copying build/lib.linux-x86_64-3.9/lz4/block/_block.cpython-39-x86_64-linux-musl.so -> lz4/block copying build/lib.linux-x86_64-3.9/lz4/frame/_frame.cpython-39-x86_64-linux-musl.so -> lz4/frame running install_lib creating /home/buildozer/aports/community/py3-lz4/pkg creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4 creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4 copying build/lib.linux-x86_64-3.9/lz4/_version.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4 creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/block copying build/lib.linux-x86_64-3.9/lz4/block/_block.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/block copying build/lib.linux-x86_64-3.9/lz4/block/__init__.py -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/block creating /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame copying build/lib.linux-x86_64-3.9/lz4/frame/_frame.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame copying build/lib.linux-x86_64-3.9/lz4/frame/__init__.py -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame copying build/lib.linux-x86_64-3.9/lz4/frame/_compression.py -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame copying build/lib.linux-x86_64-3.9/lz4/__init__.py -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4 copying build/lib.linux-x86_64-3.9/lz4/version.py -> /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4 byte-compiling /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/block/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/frame/_compression.py to _compression.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4/version.py to version.cpython-39.pyc running install_egg_info running egg_info writing lz4.egg-info/PKG-INFO writing dependency_links to lz4.egg-info/dependency_links.txt writing requirements to lz4.egg-info/requires.txt writing top-level names to lz4.egg-info/top_level.txt reading manifest file 'lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests/*.py' warning: no previously-included files found matching 'tests/*.pyc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.travis.yml' no previously-included directories found matching 'appveyor*' warning: no previously-included files found matching 'appveyor.yml' writing manifest file 'lz4.egg-info/SOURCES.txt' Copying lz4.egg-info to /home/buildozer/aports/community/py3-lz4/pkg/py3-lz4/usr/lib/python3.9/site-packages/lz4-2.2.1-py3.9.egg-info running install_scripts >>> py3-lz4-tests*: Running split function _tests... >>> py3-lz4-tests*: Preparing subpackage py3-lz4-tests... >>> py3-lz4-tests*: Running postcheck for py3-lz4-tests >>> py3-lz4*: Running postcheck for py3-lz4 >>> py3-lz4*: Preparing package py3-lz4... >>> py3-lz4*: Stripping binaries >>> py3-lz4-tests*: Scanning shared objects >>> py3-lz4*: Scanning shared objects >>> py3-lz4-tests*: Tracing dependencies... >>> py3-lz4-tests*: Package size: 228.0 KB >>> py3-lz4-tests*: Compressing data... >>> py3-lz4-tests*: Create checksum... >>> py3-lz4-tests*: Create py3-lz4-tests-2.2.1-r2.apk >>> py3-lz4*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:liblz4.so.1 >>> py3-lz4*: Package size: 240.0 KB >>> py3-lz4*: Compressing data... >>> py3-lz4*: Create checksum... >>> py3-lz4*: Create py3-lz4-2.2.1-r2.apk >>> py3-lz4: Build complete at Tue, 19 Oct 2021 15:54:42 +0000 elapsed time 0h 11m 2s >>> py3-lz4: Cleaning up srcdir >>> py3-lz4: Cleaning up pkgdir >>> py3-lz4: Uninstalling dependencies... (1/33) Purging .makedepends-py3-lz4 (20211019.154348) (2/33) Purging python3-dev (3.9.7-r3) (3/33) Purging lz4-dev (1.9.3-r0) (4/33) Purging lz4-libs (1.9.3-r0) (5/33) Purging linux-headers (5.10.41-r0) (6/33) Purging py3-pkgconfig (1.5.5-r0) (7/33) Purging py3-setuptools_scm (6.3.2-r0) (8/33) Purging py3-tomli (1.2.1-r0) (9/33) Purging py3-psutil (5.8.0-r1) (10/33) Purging py3-pytest-cov (2.12.1-r0) (11/33) Purging py3-pytest (6.2.5-r0) (12/33) Purging py3-atomicwrites (1.4.0-r1) (13/33) Purging py3-attrs (20.3.0-r1) (14/33) Purging py3-more-itertools (8.10.0-r0) (15/33) Purging py3-iniconfig (1.1.1-r1) (16/33) Purging py3-pluggy (0.13.1-r4) (17/33) Purging py3-py (1.10.0-r1) (18/33) Purging py3-wcwidth (0.2.5-r1) (19/33) Purging py3-toml (0.10.2-r2) (20/33) Purging py3-coverage (5.5-r0) (21/33) Purging py3-pytest-runner (5.3.1-r0) (22/33) Purging py3-setuptools (52.0.0-r4) (23/33) Purging py3-ordered-set (4.0.2-r2) (24/33) Purging py3-appdirs (1.4.4-r2) (25/33) Purging py3-packaging (20.9-r1) (26/33) Purging py3-parsing (2.4.7-r2) (27/33) Purging py3-six (1.16.0-r0) (28/33) Purging python3 (3.9.7-r3) (29/33) Purging libffi (3.4.2-r1) (30/33) Purging gdbm (1.20-r2) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.1.1-r0) (33/33) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-lz4: Updating the community/x86_64 repository index... >>> py3-lz4: Signing the index...