>>> py3-pokebase: Building community/py3-pokebase 1.3.0-r1 (using abuild 3.9.0_rc2-r1) started Wed, 20 Oct 2021 13:39:02 +0000 >>> py3-pokebase: Checking sanity of /home/buildozer/aports/community/py3-pokebase/APKBUILD... >>> py3-pokebase: Analyzing dependencies... >>> py3-pokebase: Installing for build: build-base py3-certifi py3-chardet py3-idna py3-requests py3-urllib3 python3 py3-setuptools (1/20) Installing libbz2 (1.0.8-r1) (2/20) Installing libffi (3.4.2-r1) (3/20) Installing gdbm (1.20-r2) (4/20) Installing xz-libs (5.2.5-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.1.1-r0) (7/20) Installing sqlite-libs (3.36.0-r0) (8/20) Installing python3 (3.9.7-r3) (9/20) Installing py3-certifi (2020.12.5-r1) (10/20) Installing py3-chardet (4.0.0-r2) (11/20) Installing py3-idna (3.2-r0) (12/20) Installing py3-urllib3 (1.26.7-r0) (13/20) Installing py3-requests (2.25.1-r4) (14/20) Installing py3-ordered-set (4.0.2-r2) (15/20) Installing py3-appdirs (1.4.4-r2) (16/20) Installing py3-parsing (2.4.7-r2) (17/20) Installing py3-six (1.16.0-r0) (18/20) Installing py3-packaging (20.9-r1) (19/20) Installing py3-setuptools (52.0.0-r4) (20/20) Installing .makedepends-py3-pokebase (20211020.133911) Executing busybox-1.34.1-r1.trigger OK: 371 MiB in 109 packages >>> py3-pokebase: Cleaning up srcdir >>> py3-pokebase: Cleaning up pkgdir >>> py3-pokebase: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pokebase-1.3.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pokebase: Fetching https://pypi.python.org/packages/source/p/pokebase/pokebase-1.3.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 1537 0 --:--:-- --:--:-- --:--:-- 1544 100 276 100 276 0 0 1235 0 --:--:-- --:--:-- --:--:-- 1235 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10192 100 10192 0 0 33961 0 --:--:-- --:--:-- --:--:-- 33961 >>> py3-pokebase: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pokebase-1.3.0.tar.gz >>> py3-pokebase: Checking sha512sums... pokebase-1.3.0.tar.gz: OK >>> py3-pokebase: Unpacking /var/cache/distfiles/v3.15/pokebase-1.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pokebase copying pokebase/loaders.py -> build/lib/pokebase copying pokebase/api.py -> build/lib/pokebase copying pokebase/__init__.py -> build/lib/pokebase copying pokebase/common.py -> build/lib/pokebase copying pokebase/interface.py -> build/lib/pokebase copying pokebase/cache.py -> build/lib/pokebase >>> py3-pokebase: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-pokebase/pkg creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/loaders.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/api.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/__init__.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/common.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/interface.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase copying build/lib/pokebase/cache.py -> /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/loaders.py to loaders.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/api.py to api.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/common.py to common.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/interface.py to interface.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase/cache.py to cache.cpython-39.pyc running install_egg_info running egg_info writing pokebase.egg-info/PKG-INFO writing dependency_links to pokebase.egg-info/dependency_links.txt writing requirements to pokebase.egg-info/requires.txt writing top-level names to pokebase.egg-info/top_level.txt reading manifest file 'pokebase.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pokebase.egg-info/SOURCES.txt' Copying pokebase.egg-info to /home/buildozer/aports/community/py3-pokebase/pkg/py3-pokebase/usr/lib/python3.9/site-packages/pokebase-1.3.0-py3.9.egg-info running install_scripts >>> py3-pokebase*: Running postcheck for py3-pokebase >>> py3-pokebase*: Preparing package py3-pokebase... >>> py3-pokebase*: Tracing dependencies... >>> py3-pokebase*: Package size: 152.0 KB >>> py3-pokebase*: Compressing data... >>> py3-pokebase*: Create checksum... >>> py3-pokebase*: Create py3-pokebase-1.3.0-r1.apk >>> py3-pokebase: Build complete at Wed, 20 Oct 2021 13:39:14 +0000 elapsed time 0h 0m 12s >>> py3-pokebase: Cleaning up srcdir >>> py3-pokebase: Cleaning up pkgdir >>> py3-pokebase: Uninstalling dependencies... (1/20) Purging .makedepends-py3-pokebase (20211020.133911) (2/20) Purging py3-requests (2.25.1-r4) (3/20) Purging py3-chardet (4.0.0-r2) (4/20) Purging py3-idna (3.2-r0) (5/20) Purging py3-certifi (2020.12.5-r1) (6/20) Purging py3-urllib3 (1.26.7-r0) (7/20) Purging py3-setuptools (52.0.0-r4) (8/20) Purging py3-ordered-set (4.0.2-r2) (9/20) Purging py3-appdirs (1.4.4-r2) (10/20) Purging py3-packaging (20.9-r1) (11/20) Purging py3-parsing (2.4.7-r2) (12/20) Purging py3-six (1.16.0-r0) (13/20) Purging python3 (3.9.7-r3) (14/20) Purging libbz2 (1.0.8-r1) (15/20) Purging libffi (3.4.2-r1) (16/20) Purging gdbm (1.20-r2) (17/20) Purging xz-libs (5.2.5-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.1.1-r0) (20/20) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-pokebase: Updating the community/x86 repository index... >>> py3-pokebase: Signing the index...