>>> py3-sphinx-autoapi: Building testing/py3-sphinx-autoapi 2.0.0-r1 (using abuild 3.10.0_rc1-r2) started Sun, 27 Nov 2022 23:12:19 +0000 >>> py3-sphinx-autoapi: Checking sanity of /home/buildozer/aports/testing/py3-sphinx-autoapi/APKBUILD... >>> py3-sphinx-autoapi: Analyzing dependencies... >>> py3-sphinx-autoapi: Installing for build: build-base python3 py3-astroid py3-jinja2 py3-sphinx py3-unidecode py3-yaml py3-setuptools (1/39) Installing libbz2 (1.0.8-r4) (2/39) Installing libffi (3.4.4-r0) (3/39) Installing gdbm (1.23-r0) (4/39) Installing xz-libs (5.2.8-r0) (5/39) Installing mpdecimal (2.5.1-r1) (6/39) Installing readline (8.2.0-r0) (7/39) Installing sqlite-libs (3.40.0-r0) (8/39) Installing python3 (3.11.0-r2) (9/39) Installing py3-lazy-object-proxy (1.8.0-r1) (10/39) Installing py3-wrapt (1.14.1-r1) (11/39) Installing py3-astroid (2.12.13-r1) (12/39) Installing py3-markupsafe (2.1.1-r2) (13/39) Installing py3-jinja2 (3.1.2-r1) (14/39) Installing py3-tz (2022.6-r1) (15/39) Installing py3-babel (2.11.0-r1) (16/39) Installing py3-docutils (0.19-r2) (17/39) Installing py3-imagesize (1.4.1-r1) (18/39) Installing py3-parsing (3.0.9-r1) (19/39) Installing py3-packaging (21.3-r3) (20/39) Installing py3-pygments (2.13.0-r1) (21/39) Installing py3-certifi (2022.9.24-r1) (22/39) Installing py3-charset-normalizer (3.0.1-r1) (23/39) Installing py3-idna (3.4-r3) (24/39) Installing py3-urllib3 (1.26.12-r1) (25/39) Installing py3-requests (2.28.1-r2) (26/39) Installing py3-snowballstemmer (2.2.0-r1) (27/39) Installing py3-alabaster (0.7.12-r6) (28/39) Installing py3-sphinxcontrib-applehelp (1.0.2-r4) (29/39) Installing py3-sphinxcontrib-devhelp (1.0.2-r4) (30/39) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r3) (31/39) Installing py3-sphinxcontrib-jsmath (1.0.1-r4) (32/39) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r3) (33/39) Installing py3-sphinxcontrib-qthelp (1.0.3-r4) (34/39) Installing py3-sphinx (5.3.0-r1) (35/39) Installing py3-unidecode (1.3.6-r1) (36/39) Installing yaml (0.2.5-r0) (37/39) Installing py3-yaml (6.0-r1) (38/39) Installing py3-setuptools (65.6.3-r0) (39/39) Installing .makedepends-py3-sphinx-autoapi (20221127.231223) Executing busybox-1.35.0-r29.trigger OK: 425 MiB in 135 packages >>> py3-sphinx-autoapi: Cleaning up srcdir >>> py3-sphinx-autoapi: Cleaning up pkgdir >>> py3-sphinx-autoapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-autoapi-2.0.0.tar.gz >>> py3-sphinx-autoapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-autoapi-2.0.0.tar.gz >>> py3-sphinx-autoapi: Checking sha512sums... sphinx-autoapi-2.0.0.tar.gz: OK >>> py3-sphinx-autoapi: Unpacking /var/cache/distfiles/sphinx-autoapi-2.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/autoapi copying autoapi/directives.py -> build/lib/autoapi copying autoapi/__init__.py -> build/lib/autoapi copying autoapi/documenters.py -> build/lib/autoapi copying autoapi/extension.py -> build/lib/autoapi copying autoapi/inheritance_diagrams.py -> build/lib/autoapi copying autoapi/settings.py -> build/lib/autoapi copying autoapi/toctree.py -> build/lib/autoapi copying autoapi/backends.py -> build/lib/autoapi creating build/lib/autoapi/mappers copying autoapi/mappers/__init__.py -> build/lib/autoapi/mappers copying autoapi/mappers/base.py -> build/lib/autoapi/mappers copying autoapi/mappers/dotnet.py -> build/lib/autoapi/mappers copying autoapi/mappers/javascript.py -> build/lib/autoapi/mappers copying autoapi/mappers/go.py -> build/lib/autoapi/mappers creating build/lib/autoapi/mappers/python copying autoapi/mappers/python/__init__.py -> build/lib/autoapi/mappers/python copying autoapi/mappers/python/objects.py -> build/lib/autoapi/mappers/python copying autoapi/mappers/python/astroid_utils.py -> build/lib/autoapi/mappers/python copying autoapi/mappers/python/mapper.py -> build/lib/autoapi/mappers/python copying autoapi/mappers/python/parser.py -> build/lib/autoapi/mappers/python running egg_info writing sphinx_autoapi.egg-info/PKG-INFO writing dependency_links to sphinx_autoapi.egg-info/dependency_links.txt writing requirements to sphinx_autoapi.egg-info/requires.txt writing top-level names to sphinx_autoapi.egg-info/top_level.txt reading manifest file 'sphinx_autoapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.mit' adding license file 'LICENSE.rst' writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'autoapi.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.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 'autoapi.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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'autoapi.templates.base' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.base' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.base' 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 'autoapi.templates.base' 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 'autoapi.templates.dotnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.dotnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.dotnet' 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 'autoapi.templates.dotnet' 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 'autoapi.templates.go' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.go' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.go' 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 'autoapi.templates.go' 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 'autoapi.templates.javascript' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.javascript' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.javascript' 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 'autoapi.templates.javascript' 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 'autoapi.templates.python' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.python' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.python' 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 'autoapi.templates.python' 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) creating build/lib/autoapi/templates copying autoapi/templates/index.rst -> build/lib/autoapi/templates creating build/lib/autoapi/templates/base copying autoapi/templates/base/base.rst -> build/lib/autoapi/templates/base creating build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/base_detail.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/base_embed.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/base_list.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/class.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/constructor.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/delegate.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/enum.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/event.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/field.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/interface.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/method.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/namespace.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/operator.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/property.rst -> build/lib/autoapi/templates/dotnet copying autoapi/templates/dotnet/struct.rst -> build/lib/autoapi/templates/dotnet creating build/lib/autoapi/templates/go copying autoapi/templates/go/base_member.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/const.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/func.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/method.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/package.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/type.rst -> build/lib/autoapi/templates/go copying autoapi/templates/go/var.rst -> build/lib/autoapi/templates/go creating build/lib/autoapi/templates/javascript copying autoapi/templates/javascript/class.rst -> build/lib/autoapi/templates/javascript copying autoapi/templates/javascript/function.rst -> build/lib/autoapi/templates/javascript copying autoapi/templates/javascript/member.rst -> build/lib/autoapi/templates/javascript copying autoapi/templates/javascript/module.rst -> build/lib/autoapi/templates/javascript creating build/lib/autoapi/templates/python copying autoapi/templates/python/attribute.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/class.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/data.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/exception.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/function.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/method.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/module.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/package.rst -> build/lib/autoapi/templates/python copying autoapi/templates/python/property.rst -> build/lib/autoapi/templates/python >>> py3-sphinx-autoapi: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing sphinx_autoapi.egg-info/PKG-INFO writing dependency_links to sphinx_autoapi.egg-info/dependency_links.txt writing requirements to sphinx_autoapi.egg-info/requires.txt writing top-level names to sphinx_autoapi.egg-info/top_level.txt reading manifest file 'sphinx_autoapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.mit' adding license file 'LICENSE.rst' writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'autoapi.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.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 'autoapi.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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'autoapi.templates.base' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.base' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.base' 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 'autoapi.templates.base' 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 'autoapi.templates.dotnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.dotnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.dotnet' 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 'autoapi.templates.dotnet' 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 'autoapi.templates.go' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.go' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.go' 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 'autoapi.templates.go' 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 'autoapi.templates.javascript' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.javascript' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.javascript' 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 'autoapi.templates.javascript' 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 'autoapi.templates.python' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autoapi.templates.python' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autoapi.templates.python' 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 'autoapi.templates.python' 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) running install_lib creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates copying build/lib/autoapi/templates/index.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/base_member.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/func.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/method.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/var.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/type.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/const.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go copying build/lib/autoapi/templates/go/package.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/go creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/javascript copying build/lib/autoapi/templates/javascript/member.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/javascript copying build/lib/autoapi/templates/javascript/class.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/javascript copying build/lib/autoapi/templates/javascript/function.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/javascript copying build/lib/autoapi/templates/javascript/module.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/javascript creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/base copying build/lib/autoapi/templates/base/base.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/base creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/struct.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/enum.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/base_detail.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/class.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/namespace.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/base_list.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/constructor.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/delegate.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/field.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/event.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/method.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/interface.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/property.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/base_embed.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet copying build/lib/autoapi/templates/dotnet/operator.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/dotnet creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/exception.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/attribute.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/class.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/function.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/module.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/method.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/data.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/property.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python copying build/lib/autoapi/templates/python/package.rst -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/templates/python creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers copying build/lib/autoapi/mappers/__init__.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers copying build/lib/autoapi/mappers/base.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers copying build/lib/autoapi/mappers/dotnet.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers copying build/lib/autoapi/mappers/javascript.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers copying build/lib/autoapi/mappers/go.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers creating /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/mappers/python/__init__.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/mappers/python/objects.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/mappers/python/astroid_utils.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/mappers/python/mapper.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/mappers/python/parser.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python copying build/lib/autoapi/directives.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/__init__.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/documenters.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/extension.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/inheritance_diagrams.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/settings.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/toctree.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi copying build/lib/autoapi/backends.py -> /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/dotnet.py to dotnet.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/javascript.py to javascript.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/go.py to go.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python/objects.py to objects.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python/astroid_utils.py to astroid_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python/mapper.py to mapper.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/mappers/python/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/directives.py to directives.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/documenters.py to documenters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/extension.py to extension.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/inheritance_diagrams.py to inheritance_diagrams.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/settings.py to settings.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/toctree.py to toctree.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/autoapi/backends.py to backends.cpython-311.pyc running install_egg_info Copying sphinx_autoapi.egg-info to /home/buildozer/aports/testing/py3-sphinx-autoapi/pkg/py3-sphinx-autoapi/usr/lib/python3.11/site-packages/sphinx_autoapi-2.0.0-py3.11.egg-info running install_scripts >>> py3-sphinx-autoapi*: Running postcheck for py3-sphinx-autoapi >>> py3-sphinx-autoapi*: Preparing package py3-sphinx-autoapi... >>> py3-sphinx-autoapi*: Tracing dependencies... >>> py3-sphinx-autoapi*: Package size: 736.0 KB >>> py3-sphinx-autoapi*: Compressing data... >>> py3-sphinx-autoapi*: Create checksum... >>> py3-sphinx-autoapi*: Create py3-sphinx-autoapi-2.0.0-r1.apk >>> py3-sphinx-autoapi: Build complete at Sun, 27 Nov 2022 23:12:35 +0000 elapsed time 0h 0m 16s >>> py3-sphinx-autoapi: Cleaning up srcdir >>> py3-sphinx-autoapi: Cleaning up pkgdir >>> py3-sphinx-autoapi: Uninstalling dependencies... (1/39) Purging .makedepends-py3-sphinx-autoapi (20221127.231223) (2/39) Purging py3-astroid (2.12.13-r1) (3/39) Purging py3-lazy-object-proxy (1.8.0-r1) (4/39) Purging py3-wrapt (1.14.1-r1) (5/39) Purging py3-sphinx (5.3.0-r1) (6/39) Purging py3-babel (2.11.0-r1) (7/39) Purging py3-tz (2022.6-r1) (8/39) Purging py3-docutils (0.19-r2) (9/39) Purging py3-imagesize (1.4.1-r1) (10/39) Purging py3-jinja2 (3.1.2-r1) (11/39) Purging py3-markupsafe (2.1.1-r2) (12/39) Purging py3-pygments (2.13.0-r1) (13/39) Purging py3-requests (2.28.1-r2) (14/39) Purging py3-certifi (2022.9.24-r1) (15/39) Purging py3-charset-normalizer (3.0.1-r1) (16/39) Purging py3-idna (3.4-r3) (17/39) Purging py3-urllib3 (1.26.12-r1) (18/39) Purging py3-snowballstemmer (2.2.0-r1) (19/39) Purging py3-alabaster (0.7.12-r6) (20/39) Purging py3-sphinxcontrib-applehelp (1.0.2-r4) (21/39) Purging py3-sphinxcontrib-devhelp (1.0.2-r4) (22/39) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r3) (23/39) Purging py3-sphinxcontrib-jsmath (1.0.1-r4) (24/39) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r3) (25/39) Purging py3-sphinxcontrib-qthelp (1.0.3-r4) (26/39) Purging py3-unidecode (1.3.6-r1) (27/39) Purging py3-yaml (6.0-r1) (28/39) Purging py3-setuptools (65.6.3-r0) (29/39) Purging py3-packaging (21.3-r3) (30/39) Purging py3-parsing (3.0.9-r1) (31/39) Purging python3 (3.11.0-r2) (32/39) Purging libbz2 (1.0.8-r4) (33/39) Purging libffi (3.4.4-r0) (34/39) Purging gdbm (1.23-r0) (35/39) Purging xz-libs (5.2.8-r0) (36/39) Purging mpdecimal (2.5.1-r1) (37/39) Purging readline (8.2.0-r0) (38/39) Purging sqlite-libs (3.40.0-r0) (39/39) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-sphinx-autoapi: Updating the testing/riscv64 repository index... >>> py3-sphinx-autoapi: Signing the index...