>>> mkdocs-cluster: Building testing/mkdocs-cluster 0.0.9-r5 (using abuild 3.13.0-r3) started Sun, 04 Aug 2024 21:34:00 +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 py3-gpep517 (1/22) Installing libbz2 (1.0.8-r6) (2/22) Installing libffi (3.4.6-r0) (3/22) Installing gdbm (1.24-r0) (4/22) Installing xz-libs (5.6.2-r0) (5/22) Installing mpdecimal (4.0.0-r0) (6/22) Installing libpanelw (6.5_p20240601-r0) (7/22) Installing sqlite-libs (3.46.0-r0) (8/22) Installing python3 (3.12.4-r0) (9/22) Installing python3-pycache-pyc0 (3.12.4-r0) (10/22) Installing pyc (3.12.4-r0) (11/22) Installing python3-pyc (3.12.4-r0) (12/22) Installing py3-parsing (3.1.2-r1) (13/22) Installing py3-parsing-pyc (3.1.2-r1) (14/22) Installing py3-packaging (24.1-r0) (15/22) Installing py3-packaging-pyc (24.1-r0) (16/22) Installing py3-setuptools (70.3.0-r0) (17/22) Installing py3-setuptools-pyc (70.3.0-r0) (18/22) Installing py3-installer (0.7.0-r2) (19/22) Installing py3-installer-pyc (0.7.0-r2) (20/22) Installing py3-gpep517 (16-r0) (21/22) Installing py3-gpep517-pyc (16-r0) (22/22) Installing .makedepends-mkdocs-cluster (20240804.213401) Executing busybox-1.36.1-r31.trigger OK: 378 MiB in 125 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 100% |********************************| 646k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-cluster-0.0.9.tar.gz.part' saved >>> 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... 2024-08-04 21:34:02,683 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-04 21:34:02,695 root INFO running bdist_wheel 2024-08-04 21:34:02,710 root INFO running build 2024-08-04 21:34:02,710 root INFO running build_py 2024-08-04 21:34:02,712 root INFO creating build 2024-08-04 21:34:02,712 root INFO creating build/lib 2024-08-04 21:34:02,712 root INFO creating build/lib/mkdocs_cluster 2024-08-04 21:34:02,713 root INFO copying mkdocs_cluster/__init__.py -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,713 root INFO running egg_info 2024-08-04 21:34:02,714 root INFO writing mkdocs_cluster.egg-info/PKG-INFO 2024-08-04 21:34:02,714 root INFO writing dependency_links to mkdocs_cluster.egg-info/dependency_links.txt 2024-08-04 21:34:02,715 root INFO writing entry points to mkdocs_cluster.egg-info/entry_points.txt 2024-08-04 21:34:02,715 root INFO writing requirements to mkdocs_cluster.egg-info/requires.txt 2024-08-04 21:34:02,715 root INFO writing top-level names to mkdocs_cluster.egg-info/top_level.txt 2024-08-04 21:34:02,717 root INFO reading manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' 2024-08-04 21:34:02,717 root INFO reading manifest template 'MANIFEST.in' 2024-08-04 21:34:02,722 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-08-04 21:34:02,722 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-08-04 21:34:02,723 root WARNING warning: no previously-included files matching '*.swp' found under directory '*' 2024-08-04 21:34:02,723 root INFO adding license file 'LICENSE' 2024-08-04 21:34:02,724 root INFO writing manifest file 'mkdocs_cluster.egg-info/SOURCES.txt' /usr/lib/python3.12/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.12/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.12/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.12/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) 2024-08-04 21:34:02,725 root INFO copying mkdocs_cluster/404.html -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,726 root INFO copying mkdocs_cluster/content.html -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,726 root INFO copying mkdocs_cluster/main.html -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,726 root INFO copying mkdocs_cluster/mkdocs_theme.yml -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,726 root INFO copying mkdocs_cluster/nav.html -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,726 root INFO copying mkdocs_cluster/toc.html -> build/lib/mkdocs_cluster 2024-08-04 21:34:02,727 root INFO creating build/lib/mkdocs_cluster/css 2024-08-04 21:34:02,727 root INFO copying mkdocs_cluster/css/base.css -> build/lib/mkdocs_cluster/css 2024-08-04 21:34:02,727 root INFO copying mkdocs_cluster/css/bootstrap.min.css -> build/lib/mkdocs_cluster/css 2024-08-04 21:34:02,727 root INFO copying mkdocs_cluster/css/font-awesome.min.css -> build/lib/mkdocs_cluster/css 2024-08-04 21:34:02,728 root INFO copying mkdocs_cluster/css/highlight.min.css -> build/lib/mkdocs_cluster/css 2024-08-04 21:34:02,728 root INFO creating build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,728 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,728 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,729 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,730 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,730 root INFO copying mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,731 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,731 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,731 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,732 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,732 root INFO copying mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> build/lib/mkdocs_cluster/fonts 2024-08-04 21:34:02,732 root INFO creating build/lib/mkdocs_cluster/img 2024-08-04 21:34:02,732 root INFO copying mkdocs_cluster/img/favicon.ico -> build/lib/mkdocs_cluster/img 2024-08-04 21:34:02,732 root INFO creating build/lib/mkdocs_cluster/js 2024-08-04 21:34:02,733 root INFO copying mkdocs_cluster/js/base.js -> build/lib/mkdocs_cluster/js 2024-08-04 21:34:02,733 root INFO copying mkdocs_cluster/js/bootstrap.min.js -> build/lib/mkdocs_cluster/js 2024-08-04 21:34:02,733 root INFO copying mkdocs_cluster/js/highlight.min.js -> build/lib/mkdocs_cluster/js 2024-08-04 21:34:02,733 root INFO copying mkdocs_cluster/js/jquery.min.js -> build/lib/mkdocs_cluster/js 2024-08-04 21:34:02,737 root INFO installing to build/bdist.linux-armv8l/wheel 2024-08-04 21:34:02,737 root INFO running install 2024-08-04 21:34:02,746 root INFO running install_lib 2024-08-04 21:34:02,748 root INFO creating build/bdist.linux-armv8l 2024-08-04 21:34:02,748 root INFO creating build/bdist.linux-armv8l/wheel 2024-08-04 21:34:02,748 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,748 root INFO copying build/lib/mkdocs_cluster/__init__.py -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,749 root INFO copying build/lib/mkdocs_cluster/content.html -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,749 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster/css 2024-08-04 21:34:02,749 root INFO copying build/lib/mkdocs_cluster/css/font-awesome.min.css -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/css 2024-08-04 21:34:02,749 root INFO copying build/lib/mkdocs_cluster/css/highlight.min.css -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/css 2024-08-04 21:34:02,749 root INFO copying build/lib/mkdocs_cluster/css/bootstrap.min.css -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/css 2024-08-04 21:34:02,750 root INFO copying build/lib/mkdocs_cluster/css/base.css -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/css 2024-08-04 21:34:02,750 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster/img 2024-08-04 21:34:02,750 root INFO copying build/lib/mkdocs_cluster/img/favicon.ico -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/img 2024-08-04 21:34:02,750 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,750 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,751 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.eot -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,751 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.woff2 -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,751 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,751 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.ttf -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,752 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,752 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,752 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,752 root INFO copying build/lib/mkdocs_cluster/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,753 root INFO copying build/lib/mkdocs_cluster/fonts/fontawesome-webfont.svg -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/fonts 2024-08-04 21:34:02,753 root INFO copying build/lib/mkdocs_cluster/toc.html -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,754 root INFO copying build/lib/mkdocs_cluster/404.html -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,754 root INFO copying build/lib/mkdocs_cluster/nav.html -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,754 root INFO copying build/lib/mkdocs_cluster/mkdocs_theme.yml -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,754 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster/js 2024-08-04 21:34:02,754 root INFO copying build/lib/mkdocs_cluster/js/highlight.min.js -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/js 2024-08-04 21:34:02,754 root INFO copying build/lib/mkdocs_cluster/js/bootstrap.min.js -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/js 2024-08-04 21:34:02,755 root INFO copying build/lib/mkdocs_cluster/js/base.js -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/js 2024-08-04 21:34:02,755 root INFO copying build/lib/mkdocs_cluster/js/jquery.min.js -> build/bdist.linux-armv8l/wheel/mkdocs_cluster/js 2024-08-04 21:34:02,755 root INFO copying build/lib/mkdocs_cluster/main.html -> build/bdist.linux-armv8l/wheel/mkdocs_cluster 2024-08-04 21:34:02,755 root INFO running install_egg_info 2024-08-04 21:34:02,757 root INFO Copying mkdocs_cluster.egg-info to build/bdist.linux-armv8l/wheel/mkdocs_cluster-0.0.9-py3.12.egg-info 2024-08-04 21:34:02,758 root INFO running install_scripts 2024-08-04 21:34:02,760 root INFO creating build/bdist.linux-armv8l/wheel/mkdocs_cluster-0.0.9.dist-info/WHEEL 2024-08-04 21:34:02,761 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-cluster/src/mkdocs-cluster-0.0.9/.dist/.tmp-5w09__nn/mkdocs_cluster-0.0.9-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2024-08-04 21:34:02,761 wheel INFO adding 'mkdocs_cluster/404.html' 2024-08-04 21:34:02,761 wheel INFO adding 'mkdocs_cluster/__init__.py' 2024-08-04 21:34:02,761 wheel INFO adding 'mkdocs_cluster/content.html' 2024-08-04 21:34:02,762 wheel INFO adding 'mkdocs_cluster/main.html' 2024-08-04 21:34:02,762 wheel INFO adding 'mkdocs_cluster/mkdocs_theme.yml' 2024-08-04 21:34:02,762 wheel INFO adding 'mkdocs_cluster/nav.html' 2024-08-04 21:34:02,762 wheel INFO adding 'mkdocs_cluster/toc.html' 2024-08-04 21:34:02,762 wheel INFO adding 'mkdocs_cluster/css/base.css' 2024-08-04 21:34:02,763 wheel INFO adding 'mkdocs_cluster/css/bootstrap.min.css' 2024-08-04 21:34:02,764 wheel INFO adding 'mkdocs_cluster/css/font-awesome.min.css' 2024-08-04 21:34:02,764 wheel INFO adding 'mkdocs_cluster/css/highlight.min.css' 2024-08-04 21:34:02,764 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.eot' 2024-08-04 21:34:02,766 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.svg' 2024-08-04 21:34:02,767 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.ttf' 2024-08-04 21:34:02,768 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.woff' 2024-08-04 21:34:02,769 wheel INFO adding 'mkdocs_cluster/fonts/fontawesome-webfont.woff2' 2024-08-04 21:34:02,770 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.eot' 2024-08-04 21:34:02,770 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.svg' 2024-08-04 21:34:02,771 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.ttf' 2024-08-04 21:34:02,771 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.woff' 2024-08-04 21:34:02,772 wheel INFO adding 'mkdocs_cluster/fonts/glyphicons-halflings-regular.woff2' 2024-08-04 21:34:02,772 wheel INFO adding 'mkdocs_cluster/img/favicon.ico' 2024-08-04 21:34:02,772 wheel INFO adding 'mkdocs_cluster/js/base.js' 2024-08-04 21:34:02,772 wheel INFO adding 'mkdocs_cluster/js/bootstrap.min.js' 2024-08-04 21:34:02,773 wheel INFO adding 'mkdocs_cluster/js/highlight.min.js' 2024-08-04 21:34:02,773 wheel INFO adding 'mkdocs_cluster/js/jquery.min.js' 2024-08-04 21:34:02,774 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/LICENSE' 2024-08-04 21:34:02,774 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/METADATA' 2024-08-04 21:34:02,774 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/WHEEL' 2024-08-04 21:34:02,775 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/entry_points.txt' 2024-08-04 21:34:02,775 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/top_level.txt' 2024-08-04 21:34:02,775 wheel INFO adding 'mkdocs_cluster-0.0.9.dist-info/RECORD' 2024-08-04 21:34:02,775 root INFO removing build/bdist.linux-armv8l/wheel 2024-08-04 21:34:02,776 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... 2024-08-04 21:34:02,948 gpep517 INFO Installing .dist/mkdocs_cluster-0.0.9-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-cluster/pkg/mkdocs-cluster 2024-08-04 21:34:02,970 gpep517 INFO Installation complete >>> 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-r5.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-r5.apk >>> mkdocs-cluster: Build complete at Sun, 04 Aug 2024 21:34:03 +0000 elapsed time 0h 0m 3s >>> mkdocs-cluster: Cleaning up srcdir >>> mkdocs-cluster: Cleaning up pkgdir >>> mkdocs-cluster: Uninstalling dependencies... (1/22) Purging .makedepends-mkdocs-cluster (20240804.213401) (2/22) Purging py3-setuptools-pyc (70.3.0-r0) (3/22) Purging py3-setuptools (70.3.0-r0) (4/22) Purging py3-packaging-pyc (24.1-r0) (5/22) Purging py3-packaging (24.1-r0) (6/22) Purging py3-parsing-pyc (3.1.2-r1) (7/22) Purging py3-parsing (3.1.2-r1) (8/22) Purging py3-gpep517-pyc (16-r0) (9/22) Purging py3-gpep517 (16-r0) (10/22) Purging py3-installer-pyc (0.7.0-r2) (11/22) Purging py3-installer (0.7.0-r2) (12/22) Purging python3-pyc (3.12.4-r0) (13/22) Purging python3-pycache-pyc0 (3.12.4-r0) (14/22) Purging pyc (3.12.4-r0) (15/22) Purging python3 (3.12.4-r0) (16/22) Purging gdbm (1.24-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libffi (3.4.6-r0) (19/22) Purging libpanelw (6.5_p20240601-r0) (20/22) Purging mpdecimal (4.0.0-r0) (21/22) Purging sqlite-libs (3.46.0-r0) (22/22) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 330 MiB in 103 packages >>> mkdocs-cluster: Updating the testing/armhf repository index... >>> mkdocs-cluster: Signing the index...