>>> mkdocs-cluster: Building testing/mkdocs-cluster 0.0.9-r4 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:04:12 +0000 >>> mkdocs-cluster: Checking sanity of /home/buildozer/aports/testing/mkdocs-cluster/APKBUILD... >>> mkdocs-cluster: Analyzing dependencies... >>> mkdocs-cluster: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.6-r0) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.6.1-r3) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.4_p20240330-r0) (7/19) Installing readline (8.2.10-r0) (8/19) Installing sqlite-libs (3.45.2-r0) (9/19) Installing python3 (3.12.3-r0) (10/19) Installing python3-pycache-pyc0 (3.12.3-r0) (11/19) Installing pyc (3.12.3-r0) (12/19) Installing python3-pyc (3.12.3-r0) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r2) (18/19) Installing py3-setuptools-pyc (69.2.0-r2) (19/19) Installing .makedepends-mkdocs-cluster (20240415.180413) Executing busybox-1.36.1-r25.trigger OK: 394 MiB in 126 packages >>> mkdocs-cluster: Cleaning up srcdir >>> mkdocs-cluster: Cleaning up pkgdir >>> mkdocs-cluster: Cleaning up tmpdir >>> mkdocs-cluster: Fetching https://distfiles.alpinelinux.org/distfiles/edge//mkdocs-cluster-0.0.9.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: (56) The requested URL returned error: 404 >>> mkdocs-cluster: Fetching https://files.pythonhosted.org/packages/source/m/mkdocs-cluster/mkdocs-cluster-0.0.9.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 100 646k 100 646k 0 0 2926k 0 --:--:-- --:--:-- --:--:-- 2926k >>> mkdocs-cluster: Fetching https://distfiles.alpinelinux.org/distfiles/edge//mkdocs-cluster-0.0.9.tar.gz >>> mkdocs-cluster: Checking sha512sums... mkdocs-cluster-0.0.9.tar.gz: OK >>> mkdocs-cluster: Unpacking /var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz... Fetching external css,js and fonts Not fetching external css,js and fonts (asume already done) running build running build_py creating build creating build/lib creating build/lib/mkdocs_cluster copying mkdocs_cluster/__init__.py -> build/lib/mkdocs_cluster running egg_info writing mkdocs_cluster.egg-info/PKG-INFO writing dependency_links to mkdocs_cluster.egg-info/dependency_links.txt writing entry points to mkdocs_cluster.egg-info/entry_points.txt writing requirements to mkdocs_cluster.egg-info/requires.txt writing top-level names to mkdocs_cluster.egg-info/top_level.txt reading manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '*.swp' found under directory '*' adding license file 'LICENSE' writing manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'mkdocs_cluster.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_cluster.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'mkdocs_cluster.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'mkdocs_cluster.css' to be distributed and are already explicitly excluding 'mkdocs_cluster.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'mkdocs_cluster.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_cluster.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'mkdocs_cluster.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'mkdocs_cluster.fonts' to be distributed and are already explicitly excluding 'mkdocs_cluster.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'mkdocs_cluster.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_cluster.img' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'mkdocs_cluster.img' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'mkdocs_cluster.img' to be distributed and are already explicitly excluding 'mkdocs_cluster.img' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'mkdocs_cluster.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_cluster.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'mkdocs_cluster.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'mkdocs_cluster.js' to be distributed and are already explicitly excluding 'mkdocs_cluster.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying mkdocs_cluster/404.html -> build/lib/mkdocs_cluster copying mkdocs_cluster/content.html -> build/lib/mkdocs_cluster copying mkdocs_cluster/main.html -> build/lib/mkdocs_cluster copying mkdocs_cluster/mkdocs_theme.yml -> build/lib/mkdocs_cluster copying mkdocs_cluster/nav.html -> build/lib/mkdocs_cluster copying mkdocs_cluster/toc.html -> build/lib/mkdocs_cluster creating build/lib/mkdocs_cluster/css copying mkdocs_cluster/css/base.css -> build/lib/mkdocs_cluster/css copying mkdocs_cluster/css/bootstrap.min.css -> build/lib/mkdocs_cluster/css copying mkdocs_cluster/css/font-awesome.min.css -> build/lib/mkdocs_cluster/css copying mkdocs_cluster/css/highlight.min.css -> build/lib/mkdocs_cluster/css creating build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> build/lib/mkdocs_cluster/fonts copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> build/lib/mkdocs_cluster/fonts creating build/lib/mkdocs_cluster/img copying mkdocs_cluster/img/favicon.ico -> build/lib/mkdocs_cluster/img creating build/lib/mkdocs_cluster/js copying mkdocs_cluster/js/base.js -> build/lib/mkdocs_cluster/js copying mkdocs_cluster/js/bootstrap.min.js -> build/lib/mkdocs_cluster/js copying mkdocs_cluster/js/highlight.min.js -> build/lib/mkdocs_cluster/js copying mkdocs_cluster/js/jquery.min.js -> build/lib/mkdocs_cluster/js >>> mkdocs-cluster: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/mkdocs-cluster/pkg creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12 creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster copying build/lib/mkdocs_cluster/__init__.py -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster copying build/lib/mkdocs_cluster/content.html -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster copying build/lib/mkdocs_cluster/toc.html -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/img copying build/lib/mkdocs_cluster/img/favicon.ico -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/img copying build/lib/mkdocs_cluster/nav.html -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/js copying build/lib/mkdocs_cluster/js/jquery.min.js -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/js copying build/lib/mkdocs_cluster/js/base.js -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/js copying build/lib/mkdocs_cluster/js/bootstrap.min.js -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/js copying build/lib/mkdocs_cluster/js/highlight.min.js -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/js creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.svg -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.ttf -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.eot -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/fonts creating /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/css copying build/lib/mkdocs_cluster/css/highlight.min.css -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/css copying build/lib/mkdocs_cluster/css/base.css -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/css copying build/lib/mkdocs_cluster/css/font-awesome.min.css -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/css copying build/lib/mkdocs_cluster/css/bootstrap.min.css -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/css copying build/lib/mkdocs_cluster/mkdocs_theme.yml -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster copying build/lib/mkdocs_cluster/404.html -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster copying build/lib/mkdocs_cluster/main.html -> /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster byte-compiling /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing mkdocs_cluster.egg-info/PKG-INFO writing dependency_links to mkdocs_cluster.egg-info/dependency_links.txt writing entry points to mkdocs_cluster.egg-info/entry_points.txt writing requirements to mkdocs_cluster.egg-info/requires.txt writing top-level names to mkdocs_cluster.egg-info/top_level.txt reading manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '*.swp' found under directory '*' adding license file 'LICENSE' writing manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' Copying mkdocs_cluster.egg-info to /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster-0.0.9-py3.12.egg-info running install_scripts >>> mkdocs-cluster-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster/usr/lib/python3.12/site-packages/mkdocs_cluster/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster-pyc/usr/lib/python3.12/site-packages/mkdocs_cluster/__pycache__' >>> mkdocs-cluster-pyc*: Preparing subpackage mkdocs-cluster-pyc... >>> mkdocs-cluster-pyc*: Running postcheck for mkdocs-cluster-pyc >>> mkdocs-cluster*: Running postcheck for mkdocs-cluster >>> mkdocs-cluster*: Preparing package mkdocs-cluster... >>> mkdocs-cluster-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-cluster-pyc*: Package size: 32.0 KB >>> mkdocs-cluster-pyc*: Compressing data... >>> mkdocs-cluster-pyc*: Create checksum... >>> mkdocs-cluster-pyc*: Create mkdocs-cluster-pyc-0.0.9-r4.apk >>> mkdocs-cluster*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-cluster*: Package size: 1.4 MB >>> mkdocs-cluster*: Compressing data... >>> mkdocs-cluster*: Create checksum... >>> mkdocs-cluster*: Create mkdocs-cluster-0.0.9-r4.apk >>> mkdocs-cluster: Build complete at Mon, 15 Apr 2024 18:04:15 +0000 elapsed time 0h 0m 3s >>> mkdocs-cluster: Cleaning up srcdir >>> mkdocs-cluster: Cleaning up pkgdir >>> mkdocs-cluster: Uninstalling dependencies... (1/19) Purging .makedepends-mkdocs-cluster (20240415.180413) (2/19) Purging py3-setuptools-pyc (69.2.0-r2) (3/19) Purging py3-setuptools (69.2.0-r2) (4/19) Purging py3-packaging-pyc (24.0-r1) (5/19) Purging py3-packaging (24.0-r1) (6/19) Purging py3-parsing-pyc (3.1.2-r1) (7/19) Purging py3-parsing (3.1.2-r1) (8/19) Purging python3-pyc (3.12.3-r0) (9/19) Purging python3-pycache-pyc0 (3.12.3-r0) (10/19) Purging pyc (3.12.3-r0) (11/19) Purging python3 (3.12.3-r0) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.6-r0) (15/19) Purging libpanelw (6.4_p20240330-r0) (16/19) Purging mpdecimal (4.0.0-r0) (17/19) Purging readline (8.2.10-r0) (18/19) Purging sqlite-libs (3.45.2-r0) (19/19) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> mkdocs-cluster: Updating the testing/s390x repository index... >>> mkdocs-cluster: Signing the index...