==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-noiseprotocol 0.3.1-3 (Sat Nov  8 10:39:36 2025)
==> Retrieving sources...
  -> Found noiseprotocol-0.3.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    noiseprotocol-0.3.1.tar.gz ... Passed
==> Making package: python-noiseprotocol 0.3.1-3 (Sat Nov  8 10:39:59 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) python-cffi-2.0.0-1  python-pycparser-2.23-1
             python-cryptography-46.0.3-1

Total Download Size:   1.57 MiB
Total Installed Size:  7.99 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-cryptography-46.0.3-1-armv7h downloading...
 python-cffi-2.0.0-1-armv7h downloading...
 python-pycparser-2.23-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.5.0-1
              python-pyproject-hooks-1.2.0-3  python-build-1.3.0-1
              python-installer-0.7.0-10  python-setuptools-1:80.9.0-2
              python-wheel-0.45.1-1

Total Download Size:    1.70 MiB
Total Installed Size:  10.29 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-2-any downloading...
 python-packaging-25.0-1-any downloading...
 python-more-itertools-10.8.0-1-any downloading...
 python-wheel-0.45.1-1-any downloading...
 python-build-1.3.0-1-any downloading...
 python-installer-0.7.0-10-any downloading...
 python-platformdirs-4.5.0-1-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
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...
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-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-platformdirs...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found noiseprotocol-0.3.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting noiseprotocol-0.3.1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/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 egg_info
creating noiseprotocol.egg-info
writing noiseprotocol.egg-info/PKG-INFO
writing dependency_links to noiseprotocol.egg-info/dependency_links.txt
writing requirements to noiseprotocol.egg-info/requires.txt
writing top-level names to noiseprotocol.egg-info/top_level.txt
writing manifest file 'noiseprotocol.egg-info/SOURCES.txt'
reading manifest file 'noiseprotocol.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'noiseprotocol.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.13/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 bdist_wheel
running build
running build_py
creating build/lib/noise
copying noise/patterns.py -> build/lib/noise
copying noise/noise_protocol.py -> build/lib/noise
copying noise/__init__.py -> build/lib/noise
copying noise/state.py -> build/lib/noise
copying noise/constants.py -> build/lib/noise
copying noise/exceptions.py -> build/lib/noise
copying noise/connection.py -> build/lib/noise
creating build/lib/noise/backends
copying noise/backends/noise_backend.py -> build/lib/noise/backends
copying noise/backends/__init__.py -> build/lib/noise/backends
creating build/lib/noise/functions
copying noise/functions/hash.py -> build/lib/noise/functions
copying noise/functions/patterns.py -> build/lib/noise/functions
copying noise/functions/__init__.py -> build/lib/noise/functions
copying noise/functions/dh.py -> build/lib/noise/functions
copying noise/functions/keypair.py -> build/lib/noise/functions
copying noise/functions/cipher.py -> build/lib/noise/functions
creating build/lib/noise/backends/experimental
copying noise/backends/experimental/__init__.py -> build/lib/noise/backends/experimental
copying noise/backends/experimental/backend.py -> build/lib/noise/backends/experimental
creating build/lib/noise/backends/default
copying noise/backends/default/keypairs.py -> build/lib/noise/backends/default
copying noise/backends/default/diffie_hellmans.py -> build/lib/noise/backends/default
copying noise/backends/default/__init__.py -> build/lib/noise/backends/default
copying noise/backends/default/hashes.py -> build/lib/noise/backends/default
copying noise/backends/default/backend.py -> build/lib/noise/backends/default
copying noise/backends/default/ciphers.py -> build/lib/noise/backends/default
creating build/lib/examples/wireguard
copying examples/wireguard/__init__.py -> build/lib/examples/wireguard
copying examples/wireguard/main.py -> build/lib/examples/wireguard
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/noise
copying build/lib/noise/patterns.py -> build/bdist.linux-armv7l/wheel/./noise
copying build/lib/noise/noise_protocol.py -> build/bdist.linux-armv7l/wheel/./noise
copying build/lib/noise/__init__.py -> build/bdist.linux-armv7l/wheel/./noise
copying build/lib/noise/state.py -> build/bdist.linux-armv7l/wheel/./noise
creating build/bdist.linux-armv7l/wheel/noise/backends
copying build/lib/noise/backends/noise_backend.py -> build/bdist.linux-armv7l/wheel/./noise/backends
copying build/lib/noise/backends/__init__.py -> build/bdist.linux-armv7l/wheel/./noise/backends
creating build/bdist.linux-armv7l/wheel/noise/backends/experimental
copying build/lib/noise/backends/experimental/__init__.py -> build/bdist.linux-armv7l/wheel/./noise/backends/experimental
copying build/lib/noise/backends/experimental/backend.py -> build/bdist.linux-armv7l/wheel/./noise/backends/experimental
creating build/bdist.linux-armv7l/wheel/noise/backends/default
copying build/lib/noise/backends/default/keypairs.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
copying build/lib/noise/backends/default/diffie_hellmans.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
copying build/lib/noise/backends/default/__init__.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
copying build/lib/noise/backends/default/hashes.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
copying build/lib/noise/backends/default/backend.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
copying build/lib/noise/backends/default/ciphers.py -> build/bdist.linux-armv7l/wheel/./noise/backends/default
creating build/bdist.linux-armv7l/wheel/noise/functions
copying build/lib/noise/functions/hash.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/functions/patterns.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/functions/__init__.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/functions/dh.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/functions/keypair.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/functions/cipher.py -> build/bdist.linux-armv7l/wheel/./noise/functions
copying build/lib/noise/constants.py -> build/bdist.linux-armv7l/wheel/./noise
copying build/lib/noise/exceptions.py -> build/bdist.linux-armv7l/wheel/./noise
copying build/lib/noise/connection.py -> build/bdist.linux-armv7l/wheel/./noise
creating build/bdist.linux-armv7l/wheel/examples
creating build/bdist.linux-armv7l/wheel/examples/wireguard
copying build/lib/examples/wireguard/__init__.py -> build/bdist.linux-armv7l/wheel/./examples/wireguard
copying build/lib/examples/wireguard/main.py -> build/bdist.linux-armv7l/wheel/./examples/wireguard
running install_egg_info
running egg_info
writing noiseprotocol.egg-info/PKG-INFO
writing dependency_links to noiseprotocol.egg-info/dependency_links.txt
writing requirements to noiseprotocol.egg-info/requires.txt
writing top-level names to noiseprotocol.egg-info/top_level.txt
reading manifest file 'noiseprotocol.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'noiseprotocol.egg-info/SOURCES.txt'
Copying noiseprotocol.egg-info to build/bdist.linux-armv7l/wheel/./noiseprotocol-0.3.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/noiseprotocol-0.3.1.dist-info/WHEEL
creating '/build/python-noiseprotocol/src/noiseprotocol-0.3.1/dist/.tmp-yoh8x44z/noiseprotocol-0.3.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'examples/wireguard/__init__.py'
adding 'examples/wireguard/main.py'
adding 'noise/__init__.py'
adding 'noise/connection.py'
adding 'noise/constants.py'
adding 'noise/exceptions.py'
adding 'noise/noise_protocol.py'
adding 'noise/patterns.py'
adding 'noise/state.py'
adding 'noise/backends/__init__.py'
adding 'noise/backends/noise_backend.py'
adding 'noise/backends/default/__init__.py'
adding 'noise/backends/default/backend.py'
adding 'noise/backends/default/ciphers.py'
adding 'noise/backends/default/diffie_hellmans.py'
adding 'noise/backends/default/hashes.py'
adding 'noise/backends/default/keypairs.py'
adding 'noise/backends/experimental/__init__.py'
adding 'noise/backends/experimental/backend.py'
adding 'noise/functions/__init__.py'
adding 'noise/functions/cipher.py'
adding 'noise/functions/dh.py'
adding 'noise/functions/hash.py'
adding 'noise/functions/keypair.py'
adding 'noise/functions/patterns.py'
adding 'noiseprotocol-0.3.1.dist-info/licenses/LICENSE'
adding 'noiseprotocol-0.3.1.dist-info/METADATA'
adding 'noiseprotocol-0.3.1.dist-info/WHEEL'
adding 'noiseprotocol-0.3.1.dist-info/top_level.txt'
adding 'noiseprotocol-0.3.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built noiseprotocol-0.3.1-py3-none-any.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...
libfakeroot internal error: payload not recognized!
==> Creating package "python-noiseprotocol"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-noiseprotocol 0.3.1-3 (Sat Nov  8 10:40:15 2025)
==> Cleaning up...