>>> mkdocs-ivory: Building testing/mkdocs-ivory 0.4.6-r5 (using abuild 3.13.0-r5) started Tue, 06 Aug 2024 12:39:49 +0000 >>> mkdocs-ivory: Checking sanity of /home/buildozer/aports/testing/mkdocs-ivory/APKBUILD... >>> mkdocs-ivory: Analyzing dependencies... >>> mkdocs-ivory: 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-ivory (20240806.123955) Executing busybox-1.36.1-r31.trigger OK: 390 MiB in 124 packages >>> mkdocs-ivory: Cleaning up srcdir >>> mkdocs-ivory: Cleaning up pkgdir >>> mkdocs-ivory: Cleaning up tmpdir >>> mkdocs-ivory: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz >>> mkdocs-ivory: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz >>> mkdocs-ivory: Checking sha512sums... mkdocs-ivory-0.4.6.tar.gz: OK >>> mkdocs-ivory: Unpacking /var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz... 2024-08-06 12:40:00,322 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-06 12:40:00,435 root INFO running bdist_wheel 2024-08-06 12:40:00,580 root INFO running build 2024-08-06 12:40:00,581 root INFO running build_py 2024-08-06 12:40:00,601 root INFO creating build 2024-08-06 12:40:00,602 root INFO creating build/lib 2024-08-06 12:40:00,603 root INFO creating build/lib/mkdocs_ivory 2024-08-06 12:40:00,604 root INFO copying mkdocs_ivory/__init__.py -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,606 root INFO running egg_info 2024-08-06 12:40:00,617 root INFO writing mkdocs_ivory.egg-info/PKG-INFO 2024-08-06 12:40:00,621 root INFO writing dependency_links to mkdocs_ivory.egg-info/dependency_links.txt 2024-08-06 12:40:00,623 root INFO writing entry points to mkdocs_ivory.egg-info/entry_points.txt 2024-08-06 12:40:00,625 root INFO writing top-level names to mkdocs_ivory.egg-info/top_level.txt 2024-08-06 12:40:00,642 root INFO reading manifest file 'mkdocs_ivory.egg-info/SOURCES.txt' 2024-08-06 12:40:00,645 root INFO reading manifest template 'MANIFEST.in' 2024-08-06 12:40:00,668 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2024-08-06 12:40:00,670 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2024-08-06 12:40:00,671 root INFO adding license file 'LICENSE' 2024-08-06 12:40:00,677 root INFO writing manifest file 'mkdocs_ivory.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_ivory.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_ivory.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_ivory.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_ivory.css' to be distributed and are already explicitly excluding 'mkdocs_ivory.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_ivory.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_ivory.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_ivory.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_ivory.img' to be distributed and are already explicitly excluding 'mkdocs_ivory.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_ivory.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_ivory.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_ivory.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_ivory.js' to be distributed and are already explicitly excluding 'mkdocs_ivory.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 12:40:00,687 root INFO copying mkdocs_ivory/404.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,689 root INFO copying mkdocs_ivory/base.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,692 root INFO copying mkdocs_ivory/breadcrumbs.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,694 root INFO copying mkdocs_ivory/footer.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,696 root INFO copying mkdocs_ivory/main.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,699 root INFO copying mkdocs_ivory/mkdocs_theme.yml -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,701 root INFO copying mkdocs_ivory/nav.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,703 root INFO copying mkdocs_ivory/repo.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,706 root INFO copying mkdocs_ivory/search.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,708 root INFO copying mkdocs_ivory/searchbox.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,710 root INFO copying mkdocs_ivory/toc.html -> build/lib/mkdocs_ivory 2024-08-06 12:40:00,713 root INFO creating build/lib/mkdocs_ivory/css 2024-08-06 12:40:00,714 root INFO copying mkdocs_ivory/css/theme.css -> build/lib/mkdocs_ivory/css 2024-08-06 12:40:00,716 root INFO creating build/lib/mkdocs_ivory/img 2024-08-06 12:40:00,717 root INFO copying mkdocs_ivory/img/favicon.ico -> build/lib/mkdocs_ivory/img 2024-08-06 12:40:00,720 root INFO creating build/lib/mkdocs_ivory/js 2024-08-06 12:40:00,721 root INFO copying mkdocs_ivory/js/theme.js -> build/lib/mkdocs_ivory/js 2024-08-06 12:40:00,759 root INFO installing to build/bdist.linux-riscv64/wheel 2024-08-06 12:40:00,760 root INFO running install 2024-08-06 12:40:00,826 root INFO running install_lib 2024-08-06 12:40:00,842 root INFO creating build/bdist.linux-riscv64 2024-08-06 12:40:00,843 root INFO creating build/bdist.linux-riscv64/wheel 2024-08-06 12:40:00,844 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,846 root INFO copying build/lib/mkdocs_ivory/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,848 root INFO copying build/lib/mkdocs_ivory/search.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,850 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/css 2024-08-06 12:40:00,851 root INFO copying build/lib/mkdocs_ivory/css/theme.css -> build/bdist.linux-riscv64/wheel/mkdocs_ivory/css 2024-08-06 12:40:00,853 root INFO copying build/lib/mkdocs_ivory/nav.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,855 root INFO copying build/lib/mkdocs_ivory/main.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,858 root INFO copying build/lib/mkdocs_ivory/base.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,860 root INFO copying build/lib/mkdocs_ivory/breadcrumbs.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,862 root INFO copying build/lib/mkdocs_ivory/searchbox.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,864 root INFO copying build/lib/mkdocs_ivory/__init__.py -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,866 root INFO copying build/lib/mkdocs_ivory/404.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,869 root INFO copying build/lib/mkdocs_ivory/toc.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,871 root INFO copying build/lib/mkdocs_ivory/repo.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,874 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/img 2024-08-06 12:40:00,875 root INFO copying build/lib/mkdocs_ivory/img/favicon.ico -> build/bdist.linux-riscv64/wheel/mkdocs_ivory/img 2024-08-06 12:40:00,877 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/js 2024-08-06 12:40:00,879 root INFO copying build/lib/mkdocs_ivory/js/theme.js -> build/bdist.linux-riscv64/wheel/mkdocs_ivory/js 2024-08-06 12:40:00,881 root INFO copying build/lib/mkdocs_ivory/footer.html -> build/bdist.linux-riscv64/wheel/mkdocs_ivory 2024-08-06 12:40:00,883 root INFO running install_egg_info 2024-08-06 12:40:00,901 root INFO Copying mkdocs_ivory.egg-info to build/bdist.linux-riscv64/wheel/mkdocs_ivory-0.4.6-py3.12.egg-info 2024-08-06 12:40:00,911 root INFO running install_scripts 2024-08-06 12:40:00,924 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory-0.4.6.dist-info/WHEEL 2024-08-06 12:40:00,928 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-ivory/src/mkdocs-ivory-0.4.6/.dist/.tmp-2kgjhdh9/mkdocs_ivory-0.4.6-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-08-06 12:40:00,931 wheel INFO adding 'mkdocs_ivory/404.html' 2024-08-06 12:40:00,933 wheel INFO adding 'mkdocs_ivory/__init__.py' 2024-08-06 12:40:00,935 wheel INFO adding 'mkdocs_ivory/base.html' 2024-08-06 12:40:00,938 wheel INFO adding 'mkdocs_ivory/breadcrumbs.html' 2024-08-06 12:40:00,940 wheel INFO adding 'mkdocs_ivory/footer.html' 2024-08-06 12:40:00,942 wheel INFO adding 'mkdocs_ivory/main.html' 2024-08-06 12:40:00,944 wheel INFO adding 'mkdocs_ivory/mkdocs_theme.yml' 2024-08-06 12:40:00,946 wheel INFO adding 'mkdocs_ivory/nav.html' 2024-08-06 12:40:00,948 wheel INFO adding 'mkdocs_ivory/repo.html' 2024-08-06 12:40:00,951 wheel INFO adding 'mkdocs_ivory/search.html' 2024-08-06 12:40:00,953 wheel INFO adding 'mkdocs_ivory/searchbox.html' 2024-08-06 12:40:00,955 wheel INFO adding 'mkdocs_ivory/toc.html' 2024-08-06 12:40:00,958 wheel INFO adding 'mkdocs_ivory/css/theme.css' 2024-08-06 12:40:00,961 wheel INFO adding 'mkdocs_ivory/img/favicon.ico' 2024-08-06 12:40:00,963 wheel INFO adding 'mkdocs_ivory/js/theme.js' 2024-08-06 12:40:00,967 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/LICENSE' 2024-08-06 12:40:00,969 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/METADATA' 2024-08-06 12:40:00,971 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/WHEEL' 2024-08-06 12:40:00,973 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/entry_points.txt' 2024-08-06 12:40:00,975 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/top_level.txt' 2024-08-06 12:40:00,977 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/RECORD' 2024-08-06 12:40:00,979 root INFO removing build/bdist.linux-riscv64/wheel 2024-08-06 12:40:00,988 gpep517 INFO The backend produced .dist/mkdocs_ivory-0.4.6-py3-none-any.whl mkdocs_ivory-0.4.6-py3-none-any.whl >>> mkdocs-ivory: Entering fakeroot... 2024-08-06 12:40:02,404 gpep517 INFO Installing .dist/mkdocs_ivory-0.4.6-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-ivory/pkg/mkdocs-ivory 2024-08-06 12:40:02,508 gpep517 INFO Installation complete >>> mkdocs-ivory-pyc*: Running split function pyc... '/home/buildozer/aports/testing/mkdocs-ivory/pkg/mkdocs-ivory/usr/lib/python3.12/site-packages/mkdocs_ivory/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-ivory/pkg/mkdocs-ivory-pyc/usr/lib/python3.12/site-packages/mkdocs_ivory/__pycache__' >>> mkdocs-ivory-pyc*: Preparing subpackage mkdocs-ivory-pyc... >>> mkdocs-ivory-pyc*: Running postcheck for mkdocs-ivory-pyc >>> mkdocs-ivory*: Running postcheck for mkdocs-ivory >>> mkdocs-ivory*: Preparing package mkdocs-ivory... >>> mkdocs-ivory-pyc*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-ivory-pyc*: Package size: 32.0 KB >>> mkdocs-ivory-pyc*: Compressing data... >>> mkdocs-ivory-pyc*: Create checksum... >>> mkdocs-ivory-pyc*: Create mkdocs-ivory-pyc-0.4.6-r5.apk >>> mkdocs-ivory*: Tracing dependencies... python3 python3~3.12 >>> mkdocs-ivory*: Package size: 132.0 KB >>> mkdocs-ivory*: Compressing data... >>> mkdocs-ivory*: Create checksum... >>> mkdocs-ivory*: Create mkdocs-ivory-0.4.6-r5.apk >>> mkdocs-ivory: Build complete at Tue, 06 Aug 2024 12:40:05 +0000 elapsed time 0h 0m 16s >>> mkdocs-ivory: Cleaning up srcdir >>> mkdocs-ivory: Cleaning up pkgdir >>> mkdocs-ivory: Uninstalling dependencies... (1/22) Purging .makedepends-mkdocs-ivory (20240806.123955) (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-ivory: Updating the testing/riscv64 repository index... >>> mkdocs-ivory: Signing the index...