>>> py3-slugify: Building community/py3-slugify 6.1.2-r0 (using abuild 3.9.0-r0) started Wed, 27 Apr 2022 22:52:14 +0000 >>> py3-slugify: Checking sanity of /home/buildozer/aports/community/py3-slugify/APKBUILD... >>> py3-slugify: Analyzing dependencies... >>> py3-slugify: Installing for build: build-base python3 py3-text-unidecode py3-setuptools (1/14) Installing gdbm (1.23-r0) (2/14) Installing mpdecimal (2.5.1-r1) (3/14) Installing readline (8.1.2-r0) (4/14) Installing sqlite-libs (3.38.2-r0) (5/14) Installing python3 (3.10.3-r1) (6/14) Installing py3-text-unidecode (1.3-r3) (7/14) Installing py3-appdirs (1.4.4-r3) (8/14) Installing py3-more-itertools (8.12.0-r2) (9/14) Installing py3-ordered-set (4.0.2-r3) (10/14) Installing py3-parsing (2.4.7-r3) (11/14) Installing py3-six (1.16.0-r1) (12/14) Installing py3-packaging (21.3-r0) (13/14) Installing py3-setuptools (59.4.0-r0) (14/14) Installing .makedepends-py3-slugify (20220427.225215) Executing busybox-1.35.0-r10.trigger OK: 1339 MiB in 121 packages >>> py3-slugify: Cleaning up srcdir >>> py3-slugify: Cleaning up pkgdir >>> py3-slugify: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-slugify-6.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-slugify: Fetching https://github.com/un33k/python-slugify/archive/v6.1.2/py3-slugify-6.1.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 100 138 0 138 0 0 620 0 --:--:-- --:--:-- --:--:-- 621 100 13302 0 13302 0 0 28209 0 --:--:-- --:--:-- --:--:-- 28209 >>> py3-slugify: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-slugify-6.1.2.tar.gz >>> py3-slugify: Checking sha512sums... py3-slugify-6.1.2.tar.gz: OK >>> py3-slugify: Unpacking /var/cache/distfiles/v3.16/py3-slugify-6.1.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/slugify copying slugify/special.py -> build/lib/slugify copying slugify/__version__.py -> build/lib/slugify copying slugify/__init__.py -> build/lib/slugify copying slugify/slugify.py -> build/lib/slugify copying slugify/__main__.py -> build/lib/slugify running egg_info creating python_slugify.egg-info writing python_slugify.egg-info/PKG-INFO writing dependency_links to python_slugify.egg-info/dependency_links.txt writing entry points to python_slugify.egg-info/entry_points.txt writing requirements to python_slugify.egg-info/requires.txt writing top-level names to python_slugify.egg-info/top_level.txt writing manifest file 'python_slugify.egg-info/SOURCES.txt' reading manifest file 'python_slugify.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'python_slugify.egg-info/SOURCES.txt' ................................................................................. ---------------------------------------------------------------------- Ran 81 tests in 0.038s OK >>> py3-slugify: 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 install_lib creating /home/buildozer/aports/community/py3-slugify/pkg creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify copying build/lib/slugify/special.py -> /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify copying build/lib/slugify/__version__.py -> /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify copying build/lib/slugify/__init__.py -> /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify copying build/lib/slugify/slugify.py -> /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify copying build/lib/slugify/__main__.py -> /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify byte-compiling /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify/special.py to special.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify/__version__.py to __version__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify/slugify.py to slugify.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/slugify/__main__.py to __main__.cpython-310.pyc running install_egg_info running egg_info writing python_slugify.egg-info/PKG-INFO writing dependency_links to python_slugify.egg-info/dependency_links.txt writing entry points to python_slugify.egg-info/entry_points.txt writing requirements to python_slugify.egg-info/requires.txt writing top-level names to python_slugify.egg-info/top_level.txt reading manifest file 'python_slugify.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'python_slugify.egg-info/SOURCES.txt' Copying python_slugify.egg-info to /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/lib/python3.10/site-packages/python_slugify-6.1.2-py3.10.egg-info running install_scripts Installing slugify script to /home/buildozer/aports/community/py3-slugify/pkg/py3-slugify/usr/bin >>> py3-slugify*: Running postcheck for py3-slugify >>> py3-slugify*: Preparing package py3-slugify... >>> py3-slugify*: Tracing dependencies... >>> py3-slugify*: Package size: 120.0 KB >>> py3-slugify*: Compressing data... >>> py3-slugify*: Create checksum... >>> py3-slugify*: Create py3-slugify-6.1.2-r0.apk >>> py3-slugify: Build complete at Wed, 27 Apr 2022 22:52:18 +0000 elapsed time 0h 0m 4s >>> py3-slugify: Cleaning up srcdir >>> py3-slugify: Cleaning up pkgdir >>> py3-slugify: Uninstalling dependencies... (1/14) Purging .makedepends-py3-slugify (20220427.225215) (2/14) Purging py3-text-unidecode (1.3-r3) (3/14) Purging py3-setuptools (59.4.0-r0) (4/14) Purging py3-appdirs (1.4.4-r3) (5/14) Purging py3-more-itertools (8.12.0-r2) (6/14) Purging py3-ordered-set (4.0.2-r3) (7/14) Purging py3-packaging (21.3-r0) (8/14) Purging py3-six (1.16.0-r1) (9/14) Purging py3-parsing (2.4.7-r3) (10/14) Purging python3 (3.10.3-r1) (11/14) Purging gdbm (1.23-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.1.2-r0) (14/14) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r10.trigger OK: 1285 MiB in 107 packages >>> py3-slugify: Updating the community/x86_64 repository index... >>> py3-slugify: Signing the index...