>>> py3-sphinx-theme-bootstrap: Building testing/py3-sphinx-theme-bootstrap 0.8.1-r0 (using abuild 3.10.0_rc1-r1) started Thu, 15 Sep 2022 16:49:35 +0000 >>> py3-sphinx-theme-bootstrap: Checking sanity of /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/APKBUILD... >>> py3-sphinx-theme-bootstrap: Analyzing dependencies... >>> py3-sphinx-theme-bootstrap: Installing for build: build-base python3 py3-sphinx py3-setuptools (1/31) Installing libffi (3.4.2-r1) (2/31) Installing gdbm (1.23-r0) (3/31) Installing mpdecimal (2.5.1-r1) (4/31) Installing readline (8.1.2-r0) (5/31) Installing sqlite-libs (3.39.3-r0) (6/31) Installing python3 (3.10.7-r0) (7/31) Installing py3-tz (2022.2.1-r0) (8/31) Installing py3-babel (2.10.3-r0) (9/31) Installing py3-docutils (0.19-r1) (10/31) Installing py3-imagesize (1.4.1-r0) (11/31) Installing py3-markupsafe (2.1.1-r1) (12/31) Installing py3-jinja2 (3.1.2-r0) (13/31) Installing py3-parsing (3.0.9-r0) (14/31) Installing py3-packaging (21.3-r2) (15/31) Installing py3-pygments (2.13.0-r0) (16/31) Installing py3-certifi (2022.6.15-r0) (17/31) Installing py3-charset-normalizer (2.1.1-r0) (18/31) Installing py3-idna (3.3-r2) (19/31) Installing py3-urllib3 (1.26.12-r0) (20/31) Installing py3-requests (2.28.1-r0) (21/31) Installing py3-snowballstemmer (2.2.0-r0) (22/31) Installing py3-alabaster (0.7.12-r5) (23/31) Installing py3-sphinxcontrib-applehelp (1.0.2-r3) (24/31) Installing py3-sphinxcontrib-devhelp (1.0.2-r3) (25/31) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r2) (26/31) Installing py3-sphinxcontrib-jsmath (1.0.1-r3) (27/31) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r2) (28/31) Installing py3-sphinxcontrib-qthelp (1.0.3-r3) (29/31) Installing py3-sphinx (5.1.1-r0) (30/31) Installing py3-setuptools (65.3.0-r0) (31/31) Installing .makedepends-py3-sphinx-theme-bootstrap (20220915.164936) Executing busybox-1.35.0-r25.trigger OK: 467 MiB in 134 packages >>> py3-sphinx-theme-bootstrap: Cleaning up srcdir >>> py3-sphinx-theme-bootstrap: Cleaning up pkgdir >>> py3-sphinx-theme-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-bootstrap-theme-0.8.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-sphinx-theme-bootstrap: Fetching sphinx-bootstrap-theme-0.8.1.tar.gz::https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/refs/tags/v0.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 1200k 38 467k 0 0 326k 0 0:00:03 0:00:01 0:00:02 519k 100 1200k 100 1200k 0 0 729k 0 0:00:01 0:00:01 --:--:-- 1078k >>> py3-sphinx-theme-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-bootstrap-theme-0.8.1.tar.gz >>> py3-sphinx-theme-bootstrap: Checking sha512sums... sphinx-bootstrap-theme-0.8.1.tar.gz: OK >>> py3-sphinx-theme-bootstrap: Unpacking /var/cache/distfiles/edge/sphinx-bootstrap-theme-0.8.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/sphinx_bootstrap_theme copying sphinx_bootstrap_theme/__init__.py -> build/lib/sphinx_bootstrap_theme running egg_info creating sphinx_bootstrap_theme.egg-info writing sphinx_bootstrap_theme.egg-info/PKG-INFO writing dependency_links to sphinx_bootstrap_theme.egg-info/dependency_links.txt writing entry points to sphinx_bootstrap_theme.egg-info/entry_points.txt writing top-level names to sphinx_bootstrap_theme.egg-info/top_level.txt writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt' reading manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'bootstrap' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'bootstrap' warning: no previously-included files found matching 'demo' warning: no previously-included files found matching 'fabfile.py' adding license file 'LICENSE.txt' writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sphinx_bootstrap_theme.bootstrap.static' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_bootstrap_theme.bootstrap.static' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sphinx_bootstrap_theme.bootstrap.static' 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 'sphinx_bootstrap_theme.bootstrap.static' 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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sphinx_bootstrap_theme.bootstrap.static.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_bootstrap_theme.bootstrap.static.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sphinx_bootstrap_theme.bootstrap.static.js' 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 'sphinx_bootstrap_theme.bootstrap.static.js' 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/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/globaltoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/layout.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/localtoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/navbar-2.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/navbar.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/navbarsearchbox.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/navbartoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/relations.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/search.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/searchbox.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/searchresults.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/sourcelink.html -> build/lib/sphinx_bootstrap_theme/bootstrap copying sphinx_bootstrap_theme/bootstrap/theme.conf -> build/lib/sphinx_bootstrap_theme/bootstrap creating build/lib/sphinx_bootstrap_theme/bootstrap/static copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.css_t -> build/lib/sphinx_bootstrap_theme/bootstrap/static copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t -> build/lib/sphinx_bootstrap_theme/bootstrap/static creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2 creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings-white.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1 creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/npm.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2 creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings-white.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1 creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.eot -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.svg -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.ttf -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti creating build/lib/sphinx_bootstrap_theme/bootstrap/static/js copying sphinx_bootstrap_theme/bootstrap/static/js/jquery-1.12.4.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/js copying sphinx_bootstrap_theme/bootstrap/static/js/jquery-fix.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/js >>> WARNING: py3-sphinx-theme-bootstrap: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-sphinx-theme-bootstrap: Entering fakeroot... running install /usr/lib/python3.10/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_bootstrap_theme.egg-info/PKG-INFO writing dependency_links to sphinx_bootstrap_theme.egg-info/dependency_links.txt writing entry points to sphinx_bootstrap_theme.egg-info/entry_points.txt writing top-level names to sphinx_bootstrap_theme.egg-info/top_level.txt reading manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'bootstrap' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'bootstrap' warning: no previously-included files found matching 'demo' warning: no previously-included files found matching 'fabfile.py' adding license file 'LICENSE.txt' writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sphinx_bootstrap_theme.bootstrap.static' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_bootstrap_theme.bootstrap.static' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sphinx_bootstrap_theme.bootstrap.static' 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 'sphinx_bootstrap_theme.bootstrap.static' 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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sphinx_bootstrap_theme.bootstrap.static.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_bootstrap_theme.bootstrap.static.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sphinx_bootstrap_theme.bootstrap.static.js' 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 'sphinx_bootstrap_theme.bootstrap.static.js' 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-theme-bootstrap/pkg creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme copying build/lib/sphinx_bootstrap_theme/__init__.py -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/theme.conf -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/localtoc.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/navbarsearchbox.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/sourcelink.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/layout.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/navbar-2.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/searchresults.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/relations.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/navbar.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/searchbox.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/globaltoc.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/search.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap copying build/lib/sphinx_bootstrap_theme/bootstrap/navbartoc.html -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1 creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.svg -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.eot -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.ttf -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/js/jquery-fix.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/js/jquery-1.12.4.min.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1 creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/npm.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.min.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css.map -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css.map -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css.map -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css.map -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2 creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings.png -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings-white.png -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.min.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.js -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.css_t -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2 creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings.png -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings-white.png -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean creating /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal/bootstrap.min.css -> /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal byte-compiling /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying sphinx_bootstrap_theme.egg-info to /home/buildozer/aports/testing/py3-sphinx-theme-bootstrap/pkg/py3-sphinx-theme-bootstrap/usr/lib/python3.10/site-packages/sphinx_bootstrap_theme-0.8.1-py3.10.egg-info running install_scripts >>> py3-sphinx-theme-bootstrap*: Running postcheck for py3-sphinx-theme-bootstrap >>> py3-sphinx-theme-bootstrap*: Preparing package py3-sphinx-theme-bootstrap... >>> py3-sphinx-theme-bootstrap*: Tracing dependencies... >>> py3-sphinx-theme-bootstrap*: Package size: 6.1 MB >>> py3-sphinx-theme-bootstrap*: Compressing data... >>> py3-sphinx-theme-bootstrap*: Create checksum... >>> py3-sphinx-theme-bootstrap*: Create py3-sphinx-theme-bootstrap-0.8.1-r0.apk >>> py3-sphinx-theme-bootstrap: Build complete at Thu, 15 Sep 2022 16:49:41 +0000 elapsed time 0h 0m 6s >>> py3-sphinx-theme-bootstrap: Cleaning up srcdir >>> py3-sphinx-theme-bootstrap: Cleaning up pkgdir >>> py3-sphinx-theme-bootstrap: Uninstalling dependencies... (1/31) Purging .makedepends-py3-sphinx-theme-bootstrap (20220915.164936) (2/31) Purging py3-sphinx (5.1.1-r0) (3/31) Purging py3-babel (2.10.3-r0) (4/31) Purging py3-tz (2022.2.1-r0) (5/31) Purging py3-docutils (0.19-r1) (6/31) Purging py3-imagesize (1.4.1-r0) (7/31) Purging py3-jinja2 (3.1.2-r0) (8/31) Purging py3-markupsafe (2.1.1-r1) (9/31) Purging py3-pygments (2.13.0-r0) (10/31) Purging py3-requests (2.28.1-r0) (11/31) Purging py3-certifi (2022.6.15-r0) (12/31) Purging py3-charset-normalizer (2.1.1-r0) (13/31) Purging py3-idna (3.3-r2) (14/31) Purging py3-urllib3 (1.26.12-r0) (15/31) Purging py3-snowballstemmer (2.2.0-r0) (16/31) Purging py3-alabaster (0.7.12-r5) (17/31) Purging py3-sphinxcontrib-applehelp (1.0.2-r3) (18/31) Purging py3-sphinxcontrib-devhelp (1.0.2-r3) (19/31) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r2) (20/31) Purging py3-sphinxcontrib-jsmath (1.0.1-r3) (21/31) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r2) (22/31) Purging py3-sphinxcontrib-qthelp (1.0.3-r3) (23/31) Purging py3-setuptools (65.3.0-r0) (24/31) Purging py3-packaging (21.3-r2) (25/31) Purging py3-parsing (3.0.9-r0) (26/31) Purging python3 (3.10.7-r0) (27/31) Purging libffi (3.4.2-r1) (28/31) Purging gdbm (1.23-r0) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.1.2-r0) (31/31) Purging sqlite-libs (3.39.3-r0) Executing busybox-1.35.0-r25.trigger OK: 338 MiB in 103 packages >>> py3-sphinx-theme-bootstrap: Updating the testing/armhf repository index... >>> py3-sphinx-theme-bootstrap: Signing the index...