>>> py3-branca: Building community/py3-branca 0.8.1-r0 (using abuild 3.14.1-r3) started Sat, 14 Dec 2024 19:42:47 +0000 >>> py3-branca: Validating /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/30) Installing libbz2 (1.0.8-r6) (2/30) Installing libffi (3.4.6-r0) (3/30) Installing gdbm (1.24-r0) (4/30) Installing xz-libs (5.6.3-r0) (5/30) Installing mpdecimal (4.0.0-r0) (6/30) Installing libpanelw (6.5_p20241006-r3) (7/30) Installing sqlite-libs (3.47.2-r0) (8/30) Installing python3 (3.12.8-r1) (9/30) Installing python3-pycache-pyc0 (3.12.8-r1) (10/30) Installing pyc (3.12.8-r1) (11/30) Installing python3-pyc (3.12.8-r1) (12/30) Installing py3-markupsafe (3.0.2-r0) (13/30) Installing py3-markupsafe-pyc (3.0.2-r0) (14/30) Installing py3-jinja2 (3.1.4-r0) (15/30) Installing py3-jinja2-pyc (3.1.4-r0) (16/30) Installing py3-installer (0.7.0-r2) (17/30) Installing py3-installer-pyc (0.7.0-r2) (18/30) Installing py3-gpep517 (16-r0) (19/30) Installing py3-gpep517-pyc (16-r0) (20/30) Installing py3-parsing (3.2.0-r0) (21/30) Installing py3-parsing-pyc (3.2.0-r0) (22/30) Installing py3-packaging (24.2-r0) (23/30) Installing py3-packaging-pyc (24.2-r0) (24/30) Installing py3-setuptools (70.3.0-r0) (25/30) Installing py3-setuptools-pyc (70.3.0-r0) (26/30) Installing py3-setuptools_scm (8.1.0-r0) (27/30) Installing py3-setuptools_scm-pyc (8.1.0-r0) (28/30) Installing py3-wheel (0.43.0-r0) (29/30) Installing py3-wheel-pyc (0.43.0-r0) (30/30) Installing .makedepends-py3-branca (20241214.194248) Executing busybox-1.37.0-r9.trigger OK: 449 MiB in 133 packages >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Cleaning up tmpdir >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/edge/branca-0.8.1.tar.gz >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/edge/branca-0.8.1.tar.gz >>> py3-branca: Checking sha512sums... branca-0.8.1.tar.gz: OK >>> py3-branca: Unpacking /var/cache/distfiles/edge/branca-0.8.1.tar.gz... 2024-12-14 19:42:48,870 gpep517 INFO Building wheel via backend setuptools.build_meta WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' 2024-12-14 19:42:48,893 root INFO running bdist_wheel 2024-12-14 19:42:48,906 root INFO running build 2024-12-14 19:42:48,906 root INFO running build_py 2024-12-14 19:42:48,909 root INFO creating build 2024-12-14 19:42:48,909 root INFO creating build/lib 2024-12-14 19:42:48,909 root INFO creating build/lib/branca 2024-12-14 19:42:48,909 root INFO copying branca/__init__.py -> build/lib/branca 2024-12-14 19:42:48,909 root INFO copying branca/colormap.py -> build/lib/branca 2024-12-14 19:42:48,909 root INFO copying branca/utilities.py -> build/lib/branca 2024-12-14 19:42:48,910 root INFO copying branca/_version.py -> build/lib/branca 2024-12-14 19:42:48,910 root INFO copying branca/element.py -> build/lib/branca 2024-12-14 19:42:48,910 root INFO running egg_info 2024-12-14 19:42:48,910 root INFO creating branca.egg-info 2024-12-14 19:42:48,911 root INFO writing branca.egg-info/PKG-INFO 2024-12-14 19:42:48,912 root INFO writing dependency_links to branca.egg-info/dependency_links.txt 2024-12-14 19:42:48,912 root INFO writing requirements to branca.egg-info/requires.txt 2024-12-14 19:42:48,912 root INFO writing top-level names to branca.egg-info/top_level.txt 2024-12-14 19:42:48,912 root INFO writing manifest file 'branca.egg-info/SOURCES.txt' 2024-12-14 19:42:50,399 root INFO reading manifest file 'branca.egg-info/SOURCES.txt' 2024-12-14 19:42:50,399 root INFO reading manifest template 'MANIFEST.in' 2024-12-14 19:42:50,400 root WARNING no previously-included directories found matching 'docs' 2024-12-14 19:42:50,400 root WARNING no previously-included directories found matching 'examples' 2024-12-14 19:42:50,400 root WARNING warning: no previously-included files found matching '*.yml' 2024-12-14 19:42:50,400 root WARNING warning: no previously-included files found matching '.pre-commit-config.yaml' 2024-12-14 19:42:50,400 root WARNING warning: no previously-included files found matching '.gitignore' 2024-12-14 19:42:50,401 root WARNING warning: no previously-included files found matching '.isort.cfg' 2024-12-14 19:42:50,401 root WARNING warning: no previously-included files found matching '.github' 2024-12-14 19:42:50,401 root INFO adding license file 'LICENSE.txt' 2024-12-14 19:42:50,401 root INFO writing manifest file 'branca.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'branca.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'branca.templates' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'branca.templates' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'branca.templates' to be distributed and are already explicitly excluding 'branca.templates' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 2024-12-14 19:42:50,402 root INFO copying branca/_cnames.json -> build/lib/branca 2024-12-14 19:42:50,402 root INFO copying branca/_schemes.json -> build/lib/branca 2024-12-14 19:42:50,403 root INFO copying branca/py.typed -> build/lib/branca 2024-12-14 19:42:50,403 root INFO copying branca/scheme_base_codes.json -> build/lib/branca 2024-12-14 19:42:50,403 root INFO copying branca/scheme_info.json -> build/lib/branca 2024-12-14 19:42:50,403 root INFO creating build/lib/branca/templates 2024-12-14 19:42:50,403 root INFO copying branca/templates/color_scale.js -> build/lib/branca/templates 2024-12-14 19:42:50,408 root INFO installing to build/bdist.linux-aarch64/wheel 2024-12-14 19:42:50,408 root INFO running install 2024-12-14 19:42:50,415 root INFO running install_lib 2024-12-14 19:42:50,417 root INFO creating build/bdist.linux-aarch64 2024-12-14 19:42:50,417 root INFO creating build/bdist.linux-aarch64/wheel 2024-12-14 19:42:50,417 root INFO creating build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,417 root INFO copying build/lib/branca/__init__.py -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,417 root INFO copying build/lib/branca/scheme_info.json -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,417 root INFO copying build/lib/branca/colormap.py -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/_schemes.json -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/_cnames.json -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/py.typed -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,418 root INFO creating build/bdist.linux-aarch64/wheel/branca/templates 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/templates/color_scale.js -> build/bdist.linux-aarch64/wheel/branca/templates 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/scheme_base_codes.json -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,418 root INFO copying build/lib/branca/utilities.py -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,419 root INFO copying build/lib/branca/_version.py -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,419 root INFO copying build/lib/branca/element.py -> build/bdist.linux-aarch64/wheel/branca 2024-12-14 19:42:50,419 root INFO running install_egg_info 2024-12-14 19:42:50,421 root INFO Copying branca.egg-info to build/bdist.linux-aarch64/wheel/branca-0.8.1-py3.12.egg-info 2024-12-14 19:42:50,422 root INFO running install_scripts 2024-12-14 19:42:50,423 root INFO creating build/bdist.linux-aarch64/wheel/branca-0.8.1.dist-info/WHEEL 2024-12-14 19:42:50,424 wheel INFO creating '/home/buildozer/aports/community/py3-branca/src/branca-0.8.1/.dist/.tmp-qx_9xh7a/branca-0.8.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2024-12-14 19:42:50,424 wheel INFO adding 'branca/__init__.py' 2024-12-14 19:42:50,424 wheel INFO adding 'branca/_cnames.json' 2024-12-14 19:42:50,424 wheel INFO adding 'branca/_schemes.json' 2024-12-14 19:42:50,425 wheel INFO adding 'branca/_version.py' 2024-12-14 19:42:50,425 wheel INFO adding 'branca/colormap.py' 2024-12-14 19:42:50,425 wheel INFO adding 'branca/element.py' 2024-12-14 19:42:50,425 wheel INFO adding 'branca/py.typed' 2024-12-14 19:42:50,425 wheel INFO adding 'branca/scheme_base_codes.json' 2024-12-14 19:42:50,426 wheel INFO adding 'branca/scheme_info.json' 2024-12-14 19:42:50,426 wheel INFO adding 'branca/utilities.py' 2024-12-14 19:42:50,426 wheel INFO adding 'branca/templates/color_scale.js' 2024-12-14 19:42:50,426 wheel INFO adding 'branca-0.8.1.dist-info/LICENSE.txt' 2024-12-14 19:42:50,426 wheel INFO adding 'branca-0.8.1.dist-info/METADATA' 2024-12-14 19:42:50,426 wheel INFO adding 'branca-0.8.1.dist-info/WHEEL' 2024-12-14 19:42:50,427 wheel INFO adding 'branca-0.8.1.dist-info/top_level.txt' 2024-12-14 19:42:50,427 wheel INFO adding 'branca-0.8.1.dist-info/RECORD' 2024-12-14 19:42:50,427 root INFO removing build/bdist.linux-aarch64/wheel 2024-12-14 19:42:50,427 gpep517 INFO The backend produced .dist/branca-0.8.1-py3-none-any.whl branca-0.8.1-py3-none-any.whl >>> py3-branca: Entering fakeroot... >>> py3-branca-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/branca/__pycache__' -> '/home/buildozer/aports/community/py3-branca/pkg/py3-branca-pyc/usr/lib/python3.12/site-packages/branca/__pycache__' >>> py3-branca-pyc*: Preparing subpackage py3-branca-pyc... >>> py3-branca-pyc*: Running postcheck for py3-branca-pyc >>> py3-branca*: Running postcheck for py3-branca >>> py3-branca*: Preparing package py3-branca... >>> py3-branca-pyc*: Tracing dependencies... python3 py3-jinja2 python3~3.12 >>> py3-branca-pyc*: Package size: 78.6 KB >>> py3-branca-pyc*: Compressing data... >>> py3-branca-pyc*: Create checksum... >>> py3-branca-pyc*: Create py3-branca-pyc-0.8.1-r0.apk >>> py3-branca*: Tracing dependencies... python3 py3-jinja2 python3~3.12 >>> py3-branca*: Package size: 92.1 KB >>> py3-branca*: Compressing data... >>> py3-branca*: Create checksum... >>> py3-branca*: Create py3-branca-0.8.1-r0.apk >>> py3-branca: Build complete at Sat, 14 Dec 2024 19:42:50 +0000 elapsed time 0h 0m 3s >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Uninstalling dependencies... (1/30) Purging .makedepends-py3-branca (20241214.194248) (2/30) Purging py3-jinja2-pyc (3.1.4-r0) (3/30) Purging py3-jinja2 (3.1.4-r0) (4/30) Purging py3-markupsafe-pyc (3.0.2-r0) (5/30) Purging py3-markupsafe (3.0.2-r0) (6/30) Purging py3-gpep517-pyc (16-r0) (7/30) Purging py3-gpep517 (16-r0) (8/30) Purging py3-installer-pyc (0.7.0-r2) (9/30) Purging py3-installer (0.7.0-r2) (10/30) Purging py3-setuptools_scm-pyc (8.1.0-r0) (11/30) Purging py3-setuptools_scm (8.1.0-r0) (12/30) Purging py3-setuptools-pyc (70.3.0-r0) (13/30) Purging py3-setuptools (70.3.0-r0) (14/30) Purging py3-wheel-pyc (0.43.0-r0) (15/30) Purging py3-wheel (0.43.0-r0) (16/30) Purging py3-packaging-pyc (24.2-r0) (17/30) Purging py3-packaging (24.2-r0) (18/30) Purging py3-parsing-pyc (3.2.0-r0) (19/30) Purging py3-parsing (3.2.0-r0) (20/30) Purging python3-pyc (3.12.8-r1) (21/30) Purging python3-pycache-pyc0 (3.12.8-r1) (22/30) Purging pyc (3.12.8-r1) (23/30) Purging python3 (3.12.8-r1) (24/30) Purging gdbm (1.24-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.4.6-r0) (27/30) Purging libpanelw (6.5_p20241006-r3) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging sqlite-libs (3.47.2-r0) (30/30) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r9.trigger OK: 399 MiB in 103 packages >>> py3-branca: Updating the community/aarch64 repository index... >>> py3-branca: Signing the index...