>>> py3-logutils: Building community/py3-logutils 0.3.5-r3 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 20:28:17 +0000 >>> py3-logutils: Validating /home/udu/aports/community/py3-logutils/APKBUILD... >>> py3-logutils: Analyzing dependencies... >>> py3-logutils: Installing for build: build-base python3 py3-setuptools py3-pytest py3-redis redis WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/21) Installing py3-parsing (3.2.3-r0) (2/21) Installing py3-parsing-pyc (3.2.3-r0) (3/21) Installing py3-packaging (25.0-r0) (4/21) Installing py3-packaging-pyc (25.0-r0) (5/21) Installing py3-setuptools (80.9.0-r0) (6/21) Installing py3-setuptools-pyc (80.9.0-r0) (7/21) Installing py3-iniconfig (2.1.0-r0) (8/21) Installing py3-iniconfig-pyc (2.1.0-r0) (9/21) Installing py3-pluggy (1.5.0-r0) (10/21) Installing py3-pluggy-pyc (1.5.0-r0) (11/21) Installing py3-py (1.11.0-r4) (12/21) Installing py3-py-pyc (1.11.0-r4) (13/21) Installing py3-pytest (8.3.5-r0) (14/21) Installing py3-pytest-pyc (8.3.5-r0) (15/21) Installing hiredis (1.3.0-r0) (16/21) Installing py3-hiredis (3.2.1-r0) (17/21) Installing py3-hiredis-pyc (3.2.1-r0) (18/21) Installing py3-redis (6.1.0-r0) (19/21) Installing py3-redis-pyc (6.1.0-r0) (20/21) Installing redis (8.0.4-r0) Executing redis-8.0.4-r0.pre-install Executing redis-8.0.4-r0.post-install (21/21) Installing .makedepends-py3-logutils (20251012.202819) Executing busybox-1.37.0-r19.trigger OK: 315 MiB in 110 packages >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Cleaning up tmpdir >>> py3-logutils: Fetching py3-logutils-0.3.5.tar.gz::https://files.pythonhosted.org/packages/source/l/logutils/logutils-0.3.5.tar.gz >>> py3-logutils: Fetching py3-logutils-0.3.5.tar.gz::https://files.pythonhosted.org/packages/source/l/logutils/logutils-0.3.5.tar.gz >>> py3-logutils: Checking sha512sums... py3-logutils-0.3.5.tar.gz: OK test-assertEqual.patch: OK >>> py3-logutils: Unpacking /var/cache/distfiles/py3-logutils-0.3.5.tar.gz... >>> py3-logutils: test-assertEqual.patch patching file tests/test_dictconfig.py /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-logutils/src/logutils-0.3.5 collected 36 items / 7 deselected / 29 selected tests/test_colorize.py .s [ 6%] tests/test_dictconfig.py ................ [ 62%] tests/test_formatter.py ... [ 72%] tests/test_messages.py .. [ 79%] tests/test_queue.py ... [ 89%] tests/test_testing.py ... [100%] ============================================================================================================================================== warnings summary ============================================================================================================================================== logutils/testing.py:7 /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/testing.py:7: PytestCollectionWarning: cannot collect test class 'TestHandler' because it has a __init__ constructor (from: tests/test_adapter.py) class TestHandler(BufferingHandler): logutils/testing.py:7 /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/testing.py:7: PytestCollectionWarning: cannot collect test class 'TestHandler' because it has a __init__ constructor (from: tests/test_dictconfig.py) class TestHandler(BufferingHandler): logutils/testing.py:7 /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/testing.py:7: PytestCollectionWarning: cannot collect test class 'TestHandler' because it has a __init__ constructor (from: tests/test_queue.py) class TestHandler(BufferingHandler): logutils/testing.py:7 /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/testing.py:7: PytestCollectionWarning: cannot collect test class 'TestHandler' because it has a __init__ constructor (from: tests/test_redis.py) class TestHandler(BufferingHandler): logutils/testing.py:7 /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/testing.py:7: PytestCollectionWarning: cannot collect test class 'TestHandler' because it has a __init__ constructor (from: tests/test_testing.py) class TestHandler(BufferingHandler): tests/test_dictconfig.py::testHandler /usr/lib/python3.12/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but tests/test_dictconfig.py::testHandler returned , which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? warnings.warn( tests/test_queue.py::QueueTest::test_multiple tests/test_queue.py::QueueTest::test_partial tests/test_queue.py::QueueTest::test_simple /home/udu/aports/community/py3-logutils/src/logutils-0.3.5/logutils/queue.py:144: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead t.setDaemon(True) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========================================================================================================================== 28 passed, 1 skipped, 7 deselected, 9 warnings in 0.22s =========================================================================================================================== >>> py3-logutils: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() >>> py3-logutils-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/logutils/__pycache__' -> '/home/udu/aports/community/py3-logutils/pkg/py3-logutils-pyc/usr/lib/python3.12/site-packages/logutils/__pycache__' >>> py3-logutils-pyc*: Preparing subpackage py3-logutils-pyc... >>> py3-logutils-pyc*: Running postcheck for py3-logutils-pyc >>> py3-logutils*: Running postcheck for py3-logutils >>> py3-logutils*: Preparing package py3-logutils... >>> py3-logutils-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-logutils-pyc*: Package size: 67.7 KB >>> py3-logutils-pyc*: Compressing data... >>> py3-logutils-pyc*: Create checksum... >>> py3-logutils-pyc*: Create py3-logutils-pyc-0.3.5-r3.apk >>> py3-logutils*: Tracing dependencies... python3 python3~3.12 >>> py3-logutils*: Package size: 57.9 KB >>> py3-logutils*: Compressing data... >>> py3-logutils*: Create checksum... >>> py3-logutils*: Create py3-logutils-0.3.5-r3.apk >>> py3-logutils: Build complete at Sun, 12 Oct 2025 20:28:21 +0000 elapsed time 0h 0m 4s >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Uninstalling dependencies... (1/21) Purging .makedepends-py3-logutils (20251012.202819) (2/21) Purging py3-setuptools-pyc (80.9.0-r0) (3/21) Purging py3-setuptools (80.9.0-r0) (4/21) Purging py3-pytest-pyc (8.3.5-r0) (5/21) Purging py3-pytest (8.3.5-r0) (6/21) Purging py3-iniconfig-pyc (2.1.0-r0) (7/21) Purging py3-iniconfig (2.1.0-r0) (8/21) Purging py3-packaging-pyc (25.0-r0) (9/21) Purging py3-packaging (25.0-r0) (10/21) Purging py3-parsing-pyc (3.2.3-r0) (11/21) Purging py3-parsing (3.2.3-r0) (12/21) Purging py3-pluggy-pyc (1.5.0-r0) (13/21) Purging py3-pluggy (1.5.0-r0) (14/21) Purging py3-py-pyc (1.11.0-r4) (15/21) Purging py3-py (1.11.0-r4) (16/21) Purging py3-redis-pyc (6.1.0-r0) (17/21) Purging py3-redis (6.1.0-r0) (18/21) Purging py3-hiredis-pyc (3.2.1-r0) (19/21) Purging py3-hiredis (3.2.1-r0) (20/21) Purging redis (8.0.4-r0) (21/21) Purging hiredis (1.3.0-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-logutils: Updating the community/x86_64 repository index... >>> py3-logutils: Signing the index...