>>> irclog2html: Building testing/irclog2html 3.0.0-r1 (using abuild 3.12.0-r1) started Sun, 07 Jan 2024 19:46:44 +0000 >>> irclog2html: Checking sanity of /home/buildozer/aports/testing/irclog2html/APKBUILD... >>> irclog2html: Analyzing dependencies... >>> irclog2html: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel (1/25) Installing libbz2 (1.0.8-r6) (2/25) Installing libffi (3.4.4-r3) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.5-r0) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20231125-r0) (7/25) Installing readline (8.2.7-r0) (8/25) Installing sqlite-libs (3.44.2-r0) (9/25) Installing python3 (3.11.6-r1) (10/25) Installing python3-pycache-pyc0 (3.11.6-r1) (11/25) Installing pyc (3.11.6-r1) (12/25) Installing py3-installer-pyc (0.7.0-r1) (13/25) Installing py3-gpep517-pyc (15-r1) (14/25) Installing python3-pyc (3.11.6-r1) (15/25) Installing py3-installer (0.7.0-r1) (16/25) Installing py3-gpep517 (15-r1) (17/25) Installing py3-parsing (3.1.1-r0) (18/25) Installing py3-parsing-pyc (3.1.1-r0) (19/25) Installing py3-packaging (23.2-r0) (20/25) Installing py3-packaging-pyc (23.2-r0) (21/25) Installing py3-setuptools (69.0.3-r0) (22/25) Installing py3-setuptools-pyc (69.0.3-r0) (23/25) Installing py3-wheel (0.42.0-r0) (24/25) Installing py3-wheel-pyc (0.42.0-r0) (25/25) Installing .makedepends-irclog2html (20240107.194649) Executing busybox-1.36.1-r18.trigger OK: 278 MiB in 126 packages >>> irclog2html: Cleaning up srcdir >>> irclog2html: Cleaning up pkgdir >>> irclog2html: Cleaning up tmpdir >>> irclog2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/irclog2html-3.0.0.tar.gz >>> irclog2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/irclog2html-3.0.0.tar.gz >>> irclog2html: Checking sha512sums... irclog2html-3.0.0.tar.gz: OK >>> irclog2html: Unpacking /var/cache/distfiles/irclog2html-3.0.0.tar.gz... 2024-01-07 19:46:52,827 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-01-07 19:46:53,063 root INFO running bdist_wheel 2024-01-07 19:46:53,133 root INFO running build 2024-01-07 19:46:53,134 root INFO running build_py 2024-01-07 19:46:53,145 root INFO creating build 2024-01-07 19:46:53,146 root INFO creating build/lib 2024-01-07 19:46:53,146 root INFO creating build/lib/irclog2html 2024-01-07 19:46:53,147 root INFO copying src/irclog2html/irclog2html.py -> build/lib/irclog2html 2024-01-07 19:46:53,148 root INFO copying src/irclog2html/__init__.py -> build/lib/irclog2html 2024-01-07 19:46:53,149 root INFO copying src/irclog2html/__main__.py -> build/lib/irclog2html 2024-01-07 19:46:53,150 root INFO copying src/irclog2html/irclogsearch.py -> build/lib/irclog2html 2024-01-07 19:46:53,151 root INFO copying src/irclog2html/_version.py -> build/lib/irclog2html 2024-01-07 19:46:53,152 root INFO copying src/irclog2html/logs2html.py -> build/lib/irclog2html 2024-01-07 19:46:53,153 root INFO copying src/irclog2html/irclogserver.py -> build/lib/irclog2html 2024-01-07 19:46:53,153 root INFO copying src/irclog2html/xchatlogsplit.py -> build/lib/irclog2html 2024-01-07 19:46:53,154 root INFO running egg_info 2024-01-07 19:46:53,154 root INFO creating src/irclog2html.egg-info 2024-01-07 19:46:53,161 root INFO writing src/irclog2html.egg-info/PKG-INFO 2024-01-07 19:46:53,166 root INFO writing dependency_links to src/irclog2html.egg-info/dependency_links.txt 2024-01-07 19:46:53,167 root INFO writing entry points to src/irclog2html.egg-info/entry_points.txt 2024-01-07 19:46:53,169 root INFO writing requirements to src/irclog2html.egg-info/requires.txt 2024-01-07 19:46:53,170 root INFO writing top-level names to src/irclog2html.egg-info/top_level.txt 2024-01-07 19:46:53,171 root INFO writing manifest file 'src/irclog2html.egg-info/SOURCES.txt' 2024-01-07 19:46:53,181 root INFO reading manifest file 'src/irclog2html.egg-info/SOURCES.txt' 2024-01-07 19:46:53,182 root INFO reading manifest template 'MANIFEST.in' 2024-01-07 19:46:53,190 root WARNING warning: no files found matching '.travis.yml' 2024-01-07 19:46:53,191 root INFO adding license file 'COPYING' 2024-01-07 19:46:53,197 root INFO writing manifest file 'src/irclog2html.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'irclog2html.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'irclog2html.tests' 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 'irclog2html.tests' 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 'irclog2html.tests' to be distributed and are already explicitly excluding 'irclog2html.tests' 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-01-07 19:46:53,205 root INFO copying src/irclog2html/irclog.css -> build/lib/irclog2html 2024-01-07 19:46:53,206 root INFO creating build/lib/irclog2html/tests 2024-01-07 19:46:53,207 root INFO copying src/irclog2html/tests/__init__.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,207 root INFO copying src/irclog2html/tests/sample.cfg -> build/lib/irclog2html/tests 2024-01-07 19:46:53,208 root INFO copying src/irclog2html/tests/sample.log -> build/lib/irclog2html/tests 2024-01-07 19:46:53,209 root INFO copying src/irclog2html/tests/test_irclog2html.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,210 root INFO copying src/irclog2html/tests/test_irclogsearch.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,211 root INFO copying src/irclog2html/tests/test_irclogserver.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,212 root INFO copying src/irclog2html/tests/test_logs2html.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,213 root INFO copying src/irclog2html/tests/test_main.py -> build/lib/irclog2html/tests 2024-01-07 19:46:53,234 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-01-07 19:46:53,234 root INFO running install 2024-01-07 19:46:53,299 root INFO running install_lib 2024-01-07 19:46:53,307 root INFO creating build/bdist.linux-riscv64 2024-01-07 19:46:53,308 root INFO creating build/bdist.linux-riscv64/wheel 2024-01-07 19:46:53,308 root INFO creating build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,309 root INFO copying build/lib/irclog2html/irclog2html.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,310 root INFO copying build/lib/irclog2html/__init__.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,311 root INFO creating build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,311 root INFO copying build/lib/irclog2html/tests/sample.log -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,312 root INFO copying build/lib/irclog2html/tests/test_main.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,312 root INFO copying build/lib/irclog2html/tests/sample.cfg -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,313 root INFO copying build/lib/irclog2html/tests/test_irclogsearch.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,314 root INFO copying build/lib/irclog2html/tests/__init__.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,315 root INFO copying build/lib/irclog2html/tests/test_irclog2html.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,315 root INFO copying build/lib/irclog2html/tests/test_logs2html.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,316 root INFO copying build/lib/irclog2html/tests/test_irclogserver.py -> build/bdist.linux-riscv64/wheel/irclog2html/tests 2024-01-07 19:46:53,317 root INFO copying build/lib/irclog2html/__main__.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,318 root INFO copying build/lib/irclog2html/irclog.css -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,318 root INFO copying build/lib/irclog2html/irclogsearch.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,319 root INFO copying build/lib/irclog2html/_version.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,320 root INFO copying build/lib/irclog2html/logs2html.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,320 root INFO copying build/lib/irclog2html/irclogserver.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,321 root INFO copying build/lib/irclog2html/xchatlogsplit.py -> build/bdist.linux-riscv64/wheel/irclog2html 2024-01-07 19:46:53,322 root INFO running install_egg_info 2024-01-07 19:46:53,338 root INFO Copying src/irclog2html.egg-info to build/bdist.linux-riscv64/wheel/irclog2html-3.0.0-py3.11.egg-info 2024-01-07 19:46:53,342 root INFO running install_scripts 2024-01-07 19:46:53,357 wheel INFO creating build/bdist.linux-riscv64/wheel/irclog2html-3.0.0.dist-info/WHEEL 2024-01-07 19:46:53,360 wheel INFO creating '/home/buildozer/aports/testing/irclog2html/src/irclog2html-3.0.0/.dist/.tmp-bo21ummf/irclog2html-3.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-01-07 19:46:53,363 wheel INFO adding 'irclog2html/__init__.py' 2024-01-07 19:46:53,367 wheel INFO adding 'irclog2html/__main__.py' 2024-01-07 19:46:53,368 wheel INFO adding 'irclog2html/_version.py' 2024-01-07 19:46:53,369 wheel INFO adding 'irclog2html/irclog.css' 2024-01-07 19:46:53,370 wheel INFO adding 'irclog2html/irclog2html.py' 2024-01-07 19:46:53,371 wheel INFO adding 'irclog2html/irclogsearch.py' 2024-01-07 19:46:53,373 wheel INFO adding 'irclog2html/irclogserver.py' 2024-01-07 19:46:53,374 wheel INFO adding 'irclog2html/logs2html.py' 2024-01-07 19:46:53,375 wheel INFO adding 'irclog2html/xchatlogsplit.py' 2024-01-07 19:46:53,376 wheel INFO adding 'irclog2html/tests/__init__.py' 2024-01-07 19:46:53,377 wheel INFO adding 'irclog2html/tests/sample.cfg' 2024-01-07 19:46:53,378 wheel INFO adding 'irclog2html/tests/sample.log' 2024-01-07 19:46:53,379 wheel INFO adding 'irclog2html/tests/test_irclog2html.py' 2024-01-07 19:46:53,380 wheel INFO adding 'irclog2html/tests/test_irclogsearch.py' 2024-01-07 19:46:53,382 wheel INFO adding 'irclog2html/tests/test_irclogserver.py' 2024-01-07 19:46:53,383 wheel INFO adding 'irclog2html/tests/test_logs2html.py' 2024-01-07 19:46:53,384 wheel INFO adding 'irclog2html/tests/test_main.py' 2024-01-07 19:46:53,386 wheel INFO adding 'irclog2html-3.0.0.dist-info/COPYING' 2024-01-07 19:46:53,387 wheel INFO adding 'irclog2html-3.0.0.dist-info/METADATA' 2024-01-07 19:46:53,388 wheel INFO adding 'irclog2html-3.0.0.dist-info/WHEEL' 2024-01-07 19:46:53,388 wheel INFO adding 'irclog2html-3.0.0.dist-info/entry_points.txt' 2024-01-07 19:46:53,389 wheel INFO adding 'irclog2html-3.0.0.dist-info/top_level.txt' 2024-01-07 19:46:53,391 wheel INFO adding 'irclog2html-3.0.0.dist-info/RECORD' 2024-01-07 19:46:53,392 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-01-07 19:46:53,395 gpep517 INFO The backend produced .dist/irclog2html-3.0.0-py2.py3-none-any.whl irclog2html-3.0.0-py2.py3-none-any.whl >>> irclog2html: Entering fakeroot... >>> irclog2html-pyc*: Running split function pyc... '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/__pycache__' -> '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html-pyc/usr/lib/python3.11/site-packages/irclog2html/__pycache__' '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/__pycache__' -> '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html-pyc/usr/lib/python3.11/site-packages/irclog2html/tests/__pycache__' >>> irclog2html-pyc*: Preparing subpackage irclog2html-pyc... >>> irclog2html-pyc*: Running postcheck for irclog2html-pyc >>> irclog2html*: Running postcheck for irclog2html >>> irclog2html*: Preparing package irclog2html... >>> irclog2html-pyc*: Tracing dependencies... python3~3.11 >>> irclog2html-pyc*: Package size: 280.0 KB >>> irclog2html-pyc*: Compressing data... >>> irclog2html-pyc*: Create checksum... >>> irclog2html-pyc*: Create irclog2html-pyc-3.0.0-r1.apk >>> irclog2html*: Tracing dependencies... python3~3.11 >>> irclog2html*: Package size: 300.0 KB >>> irclog2html*: Compressing data... >>> irclog2html*: Create checksum... >>> irclog2html*: Create irclog2html-3.0.0-r1.apk >>> irclog2html: Build complete at Sun, 07 Jan 2024 19:46:58 +0000 elapsed time 0h 0m 14s >>> irclog2html: Cleaning up srcdir >>> irclog2html: Cleaning up pkgdir >>> irclog2html: Uninstalling dependencies... (1/25) Purging .makedepends-irclog2html (20240107.194649) (2/25) Purging py3-gpep517-pyc (15-r1) (3/25) Purging py3-gpep517 (15-r1) (4/25) Purging py3-installer-pyc (0.7.0-r1) (5/25) Purging py3-installer (0.7.0-r1) (6/25) Purging py3-setuptools-pyc (69.0.3-r0) (7/25) Purging py3-setuptools (69.0.3-r0) (8/25) Purging py3-wheel-pyc (0.42.0-r0) (9/25) Purging py3-wheel (0.42.0-r0) (10/25) Purging py3-packaging-pyc (23.2-r0) (11/25) Purging py3-packaging (23.2-r0) (12/25) Purging py3-parsing-pyc (3.1.1-r0) (13/25) Purging py3-parsing (3.1.1-r0) (14/25) Purging python3-pyc (3.11.6-r1) (15/25) Purging python3-pycache-pyc0 (3.11.6-r1) (16/25) Purging pyc (3.11.6-r1) (17/25) Purging python3 (3.11.6-r1) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.4.4-r3) (21/25) Purging libpanelw (6.4_p20231125-r0) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.7-r0) (24/25) Purging sqlite-libs (3.44.2-r0) (25/25) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r18.trigger OK: 227 MiB in 101 packages >>> irclog2html: Updating the testing/riscv64 repository index... >>> irclog2html: Signing the index...