>>> py3-billiard: Building testing/py3-billiard 3.6.4.0-r4 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 11:13:43 +0000 >>> py3-billiard: Checking sanity of /home/buildozer/aports/testing/py3-billiard/APKBUILD... >>> py3-billiard: Analyzing dependencies... >>> py3-billiard: Installing for build: build-base py3-setuptools py3-psutil py3-pytest py3-nose py3-case (1/30) Installing gdbm (1.23-r1) (2/30) Installing mpdecimal (2.5.1-r2) (3/30) Installing libpanelw (6.4_p20230401-r5) (4/30) Installing readline (8.2.1-r1) (5/30) Installing sqlite-libs (3.41.2-r2) (6/30) Installing python3 (3.11.3-r10) (7/30) Installing python3-pycache-pyc0 (3.11.3-r10) (8/30) Installing pyc (0.1-r0) (9/30) Installing py3-setuptools-pyc (67.7.1-r0) (10/30) Installing py3-parsing (3.0.9-r2) (11/30) Installing py3-parsing-pyc (3.0.9-r2) (12/30) Installing py3-packaging-pyc (23.1-r1) (13/30) Installing python3-pyc (3.11.3-r10) (14/30) Installing py3-packaging (23.1-r1) (15/30) Installing py3-setuptools (67.7.1-r0) (16/30) Installing py3-psutil (5.9.5-r0) (17/30) Installing py3-iniconfig (1.1.1-r6) (18/30) Installing py3-iniconfig-pyc (1.1.1-r6) (19/30) Installing py3-pluggy (1.0.0-r3) (20/30) Installing py3-pluggy-pyc (1.0.0-r3) (21/30) Installing py3-py (1.11.0-r2) (22/30) Installing py3-py-pyc (1.11.0-r2) (23/30) Installing py3-pytest (7.3.1-r1) (24/30) Installing py3-pytest-pyc (7.3.1-r1) (25/30) Installing py3-nose (1.3.7-r11) (26/30) Installing py3-nose-pyc (1.3.7-r11) (27/30) Installing py3-six (1.16.0-r6) (28/30) Installing py3-six-pyc (1.16.0-r6) (29/30) Installing py3-case (1.5.3-r5) (30/30) Installing .makedepends-py3-billiard (20230422.111343) Executing busybox-1.36.0-r7.trigger OK: 959 MiB in 138 packages >>> py3-billiard: Cleaning up srcdir >>> py3-billiard: Cleaning up pkgdir >>> py3-billiard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//billiard-3.6.4.0.tar.gz >>> py3-billiard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-billiard-py311.patch >>> py3-billiard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//billiard-3.6.4.0.tar.gz >>> py3-billiard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-billiard-py311.patch >>> py3-billiard: Checking sha512sums... billiard-3.6.4.0.tar.gz: OK py3-billiard-py311.patch: OK >>> py3-billiard: Unpacking /var/cache/distfiles/edge//billiard-3.6.4.0.tar.gz... >>> py3-billiard: py3-billiard-py311.patch patching file billiard/compat.py Hunk #1 succeeded at 3 with fuzz 1 (offset 2 lines). Hunk #2 succeeded at 225 (offset 38 lines). /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/billiard copying billiard/__init__.py -> build/lib/billiard copying billiard/queues.py -> build/lib/billiard copying billiard/managers.py -> build/lib/billiard copying billiard/synchronize.py -> build/lib/billiard copying billiard/resource_sharer.py -> build/lib/billiard copying billiard/semaphore_tracker.py -> build/lib/billiard copying billiard/popen_spawn_posix.py -> build/lib/billiard copying billiard/spawn.py -> build/lib/billiard copying billiard/popen_spawn_win32.py -> build/lib/billiard copying billiard/exceptions.py -> build/lib/billiard copying billiard/heap.py -> build/lib/billiard copying billiard/popen_forkserver.py -> build/lib/billiard copying billiard/five.py -> build/lib/billiard copying billiard/reduction.py -> build/lib/billiard copying billiard/_win.py -> build/lib/billiard copying billiard/context.py -> build/lib/billiard copying billiard/_ext.py -> build/lib/billiard copying billiard/popen_fork.py -> build/lib/billiard copying billiard/einfo.py -> build/lib/billiard copying billiard/pool.py -> build/lib/billiard copying billiard/connection.py -> build/lib/billiard copying billiard/forkserver.py -> build/lib/billiard copying billiard/process.py -> build/lib/billiard copying billiard/util.py -> build/lib/billiard copying billiard/compat.py -> build/lib/billiard copying billiard/sharedctypes.py -> build/lib/billiard copying billiard/common.py -> build/lib/billiard creating build/lib/billiard/dummy copying billiard/dummy/__init__.py -> build/lib/billiard/dummy copying billiard/dummy/connection.py -> build/lib/billiard/dummy ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-billiard/src/billiard-3.6.4.0 configfile: setup.cfg testpaths: t/unit/ plugins: case-1.5.3 collected 19 items t/unit/test_common.py ........ [ 42%] t/unit/test_dummy.py . [ 47%] t/unit/test_package.py . [ 52%] t/unit/test_pool.py .. [ 63%] t/unit/test_spawn.py ... [ 78%] t/unit/test_values.py .... [100%] =============================== warnings summary =============================== t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache t/unit/test_pool.py::test_pool::test_timeout_handler_iterates_with_cache /home/buildozer/aports/testing/py3-billiard/src/billiard-3.6.4.0/billiard/pool.py:1753: DeprecationWarning: isSet() is deprecated, use is_set() instead return self._event.isSet() t/unit/test_spawn.py::test_spawn::test_start /usr/lib/python3.11/site-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but t/unit/test_spawn.py::test_spawn::test_start returned 0, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 19 passed, 9 warnings in 1.39s ======================== Terminated >>> ERROR: py3-billiard: check failed >>> py3-billiard: Uninstalling dependencies... (1/30) Purging .makedepends-py3-billiard (20230422.111343) (2/30) Purging py3-setuptools-pyc (67.7.1-r0) (3/30) Purging py3-setuptools (67.7.1-r0) (4/30) Purging py3-psutil (5.9.5-r0) (5/30) Purging py3-pytest-pyc (7.3.1-r1) (6/30) Purging py3-pytest (7.3.1-r1) (7/30) Purging py3-iniconfig-pyc (1.1.1-r6) (8/30) Purging py3-iniconfig (1.1.1-r6) (9/30) Purging py3-packaging-pyc (23.1-r1) (10/30) Purging py3-packaging (23.1-r1) (11/30) Purging py3-parsing-pyc (3.0.9-r2) (12/30) Purging py3-parsing (3.0.9-r2) (13/30) Purging py3-pluggy-pyc (1.0.0-r3) (14/30) Purging py3-pluggy (1.0.0-r3) (15/30) Purging py3-py-pyc (1.11.0-r2) (16/30) Purging py3-py (1.11.0-r2) (17/30) Purging py3-nose-pyc (1.3.7-r11) (18/30) Purging py3-nose (1.3.7-r11) (19/30) Purging py3-case (1.5.3-r5) (20/30) Purging py3-six-pyc (1.16.0-r6) (21/30) Purging py3-six (1.16.0-r6) (22/30) Purging python3-pyc (3.11.3-r10) (23/30) Purging python3-pycache-pyc0 (3.11.3-r10) (24/30) Purging pyc (0.1-r0) (25/30) Purging python3 (3.11.3-r10) (26/30) Purging gdbm (1.23-r1) (27/30) Purging libpanelw (6.4_p20230401-r5) (28/30) Purging mpdecimal (2.5.1-r2) (29/30) Purging readline (8.2.1-r1) (30/30) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 907 MiB in 108 packages