==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pymacaroons 0.13.0-14 (Tue Sep 16 17:54:01 2025)
==> Retrieving sources...
  -> Found pymacaroons-0.13.0.tar.gz
  -> Found pymacaroons-drop-python2-mock-six.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    pymacaroons-0.13.0.tar.gz ... Passed
    pymacaroons-drop-python2-mock-six.patch ... Passed
==> Making package: python-pymacaroons 0.13.0-14 (Tue 16 Sep 2025 05:54:07 PM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) libsodium-1.0.20-1  python-cffi-1.17.1-2  python-pycparser-2.22-3
             python-pynacl-1.5.0-3

Total Download Size:   0.69 MiB
Total Installed Size:  4.45 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-cffi-1.17.1-2-aarch64 downloading...
 python-pycparser-2.22-3-any downloading...
 libsodium-1.0.20-1-aarch64 downloading...
 python-pynacl-1.5.0-3-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libsodium...
installing python-pycparser...
installing python-cffi...
Optional dependencies for python-cffi
    python-setuptools: "limited api" version checking in cffi.setuptools_ext
installing python-pynacl...
:: 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.4.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 Installed Size:  10.29 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...
[?25h==> Retrieving sources...
  -> Found pymacaroons-0.13.0.tar.gz
  -> Found pymacaroons-drop-python2-mock-six.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pymacaroons-0.13.0.tar.gz with bsdtar
==> Starting prepare()...
patching file pymacaroons/caveat_delegates/encrypted_first_party.py
patching file pymacaroons/caveat_delegates/first_party.py
patching file pymacaroons/caveat_delegates/third_party.py
patching file pymacaroons/macaroon.py
patching file pymacaroons/serializers/binary_serializer.py
patching file pymacaroons/utils.py
patching file requirements.txt
Hunk #1 FAILED at 5.
1 out of 1 hunk FAILED -- saving rejects to file requirements.txt.rej
patching file setup.py
Hunk #1 succeeded at 25 (offset 1 line).
Hunk #2 FAILED at 33.
1 out of 2 hunks FAILED -- saving rejects to file setup.py.rej
patching file tests/functional_tests/encrypted_field_tests.py
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file tests/functional_tests/encrypted_field_tests.py.rej
patching file tests/functional_tests/functional_tests.py
Hunk #1 FAILED at 1.
1 out of 2 hunks FAILED -- saving rejects to file tests/functional_tests/functional_tests.py.rej
patching file tests/property_tests/macaroon_property_tests.py
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file tests/property_tests/macaroon_property_tests.py.rej
==> Starting build()...
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: pymacaroons).

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

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/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
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/pymacaroons
copying pymacaroons/__init__.py -> build/lib/pymacaroons
copying pymacaroons/verifier.py -> build/lib/pymacaroons
copying pymacaroons/utils.py -> build/lib/pymacaroons
copying pymacaroons/macaroon.py -> build/lib/pymacaroons
copying pymacaroons/exceptions.py -> build/lib/pymacaroons
copying pymacaroons/caveat.py -> build/lib/pymacaroons
creating build/lib/pymacaroons/serializers
copying pymacaroons/serializers/__init__.py -> build/lib/pymacaroons/serializers
copying pymacaroons/serializers/json_serializer.py -> build/lib/pymacaroons/serializers
copying pymacaroons/serializers/binary_serializer.py -> build/lib/pymacaroons/serializers
copying pymacaroons/serializers/base_serializer.py -> build/lib/pymacaroons/serializers
creating build/lib/pymacaroons/field_encryptors
copying pymacaroons/field_encryptors/__init__.py -> build/lib/pymacaroons/field_encryptors
copying pymacaroons/field_encryptors/base_field_encryptor.py -> build/lib/pymacaroons/field_encryptors
copying pymacaroons/field_encryptors/secret_box_encryptor.py -> build/lib/pymacaroons/field_encryptors
creating build/lib/pymacaroons/binders
copying pymacaroons/binders/__init__.py -> build/lib/pymacaroons/binders
copying pymacaroons/binders/hash_signatures_binder.py -> build/lib/pymacaroons/binders
copying pymacaroons/binders/base_binder.py -> build/lib/pymacaroons/binders
creating build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/__init__.py -> build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/base_third_party.py -> build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/base_first_party.py -> build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/encrypted_first_party.py -> build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/first_party.py -> build/lib/pymacaroons/caveat_delegates
copying pymacaroons/caveat_delegates/third_party.py -> build/lib/pymacaroons/caveat_delegates
running egg_info
creating pymacaroons.egg-info
writing pymacaroons.egg-info/PKG-INFO
writing dependency_links to pymacaroons.egg-info/dependency_links.txt
writing requirements to pymacaroons.egg-info/requires.txt
writing top-level names to pymacaroons.egg-info/top_level.txt
writing manifest file 'pymacaroons.egg-info/SOURCES.txt'
reading manifest file 'pymacaroons.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'pymacaroons.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/pymacaroons
copying build/lib/pymacaroons/__init__.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
creating build/bdist.linux-aarch64/wheel/pymacaroons/serializers
copying build/lib/pymacaroons/serializers/__init__.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/serializers
copying build/lib/pymacaroons/serializers/json_serializer.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/serializers
copying build/lib/pymacaroons/serializers/binary_serializer.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/serializers
copying build/lib/pymacaroons/serializers/base_serializer.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/serializers
creating build/bdist.linux-aarch64/wheel/pymacaroons/field_encryptors
copying build/lib/pymacaroons/field_encryptors/__init__.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/field_encryptors
copying build/lib/pymacaroons/field_encryptors/base_field_encryptor.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/field_encryptors
copying build/lib/pymacaroons/field_encryptors/secret_box_encryptor.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/field_encryptors
copying build/lib/pymacaroons/verifier.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
creating build/bdist.linux-aarch64/wheel/pymacaroons/binders
copying build/lib/pymacaroons/binders/__init__.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/binders
copying build/lib/pymacaroons/binders/hash_signatures_binder.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/binders
copying build/lib/pymacaroons/binders/base_binder.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/binders
copying build/lib/pymacaroons/utils.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
copying build/lib/pymacaroons/macaroon.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
creating build/bdist.linux-aarch64/wheel/pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/__init__.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/base_third_party.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/base_first_party.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/encrypted_first_party.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/first_party.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/caveat_delegates/third_party.py -> build/bdist.linux-aarch64/wheel/./pymacaroons/caveat_delegates
copying build/lib/pymacaroons/exceptions.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
copying build/lib/pymacaroons/caveat.py -> build/bdist.linux-aarch64/wheel/./pymacaroons
running install_egg_info
Copying pymacaroons.egg-info to build/bdist.linux-aarch64/wheel/./pymacaroons-0.13.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/pymacaroons-0.13.0.dist-info/WHEEL
creating '/build/python-pymacaroons/src/pymacaroons-0.13.0/dist/.tmp-9msan17f/pymacaroons-0.13.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pymacaroons/__init__.py'
adding 'pymacaroons/caveat.py'
adding 'pymacaroons/exceptions.py'
adding 'pymacaroons/macaroon.py'
adding 'pymacaroons/utils.py'
adding 'pymacaroons/verifier.py'
adding 'pymacaroons/binders/__init__.py'
adding 'pymacaroons/binders/base_binder.py'
adding 'pymacaroons/binders/hash_signatures_binder.py'
adding 'pymacaroons/caveat_delegates/__init__.py'
adding 'pymacaroons/caveat_delegates/base_first_party.py'
adding 'pymacaroons/caveat_delegates/base_third_party.py'
adding 'pymacaroons/caveat_delegates/encrypted_first_party.py'
adding 'pymacaroons/caveat_delegates/first_party.py'
adding 'pymacaroons/caveat_delegates/third_party.py'
adding 'pymacaroons/field_encryptors/__init__.py'
adding 'pymacaroons/field_encryptors/base_field_encryptor.py'
adding 'pymacaroons/field_encryptors/secret_box_encryptor.py'
adding 'pymacaroons/serializers/__init__.py'
adding 'pymacaroons/serializers/base_serializer.py'
adding 'pymacaroons/serializers/binary_serializer.py'
adding 'pymacaroons/serializers/json_serializer.py'
adding 'pymacaroons-0.13.0.dist-info/licenses/LICENSE'
adding 'pymacaroons-0.13.0.dist-info/METADATA'
adding 'pymacaroons-0.13.0.dist-info/WHEEL'
adding 'pymacaroons-0.13.0.dist-info/top_level.txt'
adding 'pymacaroons-0.13.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built pymacaroons-0.13.0-py2.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...
==> Creating package "python-pymacaroons"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pymacaroons 0.13.0-14 (Tue 16 Sep 2025 05:54:18 PM MDT)
==> Cleaning up...