==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-asn1crypto 1.5.1-6 (Sun Jan 11 04:54:01 2026)
==> Retrieving sources...
  -> Found python-asn1crypto-1.5.1.tar.gz
  -> Found 0001-Import-backflips-that-work-with-Python-3.12.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-asn1crypto-1.5.1.tar.gz ... Passed
    0001-Import-backflips-that-work-with-Python-3.12.patch ... Passed
==> Making package: python-asn1crypto 1.5.1-6 (Sun Jan 11 04:54:03 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Installed Size:  77.81 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 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
:: 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 python-asn1crypto-1.5.1.tar.gz
  -> Found 0001-Import-backflips-that-work-with-Python-3.12.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-asn1crypto-1.5.1.tar.gz with bsdtar
==> Starting prepare()...
patching file dev/_import.py
patching file tests/__init__.py
==> Starting build()...
/build/python-asn1crypto/src/asn1crypto-1.5.1/setup.py:98: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
  with codecs.open(os.path.join(PACKAGE_ROOT, 'readme.md'), 'r', 'utf-8') as f:
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: MIT 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/asn1crypto
copying asn1crypto/csr.py -> build/lib/asn1crypto
copying asn1crypto/ocsp.py -> build/lib/asn1crypto
copying asn1crypto/cms.py -> build/lib/asn1crypto
copying asn1crypto/algos.py -> build/lib/asn1crypto
copying asn1crypto/_iri.py -> build/lib/asn1crypto
copying asn1crypto/version.py -> build/lib/asn1crypto
copying asn1crypto/_int.py -> build/lib/asn1crypto
copying asn1crypto/_teletex_codec.py -> build/lib/asn1crypto
copying asn1crypto/parser.py -> build/lib/asn1crypto
copying asn1crypto/_types.py -> build/lib/asn1crypto
copying asn1crypto/pdf.py -> build/lib/asn1crypto
copying asn1crypto/util.py -> build/lib/asn1crypto
copying asn1crypto/tsp.py -> build/lib/asn1crypto
copying asn1crypto/_ordereddict.py -> build/lib/asn1crypto
copying asn1crypto/pem.py -> build/lib/asn1crypto
copying asn1crypto/crl.py -> build/lib/asn1crypto
copying asn1crypto/__init__.py -> build/lib/asn1crypto
copying asn1crypto/core.py -> build/lib/asn1crypto
copying asn1crypto/keys.py -> build/lib/asn1crypto
copying asn1crypto/pkcs12.py -> build/lib/asn1crypto
copying asn1crypto/_errors.py -> build/lib/asn1crypto
copying asn1crypto/_inet.py -> build/lib/asn1crypto
copying asn1crypto/x509.py -> build/lib/asn1crypto
==> Entering fakeroot environment...
==> Starting package()...
/build/python-asn1crypto/src/asn1crypto-1.5.1/setup.py:98: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
  with codecs.open(os.path.join(PACKAGE_ROOT, 'readme.md'), 'r', 'utf-8') as f:
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: MIT 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 build
running build_py
running install_lib
creating /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages
creating /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/csr.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/ocsp.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/cms.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/algos.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_iri.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/version.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_int.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_teletex_codec.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/parser.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_types.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/pdf.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/util.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/tsp.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_ordereddict.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/pem.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/crl.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/__init__.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/core.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/keys.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/pkcs12.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_errors.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/_inet.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
copying build/lib/asn1crypto/x509.py -> /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/csr.py to csr.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/ocsp.py to ocsp.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/cms.py to cms.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/algos.py to algos.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_iri.py to _iri.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/version.py to version.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_int.py to _int.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_teletex_codec.py to _teletex_codec.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/parser.py to parser.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_types.py to _types.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/pdf.py to pdf.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/util.py to util.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/tsp.py to tsp.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_ordereddict.py to _ordereddict.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/pem.py to pem.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/crl.py to crl.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/core.py to core.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/keys.py to keys.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/pkcs12.py to pkcs12.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_errors.py to _errors.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/_inet.py to _inet.cpython-314.pyc
byte-compiling /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto/x509.py to x509.cpython-314.pyc
writing byte-compilation script '/tmp/tmp9rvk34__.py'
/usr/bin/python /tmp/tmp9rvk34__.py
removing /tmp/tmp9rvk34__.py
running install_egg_info
running egg_info
writing asn1crypto.egg-info/PKG-INFO
writing dependency_links to asn1crypto.egg-info/dependency_links.txt
writing top-level names to asn1crypto.egg-info/top_level.txt
writing manifest file 'asn1crypto.egg-info/SOURCES.txt'
reading manifest file 'asn1crypto.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'asn1crypto.egg-info/SOURCES.txt'
Copying asn1crypto.egg-info to /build/python-asn1crypto/pkg/python-asn1crypto/usr/lib/python3.14/site-packages/asn1crypto-1.5.1-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-asn1crypto"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-asn1crypto 1.5.1-6 (Sun Jan 11 04:54:15 2026)
==> Cleaning up...
[?12l[?25h