>>> mkdocs-ivory: Building testing/mkdocs-ivory 0.4.6-r6 (using abuild 3.17.0_rc1-r0) started Wed, 15 Apr 2026 00:29:05 +0000 >>> mkdocs-ivory: Validating /home/buildozer/aports/testing/mkdocs-ivory/APKBUILD... >>> mkdocs-ivory: Analyzing dependencies... >>> mkdocs-ivory: Installing for build: build-base python3 py3-setuptools py3-gpep517 ( 1/23) Installing libbz2 (1.0.8-r6) ( 2/23) Installing libffi (3.5.2-r0) ( 3/23) Installing gdbm (1.26-r0) ( 4/23) Installing xz-libs (5.8.2-r0) ( 5/23) Installing mpdecimal (4.0.1-r0) ( 6/23) Installing libpanelw (6.6_p20260404-r0) ( 7/23) Installing readline (8.3.3-r1) ( 8/23) Installing sqlite-libs (3.53.0-r0) ( 9/23) Installing python3 (3.14.3-r0) (10/23) Installing python3-pycache-pyc0 (3.14.3-r0) (11/23) Installing pyc (3.14.3-r0) (12/23) Installing python3-pyc (3.14.3-r0) (13/23) Installing py3-parsing (3.3.2-r1) (14/23) Installing py3-parsing-pyc (3.3.2-r1) (15/23) Installing py3-packaging (26.0-r1) (16/23) Installing py3-packaging-pyc (26.0-r1) (17/23) Installing py3-setuptools (82.0.1-r1) (18/23) Installing py3-setuptools-pyc (82.0.1-r1) (19/23) Installing py3-installer (1.0.0-r0) (20/23) Installing py3-installer-pyc (1.0.0-r0) (21/23) Installing py3-gpep517 (19-r2) (22/23) Installing py3-gpep517-pyc (19-r2) (23/23) Installing .makedepends-mkdocs-ivory (20260415.002910) Executing busybox-1.37.0-r31.trigger OK: 435.0 MiB in 127 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz.part' mkdocs-ivory-0.4.6.t 100% |********************************| 7785 0:00:00 ETA '/var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz.part' saved /var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz: OK >>> mkdocs-ivory: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz /var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz: OK >>> mkdocs-ivory: Unpacking /var/cache/distfiles/edge/mkdocs-ivory-0.4.6.tar.gz... 2026-04-15 00:29:13,164 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-15 00:29:13,262 root INFO running bdist_wheel 2026-04-15 00:29:13,326 root INFO running build 2026-04-15 00:29:13,326 root INFO running build_py 2026-04-15 00:29:13,341 root INFO creating build/lib/mkdocs_ivory 2026-04-15 00:29:13,342 root INFO copying mkdocs_ivory/__init__.py -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,343 root INFO running egg_info 2026-04-15 00:29:13,353 root INFO writing mkdocs_ivory.egg-info/PKG-INFO 2026-04-15 00:29:13,355 root INFO writing dependency_links to mkdocs_ivory.egg-info/dependency_links.txt 2026-04-15 00:29:13,356 root INFO writing entry points to mkdocs_ivory.egg-info/entry_points.txt 2026-04-15 00:29:13,357 root INFO writing top-level names to mkdocs_ivory.egg-info/top_level.txt 2026-04-15 00:29:13,370 root INFO reading manifest file 'mkdocs_ivory.egg-info/SOURCES.txt' 2026-04-15 00:29:13,373 root INFO reading manifest template 'MANIFEST.in' 2026-04-15 00:29:13,384 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-04-15 00:29:13,385 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-04-15 00:29:13,386 root INFO adding license file 'LICENSE' 2026-04-15 00:29:13,389 root INFO writing manifest file 'mkdocs_ivory.egg-info/SOURCES.txt' /usr/lib/python3.14/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.14/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.14/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) 2026-04-15 00:29:13,395 root INFO copying mkdocs_ivory/404.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,396 root INFO copying mkdocs_ivory/base.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,398 root INFO copying mkdocs_ivory/breadcrumbs.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,399 root INFO copying mkdocs_ivory/footer.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,401 root INFO copying mkdocs_ivory/main.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,402 root INFO copying mkdocs_ivory/mkdocs_theme.yml -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,404 root INFO copying mkdocs_ivory/nav.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,405 root INFO copying mkdocs_ivory/repo.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,407 root INFO copying mkdocs_ivory/search.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,408 root INFO copying mkdocs_ivory/searchbox.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,409 root INFO copying mkdocs_ivory/toc.html -> build/lib/mkdocs_ivory 2026-04-15 00:29:13,411 root INFO creating build/lib/mkdocs_ivory/css 2026-04-15 00:29:13,412 root INFO copying mkdocs_ivory/css/theme.css -> build/lib/mkdocs_ivory/css 2026-04-15 00:29:13,413 root INFO creating build/lib/mkdocs_ivory/img 2026-04-15 00:29:13,414 root INFO copying mkdocs_ivory/img/favicon.ico -> build/lib/mkdocs_ivory/img 2026-04-15 00:29:13,415 root INFO creating build/lib/mkdocs_ivory/js 2026-04-15 00:29:13,416 root INFO copying mkdocs_ivory/js/theme.js -> build/lib/mkdocs_ivory/js 2026-04-15 00:29:13,443 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-15 00:29:13,443 root INFO running install 2026-04-15 00:29:13,479 root INFO running install_lib 2026-04-15 00:29:13,491 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-15 00:29:13,493 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory 2026-04-15 00:29:13,493 root INFO copying build/lib/mkdocs_ivory/search.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,495 root INFO copying build/lib/mkdocs_ivory/404.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,496 root INFO copying build/lib/mkdocs_ivory/__init__.py -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,497 root INFO copying build/lib/mkdocs_ivory/base.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,498 root INFO copying build/lib/mkdocs_ivory/breadcrumbs.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,500 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/css 2026-04-15 00:29:13,500 root INFO copying build/lib/mkdocs_ivory/css/theme.css -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory/css 2026-04-15 00:29:13,502 root INFO copying build/lib/mkdocs_ivory/main.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,503 root INFO copying build/lib/mkdocs_ivory/nav.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,504 root INFO copying build/lib/mkdocs_ivory/toc.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,505 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/img 2026-04-15 00:29:13,506 root INFO copying build/lib/mkdocs_ivory/img/favicon.ico -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory/img 2026-04-15 00:29:13,507 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory/js 2026-04-15 00:29:13,508 root INFO copying build/lib/mkdocs_ivory/js/theme.js -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory/js 2026-04-15 00:29:13,509 root INFO copying build/lib/mkdocs_ivory/repo.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,510 root INFO copying build/lib/mkdocs_ivory/searchbox.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,512 root INFO copying build/lib/mkdocs_ivory/footer.html -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,513 root INFO copying build/lib/mkdocs_ivory/mkdocs_theme.yml -> build/bdist.linux-riscv64/wheel/./mkdocs_ivory 2026-04-15 00:29:13,514 root INFO running install_egg_info 2026-04-15 00:29:13,528 root INFO Copying mkdocs_ivory.egg-info to build/bdist.linux-riscv64/wheel/./mkdocs_ivory-0.4.6-py3.14.egg-info 2026-04-15 00:29:13,533 root INFO running install_scripts 2026-04-15 00:29:13,540 root INFO creating build/bdist.linux-riscv64/wheel/mkdocs_ivory-0.4.6.dist-info/WHEEL 2026-04-15 00:29:13,542 wheel INFO creating '/home/buildozer/aports/testing/mkdocs-ivory/src/mkdocs-ivory-0.4.6/.dist/.tmp-xhrwhtyl/mkdocs_ivory-0.4.6-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-15 00:29:13,544 wheel INFO adding 'mkdocs_ivory/404.html' 2026-04-15 00:29:13,545 wheel INFO adding 'mkdocs_ivory/__init__.py' 2026-04-15 00:29:13,546 wheel INFO adding 'mkdocs_ivory/base.html' 2026-04-15 00:29:13,547 wheel INFO adding 'mkdocs_ivory/breadcrumbs.html' 2026-04-15 00:29:13,548 wheel INFO adding 'mkdocs_ivory/footer.html' 2026-04-15 00:29:13,549 wheel INFO adding 'mkdocs_ivory/main.html' 2026-04-15 00:29:13,550 wheel INFO adding 'mkdocs_ivory/mkdocs_theme.yml' 2026-04-15 00:29:13,551 wheel INFO adding 'mkdocs_ivory/nav.html' 2026-04-15 00:29:13,552 wheel INFO adding 'mkdocs_ivory/repo.html' 2026-04-15 00:29:13,553 wheel INFO adding 'mkdocs_ivory/search.html' 2026-04-15 00:29:13,554 wheel INFO adding 'mkdocs_ivory/searchbox.html' 2026-04-15 00:29:13,555 wheel INFO adding 'mkdocs_ivory/toc.html' 2026-04-15 00:29:13,557 wheel INFO adding 'mkdocs_ivory/css/theme.css' 2026-04-15 00:29:13,558 wheel INFO adding 'mkdocs_ivory/img/favicon.ico' 2026-04-15 00:29:13,559 wheel INFO adding 'mkdocs_ivory/js/theme.js' 2026-04-15 00:29:13,561 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/licenses/LICENSE' 2026-04-15 00:29:13,562 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/METADATA' 2026-04-15 00:29:13,562 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/WHEEL' 2026-04-15 00:29:13,563 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/entry_points.txt' 2026-04-15 00:29:13,564 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/top_level.txt' 2026-04-15 00:29:13,565 wheel INFO adding 'mkdocs_ivory-0.4.6.dist-info/RECORD' 2026-04-15 00:29:13,566 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-15 00:29:13,571 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... 2026-04-15 00:29:14,450 gpep517 INFO Installing .dist/mkdocs_ivory-0.4.6-py3-none-any.whl into /home/buildozer/aports/testing/mkdocs-ivory/pkg/mkdocs-ivory 2026-04-15 00:29:14,548 gpep517 INFO Installation complete >>> mkdocs-ivory-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/mkdocs_ivory/__pycache__' -> '/home/buildozer/aports/testing/mkdocs-ivory/pkg/mkdocs-ivory-pyc/usr/lib/python3.14/site-packages/mkdocs_ivory/__pycache__' >>> mkdocs-ivory-pyc*: Preparing subpackage mkdocs-ivory-pyc... Please specify at least one package name on the command line. >>> mkdocs-ivory-pyc*: Running postcheck for mkdocs-ivory-pyc >>> mkdocs-ivory*: Running postcheck for mkdocs-ivory >>> mkdocs-ivory*: Preparing package mkdocs-ivory... Please specify at least one package name on the command line. >>> mkdocs-ivory-pyc*: Tracing dependencies... python3~3.14 >>> mkdocs-ivory-pyc*: Package size: 157.0 B >>> mkdocs-ivory-pyc*: Compressing data... >>> mkdocs-ivory-pyc*: Create checksum... >>> mkdocs-ivory-pyc*: Create mkdocs-ivory-pyc-0.4.6-r6.apk >>> mkdocs-ivory*: Tracing dependencies... python3 python3~3.14 >>> mkdocs-ivory*: Package size: 22.2 KB >>> mkdocs-ivory*: Compressing data... >>> mkdocs-ivory*: Create checksum... >>> mkdocs-ivory*: Create mkdocs-ivory-0.4.6-r6.apk >>> mkdocs-ivory: Build complete at Wed, 15 Apr 2026 00:29:15 +0000 elapsed time 0h 0m 10s >>> mkdocs-ivory: Cleaning up srcdir >>> mkdocs-ivory: Cleaning up pkgdir >>> mkdocs-ivory: Cleaning up tmpdir >>> mkdocs-ivory: Uninstalling dependencies... ( 1/23) Purging .makedepends-mkdocs-ivory (20260415.002910) ( 2/23) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/23) Purging py3-setuptools (82.0.1-r1) ( 4/23) Purging py3-packaging-pyc (26.0-r1) ( 5/23) Purging py3-packaging (26.0-r1) ( 6/23) Purging py3-parsing-pyc (3.3.2-r1) ( 7/23) Purging py3-parsing (3.3.2-r1) ( 8/23) Purging py3-gpep517-pyc (19-r2) ( 9/23) Purging py3-gpep517 (19-r2) (10/23) Purging py3-installer-pyc (1.0.0-r0) (11/23) Purging py3-installer (1.0.0-r0) (12/23) Purging python3-pyc (3.14.3-r0) (13/23) Purging python3-pycache-pyc0 (3.14.3-r0) (14/23) Purging pyc (3.14.3-r0) (15/23) Purging python3 (3.14.3-r0) (16/23) Purging gdbm (1.26-r0) (17/23) Purging libbz2 (1.0.8-r6) (18/23) Purging libffi (3.5.2-r0) (19/23) Purging libpanelw (6.6_p20260404-r0) (20/23) Purging mpdecimal (4.0.1-r0) (21/23) Purging readline (8.3.3-r1) (22/23) Purging sqlite-libs (3.53.0-r0) (23/23) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.6 MiB in 104 packages >>> mkdocs-ivory: Updating the testing/riscv64 repository index... >>> mkdocs-ivory: Signing the index...