>>> mkdocs-gitbook: Building testing/mkdocs-gitbook 0.0.1-r5 (using abuild 3.13.0-r3) started Sun, 04 Aug 2024 21:35:34 +0000 >>> mkdocs-gitbook: Checking sanity of /home/buildozer/aports/testing/mkdocs-gitbook/APKBUILD... >>> mkdocs-gitbook: Analyzing dependencies... >>> mkdocs-gitbook: Installing for build: build-base python3 py3-setuptools py3-gpep517 (1/20) Installing libffi (3.4.6-r0) (2/20) Installing gdbm (1.24-r0) (3/20) Installing mpdecimal (4.0.0-r0) (4/20) Installing libpanelw (6.5_p20240601-r0) (5/20) Installing sqlite-libs (3.46.0-r0) (6/20) Installing python3 (3.12.4-r0) (7/20) Installing python3-pycache-pyc0 (3.12.4-r0) (8/20) Installing pyc (3.12.4-r0) (9/20) Installing python3-pyc (3.12.4-r0) (10/20) Installing py3-parsing (3.1.2-r1) (11/20) Installing py3-parsing-pyc (3.1.2-r1) (12/20) Installing py3-packaging (24.1-r0) (13/20) Installing py3-packaging-pyc (24.1-r0) (14/20) Installing py3-setuptools (70.3.0-r0) (15/20) Installing py3-setuptools-pyc (70.3.0-r0) (16/20) Installing py3-installer (0.7.0-r2) (17/20) Installing py3-installer-pyc (0.7.0-r2) (18/20) Installing py3-gpep517 (16-r0) (19/20) Installing py3-gpep517-pyc (16-r0) (20/20) Installing .makedepends-mkdocs-gitbook (20240804.213536) Executing busybox-1.36.1-r31.trigger OK: 334 MiB in 130 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 >>> mkdocs-gitbook: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz >>> mkdocs-gitbook: Checking sha512sums... mkdocs-gitbook-0.0.1.tar.gz: OK >>> mkdocs-gitbook: Unpacking /var/cache/distfiles/mkdocs-gitbook-0.0.1.tar.gz... 2024-08-04 21:35:37,041 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-04 21:35:37,057 root INFO running bdist_wheel 2024-08-04 21:35:37,077 root INFO running build 2024-08-04 21:35:37,077 root INFO running build_py 2024-08-04 21:35:37,080 root INFO creating build 2024-08-04 21:35:37,080 root INFO creating build/lib 2024-08-04 21:35:37,080 root INFO creating build/lib/mkdocs_gitbook 2024-08-04 21:35:37,081 root INFO copying mkdocs_gitbook/__init__.py -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,081 root INFO running egg_info 2024-08-04 21:35:37,082 root INFO writing mkdocs_gitbook.egg-info/PKG-INFO 2024-08-04 21:35:37,083 root INFO writing dependency_links to mkdocs_gitbook.egg-info/dependency_links.txt 2024-08-04 21:35:37,083 root INFO writing entry points to mkdocs_gitbook.egg-info/entry_points.txt 2024-08-04 21:35:37,083 root INFO writing top-level names to mkdocs_gitbook.egg-info/top_level.txt 2024-08-04 21:35:37,086 root INFO reading manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' 2024-08-04 21:35:37,086 root INFO reading manifest template 'MANIFEST.in' 2024-08-04 21:35:37,096 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-08-04 21:35:37,096 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-08-04 21:35:37,096 root INFO adding license file 'LICENSE' 2024-08-04 21:35:37,098 root INFO writing manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' /usr/lib/python3.12/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.12/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.12/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.12/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) 2024-08-04 21:35:37,100 root INFO copying mkdocs_gitbook/base.html -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,100 root INFO copying mkdocs_gitbook/content.html -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,100 root INFO copying mkdocs_gitbook/main.html -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,101 root INFO copying mkdocs_gitbook/mkdocs_theme.yml -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,101 root INFO copying mkdocs_gitbook/nav-sub.html -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,101 root INFO copying mkdocs_gitbook/nav.html -> build/lib/mkdocs_gitbook 2024-08-04 21:35:37,101 root INFO creating build/lib/mkdocs_gitbook/css 2024-08-04 21:35:37,101 root INFO copying mkdocs_gitbook/css/style.min.css -> build/lib/mkdocs_gitbook/css 2024-08-04 21:35:37,102 root INFO creating build/lib/mkdocs_gitbook/css/fonts 2024-08-04 21:35:37,102 root INFO creating build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,102 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,102 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,102 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,103 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,103 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,103 root INFO copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> build/lib/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,103 root INFO creating build/lib/mkdocs_gitbook/images 2024-08-04 21:35:37,104 root INFO copying mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> build/lib/mkdocs_gitbook/images 2024-08-04 21:35:37,104 root INFO copying mkdocs_gitbook/images/favicon.ico -> build/lib/mkdocs_gitbook/images 2024-08-04 21:35:37,104 root INFO creating build/lib/mkdocs_gitbook/js 2024-08-04 21:35:37,104 root INFO copying mkdocs_gitbook/js/gitbook.min.js -> build/lib/mkdocs_gitbook/js 2024-08-04 21:35:37,104 root INFO copying mkdocs_gitbook/js/main.js -> build/lib/mkdocs_gitbook/js 2024-08-04 21:35:37,105 root INFO copying mkdocs_gitbook/js/theme.min.js -> build/lib/mkdocs_gitbook/js 2024-08-04 21:35:37,110 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-08-04 21:35:37,110 root INFO running install 2024-08-04 21:35:37,132 root INFO running install_lib 2024-08-04 21:35:37,134 root INFO creating build/bdist.linux-ppc64le 2024-08-04 21:35:37,134 root INFO creating build/bdist.linux-ppc64le/wheel 2024-08-04 21:35:37,134 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,134 root INFO copying build/lib/mkdocs_gitbook/main.html -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,135 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/js 2024-08-04 21:35:37,135 root INFO copying build/lib/mkdocs_gitbook/js/theme.min.js -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/js 2024-08-04 21:35:37,135 root INFO copying build/lib/mkdocs_gitbook/js/gitbook.min.js -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/js 2024-08-04 21:35:37,135 root INFO copying build/lib/mkdocs_gitbook/js/main.js -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/js 2024-08-04 21:35:37,135 root INFO copying build/lib/mkdocs_gitbook/nav.html -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,136 root INFO copying build/lib/mkdocs_gitbook/base.html -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,136 root INFO copying build/lib/mkdocs_gitbook/mkdocs_theme.yml -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,136 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/images 2024-08-04 21:35:37,136 root INFO copying build/lib/mkdocs_gitbook/images/favicon.ico -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/images 2024-08-04 21:35:37,136 root INFO copying build/lib/mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/images 2024-08-04 21:35:37,137 root INFO copying build/lib/mkdocs_gitbook/nav-sub.html -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,137 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css 2024-08-04 21:35:37,137 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts 2024-08-04 21:35:37,137 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,137 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,137 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,138 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,138 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,138 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,139 root INFO copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css/fonts/fontawesome 2024-08-04 21:35:37,139 root INFO copying build/lib/mkdocs_gitbook/css/style.min.css -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook/css 2024-08-04 21:35:37,139 root INFO copying build/lib/mkdocs_gitbook/content.html -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,139 root INFO copying build/lib/mkdocs_gitbook/__init__.py -> build/bdist.linux-ppc64le/wheel/mkdocs_gitbook 2024-08-04 21:35:37,139 root INFO running install_egg_info 2024-08-04 21:35:37,142 root INFO Copying mkdocs_gitbook.egg-info to build/bdist.linux-ppc64le/wheel/mkdocs_gitbook-0.0.1-py3.12.egg-info 2024-08-04 21:35:37,143 root INFO running install_scripts 2024-08-04 21:35:37,145 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_gitbook-0.0.1.dist-info/WHEEL 2024-08-04 21:35:37,145 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-gitbook/src/mkdocs-gitbook-0.0.1/.dist/.tmp-c3r31kuc/mkdocs_gitbook-0.0.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-08-04 21:35:37,145 wheel INFO adding 'mkdocs_gitbook/__init__.py' 2024-08-04 21:35:37,146 wheel INFO adding 'mkdocs_gitbook/base.html' 2024-08-04 21:35:37,146 wheel INFO adding 'mkdocs_gitbook/content.html' 2024-08-04 21:35:37,146 wheel INFO adding 'mkdocs_gitbook/main.html' 2024-08-04 21:35:37,146 wheel INFO adding 'mkdocs_gitbook/mkdocs_theme.yml' 2024-08-04 21:35:37,146 wheel INFO adding 'mkdocs_gitbook/nav-sub.html' 2024-08-04 21:35:37,147 wheel INFO adding 'mkdocs_gitbook/nav.html' 2024-08-04 21:35:37,147 wheel INFO adding 'mkdocs_gitbook/css/style.min.css' 2024-08-04 21:35:37,147 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf' 2024-08-04 21:35:37,148 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot' 2024-08-04 21:35:37,149 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg' 2024-08-04 21:35:37,150 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf' 2024-08-04 21:35:37,151 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff' 2024-08-04 21:35:37,152 wheel INFO adding 'mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2' 2024-08-04 21:35:37,152 wheel INFO adding 'mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png' 2024-08-04 21:35:37,152 wheel INFO adding 'mkdocs_gitbook/images/favicon.ico' 2024-08-04 21:35:37,152 wheel INFO adding 'mkdocs_gitbook/js/gitbook.min.js' 2024-08-04 21:35:37,153 wheel INFO adding 'mkdocs_gitbook/js/main.js' 2024-08-04 21:35:37,153 wheel INFO adding 'mkdocs_gitbook/js/theme.min.js' 2024-08-04 21:35:37,154 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/LICENSE' 2024-08-04 21:35:37,154 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/METADATA' 2024-08-04 21:35:37,154 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/WHEEL' 2024-08-04 21:35:37,154 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/entry_points.txt' 2024-08-04 21:35:37,155 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/top_level.txt' 2024-08-04 21:35:37,155 wheel INFO adding 'mkdocs_gitbook-0.0.1.dist-info/RECORD' 2024-08-04 21:35:37,155 root INFO removing build/bdist.linux-ppc64le/wheel 2024-08-04 21:35:37,157 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... 2024-08-04 21:35:37,381 gpep517 INFO Installing .dist/mkdocs_gitbook-0.0.1-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook 2024-08-04 21:35:37,410 gpep517 INFO Installation complete >>> mkdocs-gitbook-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook-pyc/usr/lib/python3.12/site-packages/mkdocs_gitbook/__pycache__' >>> mkdocs-gitbook-pyc*: Preparing subpackage mkdocs-gitbook-pyc... >>> mkdocs-gitbook-pyc*: Running postcheck for mkdocs-gitbook-pyc >>> mkdocs-gitbook*: Running postcheck for mkdocs-gitbook >>> mkdocs-gitbook*: Preparing package mkdocs-gitbook... >>> mkdocs-gitbook-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-gitbook-pyc*: Package size: 32.0 KB >>> mkdocs-gitbook-pyc*: Compressing data... >>> mkdocs-gitbook-pyc*: Create checksum... >>> mkdocs-gitbook-pyc*: Create mkdocs-gitbook-pyc-0.0.1-r5.apk >>> mkdocs-gitbook*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-gitbook*: Package size: 1.3 MB >>> mkdocs-gitbook*: Compressing data... >>> mkdocs-gitbook*: Create checksum... >>> mkdocs-gitbook*: Create mkdocs-gitbook-0.0.1-r5.apk >>> mkdocs-gitbook: Build complete at Sun, 04 Aug 2024 21:35:37 +0000 elapsed time 0h 0m 3s >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Uninstalling dependencies... (1/20) Purging .makedepends-mkdocs-gitbook (20240804.213536) (2/20) Purging py3-setuptools-pyc (70.3.0-r0) (3/20) Purging py3-setuptools (70.3.0-r0) (4/20) Purging py3-packaging-pyc (24.1-r0) (5/20) Purging py3-packaging (24.1-r0) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging py3-gpep517-pyc (16-r0) (9/20) Purging py3-gpep517 (16-r0) (10/20) Purging py3-installer-pyc (0.7.0-r2) (11/20) Purging py3-installer (0.7.0-r2) (12/20) Purging python3-pyc (3.12.4-r0) (13/20) Purging python3-pycache-pyc0 (3.12.4-r0) (14/20) Purging pyc (3.12.4-r0) (15/20) Purging python3 (3.12.4-r0) (16/20) Purging gdbm (1.24-r0) (17/20) Purging libffi (3.4.6-r0) (18/20) Purging libpanelw (6.5_p20240601-r0) (19/20) Purging mpdecimal (4.0.0-r0) (20/20) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 281 MiB in 110 packages >>> mkdocs-gitbook: Updating the testing/ppc64le repository index... >>> mkdocs-gitbook: Signing the index...