>>> py3-zope-schema: Building testing/py3-zope-schema 7.0.1-r0 (using abuild 3.10.0-r0) started Wed, 04 Jan 2023 05:00:39 +0000 >>> py3-zope-schema: Checking sanity of /home/buildozer/aports/testing/py3-zope-schema/APKBUILD... >>> WARNING: py3-zope-schema: No maintainer >>> py3-zope-schema: Analyzing dependencies... >>> py3-zope-schema: Installing for build: build-base py3-setuptools py3-zope-interface py3-zope-event (1/14) Installing libbz2 (1.0.8-r4) (2/14) Installing libffi (3.4.4-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.4.0-r1) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.40.1-r0) (8/14) Installing python3 (3.11.1-r2) (9/14) Installing py3-parsing (3.0.9-r1) (10/14) Installing py3-packaging (22.0-r0) (11/14) Installing py3-setuptools (65.6.3-r0) (12/14) Installing py3-zope-interface (5.5.2-r0) (13/14) Installing py3-zope-event (4.5.0-r1) (14/14) Installing .makedepends-py3-zope-schema (20230104.050042) Executing busybox-1.35.0-r29.trigger OK: 346 MiB in 110 packages >>> py3-zope-schema: Cleaning up srcdir >>> py3-zope-schema: Cleaning up pkgdir >>> py3-zope-schema: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zope.schema-7.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 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-zope-schema: Fetching https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-7.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 106k 15 16962 0 0 26263 0 0:00:04 --:--:-- 0:00:04 26263 100 106k 100 106k 0 0 151k 0 --:--:-- --:--:-- --:--:-- 1600k >>> py3-zope-schema: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zope.schema-7.0.1.tar.gz >>> py3-zope-schema: Checking sha512sums... zope.schema-7.0.1.tar.gz: OK >>> py3-zope-schema: Unpacking /var/cache/distfiles/zope.schema-7.0.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/zope copying src/zope/__init__.py -> build/lib/zope creating build/lib/zope/schema copying src/zope/schema/_bootstrapinterfaces.py -> build/lib/zope/schema copying src/zope/schema/vocabulary.py -> build/lib/zope/schema copying src/zope/schema/__init__.py -> build/lib/zope/schema copying src/zope/schema/_field.py -> build/lib/zope/schema copying src/zope/schema/interfaces.py -> build/lib/zope/schema copying src/zope/schema/_schema.py -> build/lib/zope/schema copying src/zope/schema/fieldproperty.py -> build/lib/zope/schema copying src/zope/schema/_bootstrapfields.py -> build/lib/zope/schema copying src/zope/schema/_messageid.py -> build/lib/zope/schema copying src/zope/schema/accessors.py -> build/lib/zope/schema creating build/lib/zope/schema/tests copying src/zope/schema/tests/test__bootstrapinterfaces.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_equality.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_states.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test__bootstrapfields.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/__init__.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_interfaces.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_accessors.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_fieldproperty.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test__field.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test__messageid.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_schema.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/test_vocabulary.py -> build/lib/zope/schema/tests copying src/zope/schema/tests/states.py -> build/lib/zope/schema/tests running egg_info writing src/zope.schema.egg-info/PKG-INFO writing dependency_links to src/zope.schema.egg-info/dependency_links.txt writing namespace_packages to src/zope.schema.egg-info/namespace_packages.txt writing requirements to src/zope.schema.egg-info/requires.txt writing top-level names to src/zope.schema.egg-info/top_level.txt reading manifest file 'src/zope.schema.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'docs' adding license file 'LICENSE.txt' writing manifest file 'src/zope.schema.egg-info/SOURCES.txt' >>> py3-zope-schema: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running install /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( running build running build_py running egg_info writing src/zope.schema.egg-info/PKG-INFO writing dependency_links to src/zope.schema.egg-info/dependency_links.txt writing namespace_packages to src/zope.schema.egg-info/namespace_packages.txt writing requirements to src/zope.schema.egg-info/requires.txt writing top-level names to src/zope.schema.egg-info/top_level.txt reading manifest file 'src/zope.schema.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'docs' adding license file 'LICENSE.txt' writing manifest file 'src/zope.schema.egg-info/SOURCES.txt' running install_lib Skipping installation of /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/__init__.py (namespace package) copying zope/schema/_bootstrapinterfaces.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/vocabulary.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/__init__.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/_field.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/interfaces.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/_schema.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/fieldproperty.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/_bootstrapfields.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/_messageid.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/accessors.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema copying zope/schema/tests/test__bootstrapinterfaces.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_equality.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_states.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test__bootstrapfields.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/__init__.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_interfaces.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_accessors.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_fieldproperty.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test__field.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test__messageid.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_schema.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/test_vocabulary.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests copying zope/schema/tests/states.py -> /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/_bootstrapinterfaces.py to _bootstrapinterfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/vocabulary.py to vocabulary.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/_field.py to _field.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/interfaces.py to interfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/_schema.py to _schema.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/fieldproperty.py to fieldproperty.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/_bootstrapfields.py to _bootstrapfields.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/_messageid.py to _messageid.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/accessors.py to accessors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test__bootstrapinterfaces.py to test__bootstrapinterfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_equality.py to test_equality.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_states.py to test_states.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test__bootstrapfields.py to test__bootstrapfields.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_interfaces.py to test_interfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_accessors.py to test_accessors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_fieldproperty.py to test_fieldproperty.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test__field.py to test__field.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test__messageid.py to test__messageid.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_schema.py to test_schema.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/test_vocabulary.py to test_vocabulary.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope/schema/tests/states.py to states.cpython-311.pyc running install_egg_info Copying src/zope.schema.egg-info to /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope.schema-7.0.1-py3.11.egg-info Installing /home/buildozer/aports/testing/py3-zope-schema/pkg/py3-zope-schema/usr/lib/python3.11/site-packages/zope.schema-7.0.1-py3.11-nspkg.pth running install_scripts >>> py3-zope-schema*: Running postcheck for py3-zope-schema >>> py3-zope-schema*: Preparing package py3-zope-schema... >>> py3-zope-schema*: Tracing dependencies... >>> py3-zope-schema*: Package size: 464.0 KB >>> py3-zope-schema*: Compressing data... >>> py3-zope-schema*: Create checksum... >>> py3-zope-schema*: Create py3-zope-schema-7.0.1-r0.apk >>> py3-zope-schema: Build complete at Wed, 04 Jan 2023 05:00:52 +0000 elapsed time 0h 0m 13s >>> py3-zope-schema: Cleaning up srcdir >>> py3-zope-schema: Cleaning up pkgdir >>> py3-zope-schema: Uninstalling dependencies... (1/14) Purging .makedepends-py3-zope-schema (20230104.050042) (2/14) Purging py3-zope-interface (5.5.2-r0) (3/14) Purging py3-zope-event (4.5.0-r1) (4/14) Purging py3-setuptools (65.6.3-r0) (5/14) Purging py3-packaging (22.0-r0) (6/14) Purging py3-parsing (3.0.9-r1) (7/14) Purging python3 (3.11.1-r2) (8/14) Purging libbz2 (1.0.8-r4) (9/14) Purging libffi (3.4.4-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.4.0-r1) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.40.1-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-zope-schema: Updating the testing/riscv64 repository index... >>> py3-zope-schema: Signing the index...