==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-sphinx-sitemap 2.5.1-4 (Tue Dec 24 14:30:23 2024)
==> Retrieving sources...
  -> Found sphinx-sitemap-2.5.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    sphinx-sitemap-2.5.1.tar.gz ... Passed
==> Validating source files with b2sums...
    sphinx-sitemap-2.5.1.tar.gz ... Passed
==> Making package: python-sphinx-sitemap 2.5.1-4 (Tue Dec 24 14:30:30 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (21) python-babel-2.15.0-2  python-charset-normalizer-3.4.0-5
              python-docutils-1:0.21.2-3  python-idna-3.10-2
              python-imagesize-1.4.1-6  python-jinja-1:3.1.5-1
              python-markupsafe-2.1.5-3  python-packaging-24.2-3
              python-pygments-2.18.0-3  python-pytz-2024.2-2
              python-requests-2.32.3-4  python-snowballstemmer-2.2.0-7
              python-sphinx-alabaster-theme-1.0.0-4
              python-sphinxcontrib-applehelp-2.0.0-3
              python-sphinxcontrib-devhelp-2.0.0-4
              python-sphinxcontrib-htmlhelp-2.1.0-3
              python-sphinxcontrib-jsmath-1.0.1-19
              python-sphinxcontrib-qthelp-2.0.0-3
              python-sphinxcontrib-serializinghtml-2.0.0-3
              python-urllib3-1.26.20-4  python-sphinx-8.1.3-2

Total Installed Size:  77.70 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-pytz...
installing python-babel...
installing python-docutils...
Optional dependencies for python-docutils
    python-myst-parser: to parse input in "Markdown" (CommonMark) format
    python-pillow: for some image manipulation operations
    python-pygments: for syntax highlighting of code directives and roles
    [pending]
installing python-imagesize...
installing python-markupsafe...
installing python-jinja...
Optional dependencies for python-jinja
    python-babel: for i18n support [installed]
installing python-packaging...
installing python-pygments...
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-certifi: security support
    python-cryptography: security support
    python-idna: security support [installed]
    python-pyopenssl: security support
    python-pysocks: SOCKS support
installing python-requests...
Optional dependencies for python-requests
    python-chardet: alternative character encoding library
    python-pysocks: SOCKS proxy support
installing python-snowballstemmer...
Optional dependencies for python-snowballstemmer
    python-pystemmer: for improved performance
installing python-sphinx-alabaster-theme...
installing python-sphinxcontrib-applehelp...
installing python-sphinxcontrib-devhelp...
installing python-sphinxcontrib-htmlhelp...
installing python-sphinxcontrib-jsmath...
installing python-sphinxcontrib-qthelp...
installing python-sphinxcontrib-serializinghtml...
installing python-sphinx...
Optional dependencies for python-sphinx
    imagemagick: for ext.imgconverter
    texlive-fontsextra: for the default admonition title icons in PDF output
    texlive-latexextra: for generation of PDF documentation
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (12) 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-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.06 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-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 sphinx-sitemap-2.5.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sphinx-sitemap-2.5.1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
No `name` configuration, performing automatic discovery
Single module/package detected, name: sphinx_sitemap
No `name` configuration, performing automatic discovery
Single module/package detected, name: sphinx_sitemap
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:71: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored.
!!

        ********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `dependencies = ['sphinx>=1.2']`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `dependencies` is listed as `dynamic`.

        https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `dependencies` under `dynamic` or alternatively
        remove the `[project]` table from your file and rely entirely on other means of
        configuration.
        ********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:78: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
  corresp(dist, value, root_dir)
running egg_info
creating sphinx_sitemap.egg-info
writing sphinx_sitemap.egg-info/PKG-INFO
writing dependency_links to sphinx_sitemap.egg-info/dependency_links.txt
writing top-level names to sphinx_sitemap.egg-info/top_level.txt
writing manifest file 'sphinx_sitemap.egg-info/SOURCES.txt'
reading manifest file 'sphinx_sitemap.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'sphinx_sitemap.egg-info/SOURCES.txt'
* Building wheel...
No `name` configuration, performing automatic discovery
Single module/package detected, name: sphinx_sitemap
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:71: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored.
!!

        ********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `dependencies = ['sphinx>=1.2']`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `dependencies` is listed as `dynamic`.

        https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `dependencies` under `dynamic` or alternatively
        remove the `[project]` table from your file and rely entirely on other means of
        configuration.
        ********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:78: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib/sphinx_sitemap
copying sphinx_sitemap/__init__.py -> build/lib/sphinx_sitemap
running egg_info
writing sphinx_sitemap.egg-info/PKG-INFO
writing dependency_links to sphinx_sitemap.egg-info/dependency_links.txt
writing top-level names to sphinx_sitemap.egg-info/top_level.txt
reading manifest file 'sphinx_sitemap.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'sphinx_sitemap.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/sphinx_sitemap
copying build/lib/sphinx_sitemap/__init__.py -> build/bdist.linux-aarch64/wheel/./sphinx_sitemap
running install_egg_info
Copying sphinx_sitemap.egg-info to build/bdist.linux-aarch64/wheel/./sphinx_sitemap-2.5.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/sphinx_sitemap-2.5.1.dist-info/WHEEL
creating '/build/python-sphinx-sitemap/src/sphinx-sitemap-2.5.1/dist/.tmp-e8qobfpb/sphinx_sitemap-2.5.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'sphinx_sitemap/__init__.py'
adding 'sphinx_sitemap-2.5.1.dist-info/LICENSE'
adding 'sphinx_sitemap-2.5.1.dist-info/METADATA'
adding 'sphinx_sitemap-2.5.1.dist-info/WHEEL'
adding 'sphinx_sitemap-2.5.1.dist-info/top_level.txt'
adding 'sphinx_sitemap-2.5.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built sphinx_sitemap-2.5.1-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share'
install: creating directory '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/licenses'
install: creating directory '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/licenses/python-sphinx-sitemap'
'LICENSE' -> '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/licenses/python-sphinx-sitemap/LICENSE'
install: creating directory '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/doc'
install: creating directory '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/doc/python-sphinx-sitemap'
'CHANGELOG.rst' -> '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/doc/python-sphinx-sitemap/CHANGELOG.rst'
'README.rst' -> '/build/python-sphinx-sitemap/pkg/python-sphinx-sitemap/usr/share/doc/python-sphinx-sitemap/README.rst'
==> 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-sphinx-sitemap"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-sphinx-sitemap 2.5.1-4 (Tue Dec 24 14:30:40 2024)
==> Cleaning up...