==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-zope-security 7.3-2 (Mon Dec 23 16:38:07 2024)
==> Retrieving sources...
  -> Found python-zope-security-7.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-zope-security-7.3.tar.gz ... Passed
==> Making package: python-zope-security 7.3-2 (Mon Dec 23 16:38:14 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (18) 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-setuptools-1:75.2.0-4  python-wheel-0.45.0-3
              python-zope-event-5.0-4  python-zope-hookable-7.0-2
              python-zope-component-6.0-3  python-zope-i18nmessageid-7.0-2
              python-zope-interface-7.2-1  python-zope-location-5.0-4
              python-zope-proxy-6.1-2  python-zope-schema-7.0.1-5

Total Download Size:    0.02 MiB
Total Installed Size:  16.73 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-zope-i18nmessageid-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...
installing python-zope-component...
Optional dependencies for python-zope-component
    python-persistent: for persistent registry
    python-zope-configuration: for zcml
    python-zope-i18nmessageid: for zcml [pending]
    python-zope-location: for security [pending]
    python-zope-proxy: for security [pending]
    python-zope-security: for security
installing python-zope-i18nmessageid...
installing python-zope-proxy...
installing python-zope-schema...
installing python-zope-location...
:: 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-security-7.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-zope-security-7.3.tar.gz with bsdtar
==> Starting prepare()...
==> 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.security.egg-info
writing src/zope.security.egg-info/PKG-INFO
writing dependency_links to src/zope.security.egg-info/dependency_links.txt
writing namespace_packages to src/zope.security.egg-info/namespace_packages.txt
writing requirements to src/zope.security.egg-info/requires.txt
writing top-level names to src/zope.security.egg-info/top_level.txt
writing manifest file 'src/zope.security.egg-info/SOURCES.txt'
reading manifest file 'src/zope.security.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.security.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.linux-aarch64-cpython-313/zope
copying src/zope/__init__.py -> build/lib.linux-aarch64-cpython-313/zope
creating build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/testing.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/metaconfigure.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/permission.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/_definitions.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/management.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/proxy.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/interfaces.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/adapter.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/i18n.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/_compat.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/metadirectives.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/simplepolicies.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/decorator.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/checker.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/protectclass.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/zcml.py -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/__init__.py -> build/lib.linux-aarch64-cpython-313/zope/security
creating build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_permission.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_zcml_functest.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_location.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_simpleinteraction.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/exampleclass.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_adapter.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_compile_flags.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_proxy.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_decorator.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_protectclass.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_testing.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/module.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_checker.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_zcml.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_simplepolicies.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_metaconfigure.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/test_management.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
copying src/zope/security/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/zope/security/tests
running egg_info
writing src/zope.security.egg-info/PKG-INFO
writing dependency_links to src/zope.security.egg-info/dependency_links.txt
writing namespace_packages to src/zope.security.egg-info/namespace_packages.txt
writing requirements to src/zope.security.egg-info/requires.txt
writing top-level names to src/zope.security.egg-info/top_level.txt
reading manifest file 'src/zope.security.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.security.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'zope.security.examples' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'zope.security.examples' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'zope.security.examples' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'zope.security.examples' to be distributed and are
        already explicitly excluding 'zope.security.examples' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
copying src/zope/security/_proxy.c -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/_zope_security_checker.c -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/configure.zcml -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/meta.zcml -> build/lib.linux-aarch64-cpython-313/zope/security
copying src/zope/security/permissions.zcml -> build/lib.linux-aarch64-cpython-313/zope/security
creating build/lib.linux-aarch64-cpython-313/zope/security/examples
copying src/zope/security/examples/sandbox.py -> build/lib.linux-aarch64-cpython-313/zope/security/examples
copying src/zope/security/examples/sandbox_security.py -> build/lib.linux-aarch64-cpython-313/zope/security/examples
copying src/zope/security/tests/redefineperms.zcml -> build/lib.linux-aarch64-cpython-313/zope/security/tests
running build_ext
building 'zope.security._proxy' extension
creating build/temp.linux-aarch64-cpython-313/src/zope/security
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Iinclude/zope.proxy -I/usr/include/python3.13 -c src/zope/security/_proxy.c -o build/temp.linux-aarch64-cpython-313/src/zope/security/_proxy.o
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-aarch64-cpython-313/src/zope/security/_proxy.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/zope/security/_proxy.cpython-313-aarch64-linux-gnu.so
building 'zope.security._zope_security_checker' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c src/zope/security/_zope_security_checker.c -o build/temp.linux-aarch64-cpython-313/src/zope/security/_zope_security_checker.o
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-aarch64-cpython-313/src/zope/security/_zope_security_checker.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/zope/security/_zope_security_checker.cpython-313-aarch64-linux-gnu.so
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/security/testing.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_proxy.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/metaconfigure.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/permission.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_definitions.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_zope_security_checker.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/management.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/proxy.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/interfaces.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/adapter.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/i18n.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_zope_security_checker.c -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/permissions.zcml -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_compat.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/_proxy.c -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/metadirectives.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/simplepolicies.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/decorator.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/checker.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/meta.zcml -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/protectclass.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/zcml.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/configure.zcml -> build/bdist.linux-aarch64/wheel/./zope/security
copying zope/security/tests/test_permission.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_zcml_functest.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_location.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_simpleinteraction.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/redefineperms.zcml -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/exampleclass.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_adapter.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_compile_flags.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_proxy.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_decorator.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_protectclass.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_testing.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/module.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_checker.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_zcml.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_simplepolicies.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_metaconfigure.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/test_management.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./zope/security/tests
copying zope/security/examples/sandbox_security.py -> build/bdist.linux-aarch64/wheel/./zope/security/examples
copying zope/security/examples/sandbox.py -> build/bdist.linux-aarch64/wheel/./zope/security/examples
running install_egg_info
Copying src/zope.security.egg-info to build/bdist.linux-aarch64/wheel/./zope.security-7.3-py3.13.egg-info
Installing build/bdist.linux-aarch64/wheel/./zope.security-7.3-py3.13-nspkg.pth
running install_scripts
creating build/bdist.linux-aarch64/wheel/zope.security-7.3.dist-info/WHEEL
creating '/build/python-zope-security/src/zope.security-7.3/dist/.tmp-wyim37wz/zope.security-7.3-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'zope.security-7.3-py3.13-nspkg.pth'
adding 'zope/security/__init__.py'
adding 'zope/security/_compat.py'
adding 'zope/security/_definitions.py'
adding 'zope/security/_proxy.c'
adding 'zope/security/_proxy.cpython-313-aarch64-linux-gnu.so'
adding 'zope/security/_zope_security_checker.c'
adding 'zope/security/_zope_security_checker.cpython-313-aarch64-linux-gnu.so'
adding 'zope/security/adapter.py'
adding 'zope/security/checker.py'
adding 'zope/security/configure.zcml'
adding 'zope/security/decorator.py'
adding 'zope/security/i18n.py'
adding 'zope/security/interfaces.py'
adding 'zope/security/management.py'
adding 'zope/security/meta.zcml'
adding 'zope/security/metaconfigure.py'
adding 'zope/security/metadirectives.py'
adding 'zope/security/permission.py'
adding 'zope/security/permissions.zcml'
adding 'zope/security/protectclass.py'
adding 'zope/security/proxy.py'
adding 'zope/security/simplepolicies.py'
adding 'zope/security/testing.py'
adding 'zope/security/zcml.py'
adding 'zope/security/examples/sandbox.py'
adding 'zope/security/examples/sandbox_security.py'
adding 'zope/security/tests/__init__.py'
adding 'zope/security/tests/exampleclass.py'
adding 'zope/security/tests/module.py'
adding 'zope/security/tests/redefineperms.zcml'
adding 'zope/security/tests/test_adapter.py'
adding 'zope/security/tests/test_checker.py'
adding 'zope/security/tests/test_compile_flags.py'
adding 'zope/security/tests/test_decorator.py'
adding 'zope/security/tests/test_location.py'
adding 'zope/security/tests/test_management.py'
adding 'zope/security/tests/test_metaconfigure.py'
adding 'zope/security/tests/test_permission.py'
adding 'zope/security/tests/test_protectclass.py'
adding 'zope/security/tests/test_proxy.py'
adding 'zope/security/tests/test_simpleinteraction.py'
adding 'zope/security/tests/test_simplepolicies.py'
adding 'zope/security/tests/test_testing.py'
adding 'zope/security/tests/test_zcml.py'
adding 'zope/security/tests/test_zcml_functest.py'
adding 'zope.security-7.3.dist-info/LICENSE.txt'
adding 'zope.security-7.3.dist-info/METADATA'
adding 'zope.security-7.3.dist-info/WHEEL'
adding 'zope.security-7.3.dist-info/namespace_packages.txt'
adding 'zope.security-7.3.dist-info/top_level.txt'
adding 'zope.security-7.3.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built zope.security-7.3-cp313-cp313-linux_aarch64.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-security"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-zope-security 7.3-2 (Mon Dec 23 16:38:24 2024)
==> Cleaning up...