==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-pastedeploy 3.1-2 (Mon Dec 23 08:32:38 2024) ==> Retrieving sources... -> Found python-pastedeploy-3.1.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-pastedeploy-3.1.tar.gz ... Passed ==> Making package: python-pastedeploy 3.1-2 (Mon Dec 23 08:32:57 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) 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-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 10.72 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... 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... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-pastedeploy-3.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-pastedeploy-3.1.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... * Getting build dependencies for wheel... /usr/lib/python3.13/site-packages/setuptools/config/setupcfg.py:299: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running egg_info creating src/PasteDeploy.egg-info writing src/PasteDeploy.egg-info/PKG-INFO writing dependency_links to src/PasteDeploy.egg-info/dependency_links.txt writing entry points to src/PasteDeploy.egg-info/entry_points.txt writing namespace_packages to src/PasteDeploy.egg-info/namespace_packages.txt writing requirements to src/PasteDeploy.egg-info/requires.txt writing top-level names to src/PasteDeploy.egg-info/top_level.txt writing manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' reading manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' no previously-included directories found matching 'tests/fake_packages/FakeApp.egg/EGG-INFO' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.13/site-packages/setuptools/config/setupcfg.py:299: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running bdist_wheel running build running build_py creating build/lib/paste copying src/paste/__init__.py -> build/lib/paste creating build/lib/paste/deploy copying src/paste/deploy/paster_templates.py -> build/lib/paste/deploy copying src/paste/deploy/converters.py -> build/lib/paste/deploy copying src/paste/deploy/__init__.py -> build/lib/paste/deploy copying src/paste/deploy/loadwsgi.py -> build/lib/paste/deploy copying src/paste/deploy/config.py -> build/lib/paste/deploy copying src/paste/deploy/util.py -> build/lib/paste/deploy running egg_info writing src/PasteDeploy.egg-info/PKG-INFO writing dependency_links to src/PasteDeploy.egg-info/dependency_links.txt writing entry points to src/PasteDeploy.egg-info/entry_points.txt writing namespace_packages to src/PasteDeploy.egg-info/namespace_packages.txt writing requirements to src/PasteDeploy.egg-info/requires.txt writing top-level names to src/PasteDeploy.egg-info/top_level.txt reading manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' no previously-included directories found matching 'tests/fake_packages/FakeApp.egg/EGG-INFO' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'paste.deploy.paster_templates.paste_deploy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy' 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 'paste.deploy.paster_templates.paste_deploy' 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 'paste.deploy.paster_templates.paste_deploy' to be distributed and are already explicitly excluding 'paste.deploy.paster_templates.paste_deploy' 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 'paste.deploy.paster_templates.paste_deploy.docs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy.docs' 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 'paste.deploy.paster_templates.paste_deploy.docs' 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 'paste.deploy.paster_templates.paste_deploy.docs' to be distributed and are already explicitly excluding 'paste.deploy.paster_templates.paste_deploy.docs' 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/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ creating build/lib/paste/deploy/paster_templates/paste_deploy/docs copying src/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/docs installing to build/bdist.linux-armv7l/wheel running install running install_lib Skipping installation of build/bdist.linux-armv7l/wheel/./paste/__init__.py (namespace package) copying paste/deploy/paster_templates.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/converters.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/__init__.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/loadwsgi.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/config.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/util.py -> build/bdist.linux-armv7l/wheel/./paste/deploy copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/docs running install_egg_info Copying src/PasteDeploy.egg-info to build/bdist.linux-armv7l/wheel/./PasteDeploy-3.1.0-py3.13.egg-info Installing build/bdist.linux-armv7l/wheel/./PasteDeploy-3.1.0-py3.13-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/PasteDeploy-3.1.0.dist-info/WHEEL creating '/build/python-pastedeploy/src/pastedeploy-3.1/dist/.tmp-2v2ud30v/PasteDeploy-3.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'PasteDeploy-3.1.0-py3.13-nspkg.pth' adding 'paste/deploy/__init__.py' adding 'paste/deploy/config.py' adding 'paste/deploy/converters.py' adding 'paste/deploy/loadwsgi.py' adding 'paste/deploy/paster_templates.py' adding 'paste/deploy/util.py' adding 'paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl' adding 'PasteDeploy-3.1.0.dist-info/METADATA' adding 'PasteDeploy-3.1.0.dist-info/WHEEL' adding 'PasteDeploy-3.1.0.dist-info/entry_points.txt' adding 'PasteDeploy-3.1.0.dist-info/namespace_packages.txt' adding 'PasteDeploy-3.1.0.dist-info/top_level.txt' adding 'PasteDeploy-3.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Successfully built PasteDeploy-3.1.0-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... libfakeroot internal error: payload not recognized! ==> Checking for packaging issues... ==> Creating package "python-pastedeploy"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pastedeploy 3.1-2 (Mon Dec 23 08:33:09 2024) ==> Cleaning up...