>>> py3-apache-libcloud: Building community/py3-apache-libcloud 3.8.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 16:51:53 +0000 >>> py3-apache-libcloud: Checking sanity of /home/buildozer/aports/community/py3-apache-libcloud/APKBUILD... >>> py3-apache-libcloud: Analyzing dependencies... >>> py3-apache-libcloud: Installing for build: build-base python3 py3-setuptools (1/17) Installing libffi (3.4.6-r0) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.4_p20240330-r0) (5/17) Installing readline (8.2.10-r0) (6/17) Installing sqlite-libs (3.45.2-r0) (7/17) Installing python3 (3.12.3-r0) (8/17) Installing python3-pycache-pyc0 (3.12.3-r0) (9/17) Installing pyc (3.12.3-r0) (10/17) Installing python3-pyc (3.12.3-r0) (11/17) Installing py3-parsing (3.1.2-r1) (12/17) Installing py3-parsing-pyc (3.1.2-r1) (13/17) Installing py3-packaging (24.0-r1) (14/17) Installing py3-packaging-pyc (24.0-r1) (15/17) Installing py3-setuptools (69.2.0-r2) (16/17) Installing py3-setuptools-pyc (69.2.0-r2) (17/17) Installing .makedepends-py3-apache-libcloud (20240413.165155) Executing busybox-1.36.1-r25.trigger OK: 426 MiB in 130 packages >>> py3-apache-libcloud: Cleaning up srcdir >>> py3-apache-libcloud: Cleaning up pkgdir >>> py3-apache-libcloud: Cleaning up tmpdir >>> py3-apache-libcloud: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libcloud-3.8.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 5450k 100 5450k 0 0 12.8M 0 --:--:-- --:--:-- --:--:-- 12.8M >>> py3-apache-libcloud: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libcloud-3.8.0.tar.gz >>> py3-apache-libcloud: Checking sha512sums... libcloud-3.8.0.tar.gz: OK >>> py3-apache-libcloud: Unpacking /var/cache/distfiles/edge/libcloud-3.8.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:68: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) Command option bdist_wheel.universal is not defined running build running build_py creating build creating build/lib creating build/lib/libcloud copying libcloud/pricing.py -> build/lib/libcloud copying libcloud/__init__.py -> build/lib/libcloud copying libcloud/http.py -> build/lib/libcloud copying libcloud/base.py -> build/lib/libcloud copying libcloud/security.py -> build/lib/libcloud running egg_info creating apache_libcloud.egg-info writing apache_libcloud.egg-info/PKG-INFO writing dependency_links to apache_libcloud.egg-info/dependency_links.txt writing requirements to apache_libcloud.egg-info/requires.txt writing top-level names to apache_libcloud.egg-info/top_level.txt writing manifest file 'apache_libcloud.egg-info/SOURCES.txt' reading manifest file 'apache_libcloud.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.pytest_cache' found anywhere in distribution warning: no previously-included files matching 'secrets.py' found under directory 'libcloud/test' no previously-included directories found matching 'libcloud/test/secrets.py' no previously-included directories found matching 'requirements-rtd.txt' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'apache_libcloud.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'libcloud.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'libcloud.data' 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 'libcloud.data' 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 'libcloud.data' to be distributed and are already explicitly excluding 'libcloud.data' 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) copying libcloud/py.typed -> build/lib/libcloud creating build/lib/libcloud/data copying libcloud/data/pricing.json -> build/lib/libcloud/data /usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:68: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) Command option bdist_wheel.universal is not defined running check >>> py3-apache-libcloud: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:68: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) Command option bdist_wheel.universal is not defined running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-apache-libcloud/pkg creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud copying build/lib/libcloud/pricing.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud copying build/lib/libcloud/__init__.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud copying build/lib/libcloud/http.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud copying build/lib/libcloud/py.typed -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/data copying build/lib/libcloud/data/pricing.json -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/data copying build/lib/libcloud/base.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud copying build/lib/libcloud/security.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/pricing.py to pricing.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/http.py to http.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/base.py to base.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/security.py to security.cpython-312.pyc running install_egg_info running egg_info writing apache_libcloud.egg-info/PKG-INFO writing dependency_links to apache_libcloud.egg-info/dependency_links.txt writing requirements to apache_libcloud.egg-info/requires.txt writing top-level names to apache_libcloud.egg-info/top_level.txt reading manifest file 'apache_libcloud.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.pytest_cache' found anywhere in distribution warning: no previously-included files matching 'secrets.py' found under directory 'libcloud/test' no previously-included directories found matching 'libcloud/test/secrets.py' no previously-included directories found matching 'requirements-rtd.txt' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'apache_libcloud.egg-info/SOURCES.txt' Copying apache_libcloud.egg-info to /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/apache_libcloud-3.8.0-py3.12.egg-info running install_scripts >>> py3-apache-libcloud-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.12/site-packages/libcloud/__pycache__' -> '/home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud-pyc/usr/lib/python3.12/site-packages/libcloud/__pycache__' >>> py3-apache-libcloud-pyc*: Preparing subpackage py3-apache-libcloud-pyc... >>> py3-apache-libcloud-pyc*: Running postcheck for py3-apache-libcloud-pyc >>> py3-apache-libcloud*: Running postcheck for py3-apache-libcloud >>> py3-apache-libcloud*: Preparing package py3-apache-libcloud... >>> py3-apache-libcloud-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-apache-libcloud-pyc*: Package size: 68.0 KB >>> py3-apache-libcloud-pyc*: Compressing data... >>> py3-apache-libcloud-pyc*: Create checksum... >>> py3-apache-libcloud-pyc*: Create py3-apache-libcloud-pyc-3.8.0-r1.apk >>> py3-apache-libcloud*: Tracing dependencies... python3 python3~3.12 >>> py3-apache-libcloud*: Package size: 3.6 MB >>> py3-apache-libcloud*: Compressing data... >>> py3-apache-libcloud*: Create checksum... >>> py3-apache-libcloud*: Create py3-apache-libcloud-3.8.0-r1.apk >>> py3-apache-libcloud: Build complete at Sat, 13 Apr 2024 16:51:58 +0000 elapsed time 0h 0m 5s >>> py3-apache-libcloud: Cleaning up srcdir >>> py3-apache-libcloud: Cleaning up pkgdir >>> py3-apache-libcloud: Uninstalling dependencies... (1/17) Purging .makedepends-py3-apache-libcloud (20240413.165155) (2/17) Purging py3-setuptools-pyc (69.2.0-r2) (3/17) Purging py3-setuptools (69.2.0-r2) (4/17) Purging py3-packaging-pyc (24.0-r1) (5/17) Purging py3-packaging (24.0-r1) (6/17) Purging py3-parsing-pyc (3.1.2-r1) (7/17) Purging py3-parsing (3.1.2-r1) (8/17) Purging python3-pyc (3.12.3-r0) (9/17) Purging python3-pycache-pyc0 (3.12.3-r0) (10/17) Purging pyc (3.12.3-r0) (11/17) Purging python3 (3.12.3-r0) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.6-r0) (14/17) Purging libpanelw (6.4_p20240330-r0) (15/17) Purging mpdecimal (4.0.0-r0) (16/17) Purging readline (8.2.10-r0) (17/17) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-apache-libcloud: Updating the community/x86 repository index... >>> py3-apache-libcloud: Signing the index...