>>> py3-pydispatcher: Building community/py3-pydispatcher 2.0.7-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 07:33:09 +0000 >>> py3-pydispatcher: Checking sanity of /home/buildozer/aports/community/py3-pydispatcher/APKBUILD... >>> py3-pydispatcher: Analyzing dependencies... >>> py3-pydispatcher: Installing for build: build-base python3-dev py3-setuptools (1/17) Installing gdbm (1.23-r1) (2/17) Installing mpdecimal (2.5.1-r2) (3/17) Installing libpanelw (6.4_p20230401-r6) (4/17) Installing readline (8.2.1-r1) (5/17) Installing sqlite-libs (3.41.2-r2) (6/17) Installing python3 (3.11.3-r10) (7/17) Installing python3-pycache-pyc0 (3.11.3-r10) (8/17) Installing pyc (0.1-r0) (9/17) Installing python3-pyc (3.11.3-r10) (10/17) Installing python3-dev (3.11.3-r10) (11/17) Installing py3-parsing (3.0.9-r2) (12/17) Installing py3-parsing-pyc (3.0.9-r2) (13/17) Installing py3-packaging (23.1-r1) (14/17) Installing py3-packaging-pyc (23.1-r1) (15/17) Installing py3-setuptools (67.7.2-r0) (16/17) Installing py3-setuptools-pyc (67.7.2-r0) (17/17) Installing .makedepends-py3-pydispatcher (20230425.073309) Executing busybox-1.36.0-r8.trigger OK: 1012 MiB in 125 packages >>> py3-pydispatcher: Cleaning up srcdir >>> py3-pydispatcher: Cleaning up pkgdir >>> py3-pydispatcher: Fetching https://distfiles.alpinelinux.org/distfiles/edge//PyDispatcher-2.0.7.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 38891 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38891 100 38891 0 0 314k 0 --:--:-- --:--:-- --:--:-- 313k >>> py3-pydispatcher: Fetching https://distfiles.alpinelinux.org/distfiles/edge//PyDispatcher-2.0.7.tar.gz >>> py3-pydispatcher: Checking sha512sums... PyDispatcher-2.0.7.tar.gz: OK >>> py3-pydispatcher: Unpacking /var/cache/distfiles/edge//PyDispatcher-2.0.7.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) warning: no previously-included files matching '*.bat' found anywhere in distribution warning: no previously-included files matching './CVS' found anywhere in distribution warning: no previously-included files matching '.cvsignore' found anywhere in distribution /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. warning: no previously-included files matching '*.bat' found anywhere in distribution warning: no previously-included files matching './CVS' found anywhere in distribution warning: no previously-included files matching '.cvsignore' found anywhere in distribution test01 (tests.test_robustapply.TestCases.test01) ... ok test02 (tests.test_robustapply.TestCases.test02) ... ok test03 (tests.test_robustapply.TestCases.test03) ... ok test04 (tests.test_robustapply.TestCases.test04) Raise error on duplication of a particular argument ... ok testAnonymousSend (tests.test_dispatcher.DispatcherTests.testAnonymousSend) ... ok testAnyRegistration (tests.test_dispatcher.DispatcherTests.testAnyRegistration) ... ok testAnyRegistration2 (tests.test_dispatcher.DispatcherTests.testAnyRegistration2) ... ok testDisconnectUnconnected (tests.test_dispatcher.DispatcherTests.testDisconnectUnconnected) ... ok testExact (tests.test_dispatcher.DispatcherTests.testExact) ... ok testGarbageCollected (tests.test_dispatcher.DispatcherTests.testGarbageCollected) ... ok testGarbageCollectedObj (tests.test_dispatcher.DispatcherTests.testGarbageCollectedObj) ... ok testMultipleRegistration (tests.test_dispatcher.DispatcherTests.testMultipleRegistration) ... ok testNoNoneSignal (tests.test_dispatcher.DispatcherTests.testNoNoneSignal) ... ok testParameterRepr (tests.test_dispatcher.DispatcherTests.testParameterRepr) ... ok testRobust (tests.test_dispatcher.DispatcherTests.testRobust) Test the sendRobust function ... ok test (tests.test_saferef.Tester.test) ... ok testIn (tests.test_saferef.Tester.testIn) Test the "in" operator for safe references (cmp) ... ok testRepresentation (tests.test_saferef.Tester.testRepresentation) Test that the reference object's representation works ... ok testShortCircuit (tests.test_saferef.Tester.testShortCircuit) Test that creation short-circuits to reuse existing references ... ok testValid (tests.test_saferef.Tester.testValid) Test that the references are valid (return instance methods) ... ok test_package_metadata (tests.test_packaging.PackagingTest.test_package_metadata) ... ok ---------------------------------------------------------------------- Ran 21 tests in 0.258s OK >>> py3-pydispatcher: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) /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, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() warning: no previously-included files matching '*.bat' found anywhere in distribution warning: no previously-included files matching './CVS' found anywhere in distribution warning: no previously-included files matching '.cvsignore' found anywhere in distribution >>> py3-pydispatcher-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.11/site-packages/pydispatch/__pycache__' -> '/home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher-pyc/usr/lib/python3.11/site-packages/pydispatch/__pycache__' >>> py3-pydispatcher-pyc*: Preparing subpackage py3-pydispatcher-pyc... >>> py3-pydispatcher-pyc*: Running postcheck for py3-pydispatcher-pyc >>> py3-pydispatcher*: Running postcheck for py3-pydispatcher >>> py3-pydispatcher*: Preparing package py3-pydispatcher... >>> py3-pydispatcher-pyc*: Tracing dependencies... python3~3.11 >>> py3-pydispatcher-pyc*: Package size: 76.0 KB >>> py3-pydispatcher-pyc*: Compressing data... >>> py3-pydispatcher-pyc*: Create checksum... >>> py3-pydispatcher-pyc*: Create py3-pydispatcher-pyc-2.0.7-r1.apk >>> py3-pydispatcher*: Tracing dependencies... python3~3.11 >>> py3-pydispatcher*: Package size: 92.0 KB >>> py3-pydispatcher*: Compressing data... >>> py3-pydispatcher*: Create checksum... >>> py3-pydispatcher*: Create py3-pydispatcher-2.0.7-r1.apk >>> py3-pydispatcher: Build complete at Tue, 25 Apr 2023 07:33:11 +0000 elapsed time 0h 0m 2s >>> py3-pydispatcher: Cleaning up srcdir >>> py3-pydispatcher: Cleaning up pkgdir >>> py3-pydispatcher: Uninstalling dependencies... (1/17) Purging .makedepends-py3-pydispatcher (20230425.073309) (2/17) Purging python3-dev (3.11.3-r10) (3/17) Purging py3-setuptools-pyc (67.7.2-r0) (4/17) Purging py3-setuptools (67.7.2-r0) (5/17) Purging py3-packaging-pyc (23.1-r1) (6/17) Purging py3-packaging (23.1-r1) (7/17) Purging py3-parsing-pyc (3.0.9-r2) (8/17) Purging py3-parsing (3.0.9-r2) (9/17) Purging python3-pyc (3.11.3-r10) (10/17) Purging python3-pycache-pyc0 (3.11.3-r10) (11/17) Purging pyc (0.1-r0) (12/17) Purging python3 (3.11.3-r10) (13/17) Purging gdbm (1.23-r1) (14/17) Purging libpanelw (6.4_p20230401-r6) (15/17) Purging mpdecimal (2.5.1-r2) (16/17) Purging readline (8.2.1-r1) (17/17) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 907 MiB in 108 packages >>> py3-pydispatcher: Updating the community/armv7 repository index... >>> py3-pydispatcher: Signing the index...