>>> mkdocs-gitbook: Building testing/mkdocs-gitbook 0.0.1-r4 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 17:30:47 +0000 >>> mkdocs-gitbook: Checking sanity of /home/buildozer/aports/testing/mkdocs-gitbook/APKBUILD... >>> mkdocs-gitbook: Analyzing dependencies... >>> mkdocs-gitbook: Installing for build: build-base python3 py3-setuptools (1/17) Installing libffi (3.4.6-r0) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.4_p20240330-r0) (5/17) Installing readline (8.2.10-r0) (6/17) Installing sqlite-libs (3.45.2-r0) (7/17) Installing python3 (3.12.3-r0) (8/17) Installing python3-pycache-pyc0 (3.12.3-r0) (9/17) Installing pyc (3.12.3-r0) (10/17) Installing python3-pyc (3.12.3-r0) (11/17) Installing py3-parsing (3.1.2-r1) (12/17) Installing py3-parsing-pyc (3.1.2-r1) (13/17) Installing py3-packaging (24.0-r1) (14/17) Installing py3-packaging-pyc (24.0-r1) (15/17) Installing py3-setuptools (69.2.0-r2) (16/17) Installing py3-setuptools-pyc (69.2.0-r2) (17/17) Installing .makedepends-mkdocs-gitbook (20240415.173049) Executing busybox-1.36.1-r25.trigger OK: 426 MiB in 130 packages >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Cleaning up tmpdir >>> mkdocs-gitbook: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> mkdocs-gitbook: Fetching https://files.pythonhosted.org/packages/source/m/mkdocs-gitbook/mkdocs-gitbook-0.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 638k 2 16375 0 0 60566 0 0:00:10 --:--:-- 0:00:10 60566 100 638k 100 638k 0 0 2026k 0 --:--:-- --:--:-- --:--:-- 13.8M >>> mkdocs-gitbook: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz >>> mkdocs-gitbook: Checking sha512sums... mkdocs-gitbook-0.0.1.tar.gz: OK >>> mkdocs-gitbook: Unpacking /var/cache/distfiles/edge/mkdocs-gitbook-0.0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/mkdocs_gitbook copying mkdocs_gitbook/__init__.py -> build/lib/mkdocs_gitbook running egg_info writing mkdocs_gitbook.egg-info/PKG-INFO writing dependency_links to mkdocs_gitbook.egg-info/dependency_links.txt writing entry points to mkdocs_gitbook.egg-info/entry_points.txt writing top-level names to mkdocs_gitbook.egg-info/top_level.txt reading manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'mkdocs_gitbook.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.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_gitbook.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_gitbook.css' to be distributed and are already explicitly excluding 'mkdocs_gitbook.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:207: _Warning: Package 'mkdocs_gitbook.css.fonts.fontawesome' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.css.fonts.fontawesome' 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_gitbook.css.fonts.fontawesome' 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_gitbook.css.fonts.fontawesome' to be distributed and are already explicitly excluding 'mkdocs_gitbook.css.fonts.fontawesome' 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:207: _Warning: Package 'mkdocs_gitbook.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.images' 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_gitbook.images' 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_gitbook.images' to be distributed and are already explicitly excluding 'mkdocs_gitbook.images' 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:207: _Warning: Package 'mkdocs_gitbook.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_gitbook.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_gitbook.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_gitbook.js' to be distributed and are already explicitly excluding 'mkdocs_gitbook.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) copying mkdocs_gitbook/base.html -> build/lib/mkdocs_gitbook copying mkdocs_gitbook/content.html -> build/lib/mkdocs_gitbook copying mkdocs_gitbook/main.html -> build/lib/mkdocs_gitbook copying mkdocs_gitbook/mkdocs_theme.yml -> build/lib/mkdocs_gitbook copying mkdocs_gitbook/nav-sub.html -> build/lib/mkdocs_gitbook copying mkdocs_gitbook/nav.html -> build/lib/mkdocs_gitbook creating build/lib/mkdocs_gitbook/css copying mkdocs_gitbook/css/style.min.css -> build/lib/mkdocs_gitbook/css creating build/lib/mkdocs_gitbook/css/fonts creating build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> build/lib/mkdocs_gitbook/css/fonts/fontawesome copying mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> build/lib/mkdocs_gitbook/css/fonts/fontawesome creating build/lib/mkdocs_gitbook/images copying mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> build/lib/mkdocs_gitbook/images copying mkdocs_gitbook/images/favicon.ico -> build/lib/mkdocs_gitbook/images creating build/lib/mkdocs_gitbook/js copying mkdocs_gitbook/js/gitbook.min.js -> build/lib/mkdocs_gitbook/js copying mkdocs_gitbook/js/main.js -> build/lib/mkdocs_gitbook/js copying mkdocs_gitbook/js/theme.min.js -> build/lib/mkdocs_gitbook/js >>> mkdocs-gitbook: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12 creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css copying build/lib/mkdocs_gitbook/css/style.min.css -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/FontAwesome.otf -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.ttf -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.eot -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.svg -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/fonts/fontawesome/fontawesome-webfont.woff2 -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/__init__.py -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/nav.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/base.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/mkdocs_theme.yml -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/nav-sub.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/js copying build/lib/mkdocs_gitbook/js/theme.min.js -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/js copying build/lib/mkdocs_gitbook/js/main.js -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/js copying build/lib/mkdocs_gitbook/js/gitbook.min.js -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/js copying build/lib/mkdocs_gitbook/content.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/main.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/images copying build/lib/mkdocs_gitbook/images/apple-touch-icon-precomposed-152.png -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/images copying build/lib/mkdocs_gitbook/images/favicon.ico -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/images byte-compiling /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing mkdocs_gitbook.egg-info/PKG-INFO writing dependency_links to mkdocs_gitbook.egg-info/dependency_links.txt writing entry points to mkdocs_gitbook.egg-info/entry_points.txt writing top-level names to mkdocs_gitbook.egg-info/top_level.txt reading manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'mkdocs_gitbook.egg-info/SOURCES.txt' Copying mkdocs_gitbook.egg-info to /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook-0.0.1-py3.12.egg-info running install_scripts >>> mkdocs-gitbook-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.12/site-packages/mkdocs_gitbook/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook-pyc/usr/lib/python3.12/site-packages/mkdocs_gitbook/__pycache__' >>> mkdocs-gitbook-pyc*: Preparing subpackage mkdocs-gitbook-pyc... >>> mkdocs-gitbook-pyc*: Running postcheck for mkdocs-gitbook-pyc >>> mkdocs-gitbook*: Running postcheck for mkdocs-gitbook >>> mkdocs-gitbook*: Preparing package mkdocs-gitbook... >>> mkdocs-gitbook-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-gitbook-pyc*: Package size: 32.0 KB >>> mkdocs-gitbook-pyc*: Compressing data... >>> mkdocs-gitbook-pyc*: Create checksum... >>> mkdocs-gitbook-pyc*: Create mkdocs-gitbook-pyc-0.0.1-r4.apk >>> mkdocs-gitbook*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-gitbook*: Package size: 1.3 MB >>> mkdocs-gitbook*: Compressing data... >>> mkdocs-gitbook*: Create checksum... >>> mkdocs-gitbook*: Create mkdocs-gitbook-0.0.1-r4.apk >>> mkdocs-gitbook: Build complete at Mon, 15 Apr 2024 17:30:51 +0000 elapsed time 0h 0m 4s >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Uninstalling dependencies... (1/17) Purging .makedepends-mkdocs-gitbook (20240415.173049) (2/17) Purging py3-setuptools-pyc (69.2.0-r2) (3/17) Purging py3-setuptools (69.2.0-r2) (4/17) Purging py3-packaging-pyc (24.0-r1) (5/17) Purging py3-packaging (24.0-r1) (6/17) Purging py3-parsing-pyc (3.1.2-r1) (7/17) Purging py3-parsing (3.1.2-r1) (8/17) Purging python3-pyc (3.12.3-r0) (9/17) Purging python3-pycache-pyc0 (3.12.3-r0) (10/17) Purging pyc (3.12.3-r0) (11/17) Purging python3 (3.12.3-r0) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.6-r0) (14/17) Purging libpanelw (6.4_p20240330-r0) (15/17) Purging mpdecimal (4.0.0-r0) (16/17) Purging readline (8.2.10-r0) (17/17) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> mkdocs-gitbook: Updating the testing/x86 repository index... >>> mkdocs-gitbook: Signing the index...