==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pyspnego 0.10.2-4 (Tue Jan 13 03:29:36 2026)
==> Retrieving sources...
  -> Found python-pyspnego-0.10.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-pyspnego-0.10.2.tar.gz ... Passed
==> Making package: python-pyspnego 0.10.2-4 (Tue Jan 13 10:30:01 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) mpdecimal-4.0.1-1  python-3.14.2-2  python-cffi-2.0.0-2  python-pycparser-2.23-2  python-cryptography-46.0.3-2

Total Installed Size:  78.01 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-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 (13) 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-pyproject-hooks-1.2.0-6  python-build-1.3.0-4  python-installer-0.7.0-14  python-setuptools-1:80.9.0-4  python-wheel-0.45.1-4

Total Installed Size:  11.01 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-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-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-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-pyspnego-0.10.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-pyspnego-0.10.2.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  corresp(dist, value, root_dir)
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: 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.
        ********************************************************************************

!!
  dist._finalize_license_expression()
/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 egg_info
creating src/pyspnego.egg-info
writing src/pyspnego.egg-info/PKG-INFO
writing dependency_links to src/pyspnego.egg-info/dependency_links.txt
writing entry points to src/pyspnego.egg-info/entry_points.txt
writing requirements to src/pyspnego.egg-info/requires.txt
writing top-level names to src/pyspnego.egg-info/top_level.txt
writing manifest file 'src/pyspnego.egg-info/SOURCES.txt'
reading manifest file 'src/pyspnego.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.coverage'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.pre-commit-config.yaml'
warning: no files found matching '*.pyx' under directory 'src/spnego'
warning: no files found matching '*.pxd' under directory 'src/spnego'
warning: no previously-included files matching '*.c' found under directory 'src/spnego'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
adding license file 'LICENSE'
writing manifest file 'src/pyspnego.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  corresp(dist, value, root_dir)
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: 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.
        ********************************************************************************

!!
  dist._finalize_license_expression()
