>>> py3-vine: Building testing/py3-vine 5.0.0-r2 (using abuild 3.11.21-r0) started Tue, 08 Aug 2023 09:17:48 +0000 >>> py3-vine: Checking sanity of /home/buildozer/aports/testing/py3-vine/APKBUILD... >>> py3-vine: Analyzing dependencies... >>> py3-vine: Installing for build: build-base python3 py3-setuptools py3-pytest py3-case py3-nose (1/31) Installing libffi (3.4.4-r3) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (2.5.1-r2) (4/31) Installing libpanelw (6.4_p20230722-r0) (5/31) Installing readline (8.2.1-r2) (6/31) Installing sqlite-libs (3.42.0-r2) (7/31) Installing python3 (3.11.4-r4) (8/31) Installing python3-pycache-pyc0 (3.11.4-r4) (9/31) Installing pyc (0.1-r0) (10/31) Installing python3-pyc (3.11.4-r4) (11/31) Installing py3-parsing (3.1.1-r0) (12/31) Installing py3-parsing-pyc (3.1.1-r0) (13/31) Installing py3-packaging (23.1-r3) (14/31) Installing py3-packaging-pyc (23.1-r3) (15/31) Installing py3-setuptools (68.0.0-r2) (16/31) Installing py3-setuptools-pyc (68.0.0-r2) (17/31) Installing py3-iniconfig (1.1.1-r6) (18/31) Installing py3-iniconfig-pyc (1.1.1-r6) (19/31) Installing py3-pluggy (1.2.0-r0) (20/31) Installing py3-pluggy-pyc (1.2.0-r0) (21/31) Installing py3-py (1.11.0-r2) (22/31) Installing py3-py-pyc (1.11.0-r2) (23/31) Installing py3-pytest (7.4.0-r0) (24/31) Installing py3-pytest-pyc (7.4.0-r0) (25/31) Installing py3-six (1.16.0-r6) (26/31) Installing py3-six-pyc (1.16.0-r6) (27/31) Installing py3-case (1.5.3-r6) (28/31) Installing py3-case-pyc (1.5.3-r6) (29/31) Installing py3-nose (1.3.7-r11) (30/31) Installing py3-nose-pyc (1.3.7-r11) (31/31) Installing .makedepends-py3-vine (20230808.091750) Executing busybox-1.36.1-r5.trigger OK: 433 MiB in 141 packages >>> py3-vine: Cleaning up srcdir >>> py3-vine: Cleaning up pkgdir >>> py3-vine: Cleaning up tmpdir >>> py3-vine: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vine-5.0.0.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 48758 100 48758 0 0 335k 0 --:--:-- --:--:-- --:--:-- 337k >>> py3-vine: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vine-5.0.0.tar.gz >>> py3-vine: Checking sha512sums... vine-5.0.0.tar.gz: OK >>> py3-vine: Unpacking /var/cache/distfiles/edge/vine-5.0.0.tar.gz... /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/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/vine copying vine/utils.py -> build/lib/vine copying vine/synchronization.py -> build/lib/vine copying vine/funtools.py -> build/lib/vine copying vine/abstract.py -> build/lib/vine copying vine/__init__.py -> build/lib/vine copying vine/promises.py -> build/lib/vine ============================= test session starts ============================== platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/buildozer/aports/testing/py3-vine/src/vine-5.0.0 configfile: setup.cfg testpaths: t/unit/ plugins: case-1.5.3 collected 42 items t/unit/test_abstract.py .. [ 4%] t/unit/test_funtools.py ......... [ 26%] t/unit/test_promises.py ........................... [ 90%] t/unit/test_synchronization.py .... [100%] =============================== warnings summary =============================== t/unit/test_synchronization.py::test_barrier::test_evaluate /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. t/unit/test_synchronization.py::test_barrier::test_evaluate is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) t/unit/test_synchronization.py::test_barrier::test_reverse /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. t/unit/test_synchronization.py::test_barrier::test_reverse is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) t/unit/test_synchronization.py::test_barrier::test_cancel /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. t/unit/test_synchronization.py::test_barrier::test_cancel is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) t/unit/test_synchronization.py::test_barrier::test_throw /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. t/unit/test_synchronization.py::test_barrier::test_throw is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 42 passed, 4 warnings in 0.18s ======================== >>> py3-vine: Entering fakeroot... /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/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /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 or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-vine/pkg creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/utils.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/synchronization.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/funtools.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/abstract.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/__init__.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine copying build/lib/vine/promises.py -> /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/synchronization.py to synchronization.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/funtools.py to funtools.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/abstract.py to abstract.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/promises.py to promises.cpython-311.pyc running install_egg_info running egg_info writing vine.egg-info/PKG-INFO writing dependency_links to vine.egg-info/dependency_links.txt writing top-level names to vine.egg-info/top_level.txt reading manifest file 'vine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' under directory 'extra' warning: no files found matching '*.py' under directory 'extra' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '.*.sw*' found under directory '*' adding license file 'LICENSE' writing manifest file 'vine.egg-info/SOURCES.txt' Copying vine.egg-info to /home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine-5.0.0-py3.11.egg-info running install_scripts >>> py3-vine-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-vine/pkg/py3-vine/usr/lib/python3.11/site-packages/vine/__pycache__' -> '/home/buildozer/aports/testing/py3-vine/pkg/py3-vine-pyc/usr/lib/python3.11/site-packages/vine/__pycache__' >>> py3-vine-pyc*: Preparing subpackage py3-vine-pyc... >>> py3-vine-pyc*: Running postcheck for py3-vine-pyc >>> py3-vine*: Running postcheck for py3-vine >>> py3-vine*: Preparing package py3-vine... >>> py3-vine-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-vine-pyc*: Package size: 72.0 KB >>> py3-vine-pyc*: Compressing data... >>> py3-vine-pyc*: Create checksum... >>> py3-vine-pyc*: Create py3-vine-pyc-5.0.0-r2.apk >>> py3-vine*: Tracing dependencies... python3 python3~3.11 >>> py3-vine*: Package size: 76.0 KB >>> py3-vine*: Compressing data... >>> py3-vine*: Create checksum... >>> py3-vine*: Create py3-vine-5.0.0-r2.apk >>> py3-vine: Build complete at Tue, 08 Aug 2023 09:17:53 +0000 elapsed time 0h 0m 5s >>> py3-vine: Cleaning up srcdir >>> py3-vine: Cleaning up pkgdir >>> py3-vine: Uninstalling dependencies... (1/31) Purging .makedepends-py3-vine (20230808.091750) (2/31) Purging py3-setuptools-pyc (68.0.0-r2) (3/31) Purging py3-setuptools (68.0.0-r2) (4/31) Purging py3-pytest-pyc (7.4.0-r0) (5/31) Purging py3-pytest (7.4.0-r0) (6/31) Purging py3-iniconfig-pyc (1.1.1-r6) (7/31) Purging py3-iniconfig (1.1.1-r6) (8/31) Purging py3-packaging-pyc (23.1-r3) (9/31) Purging py3-packaging (23.1-r3) (10/31) Purging py3-parsing-pyc (3.1.1-r0) (11/31) Purging py3-parsing (3.1.1-r0) (12/31) Purging py3-pluggy-pyc (1.2.0-r0) (13/31) Purging py3-pluggy (1.2.0-r0) (14/31) Purging py3-py-pyc (1.11.0-r2) (15/31) Purging py3-py (1.11.0-r2) (16/31) Purging py3-case-pyc (1.5.3-r6) (17/31) Purging py3-case (1.5.3-r6) (18/31) Purging py3-six-pyc (1.16.0-r6) (19/31) Purging py3-six (1.16.0-r6) (20/31) Purging py3-nose-pyc (1.3.7-r11) (21/31) Purging py3-nose (1.3.7-r11) (22/31) Purging python3-pyc (3.11.4-r4) (23/31) Purging python3-pycache-pyc0 (3.11.4-r4) (24/31) Purging pyc (0.1-r0) (25/31) Purging python3 (3.11.4-r4) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.4-r3) (28/31) Purging libpanelw (6.4_p20230722-r0) (29/31) Purging mpdecimal (2.5.1-r2) (30/31) Purging readline (8.2.1-r2) (31/31) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r5.trigger OK: 379 MiB in 110 packages >>> py3-vine: Updating the testing/x86 repository index... >>> py3-vine: Signing the index...