>>> mkdocs-gitbook: Building testing/mkdocs-gitbook 0.0.1-r3 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 19:00:14 +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/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r5) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.3-r10) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.7.1-r0) (18/19) Installing py3-setuptools-pyc (67.7.1-r0) (19/19) Installing .makedepends-mkdocs-gitbook (20230423.190015) Executing busybox-1.36.0-r7.trigger OK: 421 MiB in 120 packages >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 638k 100 638k 0 0 952k 0 --:--:-- --:--:-- --:--:-- 952k >>> 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... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/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, pypa/build 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.11 creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/__init__.py -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/base.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/content.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/nav.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/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.11/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.11/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.11/site-packages/mkdocs_gitbook/js creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook/css creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook/css/fonts creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/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.11/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.11/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.11/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.11/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.11/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.11/site-packages/mkdocs_gitbook/css/fonts/fontawesome copying build/lib/mkdocs_gitbook/css/style.min.css -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook/css copying build/lib/mkdocs_gitbook/mkdocs_theme.yml -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/nav-sub.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook copying build/lib/mkdocs_gitbook/main.html -> /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook creating /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/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.11/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.11/site-packages/mkdocs_gitbook/images byte-compiling /home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook/__init__.py to __init__.cpython-311.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.11/site-packages/mkdocs_gitbook-0.0.1-py3.11.egg-info running install_scripts >>> mkdocs-gitbook-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook/usr/lib/python3.11/site-packages/mkdocs_gitbook/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-gitbook/pkg/mkdocs-gitbook-pyc/usr/lib/python3.11/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.11 >>> 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-r3.apk >>> mkdocs-gitbook*: Tracing dependencies... python3 python3~3.11 >>> mkdocs-gitbook*: Package size: 1.3 MB >>> mkdocs-gitbook*: Compressing data... >>> mkdocs-gitbook*: Create checksum... >>> mkdocs-gitbook*: Create mkdocs-gitbook-0.0.1-r3.apk >>> mkdocs-gitbook: Build complete at Sun, 23 Apr 2023 19:00:16 +0000 elapsed time 0h 0m 2s >>> mkdocs-gitbook: Cleaning up srcdir >>> mkdocs-gitbook: Cleaning up pkgdir >>> mkdocs-gitbook: Uninstalling dependencies... (1/19) Purging .makedepends-mkdocs-gitbook (20230423.190015) (2/19) Purging py3-setuptools-pyc (67.7.1-r0) (3/19) Purging py3-setuptools (67.7.1-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r5) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 371 MiB in 101 packages >>> mkdocs-gitbook: Updating the testing/s390x repository index... >>> mkdocs-gitbook: Signing the index...