>>> py3-portalocker: Building community/py3-portalocker 2.3.2-r1 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 23:40:45 +0000 >>> py3-portalocker: Checking sanity of /home/buildozer/aports/community/py3-portalocker/APKBUILD... >>> py3-portalocker: Analyzing dependencies... >>> py3-portalocker: Installing for build: build-base py3-babel py3-imagesize py3-requests py3-snowballstemmer python3 py3-setuptools py3-sphinx (1/33) Installing libbz2 (1.0.8-r3) (2/33) Installing libffi (3.4.3-r0) (3/33) Installing gdbm (1.23-r0) (4/33) Installing xz-libs (5.2.7-r0) (5/33) Installing mpdecimal (2.5.1-r1) (6/33) Installing readline (8.2.0-r0) (7/33) Installing sqlite-libs (3.39.4-r0) (8/33) Installing python3 (3.10.8-r1) (9/33) Installing py3-tz (2022.4-r0) (10/33) Installing py3-babel (2.10.3-r0) (11/33) Installing py3-imagesize (1.4.1-r0) (12/33) Installing py3-certifi (2022.9.24-r0) (13/33) Installing py3-charset-normalizer (2.1.1-r0) (14/33) Installing py3-idna (3.4-r2) (15/33) Installing py3-urllib3 (1.26.12-r0) (16/33) Installing py3-requests (2.28.1-r0) (17/33) Installing py3-snowballstemmer (2.2.0-r0) (18/33) Installing py3-parsing (3.0.9-r0) (19/33) Installing py3-packaging (21.3-r2) (20/33) Installing py3-setuptools (65.5.0-r0) (21/33) Installing py3-docutils (0.19-r1) (22/33) Installing py3-markupsafe (2.1.1-r1) (23/33) Installing py3-jinja2 (3.1.2-r0) (24/33) Installing py3-pygments (2.13.0-r0) (25/33) Installing py3-alabaster (0.7.12-r5) (26/33) Installing py3-sphinxcontrib-applehelp (1.0.2-r3) (27/33) Installing py3-sphinxcontrib-devhelp (1.0.2-r3) (28/33) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r2) (29/33) Installing py3-sphinxcontrib-jsmath (1.0.1-r3) (30/33) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r2) (31/33) Installing py3-sphinxcontrib-qthelp (1.0.3-r3) (32/33) Installing py3-sphinx (5.2.1-r0) (33/33) Installing .makedepends-py3-portalocker (20221025.234058) Executing busybox-1.35.0-r27.trigger OK: 318 MiB in 125 packages >>> py3-portalocker: Cleaning up srcdir >>> py3-portalocker: Cleaning up pkgdir >>> py3-portalocker: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/portalocker-2.3.2.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-portalocker: Fetching https://pypi.python.org/packages/source/p/portalocker/portalocker-2.3.2.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 122 100 122 0 0 218 0 --:--:-- --:--:-- --:--:-- 218 100 282 100 282 0 0 359 0 --:--:-- --:--:-- --:--:-- 359 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 20380 100 20380 0 0 11770 0 0:00:01 0:00:01 --:--:-- 11770 >>> py3-portalocker: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/portalocker-2.3.2.tar.gz >>> py3-portalocker: Checking sha512sums... portalocker-2.3.2.tar.gz: OK >>> py3-portalocker: Unpacking /var/cache/distfiles/v3.17/portalocker-2.3.2.tar.gz... /home/buildozer/aports/community/py3-portalocker/src/portalocker-2.3.2/setup.py:13: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(setuptools_version) < LooseVersion('38.3.0'): /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/portalocker copying portalocker/portalocker.py -> build/lib/portalocker copying portalocker/constants.py -> build/lib/portalocker copying portalocker/utils.py -> build/lib/portalocker copying portalocker/__init__.py -> build/lib/portalocker copying portalocker/exceptions.py -> build/lib/portalocker copying portalocker/redis.py -> build/lib/portalocker copying portalocker/__about__.py -> build/lib/portalocker copying portalocker/py.typed -> build/lib/portalocker >>> py3-portalocker: Entering fakeroot... /home/buildozer/aports/community/py3-portalocker/src/portalocker-2.3.2/setup.py:13: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(setuptools_version) < LooseVersion('38.3.0'): /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( 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 install_lib creating /home/buildozer/aports/community/py3-portalocker/pkg creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/portalocker.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/constants.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/py.typed -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/utils.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/__init__.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/exceptions.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/redis.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker copying build/lib/portalocker/__about__.py -> /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/portalocker.py to portalocker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/redis.py to redis.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker/__about__.py to __about__.cpython-310.pyc running install_egg_info running egg_info writing portalocker.egg-info/PKG-INFO writing dependency_links to portalocker.egg-info/dependency_links.txt writing requirements to portalocker.egg-info/requires.txt writing top-level names to portalocker.egg-info/top_level.txt reading manifest file 'portalocker.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'portalocker.egg-info/SOURCES.txt' Copying portalocker.egg-info to /home/buildozer/aports/community/py3-portalocker/pkg/py3-portalocker/usr/lib/python3.10/site-packages/portalocker-2.3.2-py3.10.egg-info running install_scripts >>> py3-portalocker*: Running postcheck for py3-portalocker >>> py3-portalocker*: Preparing package py3-portalocker... >>> py3-portalocker*: Tracing dependencies... >>> py3-portalocker*: Package size: 148.0 KB >>> py3-portalocker*: Compressing data... >>> py3-portalocker*: Create checksum... >>> py3-portalocker*: Create py3-portalocker-2.3.2-r1.apk >>> py3-portalocker: Build complete at Tue, 25 Oct 2022 23:41:02 +0000 elapsed time 0h 0m 17s >>> py3-portalocker: Cleaning up srcdir >>> py3-portalocker: Cleaning up pkgdir >>> py3-portalocker: Uninstalling dependencies... (1/33) Purging .makedepends-py3-portalocker (20221025.234058) (2/33) Purging py3-setuptools (65.5.0-r0) (3/33) Purging py3-sphinx (5.2.1-r0) (4/33) Purging py3-babel (2.10.3-r0) (5/33) Purging py3-tz (2022.4-r0) (6/33) Purging py3-docutils (0.19-r1) (7/33) Purging py3-imagesize (1.4.1-r0) (8/33) Purging py3-jinja2 (3.1.2-r0) (9/33) Purging py3-markupsafe (2.1.1-r1) (10/33) Purging py3-packaging (21.3-r2) (11/33) Purging py3-parsing (3.0.9-r0) (12/33) Purging py3-pygments (2.13.0-r0) (13/33) Purging py3-requests (2.28.1-r0) (14/33) Purging py3-certifi (2022.9.24-r0) (15/33) Purging py3-charset-normalizer (2.1.1-r0) (16/33) Purging py3-idna (3.4-r2) (17/33) Purging py3-urllib3 (1.26.12-r0) (18/33) Purging py3-snowballstemmer (2.2.0-r0) (19/33) Purging py3-alabaster (0.7.12-r5) (20/33) Purging py3-sphinxcontrib-applehelp (1.0.2-r3) (21/33) Purging py3-sphinxcontrib-devhelp (1.0.2-r3) (22/33) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r2) (23/33) Purging py3-sphinxcontrib-jsmath (1.0.1-r3) (24/33) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r2) (25/33) Purging py3-sphinxcontrib-qthelp (1.0.3-r3) (26/33) Purging python3 (3.10.8-r1) (27/33) Purging libbz2 (1.0.8-r3) (28/33) Purging libffi (3.4.3-r0) (29/33) Purging gdbm (1.23-r0) (30/33) Purging xz-libs (5.2.7-r0) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.2.0-r0) (33/33) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-portalocker: Updating the community/armv7 repository index... >>> py3-portalocker: Signing the index...