>>> py3-apache-libcloud: Building community/py3-apache-libcloud 3.8.0-r0 (using abuild 3.11.21-r0) started Mon, 28 Aug 2023 07:15:40 +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/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.4-r3) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.4-r0) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230722-r0) (7/19) Installing readline (8.2.1-r2) (8/19) Installing sqlite-libs (3.43.0-r0) (9/19) Installing python3 (3.11.5-r0) (10/19) Installing python3-pycache-pyc0 (3.11.5-r0) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.5-r0) (13/19) Installing py3-parsing (3.1.1-r0) (14/19) Installing py3-parsing-pyc (3.1.1-r0) (15/19) Installing py3-packaging (23.1-r3) (16/19) Installing py3-packaging-pyc (23.1-r3) (17/19) Installing py3-setuptools (68.0.0-r2) (18/19) Installing py3-setuptools-pyc (68.0.0-r2) (19/19) Installing .makedepends-py3-apache-libcloud (20230828.071541) Executing busybox-1.36.1-r6.trigger OK: 316 MiB in 121 packages >>> py3-apache-libcloud: Cleaning up srcdir >>> py3-apache-libcloud: Cleaning up pkgdir >>> py3-apache-libcloud: Cleaning up tmpdir >>> py3-apache-libcloud: Fetching libcloud-3.8.0.tar.gz::https://github.com/apache/libcloud/archive/v3.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5450k 0 5450k 0 0 4750k 0 --:--:-- 0:00:01 --:--:-- 6337k >>> py3-apache-libcloud: Fetching libcloud-3.8.0.tar.gz::https://github.com/apache/libcloud/archive/v3.8.0.tar.gz >>> py3-apache-libcloud: Checking sha512sums... libcloud-3.8.0.tar.gz: OK >>> py3-apache-libcloud: Unpacking /var/cache/distfiles/libcloud-3.8.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 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/base.py -> build/lib/libcloud copying libcloud/pricing.py -> build/lib/libcloud copying libcloud/security.py -> build/lib/libcloud copying libcloud/http.py -> build/lib/libcloud copying libcloud/__init__.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.11/site-packages/setuptools/command/build_py.py:201: _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) creating build/lib/libcloud/data copying libcloud/data/pricing.json -> build/lib/libcloud/data /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 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.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) Command option bdist_wheel.universal is not defined running install /usr/lib/python3.11/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.11 creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud copying build/lib/libcloud/base.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud copying build/lib/libcloud/pricing.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud creating /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/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.11/site-packages/libcloud/data copying build/lib/libcloud/security.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud copying build/lib/libcloud/http.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud copying build/lib/libcloud/__init__.py -> /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud/pricing.py to pricing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud/security.py to security.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud/usr/lib/python3.11/site-packages/libcloud/__init__.py to __init__.cpython-311.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.11/site-packages/apache_libcloud-3.8.0-py3.11.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.11/site-packages/libcloud/__pycache__' -> '/home/buildozer/aports/community/py3-apache-libcloud/pkg/py3-apache-libcloud-pyc/usr/lib/python3.11/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.11 >>> 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-r0.apk >>> py3-apache-libcloud*: Tracing dependencies... python3 python3~3.11 >>> 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-r0.apk >>> py3-apache-libcloud: Build complete at Mon, 28 Aug 2023 07:15:43 +0000 elapsed time 0h 0m 3s >>> py3-apache-libcloud: Cleaning up srcdir >>> py3-apache-libcloud: Cleaning up pkgdir >>> py3-apache-libcloud: Uninstalling dependencies... (1/19) Purging .makedepends-py3-apache-libcloud (20230828.071541) (2/19) Purging py3-setuptools-pyc (68.0.0-r2) (3/19) Purging py3-setuptools (68.0.0-r2) (4/19) Purging py3-packaging-pyc (23.1-r3) (5/19) Purging py3-packaging (23.1-r3) (6/19) Purging py3-parsing-pyc (3.1.1-r0) (7/19) Purging py3-parsing (3.1.1-r0) (8/19) Purging python3-pyc (3.11.5-r0) (9/19) Purging python3-pycache-pyc0 (3.11.5-r0) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.5-r0) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.4-r3) (15/19) Purging libpanelw (6.4_p20230722-r0) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r2) (18/19) Purging sqlite-libs (3.43.0-r0) (19/19) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r6.trigger OK: 270 MiB in 102 packages >>> py3-apache-libcloud: Updating the community/armv7 repository index... >>> py3-apache-libcloud: Signing the index...