>>> py3-logutils: Building community/py3-logutils 0.3.5-r3 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 02:07:08 +0000 >>> py3-logutils: Checking sanity of /home/buildozer/aports/community/py3-logutils/APKBUILD... >>> py3-logutils: Analyzing dependencies... >>> py3-logutils: Installing for build: build-base python3 py3-setuptools py3-pytest py3-redis redis (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.6-r0) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.6.1-r3) (5/34) Installing mpdecimal (4.0.0-r0) (6/34) Installing libpanelw (6.4_p20240330-r0) (7/34) Installing readline (8.2.10-r0) (8/34) Installing sqlite-libs (3.45.2-r0) (9/34) Installing python3 (3.12.3-r0) (10/34) Installing python3-pycache-pyc0 (3.12.3-r0) (11/34) Installing pyc (3.12.3-r0) (12/34) Installing python3-pyc (3.12.3-r0) (13/34) Installing py3-parsing (3.1.2-r1) (14/34) Installing py3-parsing-pyc (3.1.2-r1) (15/34) Installing py3-packaging (24.0-r1) (16/34) Installing py3-packaging-pyc (24.0-r1) (17/34) Installing py3-setuptools (69.2.0-r2) (18/34) Installing py3-setuptools-pyc (69.2.0-r2) (19/34) Installing py3-iniconfig (2.0.0-r1) (20/34) Installing py3-iniconfig-pyc (2.0.0-r1) (21/34) Installing py3-pluggy (1.4.0-r1) (22/34) Installing py3-pluggy-pyc (1.4.0-r1) (23/34) Installing py3-py (1.11.0-r3) (24/34) Installing py3-py-pyc (1.11.0-r3) (25/34) Installing py3-pytest (8.1.1-r1) (26/34) Installing py3-pytest-pyc (8.1.1-r1) (27/34) Installing hiredis (1.2.0-r0) (28/34) Installing py3-hiredis (2.3.2-r1) (29/34) Installing py3-hiredis-pyc (2.3.2-r1) (30/34) Installing py3-redis (5.0.3-r1) (31/34) Installing py3-redis-pyc (5.0.3-r1) (32/34) Installing redis (7.2.4-r1) Executing redis-7.2.4-r1.pre-install Executing redis-7.2.4-r1.post-install (33/34) Installing .makedepends-py3-logutils (20240413.020709) (34/34) Installing redis-openrc (7.2.4-r1) Executing busybox-1.36.1-r25.trigger OK: 443 MiB in 139 packages >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Cleaning up tmpdir >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-logutils-0.3.5.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 100 27703 100 27703 0 0 569k 0 --:--:-- --:--:-- --:--:-- 575k >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-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 ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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:199: 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/buildozer/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.18s ============ >>> py3-logutils: Entering fakeroot... /usr/lib/python3.12/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 or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() >>> py3-logutils-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-logutils/pkg/py3-logutils/usr/lib/python3.12/site-packages/logutils/__pycache__' -> '/home/buildozer/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: 112.0 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: 112.0 KB >>> py3-logutils*: Compressing data... >>> py3-logutils*: Create checksum... >>> py3-logutils*: Create py3-logutils-0.3.5-r3.apk >>> py3-logutils: Build complete at Sat, 13 Apr 2024 02:07:12 +0000 elapsed time 0h 0m 4s >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Uninstalling dependencies... (1/34) Purging .makedepends-py3-logutils (20240413.020709) (2/34) Purging py3-setuptools-pyc (69.2.0-r2) (3/34) Purging py3-setuptools (69.2.0-r2) (4/34) Purging py3-pytest-pyc (8.1.1-r1) (5/34) Purging py3-pytest (8.1.1-r1) (6/34) Purging py3-iniconfig-pyc (2.0.0-r1) (7/34) Purging py3-iniconfig (2.0.0-r1) (8/34) Purging py3-packaging-pyc (24.0-r1) (9/34) Purging py3-packaging (24.0-r1) (10/34) Purging py3-parsing-pyc (3.1.2-r1) (11/34) Purging py3-parsing (3.1.2-r1) (12/34) Purging py3-pluggy-pyc (1.4.0-r1) (13/34) Purging py3-pluggy (1.4.0-r1) (14/34) Purging py3-py-pyc (1.11.0-r3) (15/34) Purging py3-py (1.11.0-r3) (16/34) Purging py3-redis-pyc (5.0.3-r1) (17/34) Purging py3-redis (5.0.3-r1) (18/34) Purging py3-hiredis-pyc (2.3.2-r1) (19/34) Purging py3-hiredis (2.3.2-r1) (20/34) Purging redis-openrc (7.2.4-r1) (21/34) Purging redis (7.2.4-r1) (22/34) Purging hiredis (1.2.0-r0) (23/34) Purging python3-pyc (3.12.3-r0) (24/34) Purging python3-pycache-pyc0 (3.12.3-r0) (25/34) Purging pyc (3.12.3-r0) (26/34) Purging python3 (3.12.3-r0) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r6) (29/34) Purging libffi (3.4.6-r0) (30/34) Purging libpanelw (6.4_p20240330-r0) (31/34) Purging mpdecimal (4.0.0-r0) (32/34) Purging readline (8.2.10-r0) (33/34) Purging sqlite-libs (3.45.2-r0) (34/34) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-logutils: Updating the community/aarch64 repository index... >>> py3-logutils: Signing the index...