>>> py3-branca: Building community/py3-branca 0.6.0-r2 (using abuild 3.10.0-r0) started Sat, 18 Feb 2023 04:17:59 +0000 >>> py3-branca: Checking sanity of /home/buildozer/aports/community/py3-branca/APKBUILD... >>> py3-branca: Analyzing dependencies... >>> py3-branca: Installing for build: build-base python3 py3-jinja2 py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel (1/19) Installing libbz2 (1.0.8-r4) (2/19) Installing libffi (3.4.4-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.4.1-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.2.001-r0) (7/19) Installing sqlite-libs (3.40.1-r0) (8/19) Installing python3 (3.11.2-r0) (9/19) Installing py3-markupsafe (2.1.2-r0) (10/19) Installing py3-jinja2 (3.1.2-r1) (11/19) Installing py3-installer (0.6.0-r0) (12/19) Installing py3-gpep517 (13-r0) (13/19) Installing py3-parsing (3.0.9-r1) (14/19) Installing py3-packaging (23.0-r0) (15/19) Installing py3-setuptools (67.3.2-r0) (16/19) Installing py3-typing-extensions (4.5.0-r0) (17/19) Installing py3-setuptools_scm (7.1.0-r0) (18/19) Installing py3-wheel (0.38.4-r1) (19/19) Installing .makedepends-py3-branca (20230218.041759) Executing busybox-1.36.0-r4.trigger OK: 400 MiB in 115 packages >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/edge/branca-0.6.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 40167 100 40167 0 0 65514 0 --:--:-- --:--:-- --:--:-- 65632 >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/edge/branca-0.6.0.tar.gz >>> py3-branca: Checking sha512sums... branca-0.6.0.tar.gz: OK >>> py3-branca: Unpacking /var/cache/distfiles/edge/branca-0.6.0.tar.gz... 2023-02-18 04:18:01,362 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-02-18 04:18:01,420 root INFO running bdist_wheel 2023-02-18 04:18:01,431 root INFO running build 2023-02-18 04:18:01,431 root INFO running build_py 2023-02-18 04:18:01,434 root INFO creating build 2023-02-18 04:18:01,434 root INFO creating build/lib 2023-02-18 04:18:01,435 root INFO creating build/lib/branca 2023-02-18 04:18:01,435 root INFO copying branca/element.py -> build/lib/branca 2023-02-18 04:18:01,435 root INFO copying branca/colormap.py -> build/lib/branca 2023-02-18 04:18:01,436 root INFO copying branca/__init__.py -> build/lib/branca 2023-02-18 04:18:01,436 root INFO copying branca/utilities.py -> build/lib/branca 2023-02-18 04:18:01,436 root INFO copying branca/_version.py -> build/lib/branca 2023-02-18 04:18:01,437 root INFO running egg_info 2023-02-18 04:18:01,442 root INFO creating branca.egg-info 2023-02-18 04:18:01,444 root INFO writing branca.egg-info/PKG-INFO 2023-02-18 04:18:01,445 root INFO writing dependency_links to branca.egg-info/dependency_links.txt 2023-02-18 04:18:01,445 root INFO writing requirements to branca.egg-info/requires.txt 2023-02-18 04:18:01,445 root INFO writing top-level names to branca.egg-info/top_level.txt 2023-02-18 04:18:01,445 root INFO writing manifest file 'branca.egg-info/SOURCES.txt' 2023-02-18 04:18:02,801 root INFO reading manifest file 'branca.egg-info/SOURCES.txt' 2023-02-18 04:18:02,802 root INFO reading manifest template 'MANIFEST.in' 2023-02-18 04:18:02,802 root WARNING no previously-included directories found matching 'docs' 2023-02-18 04:18:02,803 root WARNING no previously-included directories found matching 'examples' 2023-02-18 04:18:02,803 root WARNING warning: no previously-included files found matching '*.yml' 2023-02-18 04:18:02,803 root WARNING warning: no previously-included files found matching '.pre-commit-config.yaml' 2023-02-18 04:18:02,803 root WARNING warning: no previously-included files found matching '.gitignore' 2023-02-18 04:18:02,803 root WARNING warning: no previously-included files found matching '.isort.cfg' 2023-02-18 04:18:02,803 root WARNING warning: no previously-included files found matching '.github' 2023-02-18 04:18:02,804 root INFO adding license file 'LICENSE.txt' 2023-02-18 04:18:02,804 root INFO writing manifest file 'branca.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 2023-02-18 04:18:02,806 root INFO copying branca/_cnames.json -> build/lib/branca 2023-02-18 04:18:02,806 root INFO copying branca/_schemes.json -> build/lib/branca 2023-02-18 04:18:02,806 root INFO copying branca/scheme_base_codes.json -> build/lib/branca 2023-02-18 04:18:02,807 root INFO copying branca/scheme_info.json -> build/lib/branca 2023-02-18 04:18:02,807 root INFO creating build/lib/branca/plugins 2023-02-18 04:18:02,807 root INFO copying branca/plugins/__init__.py -> build/lib/branca/plugins 2023-02-18 04:18:02,807 root INFO creating build/lib/branca/templates 2023-02-18 04:18:02,808 root INFO copying branca/templates/color_scale.js -> build/lib/branca/templates 2023-02-18 04:18:02,812 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-02-18 04:18:02,812 root INFO running install 2023-02-18 04:18:02,820 root INFO running install_lib 2023-02-18 04:18:02,822 root INFO creating build/bdist.linux-armv8l 2023-02-18 04:18:02,822 root INFO creating build/bdist.linux-armv8l/wheel 2023-02-18 04:18:02,823 root INFO creating build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,823 root INFO copying build/lib/branca/scheme_base_codes.json -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,823 root INFO copying build/lib/branca/scheme_info.json -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,823 root INFO copying build/lib/branca/element.py -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,823 root INFO copying build/lib/branca/colormap.py -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,824 root INFO copying build/lib/branca/_cnames.json -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,824 root INFO creating build/bdist.linux-armv8l/wheel/branca/templates 2023-02-18 04:18:02,824 root INFO copying build/lib/branca/templates/color_scale.js -> build/bdist.linux-armv8l/wheel/branca/templates 2023-02-18 04:18:02,825 root INFO copying build/lib/branca/__init__.py -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,825 root INFO creating build/bdist.linux-armv8l/wheel/branca/plugins 2023-02-18 04:18:02,825 root INFO copying build/lib/branca/plugins/__init__.py -> build/bdist.linux-armv8l/wheel/branca/plugins 2023-02-18 04:18:02,825 root INFO copying build/lib/branca/utilities.py -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,825 root INFO copying build/lib/branca/_version.py -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,826 root INFO copying build/lib/branca/_schemes.json -> build/bdist.linux-armv8l/wheel/branca 2023-02-18 04:18:02,826 root INFO running install_egg_info 2023-02-18 04:18:02,828 root INFO Copying branca.egg-info to build/bdist.linux-armv8l/wheel/branca-0.6.0-py3.11.egg-info 2023-02-18 04:18:02,829 root INFO running install_scripts 2023-02-18 04:18:02,832 wheel INFO creating build/bdist.linux-armv8l/wheel/branca-0.6.0.dist-info/WHEEL 2023-02-18 04:18:02,832 wheel INFO creating '/home/buildozer/aports/community/py3-branca/src/branca-0.6.0/dist/.tmp-jmhvbnpq/branca-0.6.0-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-02-18 04:18:02,833 wheel INFO adding 'branca/__init__.py' 2023-02-18 04:18:02,833 wheel INFO adding 'branca/_cnames.json' 2023-02-18 04:18:02,833 wheel INFO adding 'branca/_schemes.json' 2023-02-18 04:18:02,834 wheel INFO adding 'branca/_version.py' 2023-02-18 04:18:02,834 wheel INFO adding 'branca/colormap.py' 2023-02-18 04:18:02,834 wheel INFO adding 'branca/element.py' 2023-02-18 04:18:02,834 wheel INFO adding 'branca/scheme_base_codes.json' 2023-02-18 04:18:02,835 wheel INFO adding 'branca/scheme_info.json' 2023-02-18 04:18:02,835 wheel INFO adding 'branca/utilities.py' 2023-02-18 04:18:02,835 wheel INFO adding 'branca/plugins/__init__.py' 2023-02-18 04:18:02,835 wheel INFO adding 'branca/templates/color_scale.js' 2023-02-18 04:18:02,836 wheel INFO adding 'branca-0.6.0.dist-info/LICENSE.txt' 2023-02-18 04:18:02,836 wheel INFO adding 'branca-0.6.0.dist-info/METADATA' 2023-02-18 04:18:02,836 wheel INFO adding 'branca-0.6.0.dist-info/WHEEL' 2023-02-18 04:18:02,836 wheel INFO adding 'branca-0.6.0.dist-info/top_level.txt' 2023-02-18 04:18:02,836 wheel INFO adding 'branca-0.6.0.dist-info/RECORD' 2023-02-18 04:18:02,836 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-02-18 04:18:02,838 gpep517 INFO The backend produced dist/branca-0.6.0-py3-none-any.whl branca-0.6.0-py3-none-any.whl >>> py3-branca: Entering fakeroot... >>> py3-branca*: Running postcheck for py3-branca >>> py3-branca*: Preparing package py3-branca... >>> py3-branca*: Tracing dependencies... >>> py3-branca*: Package size: 280.0 KB >>> py3-branca*: Compressing data... >>> py3-branca*: Create checksum... >>> py3-branca*: Create py3-branca-0.6.0-r2.apk >>> py3-branca: Build complete at Sat, 18 Feb 2023 04:18:03 +0000 elapsed time 0h 0m 4s >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Uninstalling dependencies... (1/19) Purging .makedepends-py3-branca (20230218.041759) (2/19) Purging py3-jinja2 (3.1.2-r1) (3/19) Purging py3-markupsafe (2.1.2-r0) (4/19) Purging py3-gpep517 (13-r0) (5/19) Purging py3-installer (0.6.0-r0) (6/19) Purging py3-setuptools_scm (7.1.0-r0) (7/19) Purging py3-setuptools (67.3.2-r0) (8/19) Purging py3-typing-extensions (4.5.0-r0) (9/19) Purging py3-wheel (0.38.4-r1) (10/19) Purging py3-packaging (23.0-r0) (11/19) Purging py3-parsing (3.0.9-r1) (12/19) Purging python3 (3.11.2-r0) (13/19) Purging libbz2 (1.0.8-r4) (14/19) Purging libffi (3.4.4-r0) (15/19) Purging gdbm (1.23-r0) (16/19) Purging xz-libs (5.4.1-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.2.001-r0) (19/19) Purging sqlite-libs (3.40.1-r0) Executing busybox-1.36.0-r4.trigger OK: 326 MiB in 96 packages >>> py3-branca: Updating the community/armhf repository index... >>> py3-branca: Signing the index...