>>> mkdocs-bootstrap4: Building testing/mkdocs-bootstrap4 0.1.5-r5 (using abuild 3.13.0-r5) started Sat, 21 Sep 2024 00:50:04 +0000 >>> mkdocs-bootstrap4: Checking sanity of /home/buildozer/aports/testing/mkdocs-bootstrap4/APKBUILD... >>> mkdocs-bootstrap4: Analyzing dependencies... >>> mkdocs-bootstrap4: 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-r1) (7/22) Installing sqlite-libs (3.46.1-r0) (8/22) Installing python3 (3.12.6-r0) (9/22) Installing python3-pycache-pyc0 (3.12.6-r0) (10/22) Installing pyc (3.12.6-r0) (11/22) Installing python3-pyc (3.12.6-r0) (12/22) Installing py3-parsing (3.1.4-r0) (13/22) Installing py3-parsing-pyc (3.1.4-r0) (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-bootstrap4 (20240921.005006) Executing busybox-1.36.1-r32.trigger OK: 301 MiB in 125 packages >>> mkdocs-bootstrap4: Cleaning up srcdir >>> mkdocs-bootstrap4: Cleaning up pkgdir >>> mkdocs-bootstrap4: Cleaning up tmpdir >>> mkdocs-bootstrap4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap4-0.1.5.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 100 256k 100 256k 0 0 2025k 0 --:--:-- --:--:-- --:--:-- 2038k >>> mkdocs-bootstrap4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz >>> mkdocs-bootstrap4: Checking sha512sums... mkdocs-bootstrap4-0.1.5.tar.gz: OK >>> mkdocs-bootstrap4: Unpacking /var/cache/distfiles/mkdocs-bootstrap4-0.1.5.tar.gz... 2024-09-21 00:50:07,672 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-09-21 00:50:07,690 root INFO running bdist_wheel 2024-09-21 00:50:07,712 root INFO running build 2024-09-21 00:50:07,712 root INFO running build_py 2024-09-21 00:50:07,715 root INFO creating build 2024-09-21 00:50:07,715 root INFO creating build/lib 2024-09-21 00:50:07,716 root INFO creating build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,716 root INFO copying mkdocs_bootstrap4/__init__.py -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,716 root INFO running egg_info 2024-09-21 00:50:07,718 root INFO writing mkdocs_bootstrap4.egg-info/PKG-INFO 2024-09-21 00:50:07,719 root INFO writing dependency_links to mkdocs_bootstrap4.egg-info/dependency_links.txt 2024-09-21 00:50:07,719 root INFO writing entry points to mkdocs_bootstrap4.egg-info/entry_points.txt 2024-09-21 00:50:07,719 root INFO writing requirements to mkdocs_bootstrap4.egg-info/requires.txt 2024-09-21 00:50:07,720 root INFO writing top-level names to mkdocs_bootstrap4.egg-info/top_level.txt 2024-09-21 00:50:07,722 root INFO reading manifest file 'mkdocs_bootstrap4.egg-info/SOURCES.txt' 2024-09-21 00:50:07,723 root INFO reading manifest template 'MANIFEST.in' 2024-09-21 00:50:07,724 root WARNING warning: no files found matching '*.ico' under directory 'mkdocs_bootstrap4' 2024-09-21 00:50:07,726 root WARNING warning: no files found matching '*.png' under directory 'mkdocs_bootstrap4' 2024-09-21 00:50:07,730 root WARNING warning: no files found matching '*.woff2' under directory 'mkdocs_bootstrap4' 2024-09-21 00:50:07,731 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-09-21 00:50:07,731 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-09-21 00:50:07,733 root INFO writing manifest file 'mkdocs_bootstrap4.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_bootstrap4.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap4.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_bootstrap4.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_bootstrap4.css' to be distributed and are already explicitly excluding 'mkdocs_bootstrap4.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_bootstrap4.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap4.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_bootstrap4.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_bootstrap4.fonts' to be distributed and are already explicitly excluding 'mkdocs_bootstrap4.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_bootstrap4.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap4.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_bootstrap4.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_bootstrap4.js' to be distributed and are already explicitly excluding 'mkdocs_bootstrap4.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-09-21 00:50:07,735 root INFO copying mkdocs_bootstrap4/base.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,735 root INFO copying mkdocs_bootstrap4/content.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,735 root INFO copying mkdocs_bootstrap4/keyboard-modal.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,736 root INFO copying mkdocs_bootstrap4/main.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,736 root INFO copying mkdocs_bootstrap4/mkdocs_theme.yml -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,736 root INFO copying mkdocs_bootstrap4/nav-sub.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,737 root INFO copying mkdocs_bootstrap4/search-modal.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,737 root INFO copying mkdocs_bootstrap4/toc.html -> build/lib/mkdocs_bootstrap4 2024-09-21 00:50:07,737 root INFO creating build/lib/mkdocs_bootstrap4/css 2024-09-21 00:50:07,737 root INFO copying mkdocs_bootstrap4/css/base.css -> build/lib/mkdocs_bootstrap4/css 2024-09-21 00:50:07,738 root INFO copying mkdocs_bootstrap4/css/bootstrap.min.css -> build/lib/mkdocs_bootstrap4/css 2024-09-21 00:50:07,738 root INFO copying mkdocs_bootstrap4/css/font-awesome.min.css -> build/lib/mkdocs_bootstrap4/css 2024-09-21 00:50:07,739 root INFO creating build/lib/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,739 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,739 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,740 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,740 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,740 root INFO creating build/lib/mkdocs_bootstrap4/js 2024-09-21 00:50:07,741 root INFO copying mkdocs_bootstrap4/js/base.js -> build/lib/mkdocs_bootstrap4/js 2024-09-21 00:50:07,741 root INFO copying mkdocs_bootstrap4/js/bootstrap.min.js -> build/lib/mkdocs_bootstrap4/js 2024-09-21 00:50:07,741 root INFO copying mkdocs_bootstrap4/js/jquery.min.js -> build/lib/mkdocs_bootstrap4/js 2024-09-21 00:50:07,748 root INFO installing to build/bdist.linux-loongarch64/wheel 2024-09-21 00:50:07,748 root INFO running install 2024-09-21 00:50:07,761 root INFO running install_lib 2024-09-21 00:50:07,764 root INFO creating build/bdist.linux-loongarch64 2024-09-21 00:50:07,764 root INFO creating build/bdist.linux-loongarch64/wheel 2024-09-21 00:50:07,764 root INFO creating build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,765 root INFO creating build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,765 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.svg -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,765 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.woff -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,766 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.eot -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,766 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/fonts 2024-09-21 00:50:07,766 root INFO copying build/lib/mkdocs_bootstrap4/content.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,767 root INFO copying build/lib/mkdocs_bootstrap4/base.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,767 root INFO copying build/lib/mkdocs_bootstrap4/toc.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,767 root INFO copying build/lib/mkdocs_bootstrap4/keyboard-modal.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,767 root INFO copying build/lib/mkdocs_bootstrap4/nav-sub.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,768 root INFO creating build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/css 2024-09-21 00:50:07,768 root INFO copying build/lib/mkdocs_bootstrap4/css/font-awesome.min.css -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/css 2024-09-21 00:50:07,768 root INFO copying build/lib/mkdocs_bootstrap4/css/base.css -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/css 2024-09-21 00:50:07,769 root INFO copying build/lib/mkdocs_bootstrap4/css/bootstrap.min.css -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/css 2024-09-21 00:50:07,769 root INFO creating build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/js 2024-09-21 00:50:07,769 root INFO copying build/lib/mkdocs_bootstrap4/js/bootstrap.min.js -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/js 2024-09-21 00:50:07,770 root INFO copying build/lib/mkdocs_bootstrap4/js/base.js -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/js 2024-09-21 00:50:07,770 root INFO copying build/lib/mkdocs_bootstrap4/js/jquery.min.js -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4/js 2024-09-21 00:50:07,770 root INFO copying build/lib/mkdocs_bootstrap4/mkdocs_theme.yml -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,771 root INFO copying build/lib/mkdocs_bootstrap4/__init__.py -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,771 root INFO copying build/lib/mkdocs_bootstrap4/search-modal.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,771 root INFO copying build/lib/mkdocs_bootstrap4/main.html -> build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4 2024-09-21 00:50:07,771 root INFO running install_egg_info 2024-09-21 00:50:07,774 root INFO Copying mkdocs_bootstrap4.egg-info to build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4-0.1.5-py3.12.egg-info 2024-09-21 00:50:07,776 root INFO running install_scripts 2024-09-21 00:50:07,778 root INFO creating build/bdist.linux-loongarch64/wheel/mkdocs_bootstrap4-0.1.5.dist-info/WHEEL 2024-09-21 00:50:07,779 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-bootstrap4/src/mkdocs-bootstrap4-0.1.5/.dist/.tmp-cmzxhikw/mkdocs_bootstrap4-0.1.5-py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2024-09-21 00:50:07,780 wheel INFO adding 'mkdocs_bootstrap4/__init__.py' 2024-09-21 00:50:07,780 wheel INFO adding 'mkdocs_bootstrap4/base.html' 2024-09-21 00:50:07,780 wheel INFO adding 'mkdocs_bootstrap4/content.html' 2024-09-21 00:50:07,781 wheel INFO adding 'mkdocs_bootstrap4/keyboard-modal.html' 2024-09-21 00:50:07,781 wheel INFO adding 'mkdocs_bootstrap4/main.html' 2024-09-21 00:50:07,781 wheel INFO adding 'mkdocs_bootstrap4/mkdocs_theme.yml' 2024-09-21 00:50:07,782 wheel INFO adding 'mkdocs_bootstrap4/nav-sub.html' 2024-09-21 00:50:07,782 wheel INFO adding 'mkdocs_bootstrap4/search-modal.html' 2024-09-21 00:50:07,782 wheel INFO adding 'mkdocs_bootstrap4/toc.html' 2024-09-21 00:50:07,783 wheel INFO adding 'mkdocs_bootstrap4/css/base.css' 2024-09-21 00:50:07,783 wheel INFO adding 'mkdocs_bootstrap4/css/bootstrap.min.css' 2024-09-21 00:50:07,785 wheel INFO adding 'mkdocs_bootstrap4/css/font-awesome.min.css' 2024-09-21 00:50:07,785 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.eot' 2024-09-21 00:50:07,786 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.svg' 2024-09-21 00:50:07,788 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf' 2024-09-21 00:50:07,789 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.woff' 2024-09-21 00:50:07,789 wheel INFO adding 'mkdocs_bootstrap4/js/base.js' 2024-09-21 00:50:07,790 wheel INFO adding 'mkdocs_bootstrap4/js/bootstrap.min.js' 2024-09-21 00:50:07,791 wheel INFO adding 'mkdocs_bootstrap4/js/jquery.min.js' 2024-09-21 00:50:07,791 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/METADATA' 2024-09-21 00:50:07,792 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/WHEEL' 2024-09-21 00:50:07,792 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/entry_points.txt' 2024-09-21 00:50:07,792 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/top_level.txt' 2024-09-21 00:50:07,793 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/RECORD' 2024-09-21 00:50:07,793 root INFO removing build/bdist.linux-loongarch64/wheel 2024-09-21 00:50:07,795 gpep517 INFO The backend produced .dist/mkdocs_bootstrap4-0.1.5-py3-none-any.whl mkdocs_bootstrap4-0.1.5-py3-none-any.whl >>> mkdocs-bootstrap4: Entering fakeroot... 2024-09-21 00:50:08,029 gpep517 INFO Installing .dist/mkdocs_bootstrap4-0.1.5-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-bootstrap4/pkg/mkdocs-bootstrap4 2024-09-21 00:50:08,054 gpep517 INFO Installation complete >>> mkdocs-bootstrap4-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-bootstrap4/pkg/mkdocs-bootstrap4/usr/lib/python3.12/site-packages/mkdocs_bootstrap4/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-bootstrap4/pkg/mkdocs-bootstrap4-pyc/usr/lib/python3.12/site-packages/mkdocs_bootstrap4/__pycache__' >>> mkdocs-bootstrap4-pyc*: Preparing subpackage mkdocs-bootstrap4-pyc... >>> mkdocs-bootstrap4-pyc*: Running postcheck for mkdocs-bootstrap4-pyc >>> mkdocs-bootstrap4*: Running postcheck for mkdocs-bootstrap4 >>> mkdocs-bootstrap4*: Preparing package mkdocs-bootstrap4... >>> mkdocs-bootstrap4-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-bootstrap4-pyc*: Package size: 32.0 KB >>> mkdocs-bootstrap4-pyc*: Compressing data... >>> mkdocs-bootstrap4-pyc*: Create checksum... >>> mkdocs-bootstrap4-pyc*: Create mkdocs-bootstrap4-pyc-0.1.5-r5.apk >>> mkdocs-bootstrap4*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-bootstrap4*: Package size: 780.0 KB >>> mkdocs-bootstrap4*: Compressing data... >>> mkdocs-bootstrap4*: Create checksum... >>> mkdocs-bootstrap4*: Create mkdocs-bootstrap4-0.1.5-r5.apk >>> mkdocs-bootstrap4: Build complete at Sat, 21 Sep 2024 00:50:08 +0000 elapsed time 0h 0m 4s >>> mkdocs-bootstrap4: Cleaning up srcdir >>> mkdocs-bootstrap4: Cleaning up pkgdir >>> mkdocs-bootstrap4: Uninstalling dependencies... (1/22) Purging .makedepends-mkdocs-bootstrap4 (20240921.005006) (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.4-r0) (7/22) Purging py3-parsing (3.1.4-r0) (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.6-r0) (13/22) Purging python3-pycache-pyc0 (3.12.6-r0) (14/22) Purging pyc (3.12.6-r0) (15/22) Purging python3 (3.12.6-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-r1) (20/22) Purging mpdecimal (4.0.0-r0) (21/22) Purging sqlite-libs (3.46.1-r0) (22/22) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> mkdocs-bootstrap4: Updating the testing/loongarch64 repository index... >>> mkdocs-bootstrap4: Signing the index...