>>> mkdocs-bootstrap386: Building testing/mkdocs-bootstrap386 0.0.2-r6 (using abuild 3.17.0_rc1-r0) started Wed, 15 Apr 2026 00:28:13 +0000 >>> mkdocs-bootstrap386: Validating /home/buildozer/aports/testing/mkdocs-bootstrap386/APKBUILD... >>> mkdocs-bootstrap386: Analyzing dependencies... >>> mkdocs-bootstrap386: 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-r0) ( 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-bootstrap386 (20260415.002817) Executing busybox-1.37.0-r31.trigger OK: 435.0 MiB in 127 packages >>> mkdocs-bootstrap386: Cleaning up srcdir >>> mkdocs-bootstrap386: Cleaning up pkgdir >>> mkdocs-bootstrap386: Cleaning up tmpdir >>> mkdocs-bootstrap386: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz.part' mkdocs-bootstrap386- 100% |********************************| 747k 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz.part' saved /var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz: OK >>> mkdocs-bootstrap386: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz /var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz: OK >>> mkdocs-bootstrap386: Unpacking /var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz... 2026-04-15 00:28:20,640 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-15 00:28:20,731 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-04-15 00:28:20,794 root INFO running build 2026-04-15 00:28:20,794 root INFO running build_py 2026-04-15 00:28:20,809 root INFO creating build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,810 root INFO copying mkdocs_bootstrap386/__init__.py -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,811 root INFO running egg_info 2026-04-15 00:28:20,820 root INFO writing mkdocs_bootstrap386.egg-info/PKG-INFO 2026-04-15 00:28:20,822 root INFO writing dependency_links to mkdocs_bootstrap386.egg-info/dependency_links.txt 2026-04-15 00:28:20,824 root INFO writing entry points to mkdocs_bootstrap386.egg-info/entry_points.txt 2026-04-15 00:28:20,825 root INFO writing top-level names to mkdocs_bootstrap386.egg-info/top_level.txt 2026-04-15 00:28:20,837 root INFO reading manifest file 'mkdocs_bootstrap386.egg-info/SOURCES.txt' 2026-04-15 00:28:20,842 root INFO reading manifest template 'MANIFEST.in' 2026-04-15 00:28:20,855 root WARNING warning: no files found matching '*.png' under directory 'mkdocs_bootstrap386' 2026-04-15 00:28:20,879 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-15 00:28:20,880 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-15 00:28:20,880 root INFO adding license file 'LICENSE' 2026-04-15 00:28:20,885 root INFO writing manifest file 'mkdocs_bootstrap386.egg-info/SOURCES.txt' /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_bootstrap386.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.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_bootstrap386.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_bootstrap386.css' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_bootstrap386.css.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.css.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 'mkdocs_bootstrap386.css.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 'mkdocs_bootstrap386.css.fonts' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.css.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 'mkdocs_bootstrap386.css.fonts.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.css.fonts.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 'mkdocs_bootstrap386.css.fonts.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 'mkdocs_bootstrap386.css.fonts.fonts' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.css.fonts.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 'mkdocs_bootstrap386.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.fonts' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.img' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.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 'mkdocs_bootstrap386.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap386.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_bootstrap386.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_bootstrap386.js' to be distributed and are already explicitly excluding 'mkdocs_bootstrap386.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-15 00:28:20,894 root INFO copying mkdocs_bootstrap386/base.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,896 root INFO copying mkdocs_bootstrap386/content.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,897 root INFO copying mkdocs_bootstrap386/main.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,899 root INFO copying mkdocs_bootstrap386/mkdocs_theme.yml -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,900 root INFO copying mkdocs_bootstrap386/nav.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,902 root INFO copying mkdocs_bootstrap386/search.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,903 root INFO copying mkdocs_bootstrap386/toc.html -> build/lib/mkdocs_bootstrap386 2026-04-15 00:28:20,905 root INFO creating build/lib/mkdocs_bootstrap386/css 2026-04-15 00:28:20,906 root INFO copying mkdocs_bootstrap386/css/bootstrap-theme.min.css -> build/lib/mkdocs_bootstrap386/css 2026-04-15 00:28:20,907 root INFO copying mkdocs_bootstrap386/css/bootstrap.min.css -> build/lib/mkdocs_bootstrap386/css 2026-04-15 00:28:20,910 root INFO copying mkdocs_bootstrap386/css/font-awesome.min.css -> build/lib/mkdocs_bootstrap386/css 2026-04-15 00:28:20,912 root INFO copying mkdocs_bootstrap386/css/highlight.css -> build/lib/mkdocs_bootstrap386/css 2026-04-15 00:28:20,914 root INFO creating build/lib/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:20,914 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot -> build/lib/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:20,916 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg -> build/lib/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:20,918 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf -> build/lib/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:20,920 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff -> build/lib/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:20,922 root INFO creating build/lib/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:20,922 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:20,924 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:20,926 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:20,928 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:20,929 root INFO creating build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,930 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,933 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,937 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,940 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,942 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2 -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,944 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,945 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,948 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,949 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,951 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2 -> build/lib/mkdocs_bootstrap386/fonts 2026-04-15 00:28:20,953 root INFO creating build/lib/mkdocs_bootstrap386/img 2026-04-15 00:28:20,953 root INFO copying mkdocs_bootstrap386/img/favicon.ico -> build/lib/mkdocs_bootstrap386/img 2026-04-15 00:28:20,954 root INFO creating build/lib/mkdocs_bootstrap386/js 2026-04-15 00:28:20,955 root INFO copying mkdocs_bootstrap386/js/bootstrap.min.js -> build/lib/mkdocs_bootstrap386/js 2026-04-15 00:28:20,957 root INFO copying mkdocs_bootstrap386/js/jquery-1.10.2.min.js -> build/lib/mkdocs_bootstrap386/js 2026-04-15 00:28:20,984 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-15 00:28:20,984 root INFO running install 2026-04-15 00:28:21,019 root INFO running install_lib 2026-04-15 00:28:21,031 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-15 00:28:21,032 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2026-04-15 00:28:21,033 root INFO copying build/lib/mkdocs_bootstrap386/search.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,034 root INFO copying build/lib/mkdocs_bootstrap386/__init__.py -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,035 root INFO copying build/lib/mkdocs_bootstrap386/base.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,036 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2026-04-15 00:28:21,037 root INFO copying build/lib/mkdocs_bootstrap386/css/bootstrap.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css 2026-04-15 00:28:21,039 root INFO copying build/lib/mkdocs_bootstrap386/css/font-awesome.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css 2026-04-15 00:28:21,041 root INFO copying build/lib/mkdocs_bootstrap386/css/highlight.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css 2026-04-15 00:28:21,042 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:21,043 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:21,044 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:21,046 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:21,048 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts 2026-04-15 00:28:21,049 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:21,050 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:21,052 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:21,053 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:21,055 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css/fonts/fonts 2026-04-15 00:28:21,057 root INFO copying build/lib/mkdocs_bootstrap386/css/bootstrap-theme.min.css -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/css 2026-04-15 00:28:21,058 root INFO copying build/lib/mkdocs_bootstrap386/main.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,059 root INFO copying build/lib/mkdocs_bootstrap386/nav.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,060 root INFO copying build/lib/mkdocs_bootstrap386/toc.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,061 root INFO copying build/lib/mkdocs_bootstrap386/content.html -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,062 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/img 2026-04-15 00:28:21,063 root INFO copying build/lib/mkdocs_bootstrap386/img/favicon.ico -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/img 2026-04-15 00:28:21,064 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/js 2026-04-15 00:28:21,065 root INFO copying build/lib/mkdocs_bootstrap386/js/bootstrap.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/js 2026-04-15 00:28:21,067 root INFO copying build/lib/mkdocs_bootstrap386/js/jquery-1.10.2.min.js -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/js 2026-04-15 00:28:21,069 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,070 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,072 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,073 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,075 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,077 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,079 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,080 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,084 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,087 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2 -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,089 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386/fonts 2026-04-15 00:28:21,090 root INFO copying build/lib/mkdocs_bootstrap386/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386 2026-04-15 00:28:21,091 root INFO running install_egg_info 2026-04-15 00:28:21,105 root INFO Copying mkdocs_bootstrap386.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_bootstrap386-0.0.2-py3.14.egg-info 2026-04-15 00:28:21,111 root INFO running install_scripts 2026-04-15 00:28:21,118 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386-0.0.2.dist-info/WHEEL 2026-04-15 00:28:21,121 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-bootstrap386/src/mkdocs-bootstrap386-0.0.2/.dist/.tmp-tgj3_h5u/mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-15 00:28:21,122 wheel INFO adding 'mkdocs_bootstrap386/__init__.py' 2026-04-15 00:28:21,124 wheel INFO adding 'mkdocs_bootstrap386/base.html' 2026-04-15 00:28:21,125 wheel INFO adding 'mkdocs_bootstrap386/content.html' 2026-04-15 00:28:21,126 wheel INFO adding 'mkdocs_bootstrap386/main.html' 2026-04-15 00:28:21,127 wheel INFO adding 'mkdocs_bootstrap386/mkdocs_theme.yml' 2026-04-15 00:28:21,128 wheel INFO adding 'mkdocs_bootstrap386/nav.html' 2026-04-15 00:28:21,129 wheel INFO adding 'mkdocs_bootstrap386/search.html' 2026-04-15 00:28:21,130 wheel INFO adding 'mkdocs_bootstrap386/toc.html' 2026-04-15 00:28:21,132 wheel INFO adding 'mkdocs_bootstrap386/css/bootstrap-theme.min.css' 2026-04-15 00:28:21,134 wheel INFO adding 'mkdocs_bootstrap386/css/bootstrap.min.css' 2026-04-15 00:28:21,138 wheel INFO adding 'mkdocs_bootstrap386/css/font-awesome.min.css' 2026-04-15 00:28:21,140 wheel INFO adding 'mkdocs_bootstrap386/css/highlight.css' 2026-04-15 00:28:21,141 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot' 2026-04-15 00:28:21,144 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg' 2026-04-15 00:28:21,147 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf' 2026-04-15 00:28:21,149 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff' 2026-04-15 00:28:21,151 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot' 2026-04-15 00:28:21,154 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg' 2026-04-15 00:28:21,157 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf' 2026-04-15 00:28:21,159 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff' 2026-04-15 00:28:21,162 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.eot' 2026-04-15 00:28:21,169 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.svg' 2026-04-15 00:28:21,180 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf' 2026-04-15 00:28:21,184 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.woff' 2026-04-15 00:28:21,188 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2' 2026-04-15 00:28:21,191 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot' 2026-04-15 00:28:21,193 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg' 2026-04-15 00:28:21,197 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf' 2026-04-15 00:28:21,199 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff' 2026-04-15 00:28:21,201 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2' 2026-04-15 00:28:21,202 wheel INFO adding 'mkdocs_bootstrap386/img/favicon.ico' 2026-04-15 00:28:21,204 wheel INFO adding 'mkdocs_bootstrap386/js/bootstrap.min.js' 2026-04-15 00:28:21,206 wheel INFO adding 'mkdocs_bootstrap386/js/jquery-1.10.2.min.js' 2026-04-15 00:28:21,210 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/licenses/LICENSE' 2026-04-15 00:28:21,211 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/METADATA' 2026-04-15 00:28:21,212 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/WHEEL' 2026-04-15 00:28:21,212 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/entry_points.txt' 2026-04-15 00:28:21,213 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/top_level.txt' 2026-04-15 00:28:21,214 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/RECORD' 2026-04-15 00:28:21,215 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-15 00:28:21,224 gpep517 INFO The backend produced .dist/mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl >>> mkdocs-bootstrap386: Entering fakeroot... 2026-04-15 00:28:22,107 gpep517 INFO Installing .dist/mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-bootstrap386/pkg/mkdocs-bootstrap386 2026-04-15 00:28:22,335 gpep517 INFO Installation complete >>> mkdocs-bootstrap386-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/mkdocs_bootstrap386/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-bootstrap386/pkg/mkdocs-bootstrap386-pyc/usr/lib/python3.14/site-packages/mkdocs_bootstrap386/__pycache__' >>> mkdocs-bootstrap386-pyc*: Preparing subpackage mkdocs-bootstrap386-pyc... Please specify at least one package name on the command line. >>> mkdocs-bootstrap386-pyc*: Running postcheck for mkdocs-bootstrap386-pyc >>> mkdocs-bootstrap386*: Running postcheck for mkdocs-bootstrap386 >>> mkdocs-bootstrap386*: Preparing package mkdocs-bootstrap386... Please specify at least one package name on the command line. >>> mkdocs-bootstrap386-pyc*: Tracing dependencies... python3~3.14 >>> mkdocs-bootstrap386-pyc*: Package size: 164.0 B >>> mkdocs-bootstrap386-pyc*: Compressing data... >>> mkdocs-bootstrap386-pyc*: Create checksum... >>> mkdocs-bootstrap386-pyc*: Create mkdocs-bootstrap386-pyc-0.0.2-r6.apk >>> mkdocs-bootstrap386*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-bootstrap386*: Package size: 1.7 MB >>> mkdocs-bootstrap386*: Compressing data... >>> mkdocs-bootstrap386*: Create checksum... >>> mkdocs-bootstrap386*: Create mkdocs-bootstrap386-0.0.2-r6.apk >>> mkdocs-bootstrap386: Build complete at Wed, 15 Apr 2026 00:28:23 +0000 elapsed time 0h 0m 10s >>> mkdocs-bootstrap386: Cleaning up srcdir >>> mkdocs-bootstrap386: Cleaning up pkgdir >>> mkdocs-bootstrap386: Cleaning up tmpdir >>> mkdocs-bootstrap386: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-bootstrap386 (20260415.002817) ( 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-r0) (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-bootstrap386: Updating the testing/riscv64 repository index... >>> mkdocs-bootstrap386: Signing the index...