==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-ecdsa 0.19.1-2 (Sun Jan 11 06:50:57 2026)
==> Retrieving sources...
  -> Found ecdsa-0.19.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    ecdsa-0.19.1.tar.gz ... Passed
==> Making package: python-ecdsa 0.19.1-2 (Sun Jan 11 13:51:21 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-six-1.17.0-2

Total Installed Size:  68.69 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
installing python-six...
:: 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 ecdsa-0.19.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ecdsa-0.19.1.tar.gz with bsdtar
==> Starting prepare()...
==> Entering fakeroot environment...
==> Starting package()...
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
creating build/lib/ecdsa
copying src/ecdsa/test_ellipticcurve.py -> build/lib/ecdsa
copying src/ecdsa/test_curves.py -> build/lib/ecdsa
copying src/ecdsa/test_jacobi.py -> build/lib/ecdsa
copying src/ecdsa/curves.py -> build/lib/ecdsa
copying src/ecdsa/ssh.py -> build/lib/ecdsa
copying src/ecdsa/ecdh.py -> build/lib/ecdsa
copying src/ecdsa/rfc6979.py -> build/lib/ecdsa
copying src/ecdsa/test_ecdsa.py -> build/lib/ecdsa
copying src/ecdsa/test_sha3.py -> build/lib/ecdsa
copying src/ecdsa/test_der.py -> build/lib/ecdsa
copying src/ecdsa/keys.py -> build/lib/ecdsa
copying src/ecdsa/ecdsa.py -> build/lib/ecdsa
copying src/ecdsa/test_eddsa.py -> build/lib/ecdsa
copying src/ecdsa/__init__.py -> build/lib/ecdsa
copying src/ecdsa/test_pyecdsa.py -> build/lib/ecdsa
copying src/ecdsa/eddsa.py -> build/lib/ecdsa
copying src/ecdsa/_compat.py -> build/lib/ecdsa
copying src/ecdsa/der.py -> build/lib/ecdsa
copying src/ecdsa/errors.py -> build/lib/ecdsa
copying src/ecdsa/_sha3.py -> build/lib/ecdsa
copying src/ecdsa/numbertheory.py -> build/lib/ecdsa
copying src/ecdsa/test_ecdh.py -> build/lib/ecdsa
copying src/ecdsa/test_numbertheory.py -> build/lib/ecdsa
copying src/ecdsa/test_keys.py -> build/lib/ecdsa
copying src/ecdsa/util.py -> build/lib/ecdsa
copying src/ecdsa/ellipticcurve.py -> build/lib/ecdsa
copying src/ecdsa/test_malformed_sigs.py -> build/lib/ecdsa
copying src/ecdsa/_version.py -> build/lib/ecdsa
UPDATING build/lib/ecdsa/_version.py
set build/lib/ecdsa/_version.py to '0.19.1'
running install_lib
creating /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages
creating /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_ellipticcurve.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_curves.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_jacobi.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/curves.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/ssh.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/ecdh.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/rfc6979.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_ecdsa.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_sha3.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_der.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/keys.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/ecdsa.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_eddsa.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/__init__.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_pyecdsa.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/eddsa.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/_compat.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/der.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/errors.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/_sha3.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/numbertheory.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_ecdh.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_numbertheory.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_keys.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/util.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/ellipticcurve.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/test_malformed_sigs.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
copying build/lib/ecdsa/_version.py -> /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_ellipticcurve.py to test_ellipticcurve.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_curves.py to test_curves.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_jacobi.py to test_jacobi.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/curves.py to curves.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/ssh.py to ssh.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/ecdh.py to ecdh.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/rfc6979.py to rfc6979.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_ecdsa.py to test_ecdsa.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_sha3.py to test_sha3.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_der.py to test_der.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/keys.py to keys.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/ecdsa.py to ecdsa.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_eddsa.py to test_eddsa.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_pyecdsa.py to test_pyecdsa.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/eddsa.py to eddsa.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/_compat.py to _compat.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/der.py to der.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/errors.py to errors.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/_sha3.py to _sha3.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/numbertheory.py to numbertheory.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_ecdh.py to test_ecdh.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_numbertheory.py to test_numbertheory.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_keys.py to test_keys.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/util.py to util.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/ellipticcurve.py to ellipticcurve.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/test_malformed_sigs.py to test_malformed_sigs.cpython-314.pyc
byte-compiling /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa/_version.py to _version.cpython-314.pyc
writing byte-compilation script '/tmp/tmp70_c2gtb.py'
/usr/bin/python /tmp/tmp70_c2gtb.py
removing /tmp/tmp70_c2gtb.py
running install_egg_info
running egg_info
writing src/ecdsa.egg-info/PKG-INFO
writing dependency_links to src/ecdsa.egg-info/dependency_links.txt
writing requirements to src/ecdsa.egg-info/requires.txt
writing top-level names to src/ecdsa.egg-info/top_level.txt
reading manifest file 'src/ecdsa.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/ecdsa.egg-info/SOURCES.txt'
Copying src/ecdsa.egg-info to /build/python-ecdsa/pkg/python-ecdsa/usr/lib/python3.14/site-packages/ecdsa-0.19.1-py3.14.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Removing empty directories...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-ecdsa"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-ecdsa 0.19.1-2 (Sun Jan 11 13:51:41 2026)
==> Cleaning up...
[?12l[?25h