>>> mkdocs-cinder: Building testing/mkdocs-cinder 1.2.0-r6 (using abuild 3.17.0_rc1-r1) started Thu, 16 Apr 2026 11:38:01 +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/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-cinder (20260416.113806) Executing busybox-1.37.0-r31.trigger OK: 435.0 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) saving to '/var/cache/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz.part' mkdocs-cinder-1.2.0. 100% |********************************| 241k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz.part' saved /var/cache/distfiles/edge/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/edge/mkdocs-cinder-1.2.0.tar.gz: OK >>> mkdocs-cinder: Unpacking /var/cache/distfiles/edge/mkdocs-cinder-1.2.0.tar.gz... 2026-04-16 11:38:09,681 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-16 11:38:09,797 root INFO running bdist_wheel 2026-04-16 11:38:09,873 root INFO running build 2026-04-16 11:38:09,873 root INFO running build_py 2026-04-16 11:38:09,889 root INFO creating build/lib/cinder 2026-04-16 11:38:09,890 root INFO copying cinder/__init__.py -> build/lib/cinder 2026-04-16 11:38:09,892 root INFO running egg_info 2026-04-16 11:38:09,901 root INFO writing mkdocs_cinder.egg-info/PKG-INFO 2026-04-16 11:38:09,904 root INFO writing dependency_links to mkdocs_cinder.egg-info/dependency_links.txt 2026-04-16 11:38:09,905 root INFO writing entry points to mkdocs_cinder.egg-info/entry_points.txt 2026-04-16 11:38:09,907 root INFO writing top-level names to mkdocs_cinder.egg-info/top_level.txt 2026-04-16 11:38:09,920 root INFO reading manifest file 'mkdocs_cinder.egg-info/SOURCES.txt' 2026-04-16 11:38:09,925 root INFO reading manifest template 'MANIFEST.in' 2026-04-16 11:38:09,967 root WARNING warning: no files found matching '*.woff2' under directory 'cinder' 2026-04-16 11:38:09,974 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-16 11:38:09,975 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-16 11:38:09,976 root INFO adding license file 'LICENSE.md' 2026-04-16 11:38:09,982 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-04-16 11:38:09,993 root INFO copying cinder/404.html -> build/lib/cinder 2026-04-16 11:38:09,995 root INFO copying cinder/base.html -> build/lib/cinder 2026-04-16 11:38:09,996 root INFO copying cinder/content.html -> build/lib/cinder 2026-04-16 11:38:09,998 root INFO copying cinder/keyboard-modal.html -> build/lib/cinder 2026-04-16 11:38:10,000 root INFO copying cinder/main.html -> build/lib/cinder 2026-04-16 11:38:10,002 root INFO copying cinder/mkdocs_theme.yml -> build/lib/cinder 2026-04-16 11:38:10,003 root INFO copying cinder/nav-sub.html -> build/lib/cinder 2026-04-16 11:38:10,005 root INFO copying cinder/nav.html -> build/lib/cinder 2026-04-16 11:38:10,007 root INFO copying cinder/search-modal.html -> build/lib/cinder 2026-04-16 11:38:10,008 root INFO copying cinder/toc.html -> build/lib/cinder 2026-04-16 11:38:10,010 root INFO creating build/lib/cinder/css 2026-04-16 11:38:10,011 root INFO copying cinder/css/base.css -> build/lib/cinder/css 2026-04-16 11:38:10,012 root INFO copying cinder/css/base.min.css -> build/lib/cinder/css 2026-04-16 11:38:10,014 root INFO copying cinder/css/bootstrap-custom.css -> build/lib/cinder/css 2026-04-16 11:38:10,018 root INFO copying cinder/css/bootstrap-custom.min.css -> build/lib/cinder/css 2026-04-16 11:38:10,021 root INFO copying cinder/css/cinder.css -> build/lib/cinder/css 2026-04-16 11:38:10,023 root INFO copying cinder/css/cinder.min.css -> build/lib/cinder/css 2026-04-16 11:38:10,024 root INFO copying cinder/css/highlight.css -> build/lib/cinder/css 2026-04-16 11:38:10,025 root INFO copying cinder/css/highlight.min.css -> build/lib/cinder/css 2026-04-16 11:38:10,027 root INFO creating build/lib/cinder/fonts 2026-04-16 11:38:10,028 root INFO copying cinder/fonts/fontawesome-webfont.eot -> build/lib/cinder/fonts 2026-04-16 11:38:10,029 root INFO copying cinder/fonts/fontawesome-webfont.svg -> build/lib/cinder/fonts 2026-04-16 11:38:10,032 root INFO copying cinder/fonts/fontawesome-webfont.ttf -> build/lib/cinder/fonts 2026-04-16 11:38:10,035 root INFO copying cinder/fonts/fontawesome-webfont.woff -> build/lib/cinder/fonts 2026-04-16 11:38:10,036 root INFO creating build/lib/cinder/img 2026-04-16 11:38:10,037 root INFO copying cinder/img/favicon.ico -> build/lib/cinder/img 2026-04-16 11:38:10,039 root INFO copying cinder/img/grid1.png -> build/lib/cinder/img 2026-04-16 11:38:10,040 root INFO copying cinder/img/grid10.png -> build/lib/cinder/img 2026-04-16 11:38:10,042 root INFO copying cinder/img/grid11.png -> build/lib/cinder/img 2026-04-16 11:38:10,043 root INFO copying cinder/img/grid12.png -> build/lib/cinder/img 2026-04-16 11:38:10,044 root INFO copying cinder/img/grid13.png -> build/lib/cinder/img 2026-04-16 11:38:10,046 root INFO copying cinder/img/grid14.png -> build/lib/cinder/img 2026-04-16 11:38:10,047 root INFO copying cinder/img/grid15.png -> build/lib/cinder/img 2026-04-16 11:38:10,049 root INFO copying cinder/img/grid16.png -> build/lib/cinder/img 2026-04-16 11:38:10,050 root INFO copying cinder/img/grid17.png -> build/lib/cinder/img 2026-04-16 11:38:10,052 root INFO copying cinder/img/grid18.png -> build/lib/cinder/img 2026-04-16 11:38:10,053 root INFO copying cinder/img/grid19.png -> build/lib/cinder/img 2026-04-16 11:38:10,054 root INFO copying cinder/img/grid2.png -> build/lib/cinder/img 2026-04-16 11:38:10,056 root INFO copying cinder/img/grid20.png -> build/lib/cinder/img 2026-04-16 11:38:10,057 root INFO copying cinder/img/grid3.png -> build/lib/cinder/img 2026-04-16 11:38:10,059 root INFO copying cinder/img/grid4.png -> build/lib/cinder/img 2026-04-16 11:38:10,060 root INFO copying cinder/img/grid5.png -> build/lib/cinder/img 2026-04-16 11:38:10,062 root INFO copying cinder/img/grid6.png -> build/lib/cinder/img 2026-04-16 11:38:10,063 root INFO copying cinder/img/grid7.png -> build/lib/cinder/img 2026-04-16 11:38:10,064 root INFO copying cinder/img/grid8.png -> build/lib/cinder/img 2026-04-16 11:38:10,066 root INFO copying cinder/img/grid9.png -> build/lib/cinder/img 2026-04-16 11:38:10,067 root INFO creating build/lib/cinder/js 2026-04-16 11:38:10,068 root INFO copying cinder/js/base.js -> build/lib/cinder/js 2026-04-16 11:38:10,070 root INFO copying cinder/js/bootstrap-3.0.3.min.js -> build/lib/cinder/js 2026-04-16 11:38:10,099 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-16 11:38:10,099 root INFO running install 2026-04-16 11:38:10,137 root INFO running install_lib 2026-04-16 11:38:10,151 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-16 11:38:10,152 root INFO creating build/bdist.linux-riscv64/wheel/cinder 2026-04-16 11:38:10,153 root INFO copying build/lib/cinder/404.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,155 root INFO copying build/lib/cinder/__init__.py -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,156 root INFO copying build/lib/cinder/base.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,157 root INFO creating build/bdist.linux-riscv64/wheel/cinder/css 2026-04-16 11:38:10,158 root INFO copying build/lib/cinder/css/cinder.min.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,159 root INFO copying build/lib/cinder/css/bootstrap-custom.min.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,162 root INFO copying build/lib/cinder/css/base.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,163 root INFO copying build/lib/cinder/css/highlight.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,164 root INFO copying build/lib/cinder/css/base.min.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,165 root INFO copying build/lib/cinder/css/bootstrap-custom.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,168 root INFO copying build/lib/cinder/css/highlight.min.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,169 root INFO copying build/lib/cinder/css/cinder.css -> build/bdist.linux-riscv64/wheel/./cinder/css 2026-04-16 11:38:10,170 root INFO copying build/lib/cinder/main.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,172 root INFO copying build/lib/cinder/nav.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,173 root INFO copying build/lib/cinder/toc.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,174 root INFO copying build/lib/cinder/search-modal.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,175 root INFO copying build/lib/cinder/content.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,177 root INFO creating build/bdist.linux-riscv64/wheel/cinder/img 2026-04-16 11:38:10,177 root INFO copying build/lib/cinder/img/grid6.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,179 root INFO copying build/lib/cinder/img/grid9.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,180 root INFO copying build/lib/cinder/img/grid12.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,181 root INFO copying build/lib/cinder/img/grid19.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,182 root INFO copying build/lib/cinder/img/grid10.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,183 root INFO copying build/lib/cinder/img/grid2.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,185 root INFO copying build/lib/cinder/img/grid17.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,186 root INFO copying build/lib/cinder/img/grid15.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,187 root INFO copying build/lib/cinder/img/favicon.ico -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,188 root INFO copying build/lib/cinder/img/grid14.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,190 root INFO copying build/lib/cinder/img/grid20.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,191 root INFO copying build/lib/cinder/img/grid4.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,192 root INFO copying build/lib/cinder/img/grid3.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,193 root INFO copying build/lib/cinder/img/grid7.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,195 root INFO copying build/lib/cinder/img/grid8.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,196 root INFO copying build/lib/cinder/img/grid18.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,197 root INFO copying build/lib/cinder/img/grid13.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,198 root INFO copying build/lib/cinder/img/grid1.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,199 root INFO copying build/lib/cinder/img/grid5.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,201 root INFO copying build/lib/cinder/img/grid16.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,202 root INFO copying build/lib/cinder/img/grid11.png -> build/bdist.linux-riscv64/wheel/./cinder/img 2026-04-16 11:38:10,203 root INFO creating build/bdist.linux-riscv64/wheel/cinder/js 2026-04-16 11:38:10,204 root INFO copying build/lib/cinder/js/base.js -> build/bdist.linux-riscv64/wheel/./cinder/js 2026-04-16 11:38:10,206 root INFO copying build/lib/cinder/js/bootstrap-3.0.3.min.js -> build/bdist.linux-riscv64/wheel/./cinder/js 2026-04-16 11:38:10,208 root INFO creating build/bdist.linux-riscv64/wheel/cinder/fonts 2026-04-16 11:38:10,209 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/./cinder/fonts 2026-04-16 11:38:10,210 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/./cinder/fonts 2026-04-16 11:38:10,212 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/./cinder/fonts 2026-04-16 11:38:10,215 root INFO copying build/lib/cinder/fonts/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/./cinder/fonts 2026-04-16 11:38:10,217 root INFO copying build/lib/cinder/keyboard-modal.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,218 root INFO copying build/lib/cinder/nav-sub.html -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,219 root INFO copying build/lib/cinder/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./cinder 2026-04-16 11:38:10,220 root INFO running install_egg_info 2026-04-16 11:38:10,236 root INFO Copying mkdocs_cinder.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_cinder-1.2.0-py3.14.egg-info 2026-04-16 11:38:10,242 root INFO running install_scripts 2026-04-16 11:38:10,250 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_cinder-1.2.0.dist-info/WHEEL 2026-04-16 11:38:10,252 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-cinder/src/mkdocs-cinder-1.2.0/.dist/.tmp-2r9y9hgq/mkdocs_cinder-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-16 11:38:10,254 wheel INFO adding 'cinder/404.html' 2026-04-16 11:38:10,255 wheel INFO adding 'cinder/__init__.py' 2026-04-16 11:38:10,256 wheel INFO adding 'cinder/base.html' 2026-04-16 11:38:10,258 wheel INFO adding 'cinder/content.html' 2026-04-16 11:38:10,259 wheel INFO adding 'cinder/keyboard-modal.html' 2026-04-16 11:38:10,260 wheel INFO adding 'cinder/main.html' 2026-04-16 11:38:10,261 wheel INFO adding 'cinder/mkdocs_theme.yml' 2026-04-16 11:38:10,262 wheel INFO adding 'cinder/nav-sub.html' 2026-04-16 11:38:10,263 wheel INFO adding 'cinder/nav.html' 2026-04-16 11:38:10,264 wheel INFO adding 'cinder/search-modal.html' 2026-04-16 11:38:10,265 wheel INFO adding 'cinder/toc.html' 2026-04-16 11:38:10,267 wheel INFO adding 'cinder/css/base.css' 2026-04-16 11:38:10,268 wheel INFO adding 'cinder/css/base.min.css' 2026-04-16 11:38:10,270 wheel INFO adding 'cinder/css/bootstrap-custom.css' 2026-04-16 11:38:10,275 wheel INFO adding 'cinder/css/bootstrap-custom.min.css' 2026-04-16 11:38:10,278 wheel INFO adding 'cinder/css/cinder.css' 2026-04-16 11:38:10,279 wheel INFO adding 'cinder/css/cinder.min.css' 2026-04-16 11:38:10,280 wheel INFO adding 'cinder/css/highlight.css' 2026-04-16 11:38:10,281 wheel INFO adding 'cinder/css/highlight.min.css' 2026-04-16 11:38:10,283 wheel INFO adding 'cinder/fonts/fontawesome-webfont.eot' 2026-04-16 11:38:10,286 wheel INFO adding 'cinder/fonts/fontawesome-webfont.svg' 2026-04-16 11:38:10,292 wheel INFO adding 'cinder/fonts/fontawesome-webfont.ttf' 2026-04-16 11:38:10,295 wheel INFO adding 'cinder/fonts/fontawesome-webfont.woff' 2026-04-16 11:38:10,297 wheel INFO adding 'cinder/img/favicon.ico' 2026-04-16 11:38:10,299 wheel INFO adding 'cinder/img/grid1.png' 2026-04-16 11:38:10,300 wheel INFO adding 'cinder/img/grid10.png' 2026-04-16 11:38:10,301 wheel INFO adding 'cinder/img/grid11.png' 2026-04-16 11:38:10,302 wheel INFO adding 'cinder/img/grid12.png' 2026-04-16 11:38:10,303 wheel INFO adding 'cinder/img/grid13.png' 2026-04-16 11:38:10,304 wheel INFO adding 'cinder/img/grid14.png' 2026-04-16 11:38:10,305 wheel INFO adding 'cinder/img/grid15.png' 2026-04-16 11:38:10,306 wheel INFO adding 'cinder/img/grid16.png' 2026-04-16 11:38:10,307 wheel INFO adding 'cinder/img/grid17.png' 2026-04-16 11:38:10,308 wheel INFO adding 'cinder/img/grid18.png' 2026-04-16 11:38:10,310 wheel INFO adding 'cinder/img/grid19.png' 2026-04-16 11:38:10,311 wheel INFO adding 'cinder/img/grid2.png' 2026-04-16 11:38:10,312 wheel INFO adding 'cinder/img/grid20.png' 2026-04-16 11:38:10,313 wheel INFO adding 'cinder/img/grid3.png' 2026-04-16 11:38:10,314 wheel INFO adding 'cinder/img/grid4.png' 2026-04-16 11:38:10,315 wheel INFO adding 'cinder/img/grid5.png' 2026-04-16 11:38:10,316 wheel INFO adding 'cinder/img/grid6.png' 2026-04-16 11:38:10,317 wheel INFO adding 'cinder/img/grid7.png' 2026-04-16 11:38:10,318 wheel INFO adding 'cinder/img/grid8.png' 2026-04-16 11:38:10,319 wheel INFO adding 'cinder/img/grid9.png' 2026-04-16 11:38:10,320 wheel INFO adding 'cinder/js/base.js' 2026-04-16 11:38:10,322 wheel INFO adding 'cinder/js/bootstrap-3.0.3.min.js' 2026-04-16 11:38:10,324 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/licenses/LICENSE.md' 2026-04-16 11:38:10,326 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/METADATA' 2026-04-16 11:38:10,326 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/WHEEL' 2026-04-16 11:38:10,327 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/entry_points.txt' 2026-04-16 11:38:10,328 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/top_level.txt' 2026-04-16 11:38:10,329 wheel INFO adding 'mkdocs_cinder-1.2.0.dist-info/RECORD' 2026-04-16 11:38:10,331 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-16 11:38:10,339 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-04-16 11:38:11,309 gpep517 INFO Installing .dist/mkdocs_cinder-1.2.0-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-cinder/pkg/mkdocs-cinder 2026-04-16 11:38:11,577 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... Please specify at least one package name on the command line. >>> mkdocs-cinder-pyc*: Running postcheck for mkdocs-cinder-pyc >>> mkdocs-cinder*: Running postcheck for mkdocs-cinder >>> mkdocs-cinder*: Preparing package mkdocs-cinder... Please specify at least one package name on the command line. >>> 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 Thu, 16 Apr 2026 11:38:12 +0000 elapsed time 0h 0m 11s >>> mkdocs-cinder: Cleaning up srcdir >>> mkdocs-cinder: Cleaning up pkgdir >>> mkdocs-cinder: Cleaning up tmpdir >>> mkdocs-cinder: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-cinder (20260416.113806) ( 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.6 MiB in 104 packages >>> mkdocs-cinder: Updating the testing/riscv64 repository index... >>> mkdocs-cinder: Signing the index...