>>> py3-zope-hookable: Building community/py3-zope-hookable 5.0.1-r0 (using abuild 3.7.0_rc1-r2) started Tue, 22 Dec 2020 04:26:39 +0000 >>> py3-zope-hookable: Checking sanity of /home/buildozer/aports/community/py3-zope-hookable/APKBUILD... >>> py3-zope-hookable: Analyzing dependencies... >>> py3-zope-hookable: Installing for build: build-base py3-setuptools python3-dev (1/15) Installing libbz2 (1.0.8-r1) (2/15) Installing libffi (3.3-r2) (3/15) Installing gdbm (1.18.1-r0) (4/15) Installing xz-libs (5.2.5-r0) (5/15) Installing readline (8.0.4-r0) (6/15) Installing sqlite-libs (3.34.0-r0) (7/15) Installing python3 (3.8.6-r0) (8/15) Installing py3-ordered-set (4.0.2-r0) (9/15) Installing py3-appdirs (1.4.4-r1) (10/15) Installing py3-parsing (2.4.7-r1) (11/15) Installing py3-six (1.15.0-r0) (12/15) Installing py3-packaging (20.8-r0) (13/15) Installing py3-setuptools (51.0.0-r0) (14/15) Installing python3-dev (3.8.6-r0) (15/15) Installing .makedepends-py3-zope-hookable (20201222.042648) Executing busybox-1.32.0-r8.trigger OK: 391 MiB in 101 packages >>> py3-zope-hookable: Cleaning up srcdir >>> py3-zope-hookable: Cleaning up pkgdir >>> py3-zope-hookable: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/zope.hookable-5.0.1.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 21265 100 21265 0 0 324k 0 --:--:-- --:--:-- --:--:-- 324k >>> py3-zope-hookable: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/zope.hookable-5.0.1.tar.gz >>> py3-zope-hookable: Checking sha512sums... zope.hookable-5.0.1.tar.gz: OK >>> py3-zope-hookable: Unpacking /var/cache/distfiles/v3.13/zope.hookable-5.0.1.tar.gz... running build running build_py creating build creating build/lib.linux-i686-3.8 creating build/lib.linux-i686-3.8/zope copying src/zope/__init__.py -> build/lib.linux-i686-3.8/zope creating build/lib.linux-i686-3.8/zope/hookable copying src/zope/hookable/__init__.py -> build/lib.linux-i686-3.8/zope/hookable creating build/lib.linux-i686-3.8/zope/hookable/tests copying src/zope/hookable/tests/__init__.py -> build/lib.linux-i686-3.8/zope/hookable/tests copying src/zope/hookable/tests/test_hookable.py -> build/lib.linux-i686-3.8/zope/hookable/tests running egg_info creating src/zope.hookable.egg-info writing src/zope.hookable.egg-info/PKG-INFO writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt writing namespace_packages to src/zope.hookable.egg-info/namespace_packages.txt writing requirements to src/zope.hookable.egg-info/requires.txt writing top-level names to src/zope.hookable.egg-info/top_level.txt writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' copying src/zope/hookable/_zope_hookable.c -> build/lib.linux-i686-3.8/zope/hookable running build_ext building 'zope.hookable._zope_hookable' extension creating build/temp.linux-i686-3.8 creating build/temp.linux-i686-3.8/src creating build/temp.linux-i686-3.8/src/zope creating build/temp.linux-i686-3.8/src/zope/hookable gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c src/zope/hookable/_zope_hookable.c -o build/temp.linux-i686-3.8/src/zope/hookable/_zope_hookable.o gcc -shared -Wl,--as-needed -Wl,--as-needed -Wl,--as-needed -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.8/src/zope/hookable/_zope_hookable.o -L/usr/lib -o build/lib.linux-i686-3.8/zope/hookable/_zope_hookable.cpython-38-i386-linux-gnu.so 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 src/zope.hookable.egg-info/PKG-INFO writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt writing namespace_packages to src/zope.hookable.egg-info/namespace_packages.txt writing requirements to src/zope.hookable.egg-info/requires.txt writing top-level names to src/zope.hookable.egg-info/top_level.txt reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-i686-3.8/zope/hookable/_zope_hookable.cpython-38-i386-linux-gnu.so -> src/zope/hookable test_after_hook (zope.hookable.tests.test_hookable.HookableTests) ... ok test_after_hook_and_reset (zope.hookable.tests.test_hookable.HookableTests) ... ok test_before_hook (zope.hookable.tests.test_hookable.HookableTests) ... ok test_class (zope.hookable.tests.test_hookable.HookableTests) ... ok test_implementation_cannot_be_deleted (zope.hookable.tests.test_hookable.HookableTests) ... ok test_no_args (zope.hookable.tests.test_hookable.HookableTests) ... ok test_original_cannot_be_deleted (zope.hookable.tests.test_hookable.HookableTests) ... ok test_pure_python (zope.hookable.tests.test_hookable.HookableTests) ... ok test_too_many_args (zope.hookable.tests.test_hookable.HookableTests) ... ok test_w_implementation_kwarg (zope.hookable.tests.test_hookable.HookableTests) ... ok test_w_unknown_kwarg (zope.hookable.tests.test_hookable.HookableTests) ... ok test_after_hook (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_after_hook_and_reset (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_before_hook (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_class (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_implementation_cannot_be_deleted (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_no_args (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_original_cannot_be_deleted (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_pure_python (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_too_many_args (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_w_implementation_kwarg (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_w_unknown_kwarg (zope.hookable.tests.test_hookable.PyHookableTests) ... ok test_bases_class (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_dict_class (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_empty_bases_function (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_empty_dict_function (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_non_string_attr_name (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_preserves_doc_class (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_preserves_doc_function (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_short_name (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_unicode_attribute_name (zope.hookable.tests.test_hookable.TestIssue6) ... ok test_bases_class (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_dict_class (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_empty_bases_function (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_empty_dict_function (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_non_string_attr_name (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_preserves_doc_class (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_preserves_doc_function (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_short_name (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok test_unicode_attribute_name (zope.hookable.tests.test_hookable.TestIssue6Py) ... ok ---------------------------------------------------------------------- Ran 40 tests in 0.005s OK >>> py3-zope-hookable: Entering fakeroot... running install running build running build_py running egg_info writing src/zope.hookable.egg-info/PKG-INFO writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt writing namespace_packages to src/zope.hookable.egg-info/namespace_packages.txt writing requirements to src/zope.hookable.egg-info/requires.txt writing top-level names to src/zope.hookable.egg-info/top_level.txt reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' running build_ext running install_lib Skipping installation of /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/__init__.py (namespace package) copying zope/hookable/_zope_hookable.cpython-38-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable copying zope/hookable/__init__.py -> /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable copying zope/hookable/_zope_hookable.c -> /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable copying zope/hookable/tests/__init__.py -> /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable/tests copying zope/hookable/tests/test_hookable.py -> /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable/tests byte-compiling /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope/hookable/tests/test_hookable.py to test_hookable.cpython-38.pyc running install_egg_info Copying src/zope.hookable.egg-info to /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope.hookable-5.0.1-py3.8.egg-info Installing /home/buildozer/aports/community/py3-zope-hookable/pkg/py3-zope-hookable/usr/lib/python3.8/site-packages/zope.hookable-5.0.1-py3.8-nspkg.pth running install_scripts >>> py3-zope-hookable*: Running postcheck for py3-zope-hookable >>> py3-zope-hookable*: Preparing package py3-zope-hookable... >>> py3-zope-hookable*: Stripping binaries >>> py3-zope-hookable*: Scanning shared objects >>> py3-zope-hookable*: Tracing dependencies... py3-setuptools so:libc.musl-x86.so.1 >>> py3-zope-hookable*: Package size: 136.0 KB >>> py3-zope-hookable*: Compressing data... >>> py3-zope-hookable*: Create checksum... >>> py3-zope-hookable*: Create py3-zope-hookable-5.0.1-r0.apk >>> py3-zope-hookable: Build complete at Tue, 22 Dec 2020 04:26:51 +0000 elapsed time 0h 0m 12s >>> py3-zope-hookable: Cleaning up srcdir >>> py3-zope-hookable: Cleaning up pkgdir >>> py3-zope-hookable: Uninstalling dependencies... (1/15) Purging .makedepends-py3-zope-hookable (20201222.042648) (2/15) Purging py3-setuptools (51.0.0-r0) (3/15) Purging py3-ordered-set (4.0.2-r0) (4/15) Purging py3-appdirs (1.4.4-r1) (5/15) Purging py3-packaging (20.8-r0) (6/15) Purging py3-parsing (2.4.7-r1) (7/15) Purging py3-six (1.15.0-r0) (8/15) Purging python3-dev (3.8.6-r0) (9/15) Purging python3 (3.8.6-r0) (10/15) Purging libbz2 (1.0.8-r1) (11/15) Purging libffi (3.3-r2) (12/15) Purging gdbm (1.18.1-r0) (13/15) Purging xz-libs (5.2.5-r0) (14/15) Purging readline (8.0.4-r0) (15/15) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-zope-hookable: Updating the community/x86 repository index... >>> py3-zope-hookable: Signing the index...