/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 bdist_wheel
running build
running build_py
creating build/lib/spnego
copying src/spnego/gss.py -> build/lib/spnego
copying src/spnego/_credential.py -> build/lib/spnego
copying src/spnego/negotiate.py -> build/lib/spnego
copying src/spnego/ntlm.py -> build/lib/spnego
copying src/spnego/_credssp.py -> build/lib/spnego
copying src/spnego/auth.py -> build/lib/spnego
copying src/spnego/tls.py -> build/lib/spnego
copying src/spnego/iov.py -> build/lib/spnego
copying src/spnego/__init__.py -> build/lib/spnego
copying src/spnego/_negotiate.py -> build/lib/spnego
copying src/spnego/_credssp_structures.py -> build/lib/spnego
copying src/spnego/_ntlm.py -> build/lib/spnego
copying src/spnego/_context.py -> build/lib/spnego
copying src/spnego/_text.py -> build/lib/spnego
copying src/spnego/sspi.py -> build/lib/spnego
copying src/spnego/_sspi.py -> build/lib/spnego
copying src/spnego/__main__.py -> build/lib/spnego
copying src/spnego/_kerberos.py -> build/lib/spnego
copying src/spnego/_tls_struct.py -> build/lib/spnego
copying src/spnego/channel_bindings.py -> build/lib/spnego
copying src/spnego/_gss.py -> build/lib/spnego
copying src/spnego/_spnego.py -> build/lib/spnego
copying src/spnego/exceptions.py -> build/lib/spnego
copying src/spnego/_version.py -> build/lib/spnego
copying src/spnego/_asn1.py -> build/lib/spnego
creating build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/security.py -> build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/des.py -> build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/__init__.py -> build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/crypto.py -> build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/messages.py -> build/lib/spnego/_ntlm_raw
copying src/spnego/_ntlm_raw/md4.py -> build/lib/spnego/_ntlm_raw
running egg_info
writing src/pyspnego.egg-info/PKG-INFO
writing dependency_links to src/pyspnego.egg-info/dependency_links.txt
writing entry points to src/pyspnego.egg-info/entry_points.txt
writing requirements to src/pyspnego.egg-info/requires.txt
writing top-level names to src/pyspnego.egg-info/top_level.txt
reading manifest file 'src/pyspnego.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.coverage'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.pre-commit-config.yaml'
warning: no files found matching '*.pyx' under directory 'src/spnego'
warning: no files found matching '*.pxd' under directory 'src/spnego'
warning: no previously-included files matching '*.c' found under directory 'src/spnego'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
adding license file 'LICENSE'
writing manifest file 'src/pyspnego.egg-info/SOURCES.txt'
copying src/spnego/py.typed -> build/lib/spnego
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/spnego
copying build/lib/spnego/gss.py -> build/bdist.linux-armv7l/wheel/./spnego
creating build/bdist.linux-armv7l/wheel/spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/security.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/des.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/__init__.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/crypto.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/messages.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_ntlm_raw/md4.py -> build/bdist.linux-armv7l/wheel/./spnego/_ntlm_raw
copying build/lib/spnego/_credential.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/py.typed -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/negotiate.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/ntlm.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_credssp.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/auth.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/tls.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/iov.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/__init__.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_negotiate.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_credssp_structures.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_ntlm.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_context.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_text.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/sspi.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_sspi.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/__main__.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_kerberos.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_tls_struct.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/channel_bindings.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_gss.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_spnego.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/exceptions.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_version.py -> build/bdist.linux-armv7l/wheel/./spnego
copying build/lib/spnego/_asn1.py -> build/bdist.linux-armv7l/wheel/./spnego
running install_egg_info
Copying src/pyspnego.egg-info to build/bdist.linux-armv7l/wheel/./pyspnego-0.10.2-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/pyspnego-0.10.2.dist-info/WHEEL
creating '/build/python-pyspnego/src/pyspnego-0.10.2/dist/.tmp-8sj0gvhc/pyspnego-0.10.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'pyspnego-0.10.2.dist-info/licenses/LICENSE'
adding 'spnego/__init__.py'
adding 'spnego/__main__.py'
adding 'spnego/_asn1.py'
adding 'spnego/_context.py'
adding 'spnego/_credential.py'
adding 'spnego/_credssp.py'
adding 'spnego/_credssp_structures.py'
adding 'spnego/_gss.py'
adding 'spnego/_kerberos.py'
adding 'spnego/_negotiate.py'
adding 'spnego/_ntlm.py'
adding 'spnego/_spnego.py'
adding 'spnego/_sspi.py'
adding 'spnego/_text.py'
adding 'spnego/_tls_struct.py'
adding 'spnego/_version.py'
adding 'spnego/auth.py'
adding 'spnego/channel_bindings.py'
adding 'spnego/exceptions.py'
adding 'spnego/gss.py'
adding 'spnego/iov.py'
adding 'spnego/negotiate.py'
adding 'spnego/ntlm.py'
adding 'spnego/py.typed'
adding 'spnego/sspi.py'
adding 'spnego/tls.py'
adding 'spnego/_ntlm_raw/__init__.py'
adding 'spnego/_ntlm_raw/crypto.py'
adding 'spnego/_ntlm_raw/des.py'
adding 'spnego/_ntlm_raw/md4.py'
adding 'spnego/_ntlm_raw/messages.py'
adding 'spnego/_ntlm_raw/security.py'
adding 'pyspnego-0.10.2.dist-info/METADATA'
adding 'pyspnego-0.10.2.dist-info/WHEEL'
adding 'pyspnego-0.10.2.dist-info/entry_points.txt'
adding 'pyspnego-0.10.2.dist-info/top_level.txt'
adding 'pyspnego-0.10.2.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built pyspnego-0.10.2-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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-pyspnego"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyspnego 0.10.2-4 (Tue Jan 13 10:30:23 2026)
==> Cleaning up...
[?12l[?25h