>>> py3-pydispatcher: Building community/py3-pydispatcher 2.0.5-r8 (using abuild 3.9.0-r0) started Tue, 19 Apr 2022 18:19:18 +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 libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.5-r1) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.2-r0) (7/17) Installing sqlite-libs (3.38.2-r0) (8/17) Installing python3 (3.10.3-r1) (9/17) Installing python3-dev (3.10.3-r1) (10/17) Installing py3-appdirs (1.4.4-r3) (11/17) Installing py3-more-itertools (8.12.0-r2) (12/17) Installing py3-ordered-set (4.0.2-r3) (13/17) Installing py3-parsing (2.4.7-r3) (14/17) Installing py3-six (1.16.0-r1) (15/17) Installing py3-packaging (21.3-r0) (16/17) Installing py3-setuptools (59.4.0-r0) (17/17) Installing .makedepends-py3-pydispatcher (20220419.181922) Executing busybox-1.35.0-r8.trigger OK: 426 MiB in 106 packages >>> py3-pydispatcher: Cleaning up srcdir >>> py3-pydispatcher: Cleaning up pkgdir >>> py3-pydispatcher: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/PyDispatcher-2.0.5.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 34437 100 34437 0 0 96610 0 --:--:-- --:--:-- --:--:-- 96462 100 34437 100 34437 0 0 96590 0 --:--:-- --:--:-- --:--:-- 96462 >>> py3-pydispatcher: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/PyDispatcher-2.0.5.tar.gz >>> py3-pydispatcher: Checking sha512sums... PyDispatcher-2.0.5.tar.gz: OK >>> py3-pydispatcher: Unpacking /var/cache/distfiles/v3.16/PyDispatcher-2.0.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pydispatch copying pydispatch/__init__.py -> build/lib/pydispatch copying pydispatch/robustapply.py -> build/lib/pydispatch copying pydispatch/dispatcher.py -> build/lib/pydispatch copying pydispatch/errors.py -> build/lib/pydispatch copying pydispatch/saferef.py -> build/lib/pydispatch copying pydispatch/robust.py -> build/lib/pydispatch running test 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. running egg_info writing PyDispatcher.egg-info/PKG-INFO writing dependency_links to PyDispatcher.egg-info/dependency_links.txt writing top-level names to PyDispatcher.egg-info/top_level.txt reading manifest file 'PyDispatcher.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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 writing manifest file 'PyDispatcher.egg-info/SOURCES.txt' running build_ext test (tests.test_saferef.Tester) ... ok testIn (tests.test_saferef.Tester) Test the "in" operator for safe references (cmp) ... ok testRepresentation (tests.test_saferef.Tester) Test that the reference object's representation works ... ok testShortCircuit (tests.test_saferef.Tester) Test that creation short-circuits to reuse existing references ... ok testValid (tests.test_saferef.Tester) Test that the references are valid (return instance methods) ... ok testAnonymousSend (tests.test_dispatcher.DispatcherTests) ... ok testAnyRegistration (tests.test_dispatcher.DispatcherTests) ... ok testAnyRegistration2 (tests.test_dispatcher.DispatcherTests) ... ok testDisconnectUnconnected (tests.test_dispatcher.DispatcherTests) ... ok testExact (tests.test_dispatcher.DispatcherTests) ... ok testGarbageCollected (tests.test_dispatcher.DispatcherTests) ... ok testGarbageCollectedObj (tests.test_dispatcher.DispatcherTests) ... ok testMultipleRegistration (tests.test_dispatcher.DispatcherTests) ... ok testNoNoneSignal (tests.test_dispatcher.DispatcherTests) ... ok testParameterRepr (tests.test_dispatcher.DispatcherTests) ... ok testRobust (tests.test_dispatcher.DispatcherTests) Test the sendRobust function ... ok test01 (tests.test_robustapply.TestCases) ... ok test02 (tests.test_robustapply.TestCases) ... ok test03 (tests.test_robustapply.TestCases) ... ok test04 (tests.test_robustapply.TestCases) Raise error on duplication of a particular argument ... ok ---------------------------------------------------------------------- Ran 20 tests in 0.648s OK >>> py3-pydispatcher: Entering fakeroot... 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 install_lib creating /home/buildozer/aports/community/py3-pydispatcher/pkg creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/__init__.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/robustapply.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/dispatcher.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/errors.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/saferef.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch copying build/lib/pydispatch/robust.py -> /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/robustapply.py to robustapply.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/dispatcher.py to dispatcher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/saferef.py to saferef.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/pydispatch/robust.py to robust.cpython-310.pyc running install_egg_info running egg_info writing PyDispatcher.egg-info/PKG-INFO writing dependency_links to PyDispatcher.egg-info/dependency_links.txt writing top-level names to PyDispatcher.egg-info/top_level.txt reading manifest file 'PyDispatcher.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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 writing manifest file 'PyDispatcher.egg-info/SOURCES.txt' Copying PyDispatcher.egg-info to /home/buildozer/aports/community/py3-pydispatcher/pkg/py3-pydispatcher/usr/lib/python3.10/site-packages/PyDispatcher-2.0.5-py3.10.egg-info running install_scripts >>> py3-pydispatcher*: Running postcheck for py3-pydispatcher >>> py3-pydispatcher*: Preparing package py3-pydispatcher... >>> py3-pydispatcher*: Tracing dependencies... >>> py3-pydispatcher*: Package size: 132.0 KB >>> py3-pydispatcher*: Compressing data... >>> py3-pydispatcher*: Create checksum... >>> py3-pydispatcher*: Create py3-pydispatcher-2.0.5-r8.apk >>> py3-pydispatcher: Build complete at Tue, 19 Apr 2022 18:19:26 +0000 elapsed time 0h 0m 8s >>> py3-pydispatcher: Cleaning up srcdir >>> py3-pydispatcher: Cleaning up pkgdir >>> py3-pydispatcher: Uninstalling dependencies... (1/17) Purging .makedepends-py3-pydispatcher (20220419.181922) (2/17) Purging python3-dev (3.10.3-r1) (3/17) Purging py3-setuptools (59.4.0-r0) (4/17) Purging py3-appdirs (1.4.4-r3) (5/17) Purging py3-more-itertools (8.12.0-r2) (6/17) Purging py3-ordered-set (4.0.2-r3) (7/17) Purging py3-packaging (21.3-r0) (8/17) Purging py3-six (1.16.0-r1) (9/17) Purging py3-parsing (2.4.7-r3) (10/17) Purging python3 (3.10.3-r1) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.5-r1) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.2-r0) (17/17) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 89 packages >>> py3-pydispatcher: Updating the community/s390x repository index... >>> py3-pydispatcher: Signing the index...