>>> mkdocs-cinder: Building testing/mkdocs-cinder 1.2.0-r5 (using abuild 3.13.0-r3) started Sun, 04 Aug 2024 21:34:18 +0000 >>> mkdocs-cinder: Checking sanity of /home/buildozer/aports/testing/mkdocs-cinder/APKBUILD... >>> mkdocs-cinder: Analyzing dependencies... >>> mkdocs-cinder: 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-cinder (20240804.213419) Executing busybox-1.36.1-r31.trigger OK: 334 MiB in 130 packages >>> mkdocs-cinder: Cleaning up srcdir >>> mkdocs-cinder: Cleaning up pkgdir >>> mkdocs-cinder: Cleaning up tmpdir >>> mkdocs-cinder: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz >>> mkdocs-cinder: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz >>> mkdocs-cinder: Checking sha512sums... mkdocs-cinder-1.2.0.tar.gz: OK >>> mkdocs-cinder: Unpacking /var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz... 2024-08-04 21:34:20,618 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-04 21:34:20,633 root INFO running bdist_wheel 2024-08-04 21:34:20,653 root INFO running build 2024-08-04 21:34:20,653 root INFO running build_py 2024-08-04 21:34:20,656 root INFO creating build 2024-08-04 21:34:20,656 root INFO creating build/lib 2024-08-04 21:34:20,656 root INFO creating build/lib/cinder 2024-08-04 21:34:20,656 root INFO copying cinder/__init__.py -> build/lib/cinder 2024-08-04 21:34:20,657 root INFO running egg_info 2024-08-04 21:34:20,658 root INFO writing mkdocs_cinder.egg-info/PKG-INFO 2024-08-04 21:34:20,659 root INFO writing dependency_links to mkdocs_cinder.egg-info/dependency_links.txt 2024-08-04 21:34:20,659 root INFO writing entry points to mkdocs_cinder.egg-info/entry_points.txt 2024-08-04 21:34:20,659 root INFO writing top-level names to mkdocs_cinder.egg-info/top_level.txt 2024-08-04 21:34:20,662 root INFO reading manifest file 'mkdocs_cinder.egg-info/SOURCES.txt' 2024-08-04 21:34:20,663 root INFO reading manifest template 'MANIFEST.in' 2024-08-04 21:34:20,676 root WARNING warning: no files found matching '*.woff2' under directory 'cinder' 2024-08-04 21:34:20,677 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-08-04 21:34:20,678 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-08-04 21:34:20,678 root INFO adding license file 'LICENSE.md' 2024-08-04 21:34:20,680 root INFO writing manifest file 'mkdocs_cinder.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cinder.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cinder.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 'cinder.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 'cinder.css' to be distributed and are already explicitly excluding 'cinder.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 'cinder.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cinder.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 'cinder.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 'cinder.fonts' to be distributed and are already explicitly excluding 'cinder.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 'cinder.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cinder.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 'cinder.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 'cinder.img' to be distributed and are already explicitly excluding 'cinder.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 'cinder.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cinder.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 'cinder.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 'cinder.js' to be distributed and are already explicitly excluding 'cinder.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:20,683 root INFO copying cinder/404.html -> build/lib/cinder 2024-08-04 21:34:20,684 root INFO copying cinder/base.html -> build/lib/cinder 2024-08-04 21:34:20,684 root INFO copying cinder/content.html -> build/lib/cinder 2024-08-04 21:34:20,684 root INFO copying cinder/keyboard-modal.html -> build/lib/cinder 2024-08-04 21:34:20,684 root INFO copying cinder/main.html -> build/lib/cinder 2024-08-04 21:34:20,684 root INFO copying cinder/mkdocs_theme.yml -> build/lib/cinder 2024-08-04 21:34:20,685 root INFO copying cinder/nav-sub.html -> build/lib/cinder 2024-08-04 21:34:20,685 root INFO copying cinder/nav.html -> build/lib/cinder 2024-08-04 21:34:20,685 root INFO copying cinder/search-modal.html -> build/lib/cinder 2024-08-04 21:34:20,685 root INFO copying cinder/toc.html -> build/lib/cinder 2024-08-04 21:34:20,685 root INFO creating build/lib/cinder/css 2024-08-04 21:34:20,686 root INFO copying cinder/css/base.css -> build/lib/cinder/css 2024-08-04 21:34:20,686 root INFO copying cinder/css/base.min.css -> build/lib/cinder/css 2024-08-04 21:34:20,686 root INFO copying cinder/css/bootstrap-custom.css -> build/lib/cinder/css 2024-08-04 21:34:20,686 root INFO copying cinder/css/bootstrap-custom.min.css -> build/lib/cinder/css 2024-08-04 21:34:20,687 root INFO copying cinder/css/cinder.css -> build/lib/cinder/css 2024-08-04 21:34:20,687 root INFO copying cinder/css/cinder.min.css -> build/lib/cinder/css 2024-08-04 21:34:20,687 root INFO copying cinder/css/highlight.css -> build/lib/cinder/css 2024-08-04 21:34:20,687 root INFO copying cinder/css/highlight.min.css -> build/lib/cinder/css 2024-08-04 21:34:20,687 root INFO creating build/lib/cinder/fonts 2024-08-04 21:34:20,687 root INFO copying cinder/fonts/fontawesome-webfont.eot -> build/lib/cinder/fonts 2024-08-04 21:34:20,688 root INFO copying cinder/fonts/fontawesome-webfont.svg -> build/lib/cinder/fonts 2024-08-04 21:34:20,688 root INFO copying cinder/fonts/fontawesome-webfont.ttf -> build/lib/cinder/fonts 2024-08-04 21:34:20,688 root INFO copying cinder/fonts/fontawesome-webfont.woff -> build/lib/cinder/fonts 2024-08-04 21:34:20,688 root INFO creating build/lib/cinder/img 2024-08-04 21:34:20,689 root INFO copying cinder/img/favicon.ico -> build/lib/cinder/img 2024-08-04 21:34:20,689 root INFO copying cinder/img/grid1.png -> build/lib/cinder/img 2024-08-04 21:34:20,689 root INFO copying cinder/img/grid10.png -> build/lib/cinder/img 2024-08-04 21:34:20,689 root INFO copying cinder/img/grid11.png -> build/lib/cinder/img 2024-08-04 21:34:20,689 root INFO copying cinder/img/grid12.png -> build/lib/cinder/img 2024-08-04 21:34:20,690 root INFO copying cinder/img/grid13.png -> build/lib/cinder/img 2024-08-04 21:34:20,690 root INFO copying cinder/img/grid14.png -> build/lib/cinder/img 2024-08-04 21:34:20,690 root INFO copying cinder/img/grid15.png -> build/lib/cinder/img 2024-08-04 21:34:20,690 root INFO copying cinder/img/grid16.png -> build/lib/cinder/img 2024-08-04 21:34:20,690 root INFO copying cinder/img/grid17.png -> build/lib/cinder/img 2024-08-04 21:34:20,691 root INFO copying cinder/img/grid18.png -> build/lib/cinder/img 2024-08-04 21:34:20,691 root INFO copying cinder/img/grid19.png -> build/lib/cinder/img 2024-08-04 21:34:20,691 root INFO copying cinder/img/grid2.png -> build/lib/cinder/img 2024-08-04 21:34:20,691 root INFO copying cinder/img/grid20.png -> build/lib/cinder/img 2024-08-04 21:34:20,691 root INFO copying cinder/img/grid3.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid4.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid5.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid6.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid7.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid8.png -> build/lib/cinder/img 2024-08-04 21:34:20,692 root INFO copying cinder/img/grid9.png -> build/lib/cinder/img 2024-08-04 21:34:20,693 root INFO creating build/lib/cinder/js 2024-08-04 21:34:20,693 root INFO copying cinder/js/base.js -> build/lib/cinder/js 2024-08-04 21:34:20,693 root INFO copying cinder/js/bootstrap-3.0.3.min.js -> build/lib/cinder/js 2024-08-04 21:34:20,699 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-08-04 21:34:20,699 root INFO running install 2024-08-04 21:34:20,720 root INFO running install_lib 2024-08-04 21:34:20,723 root INFO creating build/bdist.linux-ppc64le 2024-08-04 21:34:20,723 root INFO creating build/bdist.linux-ppc64le/wheel 2024-08-04 21:34:20,723 root INFO creating build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,723 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,723 root INFO copying build/lib/cinder/img/grid4.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,723 root INFO copying build/lib/cinder/img/grid1.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/grid17.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/grid10.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/grid14.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/grid6.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/grid9.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,724 root INFO copying build/lib/cinder/img/favicon.ico -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid12.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid7.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid20.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid16.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid19.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,725 root INFO copying build/lib/cinder/img/grid2.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid13.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid11.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid3.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid18.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid15.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,726 root INFO copying build/lib/cinder/img/grid5.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,727 root INFO copying build/lib/cinder/img/grid8.png -> build/bdist.linux-ppc64le/wheel/cinder/img 2024-08-04 21:34:20,727 root INFO copying build/lib/cinder/main.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,727 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/fonts 2024-08-04 21:34:20,727 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.woff -> build/bdist.linux-ppc64le/wheel/cinder/fonts 2024-08-04 21:34:20,727 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.svg -> build/bdist.linux-ppc64le/wheel/cinder/fonts 2024-08-04 21:34:20,728 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.ttf -> build/bdist.linux-ppc64le/wheel/cinder/fonts 2024-08-04 21:34:20,728 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.eot -> build/bdist.linux-ppc64le/wheel/cinder/fonts 2024-08-04 21:34:20,728 root INFO copying build/lib/cinder/404.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,728 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/js 2024-08-04 21:34:20,728 root INFO copying build/lib/cinder/js/bootstrap-3.0.3.min.js -> build/bdist.linux-ppc64le/wheel/cinder/js 2024-08-04 21:34:20,729 root INFO copying build/lib/cinder/js/base.js -> build/bdist.linux-ppc64le/wheel/cinder/js 2024-08-04 21:34:20,729 root INFO copying build/lib/cinder/nav.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,729 root INFO copying build/lib/cinder/search-modal.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,729 root INFO copying build/lib/cinder/base.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,729 root INFO copying build/lib/cinder/mkdocs_theme.yml -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,730 root INFO copying build/lib/cinder/nav-sub.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,730 root INFO copying build/lib/cinder/keyboard-modal.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,730 root INFO copying build/lib/cinder/toc.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,730 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,730 root INFO copying build/lib/cinder/css/base.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,730 root INFO copying build/lib/cinder/css/bootstrap-custom.min.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,731 root INFO copying build/lib/cinder/css/base.min.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,731 root INFO copying build/lib/cinder/css/highlight.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,731 root INFO copying build/lib/cinder/css/bootstrap-custom.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,731 root INFO copying build/lib/cinder/css/highlight.min.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,732 root INFO copying build/lib/cinder/css/cinder.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,732 root INFO copying build/lib/cinder/css/cinder.min.css -> build/bdist.linux-ppc64le/wheel/cinder/css 2024-08-04 21:34:20,732 root INFO copying build/lib/cinder/content.html -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,732 root INFO copying build/lib/cinder/__init__.py -> build/bdist.linux-ppc64le/wheel/cinder 2024-08-04 21:34:20,732 root INFO running install_egg_info 2024-08-04 21:34:20,735 root INFO Copying mkdocs_cinder.egg-info to build/bdist.linux-ppc64le/wheel/mkdocs_cinder-1.2.0-py3.12.egg-info 2024-08-04 21:34:20,736 root INFO running install_scripts 2024-08-04 21:34:20,737 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_cinder-1.2.0.dist-info/WHEEL 2024-08-04 21:34:20,738 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-cinder/src/mkdocs-cinder-1.2.0/.dist/.tmp-e47rsst7/mkdocs_cinder-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-08-04 21:34:20,738 wheel INFO adding 'cinder/404.html' 2024-08-04 21:34:20,738 wheel INFO adding 'cinder/__init__.py' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/base.html' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/content.html' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/keyboard-modal.html' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/main.html' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/mkdocs_theme.yml' 2024-08-04 21:34:20,739 wheel INFO adding 'cinder/nav-sub.html' 2024-08-04 21:34:20,740 wheel INFO adding 'cinder/nav.html' 2024-08-04 21:34:20,740 wheel INFO adding 'cinder/search-modal.html' 2024-08-04 21:34:20,740 wheel INFO adding 'cinder/toc.html' 2024-08-04 21:34:20,740 wheel INFO adding 'cinder/css/base.css' 2024-08-04 21:34:20,741 wheel INFO adding 'cinder/css/base.min.css' 2024-08-04 21:34:20,741 wheel INFO adding 'cinder/css/bootstrap-custom.css' 2024-08-04 21:34:20,742 wheel INFO adding 'cinder/css/bootstrap-custom.min.css' 2024-08-04 21:34:20,742 wheel INFO adding 'cinder/css/cinder.css' 2024-08-04 21:34:20,742 wheel INFO adding 'cinder/css/cinder.min.css' 2024-08-04 21:34:20,742 wheel INFO adding 'cinder/css/highlight.css' 2024-08-04 21:34:20,743 wheel INFO adding 'cinder/css/highlight.min.css' 2024-08-04 21:34:20,743 wheel INFO adding 'cinder/fonts/fontawesome-webfont.eot' 2024-08-04 21:34:20,743 wheel INFO adding 'cinder/fonts/fontawesome-webfont.svg' 2024-08-04 21:34:20,744 wheel INFO adding 'cinder/fonts/fontawesome-webfont.ttf' 2024-08-04 21:34:20,745 wheel INFO adding 'cinder/fonts/fontawesome-webfont.woff' 2024-08-04 21:34:20,745 wheel INFO adding 'cinder/img/favicon.ico' 2024-08-04 21:34:20,745 wheel INFO adding 'cinder/img/grid1.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid10.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid11.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid12.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid13.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid14.png' 2024-08-04 21:34:20,746 wheel INFO adding 'cinder/img/grid15.png' 2024-08-04 21:34:20,747 wheel INFO adding 'cinder/img/grid16.png' 2024-08-04 21:34:20,747 wheel INFO adding 'cinder/img/grid17.png' 2024-08-04 21:34:20,747 wheel INFO adding 'cinder/img/grid18.png' 2024-08-04 21:34:20,747 wheel INFO adding 'cinder/img/grid19.png' 2024-08-04 21:34:20,747 wheel INFO adding 'cinder/img/grid2.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid20.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid3.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid4.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid5.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid6.png' 2024-08-04 21:34:20,748 wheel INFO adding 'cinder/img/grid7.png' 2024-08-04 21:34:20,749 wheel INFO adding 'cinder/img/grid8.png' 2024-08-04 21:34:20,749 wheel INFO adding 'cinder/img/grid9.png' 2024-08-04 21:34:20,749 wheel INFO adding 'cinder/js/base.js' 2024-08-04 21:34:20,749 wheel INFO adding 'cinder/js/bootstrap-3.0.3.min.js' 2024-08-04 21:34:20,750 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/LICENSE.md' 2024-08-04 21:34:20,750 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/METADATA' 2024-08-04 21:34:20,750 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/WHEEL' 2024-08-04 21:34:20,750 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/entry_points.txt' 2024-08-04 21:34:20,750 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/top_level.txt' 2024-08-04 21:34:20,751 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/RECORD' 2024-08-04 21:34:20,751 root INFO removing build/bdist.linux-ppc64le/wheel 2024-08-04 21:34:20,753 gpep517 INFO The backend produced .dist/mkdocs_cinder-1.2.0-py3-none-any.whl mkdocs_cinder-1.2.0-py3-none-any.whl >>> mkdocs-cinder: Entering fakeroot... 2024-08-04 21:34:20,985 gpep517 INFO Installing .dist/mkdocs_cinder-1.2.0-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder 2024-08-04 21:34:21,029 gpep517 INFO Installation complete >>> mkdocs-cinder-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder/usr/lib/python3.12/site-packages/cinder/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder-pyc/usr/lib/python3.12/site-packages/cinder/__pycache__' >>> mkdocs-cinder-pyc*: Preparing subpackage mkdocs-cinder-pyc... >>> mkdocs-cinder-pyc*: Running postcheck for mkdocs-cinder-pyc >>> mkdocs-cinder*: Running postcheck for mkdocs-cinder >>> mkdocs-cinder*: Preparing package mkdocs-cinder... >>> mkdocs-cinder-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-cinder-pyc*: Package size: 32.0 KB >>> mkdocs-cinder-pyc*: Compressing data... >>> mkdocs-cinder-pyc*: Create checksum... >>> mkdocs-cinder-pyc*: Create mkdocs-cinder-pyc-1.2.0-r5.apk >>> mkdocs-cinder*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-cinder*: Package size: 872.0 KB >>> mkdocs-cinder*: Compressing data... >>> mkdocs-cinder*: Create checksum... >>> mkdocs-cinder*: Create mkdocs-cinder-1.2.0-r5.apk >>> mkdocs-cinder: Build complete at Sun, 04 Aug 2024 21:34:21 +0000 elapsed time 0h 0m 3s >>> mkdocs-cinder: Cleaning up srcdir >>> mkdocs-cinder: Cleaning up pkgdir >>> mkdocs-cinder: Uninstalling dependencies... (1/20) Purging .makedepends-mkdocs-cinder (20240804.213419) (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-cinder: Updating the testing/ppc64le repository index... >>> mkdocs-cinder: Signing the index...