>>> py3-sphinxcontrib-tabs: Building testing/py3-sphinxcontrib-tabs 3.4.1-r2 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 15:39:17 +0000 >>> py3-sphinxcontrib-tabs: Checking sanity of /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/APKBUILD... >>> py3-sphinxcontrib-tabs: Analyzing dependencies... >>> py3-sphinxcontrib-tabs: Installing for build: build-base python3 py3-setuptools (1/17) Installing libffi (3.4.4-r2) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (2.5.1-r2) (4/17) Installing libpanelw (6.4_p20230401-r6) (5/17) Installing readline (8.2.1-r1) (6/17) Installing sqlite-libs (3.41.2-r2) (7/17) Installing python3 (3.11.3-r10) (8/17) Installing python3-pycache-pyc0 (3.11.3-r10) (9/17) Installing pyc (0.1-r0) (10/17) Installing python3-pyc (3.11.3-r10) (11/17) Installing py3-parsing (3.0.9-r2) (12/17) Installing py3-parsing-pyc (3.0.9-r2) (13/17) Installing py3-packaging (23.1-r1) (14/17) Installing py3-packaging-pyc (23.1-r1) (15/17) Installing py3-setuptools (67.7.2-r0) (16/17) Installing py3-setuptools-pyc (67.7.2-r0) (17/17) Installing .makedepends-py3-sphinxcontrib-tabs (20230425.153918) Executing busybox-1.36.0-r8.trigger OK: 426 MiB in 123 packages >>> py3-sphinxcontrib-tabs: Cleaning up srcdir >>> py3-sphinxcontrib-tabs: Cleaning up pkgdir >>> py3-sphinxcontrib-tabs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-tabs-3.4.1.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 15961 100 15961 0 0 175k 0 --:--:-- --:--:-- --:--:-- 177k >>> py3-sphinxcontrib-tabs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-tabs-3.4.1.tar.gz >>> py3-sphinxcontrib-tabs: Checking sha512sums... sphinx-tabs-3.4.1.tar.gz: OK >>> py3-sphinxcontrib-tabs: Unpacking /var/cache/distfiles/edge/sphinx-tabs-3.4.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/sphinx_tabs copying sphinx_tabs/tabs.py -> build/lib/sphinx_tabs copying sphinx_tabs/__init__.py -> build/lib/sphinx_tabs running egg_info writing sphinx_tabs.egg-info/PKG-INFO writing dependency_links to sphinx_tabs.egg-info/dependency_links.txt writing requirements to sphinx_tabs.egg-info/requires.txt writing top-level names to sphinx_tabs.egg-info/top_level.txt reading manifest file 'sphinx_tabs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs' warning: no previously-included files matching '*' found under directory 'docs' warning: no previously-included files found matching 'tests' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files found matching 'images' warning: no previously-included files matching '*' found under directory 'images' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'pylint.cfg' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'codecov.yml' adding license file 'LICENSE' writing manifest file 'sphinx_tabs.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'sphinx_tabs.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_tabs.static' 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 'sphinx_tabs.static' 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 'sphinx_tabs.static' to be distributed and are already explicitly excluding 'sphinx_tabs.static' 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/sphinx_tabs/static copying sphinx_tabs/static/tabs.css -> build/lib/sphinx_tabs/static copying sphinx_tabs/static/tabs.js -> build/lib/sphinx_tabs/static >>> py3-sphinxcontrib-tabs: Entering fakeroot... 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, pypa/build 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/testing/py3-sphinxcontrib-tabs/pkg creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs copying build/lib/sphinx_tabs/tabs.py -> /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs creating /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/static copying build/lib/sphinx_tabs/static/tabs.js -> /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/static copying build/lib/sphinx_tabs/static/tabs.css -> /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/static copying build/lib/sphinx_tabs/__init__.py -> /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs byte-compiling /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/tabs.py to tabs.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing sphinx_tabs.egg-info/PKG-INFO writing dependency_links to sphinx_tabs.egg-info/dependency_links.txt writing requirements to sphinx_tabs.egg-info/requires.txt writing top-level names to sphinx_tabs.egg-info/top_level.txt reading manifest file 'sphinx_tabs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs' warning: no previously-included files matching '*' found under directory 'docs' warning: no previously-included files found matching 'tests' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files found matching 'images' warning: no previously-included files matching '*' found under directory 'images' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'pylint.cfg' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'codecov.yml' adding license file 'LICENSE' writing manifest file 'sphinx_tabs.egg-info/SOURCES.txt' Copying sphinx_tabs.egg-info to /home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs-3.4.1-py3.11.egg-info running install_scripts >>> py3-sphinxcontrib-tabs-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs/usr/lib/python3.11/site-packages/sphinx_tabs/__pycache__' -> '/home/buildozer/aports/testing/py3-sphinxcontrib-tabs/pkg/py3-sphinxcontrib-tabs-pyc/usr/lib/python3.11/site-packages/sphinx_tabs/__pycache__' >>> py3-sphinxcontrib-tabs-pyc*: Preparing subpackage py3-sphinxcontrib-tabs-pyc... >>> py3-sphinxcontrib-tabs-pyc*: Running postcheck for py3-sphinxcontrib-tabs-pyc >>> py3-sphinxcontrib-tabs*: Running postcheck for py3-sphinxcontrib-tabs >>> py3-sphinxcontrib-tabs*: Preparing package py3-sphinxcontrib-tabs... >>> py3-sphinxcontrib-tabs-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-sphinxcontrib-tabs-pyc*: Package size: 52.0 KB >>> py3-sphinxcontrib-tabs-pyc*: Compressing data... >>> py3-sphinxcontrib-tabs-pyc*: Create checksum... >>> py3-sphinxcontrib-tabs-pyc*: Create py3-sphinxcontrib-tabs-pyc-3.4.1-r2.apk >>> py3-sphinxcontrib-tabs*: Tracing dependencies... python3 python3~3.11 >>> py3-sphinxcontrib-tabs*: Package size: 84.0 KB >>> py3-sphinxcontrib-tabs*: Compressing data... >>> py3-sphinxcontrib-tabs*: Create checksum... >>> py3-sphinxcontrib-tabs*: Create py3-sphinxcontrib-tabs-3.4.1-r2.apk >>> py3-sphinxcontrib-tabs: Build complete at Tue, 25 Apr 2023 15:39:20 +0000 elapsed time 0h 0m 3s >>> py3-sphinxcontrib-tabs: Cleaning up srcdir >>> py3-sphinxcontrib-tabs: Cleaning up pkgdir >>> py3-sphinxcontrib-tabs: Uninstalling dependencies... (1/17) Purging .makedepends-py3-sphinxcontrib-tabs (20230425.153918) (2/17) Purging py3-setuptools-pyc (67.7.2-r0) (3/17) Purging py3-setuptools (67.7.2-r0) (4/17) Purging py3-packaging-pyc (23.1-r1) (5/17) Purging py3-packaging (23.1-r1) (6/17) Purging py3-parsing-pyc (3.0.9-r2) (7/17) Purging py3-parsing (3.0.9-r2) (8/17) Purging python3-pyc (3.11.3-r10) (9/17) Purging python3-pycache-pyc0 (3.11.3-r10) (10/17) Purging pyc (0.1-r0) (11/17) Purging python3 (3.11.3-r10) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.4-r2) (14/17) Purging libpanelw (6.4_p20230401-r6) (15/17) Purging mpdecimal (2.5.1-r2) (16/17) Purging readline (8.2.1-r1) (17/17) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 378 MiB in 106 packages >>> py3-sphinxcontrib-tabs: Updating the testing/x86 repository index... >>> py3-sphinxcontrib-tabs: Signing the index...