>>> py3-logutils: Building community/py3-logutils 0.3.5-r2 (using abuild 3.11.0_rc13-r0) started Mon, 24 Apr 2023 02:50:46 +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/37) Installing libbz2 (1.0.8-r5) (2/37) Installing libffi (3.4.4-r2) (3/37) Installing gdbm (1.23-r1) (4/37) Installing xz-libs (5.4.2-r1) (5/37) Installing mpdecimal (2.5.1-r2) (6/37) Installing libpanelw (6.4_p20230401-r5) (7/37) Installing readline (8.2.1-r1) (8/37) Installing sqlite-libs (3.41.2-r2) (9/37) Installing python3 (3.11.3-r10) (10/37) Installing python3-pycache-pyc0 (3.11.3-r10) (11/37) Installing pyc (0.1-r0) (12/37) Installing python3-pyc (3.11.3-r10) (13/37) Installing py3-parsing (3.0.9-r2) (14/37) Installing py3-parsing-pyc (3.0.9-r2) (15/37) Installing py3-packaging (23.1-r1) (16/37) Installing py3-packaging-pyc (23.1-r1) (17/37) Installing py3-setuptools (67.7.1-r0) (18/37) Installing py3-setuptools-pyc (67.7.1-r0) (19/37) Installing py3-iniconfig (1.1.1-r6) (20/37) Installing py3-iniconfig-pyc (1.1.1-r6) (21/37) Installing py3-pluggy (1.0.0-r3) (22/37) Installing py3-pluggy-pyc (1.0.0-r3) (23/37) Installing py3-py (1.11.0-r2) (24/37) Installing py3-py-pyc (1.11.0-r2) (25/37) Installing py3-pytest (7.3.1-r1) (26/37) Installing py3-pytest-pyc (7.3.1-r1) (27/37) Installing py3-typing-extensions (4.5.0-r1) (28/37) Installing py3-typing-extensions-pyc (4.5.0-r1) (29/37) Installing py3-async-timeout (4.0.2-r3) (30/37) Installing py3-async-timeout-pyc (4.0.2-r3) (31/37) Installing py3-hiredis (2.2.2-r1) (32/37) Installing py3-hiredis-pyc (2.2.2-r1) (33/37) Installing py3-redis (4.5.4-r1) (34/37) Installing py3-redis-pyc (4.5.4-r1) (35/37) Installing redis (7.0.11-r0) Executing redis-7.0.11-r0.pre-install Executing redis-7.0.11-r0.post-install (36/37) Installing .makedepends-py3-logutils (20230424.025049) (37/37) Installing redis-openrc (7.0.11-r0) Executing busybox-1.36.0-r7.trigger OK: 451 MiB in 135 packages >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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 277k 0 --:--:-- --:--:-- --:--:-- 278k >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-logutils-0.3.5.tar.gz >>> py3-logutils: Checking sha512sums... py3-logutils-0.3.5.tar.gz: OK >>> py3-logutils: Unpacking /var/cache/distfiles/v3.18/py3-logutils-0.3.5.tar.gz... ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.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.11/site-packages/_pytest/python.py:198: 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_dictconfig.py::ConfigDictTest::test_config4_ok /home/buildozer/aports/community/py3-logutils/src/logutils-0.3.5/tests/test_dictconfig.py:571: DeprecationWarning: Please use assertEqual instead. self.assertEquals(h.formatted[0], tests/test_dictconfig.py::ConfigDictTest::test_config4a_ok /home/buildozer/aports/community/py3-logutils/src/logutils-0.3.5/tests/test_dictconfig.py:583: DeprecationWarning: Please use assertEqual instead. self.assertEquals(h.formatted[0], 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, 11 warnings in 0.34s =========== >>> py3-logutils: Entering fakeroot... /usr/lib/python3.11/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, pypa/build 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.11/site-packages/logutils/__pycache__' -> '/home/buildozer/aports/community/py3-logutils/pkg/py3-logutils-pyc/usr/lib/python3.11/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.11 >>> py3-logutils-pyc*: Package size: 116.0 KB >>> py3-logutils-pyc*: Compressing data... >>> py3-logutils-pyc*: Create checksum... >>> py3-logutils-pyc*: Create py3-logutils-pyc-0.3.5-r2.apk >>> py3-logutils*: Tracing dependencies... python3 python3~3.11 >>> py3-logutils*: Package size: 112.0 KB >>> py3-logutils*: Compressing data... >>> py3-logutils*: Create checksum... >>> py3-logutils*: Create py3-logutils-0.3.5-r2.apk >>> py3-logutils: Build complete at Mon, 24 Apr 2023 02:50:55 +0000 elapsed time 0h 0m 9s >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Uninstalling dependencies... (1/37) Purging .makedepends-py3-logutils (20230424.025049) (2/37) Purging py3-setuptools-pyc (67.7.1-r0) (3/37) Purging py3-setuptools (67.7.1-r0) (4/37) Purging py3-pytest-pyc (7.3.1-r1) (5/37) Purging py3-pytest (7.3.1-r1) (6/37) Purging py3-iniconfig-pyc (1.1.1-r6) (7/37) Purging py3-iniconfig (1.1.1-r6) (8/37) Purging py3-packaging-pyc (23.1-r1) (9/37) Purging py3-packaging (23.1-r1) (10/37) Purging py3-parsing-pyc (3.0.9-r2) (11/37) Purging py3-parsing (3.0.9-r2) (12/37) Purging py3-pluggy-pyc (1.0.0-r3) (13/37) Purging py3-pluggy (1.0.0-r3) (14/37) Purging py3-py-pyc (1.11.0-r2) (15/37) Purging py3-py (1.11.0-r2) (16/37) Purging py3-redis-pyc (4.5.4-r1) (17/37) Purging py3-redis (4.5.4-r1) (18/37) Purging py3-async-timeout-pyc (4.0.2-r3) (19/37) Purging py3-async-timeout (4.0.2-r3) (20/37) Purging py3-typing-extensions-pyc (4.5.0-r1) (21/37) Purging py3-typing-extensions (4.5.0-r1) (22/37) Purging py3-hiredis-pyc (2.2.2-r1) (23/37) Purging py3-hiredis (2.2.2-r1) (24/37) Purging redis-openrc (7.0.11-r0) (25/37) Purging redis (7.0.11-r0) (26/37) Purging python3-pyc (3.11.3-r10) (27/37) Purging python3-pycache-pyc0 (3.11.3-r10) (28/37) Purging pyc (0.1-r0) (29/37) Purging python3 (3.11.3-r10) (30/37) Purging gdbm (1.23-r1) (31/37) Purging libbz2 (1.0.8-r5) (32/37) Purging libffi (3.4.4-r2) (33/37) Purging libpanelw (6.4_p20230401-r5) (34/37) Purging mpdecimal (2.5.1-r2) (35/37) Purging readline (8.2.1-r1) (36/37) Purging sqlite-libs (3.41.2-r2) (37/37) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 392 MiB in 98 packages >>> py3-logutils: Updating the community/x86_64 repository index... >>> py3-logutils: Signing the index...