>>> py3-logbook: Building community/py3-logbook 1.5.3-r3 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 14:28:07 +0000 >>> py3-logbook: Checking sanity of /home/buildozer/aports/community/py3-logbook/APKBUILD... >>> py3-logbook: Analyzing dependencies... >>> py3-logbook: Installing for build: build-base python3 py3-setuptools python3-dev cython py3-pytest (1/24) Installing libffi (3.4.2-r1) (2/24) Installing gdbm (1.22-r0) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing readline (8.1.1-r0) (5/24) Installing sqlite-libs (3.37.0-r0) (6/24) Installing python3 (3.10.1-r0) (7/24) Installing py3-ordered-set (4.0.2-r3) (8/24) Installing py3-appdirs (1.4.4-r3) (9/24) Installing py3-parsing (2.4.7-r3) (10/24) Installing py3-six (1.16.0-r1) (11/24) Installing py3-packaging (21.3-r0) (12/24) Installing py3-setuptools (52.0.0-r5) (13/24) Installing python3-dev (3.10.1-r0) (14/24) Installing cython (0.29.24-r1) (15/24) Installing py3-atomicwrites (1.4.0-r2) (16/24) Installing py3-attrs (21.2.0-r1) (17/24) Installing py3-more-itertools (8.12.0-r1) (18/24) Installing py3-iniconfig (1.1.1-r2) (19/24) Installing py3-pluggy (0.13.1-r5) (20/24) Installing py3-py (1.10.0-r2) (21/24) Installing py3-wcwidth (0.2.5-r2) (22/24) Installing py3-toml (0.10.2-r3) (23/24) Installing py3-pytest (6.2.5-r1) (24/24) Installing .makedepends-py3-logbook (20211216.142809) Executing busybox-1.34.1-r5.trigger OK: 453 MiB in 132 packages >>> py3-logbook: Cleaning up srcdir >>> py3-logbook: Cleaning up pkgdir >>> py3-logbook: Fetching py3-logbook-1.5.3.tar.gz::https://github.com/getlogbook/logbook/archive/1.5.3.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 125 100 125 0 0 477 0 --:--:-- --:--:-- --:--:-- 478 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 363k 0 363k 0 0 635k 0 --:--:-- --:--:-- --:--:-- 3394k >>> py3-logbook: Fetching py3-logbook-1.5.3.tar.gz::https://github.com/getlogbook/logbook/archive/1.5.3.tar.gz >>> py3-logbook: Checking sha512sums... py3-logbook-1.5.3.tar.gz: OK >>> py3-logbook: Unpacking /var/cache/distfiles/edge/py3-logbook-1.5.3.tar.gz... /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/setup.py:60: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.build_ext import build_ext running build running build_py creating build creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/logbook copying logbook/base.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/_fallback.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/utils.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/notifiers.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/more.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/_termcolors.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/__version__.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/__init__.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/helpers.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/concurrency.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/queues.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/ticketing.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/handlers.py -> build/lib.linux-x86_64-3.10/logbook copying logbook/compat.py -> build/lib.linux-x86_64-3.10/logbook running build_ext building 'logbook._speedups' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/logbook gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c logbook/_speedups.c -o build/temp.linux-x86_64-3.10/logbook/_speedups.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.10/logbook/_speedups.o -L/usr/lib -o build/lib.linux-x86_64-3.10/logbook/_speedups.cpython-310-x86_64-linux-gnu.so ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3 collected 181 items tests/test_asyncio.py . [ 0%] tests/test_ci.py ss [ 1%] tests/test_deadlock.py . [ 2%] tests/test_fingers_crossed_handler.py ...... [ 5%] tests/test_flags.py .. [ 6%] tests/test_groups.py .. [ 7%] tests/test_handler_errors.py ... [ 9%] tests/test_handlers.py ........... [ 15%] tests/test_helpers.py .. [ 16%] tests/test_log_record.py .......... [ 22%] tests/test_logbook.py ... [ 23%] tests/test_logger.py ... [ 25%] tests/test_logging_api.py ............. [ 32%] tests/test_logging_compat.py .... [ 34%] tests/test_logging_times.py ss... [ 37%] tests/test_mail_handler.py ....... [ 41%] tests/test_more.py s........sss [ 48%] tests/test_nteventlog_handler.py s [ 48%] tests/test_null_handler.py ...... [ 51%] tests/test_processors.py .... [ 54%] tests/test_queues.py ssss.....s.sss [ 61%] tests/test_syslog_handler.py ............ [ 68%] tests/test_test_handler.py .............................. [ 85%] tests/test_ticketing.py s [ 85%] tests/test_unicode.py ....... [ 89%] tests/test_utils.py ................... [100%] =============================== warnings summary =============================== tests/test_asyncio.py::test_asyncio_context_management tests/test_asyncio.py::test_asyncio_context_management /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/tests/test_asyncio.py:21: DeprecationWarning: There is no current event loop asyncio.get_event_loop().run_until_complete(asyncio.gather(task(h1, 'task1'), task(h2, 'task2'))) tests/test_fingers_crossed_handler.py: 26 warnings tests/test_logging_api.py: 4 warnings tests/test_mail_handler.py: 16 warnings /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/concurrency.py:141: DeprecationWarning: currentThread() is deprecated, use current_thread() instead return currentThread().getName() tests/test_fingers_crossed_handler.py: 26 warnings tests/test_logging_api.py: 4 warnings tests/test_mail_handler.py: 16 warnings /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/concurrency.py:141: DeprecationWarning: getName() is deprecated, get the name attribute instead return currentThread().getName() tests/test_queues.py::test_missing_zeromq /usr/lib/python3.10/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/queues.py", line 241, in __del__ self.close(linger=100) File "/home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/queues.py", line 232, in close self.socket.close(linger) AttributeError: 'ZeroMQHandler' object has no attribute 'socket' warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) tests/test_queues.py::test_threaded_wrapper_handler tests/test_queues.py::test_threaded_wrapper_handler_emit tests/test_queues.py::test_threaded_wrapper_handler_emit_batched /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/queues.py:621: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead self._thread.setDaemon(True) tests/test_queues.py::test_subscriber_group tests/test_queues.py::test_subscriber_group /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/logbook/queues.py:261: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead self._thread.setDaemon(True) -- Docs: https://docs.pytest.org/en/stable/warnings.html ================ 163 passed, 18 skipped, 100 warnings in 2.21s ================= >>> py3-logbook: Entering fakeroot... /home/buildozer/aports/community/py3-logbook/src/logbook-1.5.3/setup.py:60: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.build_ext import build_ext running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-logbook/pkg creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/base.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/_speedups.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/_fallback.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/utils.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/notifiers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/more.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/_termcolors.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/__version__.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/__init__.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/helpers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/concurrency.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/queues.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/ticketing.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/handlers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-x86_64-3.10/logbook/compat.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/_fallback.py to _fallback.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/notifiers.py to notifiers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/more.py to more.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/_termcolors.py to _termcolors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/__version__.py to __version__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/concurrency.py to concurrency.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/queues.py to queues.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/ticketing.py to ticketing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/handlers.py to handlers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook/compat.py to compat.cpython-310.pyc running install_egg_info running egg_info creating Logbook.egg-info writing Logbook.egg-info/PKG-INFO writing dependency_links to Logbook.egg-info/dependency_links.txt writing requirements to Logbook.egg-info/requires.txt writing top-level names to Logbook.egg-info/top_level.txt writing manifest file 'Logbook.egg-info/SOURCES.txt' reading manifest file 'Logbook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Logbook.egg-info/SOURCES.txt' Copying Logbook.egg-info to /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info running install_scripts >>> py3-logbook*: Running postcheck for py3-logbook >>> py3-logbook*: Preparing package py3-logbook... >>> py3-logbook*: Stripping binaries >>> py3-logbook*: Scanning shared objects >>> py3-logbook*: Tracing dependencies... python3 so:libc.musl-x86_64.so.1 >>> py3-logbook*: Package size: 668.0 KB >>> py3-logbook*: Compressing data... >>> py3-logbook*: Create checksum... >>> py3-logbook*: Create py3-logbook-1.5.3-r3.apk >>> py3-logbook: Build complete at Thu, 16 Dec 2021 14:28:21 +0000 elapsed time 0h 0m 14s >>> py3-logbook: Cleaning up srcdir >>> py3-logbook: Cleaning up pkgdir >>> py3-logbook: Uninstalling dependencies... (1/24) Purging .makedepends-py3-logbook (20211216.142809) (2/24) Purging py3-setuptools (52.0.0-r5) (3/24) Purging py3-ordered-set (4.0.2-r3) (4/24) Purging py3-appdirs (1.4.4-r3) (5/24) Purging python3-dev (3.10.1-r0) (6/24) Purging cython (0.29.24-r1) (7/24) Purging py3-pytest (6.2.5-r1) (8/24) Purging py3-atomicwrites (1.4.0-r2) (9/24) Purging py3-attrs (21.2.0-r1) (10/24) Purging py3-more-itertools (8.12.0-r1) (11/24) Purging py3-iniconfig (1.1.1-r2) (12/24) Purging py3-pluggy (0.13.1-r5) (13/24) Purging py3-py (1.10.0-r2) (14/24) Purging py3-wcwidth (0.2.5-r2) (15/24) Purging py3-packaging (21.3-r0) (16/24) Purging py3-parsing (2.4.7-r3) (17/24) Purging py3-six (1.16.0-r1) (18/24) Purging py3-toml (0.10.2-r3) (19/24) Purging python3 (3.10.1-r0) (20/24) Purging libffi (3.4.2-r1) (21/24) Purging gdbm (1.22-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.1-r0) (24/24) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 108 packages >>> py3-logbook: Updating the community/x86_64 repository index... >>> py3-logbook: Signing the index...