==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-spake2 0.9-2 (Tue Jan 13 03:23:00 2026)
==> Retrieving sources...
-> Found python-spake2-0.9.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-spake2-0.9.tar.gz ... Passed
==> Making package: python-spake2 0.9-2 (Tue Jan 13 10:23:25 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) mpdecimal-4.0.1-1 python-cffi-2.0.0-2 python-pycparser-2.23-2 python-3.14.2-2 python-cryptography-46.0.3-2 python-hkdf-0.0.3-15
Total Download Size: 1.11 MiB
Total Installed Size: 78.03 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-cryptography-46.0.3-2-armv7h downloading...
python-hkdf-0.0.3-15-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-hkdf...
installing python-pycparser...
installing python-cffi...
Optional dependencies for python-cffi
python-setuptools: "limited api" version checking in cffi.setuptools_ext
installing python-cryptography...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (11) 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 python-versioneer-0.29-4
Total Installed Size: 10.84 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...
installing python-versioneer...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found python-spake2-0.9.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-spake2-0.9.tar.gz with bsdtar
==> Starting prepare()...
==> 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 :: 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/spake2
copying src/spake2/ed25519_group.py -> build/lib/spake2
copying src/spake2/util.py -> build/lib/spake2
copying src/spake2/spake2.py -> build/lib/spake2
copying src/spake2/__init__.py -> build/lib/spake2
copying src/spake2/ed25519_basic.py -> build/lib/spake2
copying src/spake2/params.py -> build/lib/spake2
copying src/spake2/groups.py -> build/lib/spake2
copying src/spake2/_version.py -> build/lib/spake2
creating build/lib/spake2/parameters
copying src/spake2/parameters/ed25519.py -> build/lib/spake2/parameters
copying src/spake2/parameters/i3072.py -> build/lib/spake2/parameters
copying src/spake2/parameters/__init__.py -> build/lib/spake2/parameters
copying src/spake2/parameters/i2048.py -> build/lib/spake2/parameters
copying src/spake2/parameters/all.py -> build/lib/spake2/parameters
copying src/spake2/parameters/i1024.py -> build/lib/spake2/parameters
creating build/lib/spake2/test
copying src/spake2/test/myhkdf.py -> build/lib/spake2/test
copying src/spake2/test/test_utils.py -> build/lib/spake2/test
copying src/spake2/test/test_group.py -> build/lib/spake2/test
copying src/spake2/test/__init__.py -> build/lib/spake2/test
copying src/spake2/test/test_spake2.py -> build/lib/spake2/test
copying src/spake2/test/common.py -> build/lib/spake2/test
copying src/spake2/test/test_compat.py -> build/lib/spake2/test
UPDATING build/lib/spake2/_version.py
set build/lib/spake2/_version.py to '0.9'
==> 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 :: 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 install_lib
creating /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages
creating /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/ed25519_group.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/util.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/spake2.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/__init__.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/ed25519_basic.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/params.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
creating /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/ed25519.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/i3072.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/__init__.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/i2048.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/all.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/parameters/i1024.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters
copying build/lib/spake2/groups.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
copying build/lib/spake2/_version.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2
creating /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/myhkdf.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/test_utils.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/test_group.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/__init__.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/test_spake2.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/common.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
copying build/lib/spake2/test/test_compat.py -> /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/ed25519_group.py to ed25519_group.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/util.py to util.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/spake2.py to spake2.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/ed25519_basic.py to ed25519_basic.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/params.py to params.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/ed25519.py to ed25519.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/i3072.py to i3072.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/i2048.py to i2048.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/all.py to all.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/parameters/i1024.py to i1024.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/groups.py to groups.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/_version.py to _version.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/myhkdf.py to myhkdf.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/test_utils.py to test_utils.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/test_group.py to test_group.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/test_spake2.py to test_spake2.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/common.py to common.cpython-314.pyc
byte-compiling /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2/test/test_compat.py to test_compat.cpython-314.pyc
writing byte-compilation script '/tmp/tmp61iv_0pl.py'
/usr/bin/python /tmp/tmp61iv_0pl.py
removing /tmp/tmp61iv_0pl.py
running install_egg_info
running egg_info
creating src/spake2.egg-info
writing src/spake2.egg-info/PKG-INFO
writing dependency_links to src/spake2.egg-info/dependency_links.txt
writing requirements to src/spake2.egg-info/requires.txt
writing top-level names to src/spake2.egg-info/top_level.txt
writing manifest file 'src/spake2.egg-info/SOURCES.txt'
reading manifest file 'src/spake2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'versioneer.py'
adding license file 'LICENSE'
writing manifest file 'src/spake2.egg-info/SOURCES.txt'
Copying src/spake2.egg-info to /build/python-spake2/pkg/python-spake2/usr/lib/python3.14/site-packages/spake2-0.9-py3.14.egg-info
running install_scripts
install: creating directory '/build/python-spake2/pkg/python-spake2/usr/share'
install: creating directory '/build/python-spake2/pkg/python-spake2/usr/share/licenses'
install: creating directory '/build/python-spake2/pkg/python-spake2/usr/share/licenses/python-spake2'
'LICENSE' -> '/build/python-spake2/pkg/python-spake2/usr/share/licenses/python-spake2/LICENSE'
==> 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-spake2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-spake2 0.9-2 (Tue Jan 13 10:23:44 2026)
==> Cleaning up...
[?12l[?25h