==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pygaljs 1.0.2-4 (Sun Dec 22 20:45:33 2024)
==> Retrieving sources...
  -> Found python-pygaljs-1.0.2.tar.gz
  -> Found pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-pygaljs-1.0.2.tar.gz ... Passed
    pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz ... Passed
==> Making package: python-pygaljs 1.0.2-4 (Sun Dec 22 20:45:52 2024)
==> Checking runtime dependencies...
==> 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 python-pygaljs-1.0.2.tar.gz
  -> Found pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-pygaljs-1.0.2.tar.gz with bsdtar
  -> Extracting pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
running build
running build_py
creating build/lib/pygaljs
copying src/pygaljs/__init__.py -> build/lib/pygaljs
running egg_info
creating src/pygaljs.egg-info
writing src/pygaljs.egg-info/PKG-INFO
writing dependency_links to src/pygaljs.egg-info/dependency_links.txt
writing top-level names to src/pygaljs.egg-info/top_level.txt
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'docs'
warning: no directories found matching 'examples'
warning: no directories found matching 'ci'
warning: no files found matching '.coveragerc'
warning: no files found matching '.cookiecutterrc'
warning: no files found matching '.isort.cfg'
warning: no files found matching '.pylintrc'
warning: no files found matching 'AUTHORS.rst'
warning: no files found matching 'CONTRIBUTING.rst'
warning: no files found matching '.travis.yml'
warning: no files found matching 'appveyor.yml'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static' to be distributed and are
        already explicitly excluding 'pygaljs.static' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.coffee' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.coffee' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.coffee' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.coffee' to be distributed and are
        already explicitly excluding 'pygaljs.static.coffee' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.javascripts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.javascripts' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.javascripts' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.javascripts' to be distributed and are
        already explicitly excluding 'pygaljs.static.javascripts' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.latest' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.latest' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.latest' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.latest' to be distributed and are
        already explicitly excluding 'pygaljs.static.latest' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating build/lib/pygaljs/static
copying src/pygaljs/static/Gruntfile.coffee -> build/lib/pygaljs/static
copying src/pygaljs/static/README.md -> build/lib/pygaljs/static
copying src/pygaljs/static/bower.json -> build/lib/pygaljs/static
copying src/pygaljs/static/package.json -> build/lib/pygaljs/static
creating build/lib/pygaljs/static/coffee
copying src/pygaljs/static/coffee/pygal-tooltips.coffee -> build/lib/pygaljs/static/coffee
creating build/lib/pygaljs/static/javascripts
copying src/pygaljs/static/javascripts/pygal-tooltips.js -> build/lib/pygaljs/static/javascripts
copying src/pygaljs/static/javascripts/svg.jquery.js -> build/lib/pygaljs/static/javascripts
creating build/lib/pygaljs/static/latest
copying src/pygaljs/static/latest/pygal-tooltips.js -> build/lib/pygaljs/static/latest
copying src/pygaljs/static/latest/pygal-tooltips.min.js -> build/lib/pygaljs/static/latest
==> Entering fakeroot environment...
==> Starting package()...
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 build
running build_py
running egg_info
writing src/pygaljs.egg-info/PKG-INFO
writing dependency_links to src/pygaljs.egg-info/dependency_links.txt
writing top-level names to src/pygaljs.egg-info/top_level.txt
reading manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'docs'
warning: no directories found matching 'examples'
warning: no directories found matching 'ci'
warning: no files found matching '.coveragerc'
warning: no files found matching '.cookiecutterrc'
warning: no files found matching '.isort.cfg'
warning: no files found matching '.pylintrc'
warning: no files found matching 'AUTHORS.rst'
warning: no files found matching 'CONTRIBUTING.rst'
warning: no files found matching '.travis.yml'
warning: no files found matching 'appveyor.yml'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static' to be distributed and are
        already explicitly excluding 'pygaljs.static' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.coffee' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.coffee' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.coffee' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.coffee' to be distributed and are
        already explicitly excluding 'pygaljs.static.coffee' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.javascripts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.javascripts' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.javascripts' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.javascripts' to be distributed and are
        already explicitly excluding 'pygaljs.static.javascripts' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'pygaljs.static.latest' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pygaljs.static.latest' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'pygaljs.static.latest' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'pygaljs.static.latest' to be distributed and are
        already explicitly excluding 'pygaljs.static.latest' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
running install_lib
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs
copying build/lib/pygaljs/__init__.py -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/javascripts
copying build/lib/pygaljs/static/javascripts/pygal-tooltips.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/javascripts
copying build/lib/pygaljs/static/javascripts/svg.jquery.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/javascripts
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/latest/pygal-tooltips.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/latest/pygal-tooltips.min.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/Gruntfile.coffee -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static
copying build/lib/pygaljs/static/bower.json -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static
copying build/lib/pygaljs/static/package.json -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/coffee
copying build/lib/pygaljs/static/coffee/pygal-tooltips.coffee -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static/coffee
copying build/lib/pygaljs/static/README.md -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/static
byte-compiling /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs/__init__.py to __init__.cpython-313.pyc
writing byte-compilation script '/tmp/tmp3raukf4t.py'
/usr/bin/python /tmp/tmp3raukf4t.py
removing /tmp/tmp3raukf4t.py
running install_egg_info
Copying src/pygaljs.egg-info to /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.13/site-packages/pygaljs-1.0.2-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...
libfakeroot internal error: payload not recognized!
==> Checking for packaging issues...
==> Creating package "python-pygaljs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pygaljs 1.0.2-4 (Sun Dec 22 20:46:03 2024)
==> Cleaning up...