>>> mkdocs-gitbook: Building testing/mkdocs-gitbook 0.0.1-r6 (using abuild 3.17.0_rc1-r2) started Tue, 21 Apr 2026 05:37:33 +0000 >>> mkdocs-gitbook: Validating /home/buildozer/aports/testing/mkdocs-gitbook/APKBUILD... >>> mkdocs-gitbook: Analyzing dependencies... >>> mkdocs-gitbook: 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-r1) ( 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-gitbook (20260421.053737) Executing busybox-1.37.0-r31.trigger OK: 435.2 MiB in 127 packages >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Cleaning up tmpdir >>> mkdocs-gitbook: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz.part' mkdocs-gitbook-0.0.1 100% |********************************| 638k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz.part' saved /var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz: OK >>> mkdocs-gitbook: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz /var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz: OK >>> mkdocs-gitbook: Unpacking /var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz... 2026-04-21 05:37:40,779 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-21 05:37:40,869 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-21 05:37:40,931 root INFO running build 2026-04-21 05:37:40,932 root INFO running build_py 2026-04-21 05:37:40,946 root INFO creating build/lib/mkdocs_gitbook 2026-04-21 05:37:40,947 root INFO copying mkdocs_gitbook/__init__.py -> build/lib/mkdocs_gitbook 2026-04-21 05:37:40,948 root INFO running egg_info 2026-04-21 05:37:40,957 root INFO writing mkdocs_gitbook.egg-info/PKG-INFO 2026-04-21 05:37:40,959 root INFO writing dependency_links to mkdocs_gitbook.egg-info/dependency_links.txt 2026-04-21 05:37:40,961 root INFO writing entry points to mkdocs_gitbook.egg-info/entry_points.txt 2026-04-21 05:37:40,962 root INFO writing top-level names to mkdocs_gitbook.egg-info/top_level.txt 2026-04-21 05:37:40,974 root INFO reading manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' 2026-04-21 05:37:40,977 root INFO reading manifest template 'MANIFEST.in' 2026-04-21 05:37:41,004 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-21 05:37:41,006 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-21 05:37:41,006 root INFO adding license file 'LICENSE' 2026-04-21 05:37:41,011 root INFO writing manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_gitbook.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.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_gitbook.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_gitbook.css' to be distributed and are already explicitly excluding 'mkdocs_gitbook.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_gitbook.css.fonts.fontawesome' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.css.fonts.fontawesome' 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_gitbook.css.fonts.fontawesome' 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_gitbook.css.fonts.fontawesome' to be distributed and are already explicitly excluding 'mkdocs_gitbook.css.fonts.fontawesome' 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_gitbook.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.images' 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_gitbook.images' 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_gitbook.images' to be distributed and are already explicitly excluding 'mkdocs_gitbook.images' 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_gitbook.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.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_gitbook.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_gitbook.js' to be distributed and are already explicitly excluding 'mkdocs_gitbook.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-21 05:37:41,018 root INFO copying mkdocs_gitbook/base.html -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,020 root INFO copying mkdocs_gitbook/content.html -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,021 root INFO copying mkdocs_gitbook/main.html -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,023 root INFO copying mkdocs_gitbook/mkdocs_theme.yml -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,025 root INFO copying mkdocs_gitbook/nav-sub.html -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,026 root INFO copying mkdocs_gitbook/nav.html -> build/lib/mkdocs_gitbook 2026-04-21 05:37:41,028 root INFO creating build/lib/mkdocs_gitbook/css 2026-04-21 05:37:41,029 root INFO copying mkdocs_gitbook/css/style.min.css -> build/lib/mkdocs_gitbook/css 2026-04-21 05:37:41,031 root INFO creating build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,032 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,035 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,038 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,042 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,044 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,046 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,048 root INFO creating build/lib/mkdocs_gitbook/images 2026-04-21 05:37:41,049 root INFO copying mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> build/lib/mkdocs_gitbook/images 2026-04-21 05:37:41,051 root INFO copying mkdocs_gitbook/images/favicon.ico -> build/lib/mkdocs_gitbook/images 2026-04-21 05:37:41,052 root INFO creating build/lib/mkdocs_gitbook/js 2026-04-21 05:37:41,053 root INFO copying mkdocs_gitbook/js/gitbook.min.js -> build/lib/mkdocs_gitbook/js 2026-04-21 05:37:41,055 root INFO copying mkdocs_gitbook/js/main.js -> build/lib/mkdocs_gitbook/js 2026-04-21 05:37:41,057 root INFO copying mkdocs_gitbook/js/theme.min.js -> build/lib/mkdocs_gitbook/js 2026-04-21 05:37:41,088 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-21 05:37:41,089 root INFO running install 2026-04-21 05:37:41,124 root INFO running install_lib 2026-04-21 05:37:41,138 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-21 05:37:41,140 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook 2026-04-21 05:37:41,141 root INFO copying build/lib/mkdocs_gitbook/__init__.py -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,142 root INFO copying build/lib/mkdocs_gitbook/base.html -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,143 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook/images 2026-04-21 05:37:41,144 root INFO copying build/lib/mkdocs_gitbook/images/favicon.ico -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/images 2026-04-21 05:37:41,145 root INFO copying build/lib/mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/images 2026-04-21 05:37:41,146 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook/css 2026-04-21 05:37:41,147 root INFO copying build/lib/mkdocs_gitbook/css/style.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css 2026-04-21 05:37:41,149 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook/css/fonts 2026-04-21 05:37:41,150 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,151 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,153 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,155 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,157 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,160 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,163 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/css/fonts/fontawesome 2026-04-21 05:37:41,165 root INFO copying build/lib/mkdocs_gitbook/main.html -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,166 root INFO copying build/lib/mkdocs_gitbook/nav.html -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,167 root INFO copying build/lib/mkdocs_gitbook/content.html -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,169 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook/js 2026-04-21 05:37:41,169 root INFO copying build/lib/mkdocs_gitbook/js/main.js -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/js 2026-04-21 05:37:41,170 root INFO copying build/lib/mkdocs_gitbook/js/theme.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/js 2026-04-21 05:37:41,172 root INFO copying build/lib/mkdocs_gitbook/js/gitbook.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook/js 2026-04-21 05:37:41,174 root INFO copying build/lib/mkdocs_gitbook/nav-sub.html -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,175 root INFO copying build/lib/mkdocs_gitbook/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./mkdocs_gitbook 2026-04-21 05:37:41,176 root INFO running install_egg_info 2026-04-21 05:37:41,192 root INFO Copying mkdocs_gitbook.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_gitbook-0.0.1-py3.14.egg-info 2026-04-21 05:37:41,199 root INFO running install_scripts 2026-04-21 05:37:41,206 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_gitbook-0.0.1.dist-info/WHEEL 2026-04-21 05:37:41,208 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-gitbook/src/mkdocs-gitbook-0.0.1/.dist/.tmp-uv5mlgn8/mkdocs_gitbook-0.0.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-21 05:37:41,210 wheel INFO adding 'mkdocs_gitbook/__init__.py' 2026-04-21 05:37:41,212 wheel INFO adding 'mkdocs_gitbook/base.html' 2026-04-21 05:37:41,213 wheel INFO adding 'mkdocs_gitbook/content.html' 2026-04-21 05:37:41,214 wheel INFO adding 'mkdocs_gitbook/main.html' 2026-04-21 05:37:41,215 wheel INFO adding 'mkdocs_gitbook/mkdocs_theme.yml' 2026-04-21 05:37:41,216 wheel INFO adding 'mkdocs_gitbook/nav-sub.html' 2026-04-21 05:37:41,217 wheel INFO adding 'mkdocs_gitbook/nav.html' 2026-04-21 05:37:41,219 wheel INFO adding 'mkdocs_gitbook/css/style.min.css' 2026-04-21 05:37:41,223 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf' 2026-04-21 05:37:41,227 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot' 2026-04-21 05:37:41,232 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg' 2026-04-21 05:37:41,241 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf' 2026-04-21 05:37:41,246 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff' 2026-04-21 05:37:41,250 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2' 2026-04-21 05:37:41,252 wheel INFO adding 'mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png' 2026-04-21 05:37:41,254 wheel INFO adding 'mkdocs_gitbook/images/favicon.ico' 2026-04-21 05:37:41,256 wheel INFO adding 'mkdocs_gitbook/js/gitbook.min.js' 2026-04-21 05:37:41,259 wheel INFO adding 'mkdocs_gitbook/js/main.js' 2026-04-21 05:37:41,261 wheel INFO adding 'mkdocs_gitbook/js/theme.min.js' 2026-04-21 05:37:41,265 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/licenses/LICENSE' 2026-04-21 05:37:41,266 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/METADATA' 2026-04-21 05:37:41,267 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/WHEEL' 2026-04-21 05:37:41,268 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/entry_points.txt' 2026-04-21 05:37:41,269 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/top_level.txt' 2026-04-21 05:37:41,270 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/RECORD' 2026-04-21 05:37:41,271 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-21 05:37:41,278 gpep517 INFO The backend produced .dist/mkdocs_gitbook-0.0.1-py2.py3-none-any.whl mkdocs_gitbook-0.0.1-py2.py3-none-any.whl >>> mkdocs-gitbook: Entering fakeroot... 2026-04-21 05:37:42,161 gpep517 INFO Installing .dist/mkdocs_gitbook-0.0.1-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook 2026-04-21 05:37:42,319 gpep517 INFO Installation complete >>> mkdocs-gitbook-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/mkdocs_gitbook/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook-pyc/usr/lib/python3.14/site-packages/mkdocs_gitbook/__pycache__' >>> mkdocs-gitbook-pyc*: Preparing subpackage mkdocs-gitbook-pyc... Please specify at least one package name on the command line. >>> mkdocs-gitbook-pyc*: Running postcheck for mkdocs-gitbook-pyc >>> mkdocs-gitbook*: Running postcheck for mkdocs-gitbook >>> mkdocs-gitbook*: Preparing package mkdocs-gitbook... Please specify at least one package name on the command line. >>> mkdocs-gitbook-pyc*: Tracing dependencies... python3~3.14 >>> mkdocs-gitbook-pyc*: Package size: 159.0 B >>> mkdocs-gitbook-pyc*: Compressing data... >>> mkdocs-gitbook-pyc*: Create checksum... >>> mkdocs-gitbook-pyc*: Create mkdocs-gitbook-pyc-0.0.1-r6.apk >>> mkdocs-gitbook*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-gitbook*: Package size: 1.2 MB >>> mkdocs-gitbook*: Compressing data... >>> mkdocs-gitbook*: Create checksum... >>> mkdocs-gitbook*: Create mkdocs-gitbook-0.0.1-r6.apk >>> mkdocs-gitbook: Build complete at Tue, 21 Apr 2026 05:37:43 +0000 elapsed time 0h 0m 10s >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Cleaning up tmpdir >>> mkdocs-gitbook: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-gitbook (20260421.053737) ( 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-r1) (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.8 MiB in 104 packages >>> mkdocs-gitbook: Updating the testing/riscv64 repository index... >>> mkdocs-gitbook: Signing the index...