==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-pymacaroons 0.13.0-13 (Wed Dec 25 11:12:40 2024) ==> Retrieving sources... -> Found pymacaroons-0.13.0.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... pymacaroons-0.13.0.tar.gz ... Passed ==> Making package: python-pymacaroons 0.13.0-13 (Wed Dec 25 11:13:01 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (5) libsodium-1.0.20-1 python-cffi-1.17.1-2 python-pycparser-2.22-3 python-pynacl-1.5.0-3 python-six-1.16.0-10 Total Installed Size: 4.35 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 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... installing python-six... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (10) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-wheel-0.45.0-3 python-setuptools-1:75.2.0-4 Total Installed Size: 10.25 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... [?25h==> Retrieving sources... -> Found pymacaroons-0.13.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting pymacaroons-0.13.0.tar.gz with bsdtar ==> Starting build()... /usr/lib/python3.13/site-packages/setuptools/dist.py:491: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-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.warn_dash_deprecation(opt, section) running build running build_py creating build/lib/pymacaroons copying pymacaroons/macaroon.py -> build/lib/pymacaroons copying pymacaroons/exceptions.py -> build/lib/pymacaroons copying pymacaroons/__init__.py -> build/lib/pymacaroons copying pymacaroons/verifier.py -> build/lib/pymacaroons copying pymacaroons/caveat.py -> build/lib/pymacaroons copying pymacaroons/utils.py -> build/lib/pymacaroons creating build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/secret_box_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/base_field_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/__init__.py -> build/lib/pymacaroons/field_encryptors creating 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/base_third_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/__init__.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 creating build/lib/pymacaroons/serializers copying pymacaroons/serializers/binary_serializer.py -> 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/base_serializer.py -> build/lib/pymacaroons/serializers creating 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 copying pymacaroons/binders/__init__.py -> build/lib/pymacaroons/binders 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' ==> Entering fakeroot environment... ==> Starting package()... /usr/lib/python3.13/site-packages/setuptools/dist.py:491: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-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.warn_dash_deprecation(opt, section) running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons copying build/lib/pymacaroons/macaroon.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/secret_box_encryptor.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/base_field_encryptor.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/__init__.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_first_party.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/encrypted_first_party.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_third_party.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/__init__.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/first_party.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/third_party.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/exceptions.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons copying build/lib/pymacaroons/__init__.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/binary_serializer.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/__init__.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/json_serializer.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/base_serializer.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/verifier.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons copying build/lib/pymacaroons/caveat.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons creating /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/hash_signatures_binder.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/base_binder.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/__init__.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders copying build/lib/pymacaroons/utils.py -> /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/macaroon.py to macaroon.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors/secret_box_encryptor.py to secret_box_encryptor.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors/base_field_encryptor.py to base_field_encryptor.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/field_encryptors/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/base_first_party.py to base_first_party.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/encrypted_first_party.py to encrypted_first_party.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/base_third_party.py to base_third_party.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/first_party.py to first_party.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat_delegates/third_party.py to third_party.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/exceptions.py to exceptions.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers/binary_serializer.py to binary_serializer.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers/json_serializer.py to json_serializer.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/serializers/base_serializer.py to base_serializer.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/verifier.py to verifier.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/caveat.py to caveat.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders/hash_signatures_binder.py to hash_signatures_binder.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders/base_binder.py to base_binder.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/binders/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons/utils.py to utils.cpython-313.pyc writing byte-compilation script '/tmp/tmpsj8t0klr.py' /usr/bin/python /tmp/tmpsj8t0klr.py removing /tmp/tmpsj8t0klr.py running install_egg_info running 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 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' Copying pymacaroons.egg-info to /build/python-pymacaroons/pkg/python-pymacaroons/usr/lib/python3.13/site-packages/pymacaroons-0.13.0-py3.13.egg-info running install_scripts ==> 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-13 (Wed Dec 25 11:13:15 2024) ==> Cleaning up...