>>> mkdocs-cluster: Building testing/mkdocs-cluster 0.0.9-r6 (using abuild 3.17.0_rc1-r0) started Wed, 15 Apr 2026 09:46:46 +0000 >>> mkdocs-cluster: Validating /home/buildozer/aports/testing/mkdocs-cluster/APKBUILD... >>> mkdocs-cluster: Analyzing dependencies... >>> mkdocs-cluster: Installing for build: build-base python3 py3-setuptools py3-gpep517 ( 1/23) Installing libbz2 (1.0.8-r6) ( 2/23) Installing libffi (3.5.2-r0) ( 3/23) Installing gdbm (1.26-r0) ( 4/23) Installing xz-libs (5.8.2-r0) ( 5/23) Installing mpdecimal (4.0.1-r0) ( 6/23) Installing libpanelw (6.6_p20260404-r0) ( 7/23) Installing readline (8.3.3-r1) ( 8/23) Installing sqlite-libs (3.53.0-r0) ( 9/23) Installing python3 (3.14.3-r0) (10/23) Installing python3-pycache-pyc0 (3.14.3-r0) (11/23) Installing pyc (3.14.3-r0) (12/23) Installing python3-pyc (3.14.3-r0) (13/23) Installing py3-parsing (3.3.2-r1) (14/23) Installing py3-parsing-pyc (3.3.2-r1) (15/23) Installing py3-packaging (26.0-r1) (16/23) Installing py3-packaging-pyc (26.0-r1) (17/23) Installing py3-setuptools (82.0.1-r1) (18/23) Installing py3-setuptools-pyc (82.0.1-r1) (19/23) Installing py3-installer (1.0.0-r0) (20/23) Installing py3-installer-pyc (1.0.0-r0) (21/23) Installing py3-gpep517 (19-r2) (22/23) Installing py3-gpep517-pyc (19-r2) (23/23) Installing .makedepends-mkdocs-cluster (20260415.094651) Executing busybox-1.37.0-r31.trigger OK: 435.0 MiB in 127 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz.part' mkdocs-cluster-0.0.9 84% |************************** | 543k 0:00:00 ETA mkdocs-cluster-0.0.9 100% |********************************| 646k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz.part' saved /var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz: OK >>> mkdocs-cluster: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz /var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz: OK >>> mkdocs-cluster: Unpacking /var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz... 2026-04-15 09:46:54,686 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-04-15 09:46:54,783 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-04-15 09:46:54,845 root INFO running build 2026-04-15 09:46:54,845 root INFO running build_py 2026-04-15 09:46:54,859 root INFO creating build/lib/mkdocs_cluster 2026-04-15 09:46:54,861 root INFO copying mkdocs_cluster/__init__.py -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,862 root INFO running egg_info 2026-04-15 09:46:54,871 root INFO writing mkdocs_cluster.egg-info/PKG-INFO 2026-04-15 09:46:54,873 root INFO writing dependency_links to mkdocs_cluster.egg-info/dependency_links.txt 2026-04-15 09:46:54,875 root INFO writing entry points to mkdocs_cluster.egg-info/entry_points.txt 2026-04-15 09:46:54,876 root INFO writing requirements to mkdocs_cluster.egg-info/requires.txt 2026-04-15 09:46:54,877 root INFO writing top-level names to mkdocs_cluster.egg-info/top_level.txt 2026-04-15 09:46:54,889 root INFO reading manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' 2026-04-15 09:46:54,893 root INFO reading manifest template 'MANIFEST.in' 2026-04-15 09:46:54,919 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-15 09:46:54,920 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-15 09:46:54,921 root WARNING warning: no previously-included files matching '*.swp' found under directory '*' 2026-04-15 09:46:54,922 root INFO adding license file 'LICENSE' 2026-04-15 09:46:54,926 root INFO writing manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _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.14/site-packages/setuptools/command/build_py.py:215: _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.14/site-packages/setuptools/command/build_py.py:215: _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.14/site-packages/setuptools/command/build_py.py:215: _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) 2026-04-15 09:46:54,934 root INFO copying mkdocs_cluster/404.html -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,936 root INFO copying mkdocs_cluster/content.html -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,937 root INFO copying mkdocs_cluster/main.html -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,938 root INFO copying mkdocs_cluster/mkdocs_theme.yml -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,940 root INFO copying mkdocs_cluster/nav.html -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,941 root INFO copying mkdocs_cluster/toc.html -> build/lib/mkdocs_cluster 2026-04-15 09:46:54,943 root INFO creating build/lib/mkdocs_cluster/css 2026-04-15 09:46:54,943 root INFO copying mkdocs_cluster/css/base.css -> build/lib/mkdocs_cluster/css 2026-04-15 09:46:54,945 root INFO copying mkdocs_cluster/css/bootstrap.min.css -> build/lib/mkdocs_cluster/css 2026-04-15 09:46:54,948 root INFO copying mkdocs_cluster/css/font-awesome.min.css -> build/lib/mkdocs_cluster/css 2026-04-15 09:46:54,950 root INFO copying mkdocs_cluster/css/highlight.min.css -> build/lib/mkdocs_cluster/css 2026-04-15 09:46:54,951 root INFO creating build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,952 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,954 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,958 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,961 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,963 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,965 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,966 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,968 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,970 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,972 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> build/lib/mkdocs_cluster/fonts 2026-04-15 09:46:54,974 root INFO creating build/lib/mkdocs_cluster/img 2026-04-15 09:46:54,974 root INFO copying mkdocs_cluster/img/favicon.ico -> build/lib/mkdocs_cluster/img 2026-04-15 09:46:54,976 root INFO creating build/lib/mkdocs_cluster/js 2026-04-15 09:46:54,976 root INFO copying mkdocs_cluster/js/base.js -> build/lib/mkdocs_cluster/js 2026-04-15 09:46:54,977 root INFO copying mkdocs_cluster/js/bootstrap.min.js -> build/lib/mkdocs_cluster/js 2026-04-15 09:46:54,979 root INFO copying mkdocs_cluster/js/highlight.min.js -> build/lib/mkdocs_cluster/js 2026-04-15 09:46:54,981 root INFO copying mkdocs_cluster/js/jquery.min.js -> build/lib/mkdocs_cluster/js 2026-04-15 09:46:55,007 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-15 09:46:55,008 root INFO running install 2026-04-15 09:46:55,042 root INFO running install_lib 2026-04-15 09:46:55,054 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-15 09:46:55,055 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster 2026-04-15 09:46:55,056 root INFO copying build/lib/mkdocs_cluster/404.html -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,057 root INFO copying build/lib/mkdocs_cluster/__init__.py -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,059 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster/css 2026-04-15 09:46:55,059 root INFO copying build/lib/mkdocs_cluster/css/bootstrap.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/css 2026-04-15 09:46:55,061 root INFO copying build/lib/mkdocs_cluster/css/font-awesome.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/css 2026-04-15 09:46:55,063 root INFO copying build/lib/mkdocs_cluster/css/base.css -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/css 2026-04-15 09:46:55,064 root INFO copying build/lib/mkdocs_cluster/css/highlight.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/css 2026-04-15 09:46:55,065 root INFO copying build/lib/mkdocs_cluster/main.html -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,066 root INFO copying build/lib/mkdocs_cluster/nav.html -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,067 root INFO copying build/lib/mkdocs_cluster/toc.html -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,068 root INFO copying build/lib/mkdocs_cluster/content.html -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,070 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster/img 2026-04-15 09:46:55,070 root INFO copying build/lib/mkdocs_cluster/img/favicon.ico -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/img 2026-04-15 09:46:55,072 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster/js 2026-04-15 09:46:55,072 root INFO copying build/lib/mkdocs_cluster/js/highlight.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/js 2026-04-15 09:46:55,074 root INFO copying build/lib/mkdocs_cluster/js/bootstrap.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/js 2026-04-15 09:46:55,075 root INFO copying build/lib/mkdocs_cluster/js/jquery.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/js 2026-04-15 09:46:55,077 root INFO copying build/lib/mkdocs_cluster/js/base.js -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/js 2026-04-15 09:46:55,079 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster/fonts 2026-04-15 09:46:55,079 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,081 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,083 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,085 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,086 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,088 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,089 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,093 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,095 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,097 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster/fonts 2026-04-15 09:46:55,098 root INFO copying build/lib/mkdocs_cluster/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./mkdocs_cluster 2026-04-15 09:46:55,100 root INFO running install_egg_info 2026-04-15 09:46:55,113 root INFO Copying mkdocs_cluster.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_cluster-0.0.9-py3.14.egg-info 2026-04-15 09:46:55,120 root INFO running install_scripts 2026-04-15 09:46:55,127 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cluster-0.0.9.dist-info/WHEEL 2026-04-15 09:46:55,129 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-cluster/src/mkdocs-cluster-0.0.9/.dist/.tmp-mncljkvo/mkdocs_cluster-0.0.9-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-15 09:46:55,131 wheel INFO adding 'mkdocs_cluster/404.html' 2026-04-15 09:46:55,132 wheel INFO adding 'mkdocs_cluster/__init__.py' 2026-04-15 09:46:55,134 wheel INFO adding 'mkdocs_cluster/content.html' 2026-04-15 09:46:55,135 wheel INFO adding 'mkdocs_cluster/main.html' 2026-04-15 09:46:55,136 wheel INFO adding 'mkdocs_cluster/mkdocs_theme.yml' 2026-04-15 09:46:55,137 wheel INFO adding 'mkdocs_cluster/nav.html' 2026-04-15 09:46:55,138 wheel INFO adding 'mkdocs_cluster/toc.html' 2026-04-15 09:46:55,140 wheel INFO adding 'mkdocs_cluster/css/base.css' 2026-04-15 09:46:55,142 wheel INFO adding 'mkdocs_cluster/css/bootstrap.min.css' 2026-04-15 09:46:55,146 wheel INFO adding 'mkdocs_cluster/css/font-awesome.min.css' 2026-04-15 09:46:55,148 wheel INFO adding 'mkdocs_cluster/css/highlight.min.css' 2026-04-15 09:46:55,150 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.eot' 2026-04-15 09:46:55,155 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.svg' 2026-04-15 09:46:55,165 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.ttf' 2026-04-15 09:46:55,169 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.woff' 2026-04-15 09:46:55,173 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.woff2' 2026-04-15 09:46:55,175 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.eot' 2026-04-15 09:46:55,178 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.svg' 2026-04-15 09:46:55,181 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf' 2026-04-15 09:46:55,184 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.woff' 2026-04-15 09:46:55,186 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2' 2026-04-15 09:46:55,187 wheel INFO adding 'mkdocs_cluster/img/favicon.ico' 2026-04-15 09:46:55,188 wheel INFO adding 'mkdocs_cluster/js/base.js' 2026-04-15 09:46:55,190 wheel INFO adding 'mkdocs_cluster/js/bootstrap.min.js' 2026-04-15 09:46:55,192 wheel INFO adding 'mkdocs_cluster/js/highlight.min.js' 2026-04-15 09:46:55,195 wheel INFO adding 'mkdocs_cluster/js/jquery.min.js' 2026-04-15 09:46:55,199 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/licenses/LICENSE' 2026-04-15 09:46:55,199 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/METADATA' 2026-04-15 09:46:55,200 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/WHEEL' 2026-04-15 09:46:55,201 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/entry_points.txt' 2026-04-15 09:46:55,202 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/top_level.txt' 2026-04-15 09:46:55,203 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/RECORD' 2026-04-15 09:46:55,204 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-15 09:46:55,211 gpep517 INFO The backend produced .dist/mkdocs_cluster-0.0.9-py2.py3-none-any.whl mkdocs_cluster-0.0.9-py2.py3-none-any.whl Fetching external css,js and fonts Not fetching external css,js and fonts (asume already done) >>> mkdocs-cluster: Entering fakeroot... 2026-04-15 09:46:56,085 gpep517 INFO Installing .dist/mkdocs_cluster-0.0.9-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster 2026-04-15 09:46:56,268 gpep517 INFO Installation complete >>> mkdocs-cluster-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/mkdocs_cluster/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster-pyc/usr/lib/python3.14/site-packages/mkdocs_cluster/__pycache__' >>> mkdocs-cluster-pyc*: Preparing subpackage mkdocs-cluster-pyc... Please specify at least one package name on the command line. >>> mkdocs-cluster-pyc*: Running postcheck for mkdocs-cluster-pyc >>> mkdocs-cluster*: Running postcheck for mkdocs-cluster >>> mkdocs-cluster*: Preparing package mkdocs-cluster... Please specify at least one package name on the command line. >>> mkdocs-cluster-pyc*: Tracing dependencies... python3~3.14 >>> mkdocs-cluster-pyc*: Package size: 159.0 B >>> mkdocs-cluster-pyc*: Compressing data... >>> mkdocs-cluster-pyc*: Create checksum... >>> mkdocs-cluster-pyc*: Create mkdocs-cluster-pyc-0.0.9-r6.apk >>> mkdocs-cluster*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-cluster*: Package size: 1.3 MB >>> mkdocs-cluster*: Compressing data... >>> mkdocs-cluster*: Create checksum... >>> mkdocs-cluster*: Create mkdocs-cluster-0.0.9-r6.apk >>> mkdocs-cluster: Build complete at Wed, 15 Apr 2026 09:46:57 +0000 elapsed time 0h 0m 11s >>> mkdocs-cluster: Cleaning up srcdir >>> mkdocs-cluster: Cleaning up pkgdir >>> mkdocs-cluster: Cleaning up tmpdir >>> mkdocs-cluster: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-cluster (20260415.094651) ( 2/23) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/23) Purging py3-setuptools (82.0.1-r1) ( 4/23) Purging py3-packaging-pyc (26.0-r1) ( 5/23) Purging py3-packaging (26.0-r1) ( 6/23) Purging py3-parsing-pyc (3.3.2-r1) ( 7/23) Purging py3-parsing (3.3.2-r1) ( 8/23) Purging py3-gpep517-pyc (19-r2) ( 9/23) Purging py3-gpep517 (19-r2) (10/23) Purging py3-installer-pyc (1.0.0-r0) (11/23) Purging py3-installer (1.0.0-r0) (12/23) Purging python3-pyc (3.14.3-r0) (13/23) Purging python3-pycache-pyc0 (3.14.3-r0) (14/23) Purging pyc (3.14.3-r0) (15/23) Purging python3 (3.14.3-r0) (16/23) Purging gdbm (1.26-r0) (17/23) Purging libbz2 (1.0.8-r6) (18/23) Purging libffi (3.5.2-r0) (19/23) Purging libpanelw (6.6_p20260404-r0) (20/23) Purging mpdecimal (4.0.1-r0) (21/23) Purging readline (8.3.3-r1) (22/23) Purging sqlite-libs (3.53.0-r0) (23/23) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.6 MiB in 104 packages >>> mkdocs-cluster: Updating the testing/riscv64 repository index... >>> mkdocs-cluster: Signing the index...