>>> py3-logutils: Building community/py3-logutils 0.3.5-r3 (using abuild 3.16.0_rc4-r0) started Thu, 23 Oct 2025 04:23:48 +0000 >>> py3-logutils: Validating /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/35) Installing libbz2 (1.0.8-r6) ( 2/35) Installing libffi (3.5.2-r0) ( 3/35) Installing gdbm (1.26-r0) ( 4/35) Installing xz-libs (5.8.1-r0) ( 5/35) Installing mpdecimal (4.0.1-r0) ( 6/35) Installing libpanelw (6.5_p20251010-r0) ( 7/35) Installing sqlite-libs (3.50.4-r1) ( 8/35) Installing python3 (3.12.12-r0) ( 9/35) Installing python3-pycache-pyc0 (3.12.12-r0) (10/35) Installing pyc (3.12.12-r0) (11/35) Installing python3-pyc (3.12.12-r0) (12/35) Installing py3-parsing (3.2.3-r0) (13/35) Installing py3-parsing-pyc (3.2.3-r0) (14/35) Installing py3-packaging (25.0-r0) (15/35) Installing py3-packaging-pyc (25.0-r0) (16/35) Installing py3-setuptools (80.9.0-r1) (17/35) Installing py3-setuptools-pyc (80.9.0-r1) (18/35) Installing py3-iniconfig (2.3.0-r0) (19/35) Installing py3-iniconfig-pyc (2.3.0-r0) (20/35) Installing py3-pluggy (1.6.0-r0) (21/35) Installing py3-pluggy-pyc (1.6.0-r0) (22/35) Installing py3-py (1.11.0-r4) (23/35) Installing py3-py-pyc (1.11.0-r4) (24/35) Installing py3-pygments (2.19.2-r0) (25/35) Installing py3-pygments-pyc (2.19.2-r0) (26/35) Installing py3-pytest (8.4.2-r1) (27/35) Installing py3-pytest-pyc (8.4.2-r1) (28/35) Installing hiredis (1.3.0-r0) (29/35) Installing py3-hiredis (3.2.1-r0) (30/35) Installing py3-hiredis-pyc (3.2.1-r0) (31/35) Installing py3-redis (6.2.0-r0) (32/35) Installing py3-redis-pyc (6.2.0-r0) (33/35) Installing redis (8.2.2-r0) redis-8.2.2-r0.pre-install: Executing script... redis-8.2.2-r0.post-install: Executing script... (34/35) Installing .makedepends-py3-logutils (20251023.042421) (35/35) Installing redis-openrc (8.2.2-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 402 MiB in 140 packages >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Cleaning up tmpdir >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-logutils-0.3.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-logutils: Fetching py3-logutils-0.3.5.tar.gz::https://files.pythonhosted.org/packages/source/l/logutils/logutils-0.3.5.tar.gz Connecting to files.pythonhosted.org ([2a04:4e42:400::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:400::223]:443) saving to '/var/cache/distfiles/v3.23/py3-logutils-0.3.5.tar.gz.part' py3-logutils-0.3.5.t 100% |********************************| 27703 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-logutils-0.3.5.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-logutils-0.3.5.tar.gz: OK /home/buildozer/aports/community/py3-logutils/test-assertEqual.patch: OK >>> py3-logutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-logutils-0.3.5.tar.gz /var/cache/distfiles/v3.23/py3-logutils-0.3.5.tar.gz: OK /home/buildozer/aports/community/py3-logutils/test-assertEqual.patch: OK >>> py3-logutils: Unpacking /var/cache/distfiles/v3.23/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.12, pytest-8.4.2, pluggy-1.6.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:161: PytestReturnNotNoneWarning: Test functions should return None, but tests/test_dictconfig.py::testHandler returned . Did you mean to use `assert` instead of `return`? See https://docs.pytest.org/en/stable/how-to/assert.html#return-not-none for more information. 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.20s ============ >>> 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/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~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 Thu, 23 Oct 2025 04:24:23 +0000 elapsed time 0h 0m 35s >>> py3-logutils: Cleaning up srcdir >>> py3-logutils: Cleaning up pkgdir >>> py3-logutils: Cleaning up tmpdir >>> py3-logutils: Uninstalling dependencies... ( 1/35) Purging .makedepends-py3-logutils (20251023.042421) ( 2/35) Purging py3-setuptools-pyc (80.9.0-r1) ( 3/35) Purging py3-setuptools (80.9.0-r1) ( 4/35) Purging py3-pytest-pyc (8.4.2-r1) ( 5/35) Purging py3-pytest (8.4.2-r1) ( 6/35) Purging py3-iniconfig-pyc (2.3.0-r0) ( 7/35) Purging py3-iniconfig (2.3.0-r0) ( 8/35) Purging py3-packaging-pyc (25.0-r0) ( 9/35) Purging py3-packaging (25.0-r0) (10/35) Purging py3-parsing-pyc (3.2.3-r0) (11/35) Purging py3-parsing (3.2.3-r0) (12/35) Purging py3-pluggy-pyc (1.6.0-r0) (13/35) Purging py3-pluggy (1.6.0-r0) (14/35) Purging py3-py-pyc (1.11.0-r4) (15/35) Purging py3-py (1.11.0-r4) (16/35) Purging py3-pygments-pyc (2.19.2-r0) (17/35) Purging py3-pygments (2.19.2-r0) (18/35) Purging py3-redis-pyc (6.2.0-r0) (19/35) Purging py3-redis (6.2.0-r0) (20/35) Purging py3-hiredis-pyc (3.2.1-r0) (21/35) Purging py3-hiredis (3.2.1-r0) (22/35) Purging python3-pyc (3.12.12-r0) (23/35) Purging python3-pycache-pyc0 (3.12.12-r0) (24/35) Purging pyc (3.12.12-r0) (25/35) Purging python3 (3.12.12-r0) (26/35) Purging redis-openrc (8.2.2-r0) (27/35) Purging redis (8.2.2-r0) (28/35) Purging gdbm (1.26-r0) (29/35) Purging hiredis (1.3.0-r0) (30/35) Purging libbz2 (1.0.8-r6) (31/35) Purging libffi (3.5.2-r0) (32/35) Purging libpanelw (6.5_p20251010-r0) (33/35) Purging mpdecimal (4.0.1-r0) (34/35) Purging sqlite-libs (3.50.4-r1) (35/35) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 342 MiB in 105 packages >>> py3-logutils: Updating the community/armhf repository index... >>> py3-logutils: Signing the index...