>>> py3-pydispatcher: Building community/py3-pydispatcher 2.0.7-r0 (using abuild 3.10.0-r0) started Mon, 27 Feb 2023 00:29:57 +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/12) Installing libffi (3.4.4-r0) (2/12) Installing gdbm (1.23-r0) (3/12) Installing mpdecimal (2.5.1-r1) (4/12) Installing libpanelw (6.4_p20230218-r3) (5/12) Installing readline (8.2.001-r0) (6/12) Installing sqlite-libs (3.41.0-r0) (7/12) Installing python3 (3.11.2-r0) (8/12) Installing python3-dev (3.11.2-r0) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (23.0-r0) (11/12) Installing py3-setuptools (67.4.0-r0) (12/12) Installing .makedepends-py3-pydispatcher (20230227.002958) Executing busybox-1.36.0-r4.trigger OK: 500 MiB in 115 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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pydispatcher: Fetching https://pypi.python.org/packages/source/P/PyDispatcher/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 100 122 100 122 0 0 485 0 --:--:-- --:--:-- --:--:-- 486 100 284 100 284 0 0 726 0 --:--:-- --:--:-- --:--:-- 726 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 52 38891 52 20547 0 0 43249 0 --:--:-- --:--:-- --:--:-- 43249 100 38891 100 38891 0 0 81389 0 --:--:-- --:--:-- --:--:-- 8957k >>> 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:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) 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:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) 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 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 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 ---------------------------------------------------------------------- Ran 21 tests in 0.373s OK >>> py3-pydispatcher: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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*: Running postcheck for py3-pydispatcher >>> py3-pydispatcher*: Preparing package py3-pydispatcher... >>> py3-pydispatcher*: Tracing dependencies... >>> py3-pydispatcher*: Package size: 144.0 KB >>> py3-pydispatcher*: Compressing data... >>> py3-pydispatcher*: Create checksum... >>> py3-pydispatcher*: Create py3-pydispatcher-2.0.7-r0.apk >>> py3-pydispatcher: Build complete at Mon, 27 Feb 2023 00:30:02 +0000 elapsed time 0h 0m 5s >>> py3-pydispatcher: Cleaning up srcdir >>> py3-pydispatcher: Cleaning up pkgdir >>> py3-pydispatcher: Uninstalling dependencies... (1/12) Purging .makedepends-py3-pydispatcher (20230227.002958) (2/12) Purging python3-dev (3.11.2-r0) (3/12) Purging py3-setuptools (67.4.0-r0) (4/12) Purging py3-packaging (23.0-r0) (5/12) Purging py3-parsing (3.0.9-r1) (6/12) Purging python3 (3.11.2-r0) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging mpdecimal (2.5.1-r1) (10/12) Purging libpanelw (6.4_p20230218-r3) (11/12) Purging readline (8.2.001-r0) (12/12) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 379 MiB in 103 packages >>> py3-pydispatcher: Updating the community/x86 repository index... >>> py3-pydispatcher: Signing the index...