>>> mkdocs-bootstrap386: Building testing/mkdocs-bootstrap386 0.0.2-r5 (using abuild 3.13.0-r5) started Tue, 06 Aug 2024 11:33:20 +0000 >>> mkdocs-bootstrap386: Checking sanity of /home/buildozer/aports/testing/mkdocs-bootstrap386/APKBUILD... >>> mkdocs-bootstrap386: Analyzing dependencies... >>> mkdocs-bootstrap386: Installing for build: build-base python3 py3-setuptools py3-gpep517 (1/22) Installing libbz2 (1.0.8-r6) (2/22) Installing libffi (3.4.6-r0) (3/22) Installing gdbm (1.24-r0) (4/22) Installing xz-libs (5.6.2-r0) (5/22) Installing mpdecimal (4.0.0-r0) (6/22) Installing libpanelw (6.5_p20240601-r0) (7/22) Installing sqlite-libs (3.46.0-r0) (8/22) Installing python3 (3.12.4-r0) (9/22) Installing python3-pycache-pyc0 (3.12.4-r0) (10/22) Installing pyc (3.12.4-r0) (11/22) Installing python3-pyc (3.12.4-r0) (12/22) Installing py3-parsing (3.1.2-r1) (13/22) Installing py3-parsing-pyc (3.1.2-r1) (14/22) Installing py3-packaging (24.1-r0) (15/22) Installing py3-packaging-pyc (24.1-r0) (16/22) Installing py3-setuptools (70.3.0-r0) (17/22) Installing py3-setuptools-pyc (70.3.0-r0) (18/22) Installing py3-installer (0.7.0-r2) (19/22) Installing py3-installer-pyc (0.7.0-r2) (20/22) Installing py3-gpep517 (16-r0) (21/22) Installing py3-gpep517-pyc (16-r0) (22/22) Installing .makedepends-mkdocs-bootstrap386 (20240806.113324) Executing busybox-1.36.1-r31.trigger OK: 390 MiB in 124 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 >>> mkdocs-bootstrap386: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz >>> mkdocs-bootstrap386: Checking sha512sums... mkdocs-bootstrap386-0.0.2.tar.gz: OK >>> mkdocs-bootstrap386: Unpacking /var/cache/distfiles/edge/mkdocs-bootstrap386-0.0.2.tar.gz... 2024-08-06 11:33:27,469 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-06 11:33:27,525 root INFO running bdist_wheel 2024-08-06 11:33:27,601 root INFO running build 2024-08-06 11:33:27,602 root INFO running build_py 2024-08-06 11:33:27,612 root INFO creating build 2024-08-06 11:33:27,612 root INFO creating build/lib 2024-08-06 11:33:27,613 root INFO creating build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,613 root INFO copying mkdocs_bootstrap386/__init__.py -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,614 root INFO running egg_info 2024-08-06 11:33:27,620 root INFO writing mkdocs_bootstrap386.egg-info/PKG-INFO 2024-08-06 11:33:27,622 root INFO writing dependency_links to mkdocs_bootstrap386.egg-info/dependency_links.txt 2024-08-06 11:33:27,623 root INFO writing entry points to mkdocs_bootstrap386.egg-info/entry_points.txt 2024-08-06 11:33:27,624 root INFO writing top-level names to mkdocs_bootstrap386.egg-info/top_level.txt 2024-08-06 11:33:27,632 root INFO reading manifest file 'mkdocs_bootstrap386.egg-info/SOURCES.txt' 2024-08-06 11:33:27,634 root INFO reading manifest template 'MANIFEST.in' 2024-08-06 11:33:27,648 root WARNING warning: no files found matching '*.png' under directory 'mkdocs_bootstrap386' 2024-08-06 11:33:27,674 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-08-06 11:33:27,675 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-08-06 11:33:27,675 root INFO adding license file 'LICENSE' 2024-08-06 11:33:27,680 root INFO writing manifest file 'mkdocs_bootstrap386.egg-info/SOURCES.txt' /usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/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) 2024-08-06 11:33:27,690 root INFO copying mkdocs_bootstrap386/base.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,692 root INFO copying mkdocs_bootstrap386/content.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,693 root INFO copying mkdocs_bootstrap386/main.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,694 root INFO copying mkdocs_bootstrap386/mkdocs_theme.yml -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,695 root INFO copying mkdocs_bootstrap386/nav.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,696 root INFO copying mkdocs_bootstrap386/search.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,697 root INFO copying mkdocs_bootstrap386/toc.html -> build/lib/mkdocs_bootstrap386 2024-08-06 11:33:27,699 root INFO creating build/lib/mkdocs_bootstrap386/css 2024-08-06 11:33:27,699 root INFO copying mkdocs_bootstrap386/css/bootstrap-theme.min.css -> build/lib/mkdocs_bootstrap386/css 2024-08-06 11:33:27,700 root INFO copying mkdocs_bootstrap386/css/bootstrap.min.css -> build/lib/mkdocs_bootstrap386/css 2024-08-06 11:33:27,703 root INFO copying mkdocs_bootstrap386/css/font-awesome.min.css -> build/lib/mkdocs_bootstrap386/css 2024-08-06 11:33:27,704 root INFO copying mkdocs_bootstrap386/css/highlight.css -> build/lib/mkdocs_bootstrap386/css 2024-08-06 11:33:27,705 root INFO creating build/lib/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,706 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot -> build/lib/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,707 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg -> build/lib/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,710 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf -> build/lib/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,711 root INFO copying mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff -> build/lib/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,712 root INFO creating build/lib/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,713 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,715 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,717 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,718 root INFO copying mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff -> build/lib/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,720 root INFO creating build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,720 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.eot -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,722 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.svg -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,726 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,728 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.woff -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,730 root INFO copying mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2 -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,732 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,733 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,735 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,736 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,737 root INFO copying mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2 -> build/lib/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,739 root INFO creating build/lib/mkdocs_bootstrap386/img 2024-08-06 11:33:27,739 root INFO copying mkdocs_bootstrap386/img/favicon.ico -> build/lib/mkdocs_bootstrap386/img 2024-08-06 11:33:27,740 root INFO creating build/lib/mkdocs_bootstrap386/js 2024-08-06 11:33:27,741 root INFO copying mkdocs_bootstrap386/js/bootstrap.min.js -> build/lib/mkdocs_bootstrap386/js 2024-08-06 11:33:27,742 root INFO copying mkdocs_bootstrap386/js/jquery-1.10.2.min.js -> build/lib/mkdocs_bootstrap386/js 2024-08-06 11:33:27,763 root INFO installing to build/bdist.linux-riscv64/wheel 2024-08-06 11:33:27,763 root INFO running install 2024-08-06 11:33:27,806 root INFO running install_lib 2024-08-06 11:33:27,814 root INFO creating build/bdist.linux-riscv64 2024-08-06 11:33:27,815 root INFO creating build/bdist.linux-riscv64/wheel 2024-08-06 11:33:27,815 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,816 root INFO copying build/lib/mkdocs_bootstrap386/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,817 root INFO copying build/lib/mkdocs_bootstrap386/search.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,818 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2024-08-06 11:33:27,819 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,820 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,822 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,823 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,824 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts 2024-08-06 11:33:27,825 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,826 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,828 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,829 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,830 root INFO copying build/lib/mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css/fonts/fonts 2024-08-06 11:33:27,832 root INFO copying build/lib/mkdocs_bootstrap386/css/bootstrap.min.css -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2024-08-06 11:33:27,834 root INFO copying build/lib/mkdocs_bootstrap386/css/bootstrap-theme.min.css -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2024-08-06 11:33:27,835 root INFO copying build/lib/mkdocs_bootstrap386/css/highlight.css -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2024-08-06 11:33:27,836 root INFO copying build/lib/mkdocs_bootstrap386/css/font-awesome.min.css -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/css 2024-08-06 11:33:27,837 root INFO copying build/lib/mkdocs_bootstrap386/nav.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,838 root INFO copying build/lib/mkdocs_bootstrap386/main.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,839 root INFO copying build/lib/mkdocs_bootstrap386/base.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,840 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,841 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2 -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,842 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,844 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.woff -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,845 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,846 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.svg -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,850 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,853 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,855 root INFO copying build/lib/mkdocs_bootstrap386/fonts/fontawesome-webfont.eot -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,857 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,858 root INFO copying build/lib/mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/fonts 2024-08-06 11:33:27,859 root INFO copying build/lib/mkdocs_bootstrap386/__init__.py -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,860 root INFO copying build/lib/mkdocs_bootstrap386/toc.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,861 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/img 2024-08-06 11:33:27,862 root INFO copying build/lib/mkdocs_bootstrap386/img/favicon.ico -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/img 2024-08-06 11:33:27,863 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/js 2024-08-06 11:33:27,864 root INFO copying build/lib/mkdocs_bootstrap386/js/jquery-1.10.2.min.js -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/js 2024-08-06 11:33:27,866 root INFO copying build/lib/mkdocs_bootstrap386/js/bootstrap.min.js -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386/js 2024-08-06 11:33:27,867 root INFO copying build/lib/mkdocs_bootstrap386/content.html -> build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386 2024-08-06 11:33:27,868 root INFO running install_egg_info 2024-08-06 11:33:27,877 root INFO Copying mkdocs_bootstrap386.egg-info to build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386-0.0.2-py3.12.egg-info 2024-08-06 11:33:27,883 root INFO running install_scripts 2024-08-06 11:33:27,890 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_bootstrap386-0.0.2.dist-info/WHEEL 2024-08-06 11:33:27,892 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-bootstrap386/src/mkdocs-bootstrap386-0.0.2/.dist/.tmp-n7douyhk/mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-08-06 11:33:27,894 wheel INFO adding 'mkdocs_bootstrap386/__init__.py' 2024-08-06 11:33:27,895 wheel INFO adding 'mkdocs_bootstrap386/base.html' 2024-08-06 11:33:27,896 wheel INFO adding 'mkdocs_bootstrap386/content.html' 2024-08-06 11:33:27,897 wheel INFO adding 'mkdocs_bootstrap386/main.html' 2024-08-06 11:33:27,898 wheel INFO adding 'mkdocs_bootstrap386/mkdocs_theme.yml' 2024-08-06 11:33:27,899 wheel INFO adding 'mkdocs_bootstrap386/nav.html' 2024-08-06 11:33:27,900 wheel INFO adding 'mkdocs_bootstrap386/search.html' 2024-08-06 11:33:27,902 wheel INFO adding 'mkdocs_bootstrap386/toc.html' 2024-08-06 11:33:27,903 wheel INFO adding 'mkdocs_bootstrap386/css/bootstrap-theme.min.css' 2024-08-06 11:33:27,905 wheel INFO adding 'mkdocs_bootstrap386/css/bootstrap.min.css' 2024-08-06 11:33:27,909 wheel INFO adding 'mkdocs_bootstrap386/css/font-awesome.min.css' 2024-08-06 11:33:27,910 wheel INFO adding 'mkdocs_bootstrap386/css/highlight.css' 2024-08-06 11:33:27,912 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.eot' 2024-08-06 11:33:27,915 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.svg' 2024-08-06 11:33:27,918 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.ttf' 2024-08-06 11:33:27,920 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/Fixedsys500c.woff' 2024-08-06 11:33:27,922 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.eot' 2024-08-06 11:33:27,924 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.svg' 2024-08-06 11:33:27,928 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.ttf' 2024-08-06 11:33:27,930 wheel INFO adding 'mkdocs_bootstrap386/css/fonts/fonts/Fixedsys500c.woff' 2024-08-06 11:33:27,933 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.eot' 2024-08-06 11:33:27,940 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.svg' 2024-08-06 11:33:27,951 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.ttf' 2024-08-06 11:33:27,956 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.woff' 2024-08-06 11:33:27,960 wheel INFO adding 'mkdocs_bootstrap386/fonts/fontawesome-webfont.woff2' 2024-08-06 11:33:27,963 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.eot' 2024-08-06 11:33:27,965 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.svg' 2024-08-06 11:33:27,969 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.ttf' 2024-08-06 11:33:27,971 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff' 2024-08-06 11:33:27,973 wheel INFO adding 'mkdocs_bootstrap386/fonts/glyphicons-halflings-regular.woff2' 2024-08-06 11:33:27,974 wheel INFO adding 'mkdocs_bootstrap386/img/favicon.ico' 2024-08-06 11:33:27,976 wheel INFO adding 'mkdocs_bootstrap386/js/bootstrap.min.js' 2024-08-06 11:33:27,979 wheel INFO adding 'mkdocs_bootstrap386/js/jquery-1.10.2.min.js' 2024-08-06 11:33:27,982 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/LICENSE' 2024-08-06 11:33:27,983 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/METADATA' 2024-08-06 11:33:27,984 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/WHEEL' 2024-08-06 11:33:27,985 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/entry_points.txt' 2024-08-06 11:33:27,986 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/top_level.txt' 2024-08-06 11:33:27,987 wheel INFO adding 'mkdocs_bootstrap386-0.0.2.dist-info/RECORD' 2024-08-06 11:33:27,988 root INFO removing build/bdist.linux-riscv64/wheel 2024-08-06 11:33:27,996 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... 2024-08-06 11:33:28,764 gpep517 INFO Installing .dist/mkdocs_bootstrap386-0.0.2-py2.py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-bootstrap386/pkg/mkdocs-bootstrap386 2024-08-06 11:33:28,910 gpep517 INFO Installation complete >>> mkdocs-bootstrap386-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-bootstrap386/pkg/mkdocs-bootstrap386/usr/lib/python3.12/site-packages/mkdocs_bootstrap386/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-bootstrap386/pkg/mkdocs-bootstrap386-pyc/usr/lib/python3.12/site-packages/mkdocs_bootstrap386/__pycache__' >>> mkdocs-bootstrap386-pyc*: Preparing subpackage mkdocs-bootstrap386-pyc... >>> mkdocs-bootstrap386-pyc*: Running postcheck for mkdocs-bootstrap386-pyc >>> mkdocs-bootstrap386*: Running postcheck for mkdocs-bootstrap386 >>> mkdocs-bootstrap386*: Preparing package mkdocs-bootstrap386... >>> mkdocs-bootstrap386-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-bootstrap386-pyc*: Package size: 32.0 KB >>> mkdocs-bootstrap386-pyc*: Compressing data... >>> mkdocs-bootstrap386-pyc*: Create checksum... >>> mkdocs-bootstrap386-pyc*: Create mkdocs-bootstrap386-pyc-0.0.2-r5.apk >>> mkdocs-bootstrap386*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-bootstrap386*: Package size: 1.9 MB >>> mkdocs-bootstrap386*: Compressing data... >>> mkdocs-bootstrap386*: Create checksum... >>> mkdocs-bootstrap386*: Create mkdocs-bootstrap386-0.0.2-r5.apk >>> mkdocs-bootstrap386: Build complete at Tue, 06 Aug 2024 11:33:29 +0000 elapsed time 0h 0m 9s >>> mkdocs-bootstrap386: Cleaning up srcdir >>> mkdocs-bootstrap386: Cleaning up pkgdir >>> mkdocs-bootstrap386: Uninstalling dependencies... (1/22) Purging .makedepends-mkdocs-bootstrap386 (20240806.113324) (2/22) Purging py3-setuptools-pyc (70.3.0-r0) (3/22) Purging py3-setuptools (70.3.0-r0) (4/22) Purging py3-packaging-pyc (24.1-r0) (5/22) Purging py3-packaging (24.1-r0) (6/22) Purging py3-parsing-pyc (3.1.2-r1) (7/22) Purging py3-parsing (3.1.2-r1) (8/22) Purging py3-gpep517-pyc (16-r0) (9/22) Purging py3-gpep517 (16-r0) (10/22) Purging py3-installer-pyc (0.7.0-r2) (11/22) Purging py3-installer (0.7.0-r2) (12/22) Purging python3-pyc (3.12.4-r0) (13/22) Purging python3-pycache-pyc0 (3.12.4-r0) (14/22) Purging pyc (3.12.4-r0) (15/22) Purging python3 (3.12.4-r0) (16/22) Purging gdbm (1.24-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libffi (3.4.6-r0) (19/22) Purging libpanelw (6.5_p20240601-r0) (20/22) Purging mpdecimal (4.0.0-r0) (21/22) Purging sqlite-libs (3.46.0-r0) (22/22) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 341 MiB in 102 packages >>> mkdocs-bootstrap386: Updating the testing/riscv64 repository index... >>> mkdocs-bootstrap386: Signing the index...