==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-zict 3.0.0-5 (Sun Jan 11 00:52:59 2026)
==> Retrieving sources...
  -> Found zict-3.0.0.tar.gz
  -> Found b142286c.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    zict-3.0.0.tar.gz ... Passed
    b142286c.patch ... Passed
==> Making package: python-zict 3.0.0-5 (Sun Jan 11 00:53:01 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) mpdecimal-4.0.1-1  python-3.14.2-2  python-heapdict-1.0.1-9

Total Download Size:    0.01 MiB
Total Installed Size:  77.83 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-heapdict-1.0.1-9-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing python-heapdict...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (10) python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.0.1-3  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-10.8.0-2  python-packaging-25.0-4  python-platformdirs-4.5.1-3  python-wheel-0.45.1-4  python-setuptools-1:80.9.0-4

Total Installed Size:  10.48 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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found zict-3.0.0.tar.gz
  -> Found b142286c.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting zict-3.0.0.tar.gz with bsdtar
==> Starting prepare()...
patching file zict/tests/utils_test.py
==> Starting build()...
/usr/lib/python3.14/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 :: BSD License

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

!!
  self._finalize_license_expression()
running build
running build_py
creating build/lib/zict
copying zict/func.py -> build/lib/zict
copying zict/lru.py -> build/lib/zict
copying zict/common.py -> build/lib/zict
copying zict/utils.py -> build/lib/zict
copying zict/zip.py -> build/lib/zict
copying zict/file.py -> build/lib/zict
copying zict/__init__.py -> build/lib/zict
copying zict/async_buffer.py -> build/lib/zict
copying zict/cache.py -> build/lib/zict
copying zict/sieve.py -> build/lib/zict
copying zict/lmdb.py -> build/lib/zict
copying zict/buffer.py -> build/lib/zict
running egg_info
writing zict.egg-info/PKG-INFO
writing dependency_links to zict.egg-info/dependency_links.txt
writing top-level names to zict.egg-info/top_level.txt
reading manifest file 'zict.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.rst' under directory 'docs'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE.txt'
writing manifest file 'zict.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'zict.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'zict.tests' 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 'zict.tests' 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 'zict.tests' to be distributed and are
        already explicitly excluding 'zict.tests' 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 zict/py.typed -> build/lib/zict
creating build/lib/zict/tests
copying zict/tests/__init__.py -> build/lib/zict/tests
copying zict/tests/conftest.py -> build/lib/zict/tests
copying zict/tests/test_async_buffer.py -> build/lib/zict/tests
copying zict/tests/test_buffer.py -> build/lib/zict/tests
copying zict/tests/test_cache.py -> build/lib/zict/tests
copying zict/tests/test_common.py -> build/lib/zict/tests
copying zict/tests/test_file.py -> build/lib/zict/tests
copying zict/tests/test_func.py -> build/lib/zict/tests
copying zict/tests/test_lmdb.py -> build/lib/zict/tests
copying zict/tests/test_lru.py -> build/lib/zict/tests
copying zict/tests/test_sieve.py -> build/lib/zict/tests
copying zict/tests/test_utils.py -> build/lib/zict/tests
copying zict/tests/test_zip.py -> build/lib/zict/tests
copying zict/tests/utils_test.py -> build/lib/zict/tests
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/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 :: BSD License

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

!!
  self._finalize_license_expression()
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages
creating /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/func.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/lru.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/common.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/utils.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/zip.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/file.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
creating /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_lmdb.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_cache.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/utils_test.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_async_buffer.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_func.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/conftest.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_buffer.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/__init__.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_file.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_zip.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_common.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_utils.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_sieve.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/tests/test_lru.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests
copying build/lib/zict/__init__.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/async_buffer.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/cache.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/py.typed -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/sieve.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/lmdb.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
copying build/lib/zict/buffer.py -> /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/func.py to func.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/lru.py to lru.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/common.py to common.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/zip.py to zip.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/file.py to file.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_lmdb.py to test_lmdb.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_cache.py to test_cache.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/utils_test.py to utils_test.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_async_buffer.py to test_async_buffer.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_func.py to test_func.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/conftest.py to conftest.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_buffer.py to test_buffer.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_file.py to test_file.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_zip.py to test_zip.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_common.py to test_common.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_utils.py to test_utils.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_sieve.py to test_sieve.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/tests/test_lru.py to test_lru.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/async_buffer.py to async_buffer.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/cache.py to cache.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/sieve.py to sieve.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/lmdb.py to lmdb.cpython-314.pyc
byte-compiling /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict/buffer.py to buffer.cpython-314.pyc
writing byte-compilation script '/tmp/tmpzpkb3mtk.py'
/usr/bin/python /tmp/tmpzpkb3mtk.py
removing /tmp/tmpzpkb3mtk.py
running install_egg_info
running egg_info
writing zict.egg-info/PKG-INFO
writing dependency_links to zict.egg-info/dependency_links.txt
writing top-level names to zict.egg-info/top_level.txt
reading manifest file 'zict.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.rst' under directory 'docs'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE.txt'
writing manifest file 'zict.egg-info/SOURCES.txt'
Copying zict.egg-info to /build/python-zict/pkg/python-zict/usr/lib/python3.14/site-packages/zict-3.0.0-py3.14.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-zict"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-zict 3.0.0-5 (Sun Jan 11 00:53:13 2026)
==> Cleaning up...
[?12l[?25h