==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-zope-component 6.0-3 (Mon Dec 23 13:23:19 2024) ==> Retrieving sources... -> Found python-zope-component-6.0.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-zope-component-6.0.tar.gz ... Passed ==> Validating source files with b2sums... python-zope-component-6.0.tar.gz ... Passed ==> Making package: python-zope-component 6.0-3 (Mon 23 Dec 2024 01:23:26 PM MST) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-wheel-0.45.0-3 python-setuptools-1:75.2.0-4 python-zope-event-5.0-4 python-zope-hookable-7.0-2 python-zope-interface-7.2-1 Total Download Size: 0.02 MiB Total Installed Size: 13.54 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-zope-hookable-7.0-2-aarch64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... installing python-zope-event... installing python-zope-hookable... installing python-zope-interface... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 Total Installed Size: 0.47 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-zope-component-6.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-zope-component-6.0.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... /usr/lib/python3.13/site-packages/setuptools/dist.py:694: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) running egg_info creating src/zope.component.egg-info writing src/zope.component.egg-info/PKG-INFO writing dependency_links to src/zope.component.egg-info/dependency_links.txt writing namespace_packages to src/zope.component.egg-info/namespace_packages.txt writing requirements to src/zope.component.egg-info/requires.txt writing top-level names to src/zope.component.egg-info/top_level.txt writing manifest file 'src/zope.component.egg-info/SOURCES.txt' reading manifest file 'src/zope.component.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.component.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.13/site-packages/setuptools/dist.py:694: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) running bdist_wheel running build running build_py creating build/lib/zope copying src/zope/__init__.py -> build/lib/zope creating build/lib/zope/component copying src/zope/component/__init__.py -> build/lib/zope/component copying src/zope/component/interface.py -> build/lib/zope/component copying src/zope/component/standalonetests.py -> build/lib/zope/component copying src/zope/component/factory.py -> build/lib/zope/component copying src/zope/component/security.py -> build/lib/zope/component copying src/zope/component/eventtesting.py -> build/lib/zope/component copying src/zope/component/interfaces.py -> build/lib/zope/component copying src/zope/component/zcml.py -> build/lib/zope/component copying src/zope/component/globalregistry.py -> build/lib/zope/component copying src/zope/component/testing.py -> build/lib/zope/component copying src/zope/component/testlayer.py -> build/lib/zope/component copying src/zope/component/_declaration.py -> build/lib/zope/component copying src/zope/component/hooks.py -> build/lib/zope/component copying src/zope/component/_compat.py -> build/lib/zope/component copying src/zope/component/registry.py -> build/lib/zope/component copying src/zope/component/persistentregistry.py -> build/lib/zope/component copying src/zope/component/_api.py -> build/lib/zope/component copying src/zope/component/event.py -> build/lib/zope/component creating build/lib/zope/component/tests copying src/zope/component/tests/test_security.py -> build/lib/zope/component/tests copying src/zope/component/tests/__init__.py -> build/lib/zope/component/tests copying src/zope/component/tests/test__declaration.py -> build/lib/zope/component/tests copying src/zope/component/tests/test__api.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_interface.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_registry.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_standalone.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_event.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_globalregistry.py -> build/lib/zope/component/tests copying src/zope/component/tests/test___init__.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_hooks.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_persistentregistry.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_factory.py -> build/lib/zope/component/tests copying src/zope/component/tests/examples.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_interfaces.py -> build/lib/zope/component/tests copying src/zope/component/tests/test_zcml.py -> build/lib/zope/component/tests creating build/lib/zope/component/testfiles copying src/zope/component/testfiles/__init__.py -> build/lib/zope/component/testfiles copying src/zope/component/testfiles/views.py -> build/lib/zope/component/testfiles copying src/zope/component/testfiles/components.py -> build/lib/zope/component/testfiles copying src/zope/component/testfiles/adapter.py -> build/lib/zope/component/testfiles running egg_info writing src/zope.component.egg-info/PKG-INFO writing dependency_links to src/zope.component.egg-info/dependency_links.txt writing namespace_packages to src/zope.component.egg-info/namespace_packages.txt writing requirements to src/zope.component.egg-info/requires.txt writing top-level names to src/zope.component.egg-info/top_level.txt reading manifest file 'src/zope.component.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.component.egg-info/SOURCES.txt' copying src/zope/component/configure.zcml -> build/lib/zope/component copying src/zope/component/meta.zcml -> build/lib/zope/component copying src/zope/component/testfiles/testlayer.zcml -> build/lib/zope/component/testfiles installing to build/bdist.linux-aarch64/wheel running install running install_lib Skipping installation of build/bdist.linux-aarch64/wheel/./zope/__init__.py (namespace package) copying zope/component/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/interface.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/standalonetests.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/configure.zcml -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/factory.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/security.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/eventtesting.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/interfaces.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/zcml.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/globalregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/testing.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/testlayer.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/_declaration.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/hooks.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/_compat.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/meta.zcml -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/registry.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/persistentregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/_api.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/event.py -> build/bdist.linux-aarch64/wheel/./zope/component copying zope/component/tests/test_security.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test__declaration.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test__api.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_interface.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_registry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_standalone.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_event.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_globalregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test___init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_hooks.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_persistentregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_factory.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/examples.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_interfaces.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/tests/test_zcml.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests copying zope/component/testfiles/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles copying zope/component/testfiles/views.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles copying zope/component/testfiles/components.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles copying zope/component/testfiles/adapter.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles copying zope/component/testfiles/testlayer.zcml -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles running install_egg_info Copying src/zope.component.egg-info to build/bdist.linux-aarch64/wheel/./zope.component-6.0-py3.13.egg-info Installing build/bdist.linux-aarch64/wheel/./zope.component-6.0-py3.13-nspkg.pth running install_scripts creating build/bdist.linux-aarch64/wheel/zope.component-6.0.dist-info/WHEEL creating '/build/python-zope-component/src/zope.component-6.0/dist/.tmp-1tvq3os3/zope.component-6.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'zope.component-6.0-py3.13-nspkg.pth' adding 'zope/component/__init__.py' adding 'zope/component/_api.py' adding 'zope/component/_compat.py' adding 'zope/component/_declaration.py' adding 'zope/component/configure.zcml' adding 'zope/component/event.py' adding 'zope/component/eventtesting.py' adding 'zope/component/factory.py' adding 'zope/component/globalregistry.py' adding 'zope/component/hooks.py' adding 'zope/component/interface.py' adding 'zope/component/interfaces.py' adding 'zope/component/meta.zcml' adding 'zope/component/persistentregistry.py' adding 'zope/component/registry.py' adding 'zope/component/security.py' adding 'zope/component/standalonetests.py' adding 'zope/component/testing.py' adding 'zope/component/testlayer.py' adding 'zope/component/zcml.py' adding 'zope/component/testfiles/__init__.py' adding 'zope/component/testfiles/adapter.py' adding 'zope/component/testfiles/components.py' adding 'zope/component/testfiles/testlayer.zcml' adding 'zope/component/testfiles/views.py' adding 'zope/component/tests/__init__.py' adding 'zope/component/tests/examples.py' adding 'zope/component/tests/test___init__.py' adding 'zope/component/tests/test__api.py' adding 'zope/component/tests/test__declaration.py' adding 'zope/component/tests/test_event.py' adding 'zope/component/tests/test_factory.py' adding 'zope/component/tests/test_globalregistry.py' adding 'zope/component/tests/test_hooks.py' adding 'zope/component/tests/test_interface.py' adding 'zope/component/tests/test_interfaces.py' adding 'zope/component/tests/test_persistentregistry.py' adding 'zope/component/tests/test_registry.py' adding 'zope/component/tests/test_security.py' adding 'zope/component/tests/test_standalone.py' adding 'zope/component/tests/test_zcml.py' adding 'zope.component-6.0.dist-info/LICENSE.txt' adding 'zope.component-6.0.dist-info/METADATA' adding 'zope.component-6.0.dist-info/WHEEL' adding 'zope.component-6.0.dist-info/namespace_packages.txt' adding 'zope.component-6.0.dist-info/top_level.txt' adding 'zope.component-6.0.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built zope.component-6.0-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-zope-component"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-zope-component 6.0-3 (Mon 23 Dec 2024 01:23:37 PM MST) ==> Cleaning up...