==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-zope-component 7.0-1 (Fri Oct  3 20:09:09 2025)
==> Retrieving sources...
  -> Found python-zope-component-7.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-zope-component-7.0.tar.gz ... Passed
==> Validating source files with b2sums...
    python-zope-component-7.0.tar.gz ... Passed
==> Making package: python-zope-component 7.0-1 (Fri Oct  3 20:09:16 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.4.0-1
              python-wheel-0.45.1-1  python-setuptools-1:80.9.0-2
              python-zope-event-6.0-1  python-zope-hookable-8.0-1
              python-zope-interface-8.0.1-1

Total Download Size:    0.02 MiB
Total Installed Size:  13.11 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-zope-hookable-8.0-1-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.3.0-1
             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-7.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-zope-component-7.0.tar.gz with bsdtar
==> Starting build()...
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved
        License :: OSI Approved :: Zope Public License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/zope/component
copying src/zope/component/_declaration.py -> build/lib/zope/component
copying src/zope/component/testing.py -> build/lib/zope/component
copying src/zope/component/_api.py -> build/lib/zope/component
copying src/zope/component/standalonetests.py -> build/lib/zope/component
copying src/zope/component/hooks.py -> build/lib/zope/component
copying src/zope/component/interfaces.py -> build/lib/zope/component
copying src/zope/component/testlayer.py -> build/lib/zope/component
copying src/zope/component/registry.py -> build/lib/zope/component
copying src/zope/component/_compat.py -> build/lib/zope/component
copying src/zope/component/event.py -> build/lib/zope/component
copying src/zope/component/security.py -> build/lib/zope/component
copying src/zope/component/interface.py -> build/lib/zope/component
copying src/zope/component/factory.py -> build/lib/zope/component
copying src/zope/component/persistentregistry.py -> build/lib/zope/component
copying src/zope/component/globalregistry.py -> build/lib/zope/component
copying src/zope/component/zcml.py -> build/lib/zope/component
copying src/zope/component/__init__.py -> build/lib/zope/component
copying src/zope/component/eventtesting.py -> build/lib/zope/component
creating build/lib/zope/component/tests
copying src/zope/component/tests/test_standalone.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_globalregistry.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__api.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_persistentregistry.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_event.py -> build/lib/zope/component/tests
copying src/zope/component/tests/test_zcml.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_security.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__declaration.py -> build/lib/zope/component/tests
copying src/zope/component/tests/__init__.py -> build/lib/zope/component/tests
creating build/lib/zope/component/testfiles
copying src/zope/component/testfiles/components.py -> build/lib/zope/component/testfiles
copying src/zope/component/testfiles/views.py -> build/lib/zope/component/testfiles
copying src/zope/component/testfiles/adapter.py -> build/lib/zope/component/testfiles
copying src/zope/component/testfiles/__init__.py -> build/lib/zope/component/testfiles
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 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'
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
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/zope
creating build/bdist.linux-aarch64/wheel/zope/component
copying build/lib/zope/component/_declaration.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/testing.py -> build/bdist.linux-aarch64/wheel/./zope/component
creating build/bdist.linux-aarch64/wheel/zope/component/tests
copying build/lib/zope/component/tests/test_standalone.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_registry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_globalregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_interfaces.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test__api.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test___init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_persistentregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_interface.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_event.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_zcml.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_hooks.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_security.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test_factory.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/examples.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/test__declaration.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/tests
copying build/lib/zope/component/_api.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/standalonetests.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/hooks.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/interfaces.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/testlayer.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/registry.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/_compat.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/event.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/security.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/interface.py -> build/bdist.linux-aarch64/wheel/./zope/component
creating build/bdist.linux-aarch64/wheel/zope/component/testfiles
copying build/lib/zope/component/testfiles/components.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles
copying build/lib/zope/component/testfiles/testlayer.zcml -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles
copying build/lib/zope/component/testfiles/views.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles
copying build/lib/zope/component/testfiles/adapter.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles
copying build/lib/zope/component/testfiles/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component/testfiles
copying build/lib/zope/component/factory.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/meta.zcml -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/persistentregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/globalregistry.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/zcml.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/configure.zcml -> build/bdist.linux-aarch64/wheel/./zope/component
copying build/lib/zope/component/eventtesting.py -> build/bdist.linux-aarch64/wheel/./zope/component
running install_egg_info
Copying src/zope.component.egg-info to build/bdist.linux-aarch64/wheel/./zope.component-7.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/zope_component-7.0.dist-info/WHEEL
creating '/build/python-zope-component/src/zope.component-7.0/dist/.tmp-qp10zgvb/zope_component-7.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
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-7.0.dist-info/licenses/LICENSE.txt'
adding 'zope_component-7.0.dist-info/METADATA'
adding 'zope_component-7.0.dist-info/WHEEL'
adding 'zope_component-7.0.dist-info/top_level.txt'
adding 'zope_component-7.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built zope_component-7.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 7.0-1 (Fri Oct  3 20:09:23 2025)
==> Cleaning up...