>>> mkdocs-bootstrap4: Building testing/mkdocs-bootstrap4 0.1.5-r6 (using abuild 3.17.0_rc1-r0) started Wed, 15 Apr 2026 11:52:30 +0000 >>> mkdocs-bootstrap4: Validating /home/buildozer/aports/testing/mkdocs-bootstrap4/APKBUILD... >>> mkdocs-bootstrap4: Analyzing dependencies... >>> mkdocs-bootstrap4: 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-bootstrap4 (20260415.115235) Executing busybox-1.37.0-r31.trigger OK: 435.0 MiB in 127 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz.part' mkdocs-bootstrap4-0. 100% |********************************| 256k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz.part' saved /var/cache/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz: OK >>> mkdocs-bootstrap4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz /var/cache/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz: OK >>> mkdocs-bootstrap4: Unpacking /var/cache/distfiles/edge/mkdocs-bootstrap4-0.1.5.tar.gz... 2026-04-15 11:52:38,405 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-15 11:52:38,499 root INFO running bdist_wheel 2026-04-15 11:52:38,560 root INFO running build 2026-04-15 11:52:38,560 root INFO running build_py 2026-04-15 11:52:38,575 root INFO creating build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,576 root INFO copying mkdocs_bootstrap4/__init__.py -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,577 root INFO running egg_info 2026-04-15 11:52:38,587 root INFO writing mkdocs_bootstrap4.egg-info/PKG-INFO 2026-04-15 11:52:38,589 root INFO writing dependency_links to mkdocs_bootstrap4.egg-info/dependency_links.txt 2026-04-15 11:52:38,590 root INFO writing entry points to mkdocs_bootstrap4.egg-info/entry_points.txt 2026-04-15 11:52:38,592 root INFO writing requirements to mkdocs_bootstrap4.egg-info/requires.txt 2026-04-15 11:52:38,593 root INFO writing top-level names to mkdocs_bootstrap4.egg-info/top_level.txt 2026-04-15 11:52:38,605 root INFO reading manifest file 'mkdocs_bootstrap4.egg-info/SOURCES.txt' 2026-04-15 11:52:38,608 root INFO reading manifest template 'MANIFEST.in' 2026-04-15 11:52:38,612 root WARNING warning: no files found matching '*.ico' under directory 'mkdocs_bootstrap4' 2026-04-15 11:52:38,618 root WARNING warning: no files found matching '*.png' under directory 'mkdocs_bootstrap4' 2026-04-15 11:52:38,630 root WARNING warning: no files found matching '*.woff2' under directory 'mkdocs_bootstrap4' 2026-04-15 11:52:38,633 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-15 11:52:38,634 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-15 11:52:38,639 root INFO writing manifest file 'mkdocs_bootstrap4.egg-info/SOURCES.txt' /usr/lib/python3.14/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.14/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.14/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) 2026-04-15 11:52:38,646 root INFO copying mkdocs_bootstrap4/base.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,648 root INFO copying mkdocs_bootstrap4/content.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,649 root INFO copying mkdocs_bootstrap4/keyboard-modal.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,651 root INFO copying mkdocs_bootstrap4/main.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,652 root INFO copying mkdocs_bootstrap4/mkdocs_theme.yml -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,654 root INFO copying mkdocs_bootstrap4/nav-sub.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,655 root INFO copying mkdocs_bootstrap4/search-modal.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,657 root INFO copying mkdocs_bootstrap4/toc.html -> build/lib/mkdocs_bootstrap4 2026-04-15 11:52:38,658 root INFO creating build/lib/mkdocs_bootstrap4/css 2026-04-15 11:52:38,659 root INFO copying mkdocs_bootstrap4/css/base.css -> build/lib/mkdocs_bootstrap4/css 2026-04-15 11:52:38,661 root INFO copying mkdocs_bootstrap4/css/bootstrap.min.css -> build/lib/mkdocs_bootstrap4/css 2026-04-15 11:52:38,664 root INFO copying mkdocs_bootstrap4/css/font-awesome.min.css -> build/lib/mkdocs_bootstrap4/css 2026-04-15 11:52:38,666 root INFO creating build/lib/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,667 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,669 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,671 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,674 root INFO copying mkdocs_bootstrap4/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,675 root INFO creating build/lib/mkdocs_bootstrap4/js 2026-04-15 11:52:38,676 root INFO copying mkdocs_bootstrap4/js/base.js -> build/lib/mkdocs_bootstrap4/js 2026-04-15 11:52:38,677 root INFO copying mkdocs_bootstrap4/js/bootstrap.min.js -> build/lib/mkdocs_bootstrap4/js 2026-04-15 11:52:38,679 root INFO copying mkdocs_bootstrap4/js/jquery.min.js -> build/lib/mkdocs_bootstrap4/js 2026-04-15 11:52:38,706 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-15 11:52:38,707 root INFO running install 2026-04-15 11:52:38,742 root INFO running install_lib 2026-04-15 11:52:38,755 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-15 11:52:38,756 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap4 2026-04-15 11:52:38,757 root INFO copying build/lib/mkdocs_bootstrap4/__init__.py -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,758 root INFO copying build/lib/mkdocs_bootstrap4/base.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,759 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap4/css 2026-04-15 11:52:38,760 root INFO copying build/lib/mkdocs_bootstrap4/css/bootstrap.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/css 2026-04-15 11:52:38,762 root INFO copying build/lib/mkdocs_bootstrap4/css/font-awesome.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/css 2026-04-15 11:52:38,764 root INFO copying build/lib/mkdocs_bootstrap4/css/base.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/css 2026-04-15 11:52:38,765 root INFO copying build/lib/mkdocs_bootstrap4/main.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,766 root INFO copying build/lib/mkdocs_bootstrap4/toc.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,767 root INFO copying build/lib/mkdocs_bootstrap4/search-modal.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,768 root INFO copying build/lib/mkdocs_bootstrap4/content.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,770 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap4/js 2026-04-15 11:52:38,770 root INFO copying build/lib/mkdocs_bootstrap4/js/bootstrap.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/js 2026-04-15 11:52:38,772 root INFO copying build/lib/mkdocs_bootstrap4/js/jquery.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/js 2026-04-15 11:52:38,774 root INFO copying build/lib/mkdocs_bootstrap4/js/base.js -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/js 2026-04-15 11:52:38,775 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,776 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,778 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,779 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,782 root INFO copying build/lib/mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4/fonts 2026-04-15 11:52:38,784 root INFO copying build/lib/mkdocs_bootstrap4/keyboard-modal.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,785 root INFO copying build/lib/mkdocs_bootstrap4/nav-sub.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,786 root INFO copying build/lib/mkdocs_bootstrap4/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4 2026-04-15 11:52:38,787 root INFO running install_egg_info 2026-04-15 11:52:38,801 root INFO Copying mkdocs_bootstrap4.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap4-0.1.5-py3.14.egg-info 2026-04-15 11:52:38,808 root INFO running install_scripts 2026-04-15 11:52:38,814 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap4-0.1.5.dist-info/WHEEL 2026-04-15 11:52:38,816 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-bootstrap4/src/mkdocs-bootstrap4-0.1.5/.dist/.tmp-v1rw9w04/mkdocs_bootstrap4-0.1.5-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-15 11:52:38,818 wheel INFO adding 'mkdocs_bootstrap4/__init__.py' 2026-04-15 11:52:38,819 wheel INFO adding 'mkdocs_bootstrap4/base.html' 2026-04-15 11:52:38,821 wheel INFO adding 'mkdocs_bootstrap4/content.html' 2026-04-15 11:52:38,822 wheel INFO adding 'mkdocs_bootstrap4/keyboard-modal.html' 2026-04-15 11:52:38,823 wheel INFO adding 'mkdocs_bootstrap4/main.html' 2026-04-15 11:52:38,824 wheel INFO adding 'mkdocs_bootstrap4/mkdocs_theme.yml' 2026-04-15 11:52:38,825 wheel INFO adding 'mkdocs_bootstrap4/nav-sub.html' 2026-04-15 11:52:38,826 wheel INFO adding 'mkdocs_bootstrap4/search-modal.html' 2026-04-15 11:52:38,827 wheel INFO adding 'mkdocs_bootstrap4/toc.html' 2026-04-15 11:52:38,828 wheel INFO adding 'mkdocs_bootstrap4/css/base.css' 2026-04-15 11:52:38,830 wheel INFO adding 'mkdocs_bootstrap4/css/bootstrap.min.css' 2026-04-15 11:52:38,834 wheel INFO adding 'mkdocs_bootstrap4/css/font-awesome.min.css' 2026-04-15 11:52:38,836 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.eot' 2026-04-15 11:52:38,840 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.svg' 2026-04-15 11:52:38,845 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.ttf' 2026-04-15 11:52:38,848 wheel INFO adding 'mkdocs_bootstrap4/fonts/fontawesome-webfont.woff' 2026-04-15 11:52:38,850 wheel INFO adding 'mkdocs_bootstrap4/js/base.js' 2026-04-15 11:52:38,852 wheel INFO adding 'mkdocs_bootstrap4/js/bootstrap.min.js' 2026-04-15 11:52:38,855 wheel INFO adding 'mkdocs_bootstrap4/js/jquery.min.js' 2026-04-15 11:52:38,857 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/METADATA' 2026-04-15 11:52:38,858 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/WHEEL' 2026-04-15 11:52:38,859 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/entry_points.txt' 2026-04-15 11:52:38,860 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/top_level.txt' 2026-04-15 11:52:38,861 wheel INFO adding 'mkdocs_bootstrap4-0.1.5.dist-info/RECORD' 2026-04-15 11:52:38,862 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-15 11:52:38,867 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... 2026-04-15 11:52:39,741 gpep517 INFO Installing .dist/mkdocs_bootstrap4-0.1.5-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-bootstrap4/pkg/mkdocs-bootstrap4 2026-04-15 11:52:39,871 gpep517 INFO Installation complete >>> mkdocs-bootstrap4-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/mkdocs_bootstrap4/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-bootstrap4/pkg/mkdocs-bootstrap4-pyc/usr/lib/python3.14/site-packages/mkdocs_bootstrap4/__pycache__' >>> mkdocs-bootstrap4-pyc*: Preparing subpackage mkdocs-bootstrap4-pyc... Please specify at least one package name on the command line. >>> mkdocs-bootstrap4-pyc*: Running postcheck for mkdocs-bootstrap4-pyc >>> mkdocs-bootstrap4*: Running postcheck for mkdocs-bootstrap4 >>> mkdocs-bootstrap4*: Preparing package mkdocs-bootstrap4... Please specify at least one package name on the command line. >>> mkdocs-bootstrap4-pyc*: Tracing dependencies... python3~3.14 >>> mkdocs-bootstrap4-pyc*: Package size: 162.0 B >>> mkdocs-bootstrap4-pyc*: Compressing data... >>> mkdocs-bootstrap4-pyc*: Create checksum... >>> mkdocs-bootstrap4-pyc*: Create mkdocs-bootstrap4-pyc-0.1.5-r6.apk >>> mkdocs-bootstrap4*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-bootstrap4*: Package size: 674.0 KB >>> mkdocs-bootstrap4*: Compressing data... >>> mkdocs-bootstrap4*: Create checksum... >>> mkdocs-bootstrap4*: Create mkdocs-bootstrap4-0.1.5-r6.apk >>> mkdocs-bootstrap4: Build complete at Wed, 15 Apr 2026 11:52:40 +0000 elapsed time 0h 0m 10s >>> mkdocs-bootstrap4: Cleaning up srcdir >>> mkdocs-bootstrap4: Cleaning up pkgdir >>> mkdocs-bootstrap4: Cleaning up tmpdir >>> mkdocs-bootstrap4: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-bootstrap4 (20260415.115235) ( 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-bootstrap4: Updating the testing/riscv64 repository index... >>> mkdocs-bootstrap4: Signing the index...