>>> py3-logbook: Building community/py3-logbook 1.5.3-r3 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 11:38:33 +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/20) Installing libbz2 (1.0.8-r3) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.2.7-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.2.0-r0) (7/20) Installing sqlite-libs (3.39.4-r0) (8/20) Installing python3 (3.10.8-r3) (9/20) Installing py3-parsing (3.0.9-r0) (10/20) Installing py3-packaging (21.3-r2) (11/20) Installing py3-setuptools (65.5.0-r0) (12/20) Installing python3-dev (3.10.8-r3) (13/20) Installing cython (0.29.32-r0) (14/20) Installing py3-attrs (22.1.0-r0) (15/20) Installing py3-iniconfig (1.1.1-r3) (16/20) Installing py3-pluggy (1.0.0-r1) (17/20) Installing py3-py (1.11.0-r0) (18/20) Installing py3-tomli (2.0.1-r1) (19/20) Installing py3-pytest (7.1.3-r1) (20/20) Installing .makedepends-py3-logbook (20221028.113845) Executing busybox-1.35.0-r27.trigger OK: 299 MiB in 113 packages >>> py3-logbook: Cleaning up srcdir >>> py3-logbook: Cleaning up pkgdir >>> py3-logbook: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-logbook-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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> 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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 92876 0 92876 0 0 35083 0 --:--:-- 0:00:02 --:--:-- 35083 100 363k 0 363k 0 0 131k 0 --:--:-- 0:00:02 --:--:-- 2270k >>> py3-logbook: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-logbook-1.5.3.tar.gz >>> py3-logbook: Checking sha512sums... py3-logbook-1.5.3.tar.gz: OK >>> py3-logbook: Unpacking /var/cache/distfiles/v3.17/py3-logbook-1.5.3.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/logbook copying logbook/handlers.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/compat.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/base.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/helpers.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/utils.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/queues.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/_termcolors.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/concurrency.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/more.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/_fallback.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/__init__.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/notifiers.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/ticketing.py -> build/lib.linux-armv8l-cpython-310/logbook copying logbook/__version__.py -> build/lib.linux-armv8l-cpython-310/logbook running build_ext building 'logbook._speedups' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/logbook gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -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-armv8l-cpython-310/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-armv8l-cpython-310/logbook/_speedups.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/logbook/_speedups.cpython-310-arm-linux-gnueabihf.so ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 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/how-to/capture-warnings.html ================ 163 passed, 18 skipped, 100 warnings in 1.60s ================= >>> py3-logbook: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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-armv8l-cpython-310/logbook/_speedups.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/handlers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/compat.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/base.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/helpers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/utils.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/queues.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/_termcolors.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/concurrency.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/more.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/_fallback.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/__init__.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/notifiers.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/ticketing.py -> /home/buildozer/aports/community/py3-logbook/pkg/py3-logbook/usr/lib/python3.10/site-packages/logbook copying build/lib.linux-armv8l-cpython-310/logbook/__version__.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/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 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/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/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/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/_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/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/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/_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/__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/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/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/__version__.py to __version__.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' adding license file 'LICENSE' adding license file 'AUTHORS' 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-armv7.so.1 >>> py3-logbook*: Package size: 628.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 Fri, 28 Oct 2022 11:38:55 +0000 elapsed time 0h 0m 22s >>> py3-logbook: Cleaning up srcdir >>> py3-logbook: Cleaning up pkgdir >>> py3-logbook: Uninstalling dependencies... (1/20) Purging .makedepends-py3-logbook (20221028.113845) (2/20) Purging py3-setuptools (65.5.0-r0) (3/20) Purging python3-dev (3.10.8-r3) (4/20) Purging cython (0.29.32-r0) (5/20) Purging py3-pytest (7.1.3-r1) (6/20) Purging py3-attrs (22.1.0-r0) (7/20) Purging py3-iniconfig (1.1.1-r3) (8/20) Purging py3-packaging (21.3-r2) (9/20) Purging py3-parsing (3.0.9-r0) (10/20) Purging py3-pluggy (1.0.0-r1) (11/20) Purging py3-py (1.11.0-r0) (12/20) Purging py3-tomli (2.0.1-r1) (13/20) Purging python3 (3.10.8-r3) (14/20) Purging libbz2 (1.0.8-r3) (15/20) Purging libffi (3.4.4-r0) (16/20) Purging gdbm (1.23-r0) (17/20) Purging xz-libs (5.2.7-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.2.0-r0) (20/20) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-logbook: Updating the community/armv7 repository index... >>> py3-logbook: Signing the index...