>>> mkdocs-cinder: Building testing/mkdocs-cinder 1.2.0-r6 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 12:46:13 +0000 >>> mkdocs-cinder: Validating /home/buildozer/aports/testing/mkdocs-cinder/APKBUILD... >>> mkdocs-cinder: Analyzing dependencies... >>> mkdocs-cinder: Installing for build: build-base python3 py3-setuptools py3-gpep517 ( 1/22) Installing libbz2 (1.0.8-r6) ( 2/22) Installing libffi (3.5.2-r0) ( 3/22) Installing gdbm (1.26-r0) ( 4/22) Installing xz-libs (5.8.2-r0) ( 5/22) Installing mpdecimal (4.0.1-r0) ( 6/22) Installing libpanelw (6.6_p20251231-r0) ( 7/22) Installing sqlite-libs (3.51.2-r1) ( 8/22) Installing python3 (3.14.3-r0) ( 9/22) Installing python3-pycache-pyc0 (3.14.3-r0) (10/22) Installing pyc (3.14.3-r0) (11/22) Installing python3-pyc (3.14.3-r0) (12/22) Installing py3-parsing (3.3.2-r1) (13/22) Installing py3-parsing-pyc (3.3.2-r1) (14/22) Installing py3-packaging (26.0-r1) (15/22) Installing py3-packaging-pyc (26.0-r1) (16/22) Installing py3-setuptools (82.0.1-r1) (17/22) Installing py3-setuptools-pyc (82.0.1-r1) (18/22) Installing py3-installer (0.7.0-r3) (19/22) Installing py3-installer-pyc (0.7.0-r3) (20/22) Installing py3-gpep517 (19-r2) (21/22) Installing py3-gpep517-pyc (19-r2) (22/22) Installing .makedepends-mkdocs-cinder (20260330.124615) Executing busybox-1.37.0-r31.trigger OK: 338.6 MiB in 127 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> mkdocs-cinder: Fetching https://files.pythonhosted.org/packages/source/m/mkdocs-cinder/mkdocs-cinder-1.2.0.tar.gz Connecting to files.pythonhosted.org (151.101.0.223:443) Connecting to files.pythonhosted.org (151.101.0.223:443) saving to '/var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz.part' mkdocs-cinder-1.2.0. 100% |********************************| 241k 0:00:00 ETA '/var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz.part' saved /var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz: OK >>> mkdocs-cinder: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz /var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz: OK >>> mkdocs-cinder: Unpacking /var/cache/distfiles/mkdocs-cinder-1.2.0.tar.gz... 2026-03-30 12:46:17,273 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-03-30 12:46:17,296 root INFO running bdist_wheel 2026-03-30 12:46:17,314 root INFO running build 2026-03-30 12:46:17,314 root INFO running build_py 2026-03-30 12:46:17,318 root INFO creating build/lib/cinder 2026-03-30 12:46:17,319 root INFO copying cinder/__init__.py -> build/lib/cinder 2026-03-30 12:46:17,319 root INFO running egg_info 2026-03-30 12:46:17,322 root INFO writing mkdocs_cinder.egg-info/PKG-INFO 2026-03-30 12:46:17,322 root INFO writing dependency_links to mkdocs_cinder.egg-info/dependency_links.txt 2026-03-30 12:46:17,322 root INFO writing entry points to mkdocs_cinder.egg-info/entry_points.txt 2026-03-30 12:46:17,323 root INFO writing top-level names to mkdocs_cinder.egg-info/top_level.txt 2026-03-30 12:46:17,326 root INFO reading manifest file 'mkdocs_cinder.egg-info/SOURCES.txt' 2026-03-30 12:46:17,328 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 12:46:17,340 root WARNING warning: no files found matching '*.woff2' under directory 'cinder' 2026-03-30 12:46:17,342 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-03-30 12:46:17,342 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-03-30 12:46:17,342 root INFO adding license file 'LICENSE.md' 2026-03-30 12:46:17,344 root INFO writing manifest file 'mkdocs_cinder.egg-info/SOURCES.txt' /usr/lib/python3.14/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.14/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.14/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.14/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) 2026-03-30 12:46:17,348 root INFO copying cinder/404.html -> build/lib/cinder 2026-03-30 12:46:17,348 root INFO copying cinder/base.html -> build/lib/cinder 2026-03-30 12:46:17,348 root INFO copying cinder/content.html -> build/lib/cinder 2026-03-30 12:46:17,348 root INFO copying cinder/keyboard-modal.html -> build/lib/cinder 2026-03-30 12:46:17,349 root INFO copying cinder/main.html -> build/lib/cinder 2026-03-30 12:46:17,349 root INFO copying cinder/mkdocs_theme.yml -> build/lib/cinder 2026-03-30 12:46:17,349 root INFO copying cinder/nav-sub.html -> build/lib/cinder 2026-03-30 12:46:17,349 root INFO copying cinder/nav.html -> build/lib/cinder 2026-03-30 12:46:17,350 root INFO copying cinder/search-modal.html -> build/lib/cinder 2026-03-30 12:46:17,350 root INFO copying cinder/toc.html -> build/lib/cinder 2026-03-30 12:46:17,350 root INFO creating build/lib/cinder/css 2026-03-30 12:46:17,350 root INFO copying cinder/css/base.css -> build/lib/cinder/css 2026-03-30 12:46:17,350 root INFO copying cinder/css/base.min.css -> build/lib/cinder/css 2026-03-30 12:46:17,351 root INFO copying cinder/css/bootstrap-custom.css -> build/lib/cinder/css 2026-03-30 12:46:17,351 root INFO copying cinder/css/bootstrap-custom.min.css -> build/lib/cinder/css 2026-03-30 12:46:17,351 root INFO copying cinder/css/cinder.css -> build/lib/cinder/css 2026-03-30 12:46:17,352 root INFO copying cinder/css/cinder.min.css -> build/lib/cinder/css 2026-03-30 12:46:17,352 root INFO copying cinder/css/highlight.css -> build/lib/cinder/css 2026-03-30 12:46:17,352 root INFO copying cinder/css/highlight.min.css -> build/lib/cinder/css 2026-03-30 12:46:17,352 root INFO creating build/lib/cinder/fonts 2026-03-30 12:46:17,352 root INFO copying cinder/fonts/fontawesome-webfont.eot -> build/lib/cinder/fonts 2026-03-30 12:46:17,353 root INFO copying cinder/fonts/fontawesome-webfont.svg -> build/lib/cinder/fonts 2026-03-30 12:46:17,353 root INFO copying cinder/fonts/fontawesome-webfont.ttf -> build/lib/cinder/fonts 2026-03-30 12:46:17,353 root INFO copying cinder/fonts/fontawesome-webfont.woff -> build/lib/cinder/fonts 2026-03-30 12:46:17,353 root INFO creating build/lib/cinder/img 2026-03-30 12:46:17,354 root INFO copying cinder/img/favicon.ico -> build/lib/cinder/img 2026-03-30 12:46:17,354 root INFO copying cinder/img/grid1.png -> build/lib/cinder/img 2026-03-30 12:46:17,354 root INFO copying cinder/img/grid10.png -> build/lib/cinder/img 2026-03-30 12:46:17,354 root INFO copying cinder/img/grid11.png -> build/lib/cinder/img 2026-03-30 12:46:17,355 root INFO copying cinder/img/grid12.png -> build/lib/cinder/img 2026-03-30 12:46:17,355 root INFO copying cinder/img/grid13.png -> build/lib/cinder/img 2026-03-30 12:46:17,355 root INFO copying cinder/img/grid14.png -> build/lib/cinder/img 2026-03-30 12:46:17,355 root INFO copying cinder/img/grid15.png -> build/lib/cinder/img 2026-03-30 12:46:17,355 root INFO copying cinder/img/grid16.png -> build/lib/cinder/img 2026-03-30 12:46:17,356 root INFO copying cinder/img/grid17.png -> build/lib/cinder/img 2026-03-30 12:46:17,356 root INFO copying cinder/img/grid18.png -> build/lib/cinder/img 2026-03-30 12:46:17,356 root INFO copying cinder/img/grid19.png -> build/lib/cinder/img 2026-03-30 12:46:17,356 root INFO copying cinder/img/grid2.png -> build/lib/cinder/img 2026-03-30 12:46:17,357 root INFO copying cinder/img/grid20.png -> build/lib/cinder/img 2026-03-30 12:46:17,357 root INFO copying cinder/img/grid3.png -> build/lib/cinder/img 2026-03-30 12:46:17,357 root INFO copying cinder/img/grid4.png -> build/lib/cinder/img 2026-03-30 12:46:17,357 root INFO copying cinder/img/grid5.png -> build/lib/cinder/img 2026-03-30 12:46:17,358 root INFO copying cinder/img/grid6.png -> build/lib/cinder/img 2026-03-30 12:46:17,358 root INFO copying cinder/img/grid7.png -> build/lib/cinder/img 2026-03-30 12:46:17,358 root INFO copying cinder/img/grid8.png -> build/lib/cinder/img 2026-03-30 12:46:17,358 root INFO copying cinder/img/grid9.png -> build/lib/cinder/img 2026-03-30 12:46:17,358 root INFO creating build/lib/cinder/js 2026-03-30 12:46:17,359 root INFO copying cinder/js/base.js -> build/lib/cinder/js 2026-03-30 12:46:17,359 root INFO copying cinder/js/bootstrap-3.0.3.min.js -> build/lib/cinder/js 2026-03-30 12:46:17,367 root INFO installing to build/bdist.linux-ppc64le/wheel 2026-03-30 12:46:17,367 root INFO running install 2026-03-30 12:46:17,385 root INFO running install_lib 2026-03-30 12:46:17,388 root INFO creating build/bdist.linux-ppc64le/wheel 2026-03-30 12:46:17,389 root INFO creating build/bdist.linux-ppc64le/wheel/cinder 2026-03-30 12:46:17,389 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/img 2026-03-30 12:46:17,389 root INFO copying build/lib/cinder/img/grid4.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,389 root INFO copying build/lib/cinder/img/grid1.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,389 root INFO copying build/lib/cinder/img/grid17.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,390 root INFO copying build/lib/cinder/img/grid10.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,390 root INFO copying build/lib/cinder/img/grid14.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,390 root INFO copying build/lib/cinder/img/grid6.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,390 root INFO copying build/lib/cinder/img/grid9.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,390 root INFO copying build/lib/cinder/img/favicon.ico -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,391 root INFO copying build/lib/cinder/img/grid12.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,391 root INFO copying build/lib/cinder/img/grid7.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,391 root INFO copying build/lib/cinder/img/grid20.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,391 root INFO copying build/lib/cinder/img/grid16.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,391 root INFO copying build/lib/cinder/img/grid19.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,392 root INFO copying build/lib/cinder/img/grid2.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,392 root INFO copying build/lib/cinder/img/grid13.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,392 root INFO copying build/lib/cinder/img/grid11.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,392 root INFO copying build/lib/cinder/img/grid3.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,392 root INFO copying build/lib/cinder/img/grid18.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,393 root INFO copying build/lib/cinder/img/grid15.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,393 root INFO copying build/lib/cinder/img/grid5.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,393 root INFO copying build/lib/cinder/img/grid8.png -> build/bdist.linux-ppc64le/wheel/./cinder/img 2026-03-30 12:46:17,393 root INFO copying build/lib/cinder/main.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,393 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/fonts 2026-03-30 12:46:17,394 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.woff -> build/bdist.linux-ppc64le/wheel/./cinder/fonts 2026-03-30 12:46:17,394 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.svg -> build/bdist.linux-ppc64le/wheel/./cinder/fonts 2026-03-30 12:46:17,394 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.ttf -> build/bdist.linux-ppc64le/wheel/./cinder/fonts 2026-03-30 12:46:17,394 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.eot -> build/bdist.linux-ppc64le/wheel/./cinder/fonts 2026-03-30 12:46:17,395 root INFO copying build/lib/cinder/404.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,395 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/js 2026-03-30 12:46:17,395 root INFO copying build/lib/cinder/js/bootstrap-3.0.3.min.js -> build/bdist.linux-ppc64le/wheel/./cinder/js 2026-03-30 12:46:17,395 root INFO copying build/lib/cinder/js/base.js -> build/bdist.linux-ppc64le/wheel/./cinder/js 2026-03-30 12:46:17,395 root INFO copying build/lib/cinder/nav.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,396 root INFO copying build/lib/cinder/search-modal.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,396 root INFO copying build/lib/cinder/base.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,396 root INFO copying build/lib/cinder/mkdocs_theme.yml -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,396 root INFO copying build/lib/cinder/nav-sub.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,396 root INFO copying build/lib/cinder/keyboard-modal.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,397 root INFO copying build/lib/cinder/toc.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,397 root INFO creating build/bdist.linux-ppc64le/wheel/cinder/css 2026-03-30 12:46:17,397 root INFO copying build/lib/cinder/css/base.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,397 root INFO copying build/lib/cinder/css/bootstrap-custom.min.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,397 root INFO copying build/lib/cinder/css/base.min.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,398 root INFO copying build/lib/cinder/css/highlight.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,398 root INFO copying build/lib/cinder/css/bootstrap-custom.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,398 root INFO copying build/lib/cinder/css/highlight.min.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,398 root INFO copying build/lib/cinder/css/cinder.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,398 root INFO copying build/lib/cinder/css/cinder.min.css -> build/bdist.linux-ppc64le/wheel/./cinder/css 2026-03-30 12:46:17,399 root INFO copying build/lib/cinder/content.html -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,399 root INFO copying build/lib/cinder/__init__.py -> build/bdist.linux-ppc64le/wheel/./cinder 2026-03-30 12:46:17,399 root INFO running install_egg_info 2026-03-30 12:46:17,403 root INFO Copying mkdocs_cinder.egg-info to build/bdist.linux-ppc64le/wheel/./mkdocs_cinder-1.2.0-py3.14.egg-info 2026-03-30 12:46:17,404 root INFO running install_scripts 2026-03-30 12:46:17,405 root INFO creating build/bdist.linux-ppc64le/wheel/mkdocs_cinder-1.2.0.dist-info/WHEEL 2026-03-30 12:46:17,406 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-cinder/src/mkdocs-cinder-1.2.0/.dist/.tmp-85cb1nat/mkdocs_cinder-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2026-03-30 12:46:17,406 wheel INFO adding 'cinder/404.html' 2026-03-30 12:46:17,407 wheel INFO adding 'cinder/__init__.py' 2026-03-30 12:46:17,407 wheel INFO adding 'cinder/base.html' 2026-03-30 12:46:17,407 wheel INFO adding 'cinder/content.html' 2026-03-30 12:46:17,407 wheel INFO adding 'cinder/keyboard-modal.html' 2026-03-30 12:46:17,407 wheel INFO adding 'cinder/main.html' 2026-03-30 12:46:17,408 wheel INFO adding 'cinder/mkdocs_theme.yml' 2026-03-30 12:46:17,408 wheel INFO adding 'cinder/nav-sub.html' 2026-03-30 12:46:17,408 wheel INFO adding 'cinder/nav.html' 2026-03-30 12:46:17,408 wheel INFO adding 'cinder/search-modal.html' 2026-03-30 12:46:17,408 wheel INFO adding 'cinder/toc.html' 2026-03-30 12:46:17,409 wheel INFO adding 'cinder/css/base.css' 2026-03-30 12:46:17,409 wheel INFO adding 'cinder/css/base.min.css' 2026-03-30 12:46:17,409 wheel INFO adding 'cinder/css/bootstrap-custom.css' 2026-03-30 12:46:17,410 wheel INFO adding 'cinder/css/bootstrap-custom.min.css' 2026-03-30 12:46:17,410 wheel INFO adding 'cinder/css/cinder.css' 2026-03-30 12:46:17,410 wheel INFO adding 'cinder/css/cinder.min.css' 2026-03-30 12:46:17,411 wheel INFO adding 'cinder/css/highlight.css' 2026-03-30 12:46:17,411 wheel INFO adding 'cinder/css/highlight.min.css' 2026-03-30 12:46:17,411 wheel INFO adding 'cinder/fonts/fontawesome-webfont.eot' 2026-03-30 12:46:17,412 wheel INFO adding 'cinder/fonts/fontawesome-webfont.svg' 2026-03-30 12:46:17,412 wheel INFO adding 'cinder/fonts/fontawesome-webfont.ttf' 2026-03-30 12:46:17,413 wheel INFO adding 'cinder/fonts/fontawesome-webfont.woff' 2026-03-30 12:46:17,413 wheel INFO adding 'cinder/img/favicon.ico' 2026-03-30 12:46:17,413 wheel INFO adding 'cinder/img/grid1.png' 2026-03-30 12:46:17,414 wheel INFO adding 'cinder/img/grid10.png' 2026-03-30 12:46:17,414 wheel INFO adding 'cinder/img/grid11.png' 2026-03-30 12:46:17,414 wheel INFO adding 'cinder/img/grid12.png' 2026-03-30 12:46:17,414 wheel INFO adding 'cinder/img/grid13.png' 2026-03-30 12:46:17,414 wheel INFO adding 'cinder/img/grid14.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid15.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid16.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid17.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid18.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid19.png' 2026-03-30 12:46:17,415 wheel INFO adding 'cinder/img/grid2.png' 2026-03-30 12:46:17,416 wheel INFO adding 'cinder/img/grid20.png' 2026-03-30 12:46:17,416 wheel INFO adding 'cinder/img/grid3.png' 2026-03-30 12:46:17,416 wheel INFO adding 'cinder/img/grid4.png' 2026-03-30 12:46:17,416 wheel INFO adding 'cinder/img/grid5.png' 2026-03-30 12:46:17,416 wheel INFO adding 'cinder/img/grid6.png' 2026-03-30 12:46:17,417 wheel INFO adding 'cinder/img/grid7.png' 2026-03-30 12:46:17,417 wheel INFO adding 'cinder/img/grid8.png' 2026-03-30 12:46:17,417 wheel INFO adding 'cinder/img/grid9.png' 2026-03-30 12:46:17,417 wheel INFO adding 'cinder/js/base.js' 2026-03-30 12:46:17,417 wheel INFO adding 'cinder/js/bootstrap-3.0.3.min.js' 2026-03-30 12:46:17,418 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/licenses/LICENSE.md' 2026-03-30 12:46:17,418 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/METADATA' 2026-03-30 12:46:17,418 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/WHEEL' 2026-03-30 12:46:17,418 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/entry_points.txt' 2026-03-30 12:46:17,418 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/top_level.txt' 2026-03-30 12:46:17,419 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/RECORD' 2026-03-30 12:46:17,419 root INFO removing build/bdist.linux-ppc64le/wheel 2026-03-30 12:46:17,421 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... 2026-03-30 12:46:17,672 gpep517 INFO Installing .dist/mkdocs_cinder-1.2.0-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder 2026-03-30 12:46:17,708 gpep517 INFO Installation complete >>> mkdocs-cinder-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/cinder/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder-pyc/usr/lib/python3.14/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~3.14 >>> mkdocs-cinder-pyc*: Package size: 151.0 B >>> mkdocs-cinder-pyc*: Compressing data... >>> mkdocs-cinder-pyc*: Create checksum... >>> mkdocs-cinder-pyc*: Create mkdocs-cinder-pyc-1.2.0-r6.apk >>> mkdocs-cinder*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-cinder*: Package size: 671.5 KB >>> mkdocs-cinder*: Compressing data... >>> mkdocs-cinder*: Create checksum... >>> mkdocs-cinder*: Create mkdocs-cinder-1.2.0-r6.apk >>> mkdocs-cinder: Build complete at Mon, 30 Mar 2026 12:46:18 +0000 elapsed time 0h 0m 5s >>> mkdocs-cinder: Cleaning up srcdir >>> mkdocs-cinder: Cleaning up pkgdir >>> mkdocs-cinder: Uninstalling dependencies... ( 1/22) Purging .makedepends-mkdocs-cinder (20260330.124615) ( 2/22) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/22) Purging py3-setuptools (82.0.1-r1) ( 4/22) Purging py3-packaging-pyc (26.0-r1) ( 5/22) Purging py3-packaging (26.0-r1) ( 6/22) Purging py3-parsing-pyc (3.3.2-r1) ( 7/22) Purging py3-parsing (3.3.2-r1) ( 8/22) Purging py3-gpep517-pyc (19-r2) ( 9/22) Purging py3-gpep517 (19-r2) (10/22) Purging py3-installer-pyc (0.7.0-r3) (11/22) Purging py3-installer (0.7.0-r3) (12/22) Purging python3-pyc (3.14.3-r0) (13/22) Purging python3-pycache-pyc0 (3.14.3-r0) (14/22) Purging pyc (3.14.3-r0) (15/22) Purging python3 (3.14.3-r0) (16/22) Purging gdbm (1.26-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libffi (3.5.2-r0) (19/22) Purging libpanelw (6.6_p20251231-r0) (20/22) Purging mpdecimal (4.0.1-r0) (21/22) Purging sqlite-libs (3.51.2-r1) (22/22) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 288.7 MiB in 105 packages >>> mkdocs-cinder: Updating the testing/ppc64le repository index... >>> mkdocs-cinder: Signing the index...