==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-sphinx-bootstrap-theme 0.8.1-6 (Sun Dec 22 21:34:29 2024)
==> Retrieving sources...
  -> Cloning sphinx-bootstrap-theme git repo...
Cloning into bare repository '/home/leming/work/python-sphinx-bootstrap-theme/sphinx-bootstrap-theme'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    sphinx-bootstrap-theme ... Skipped
==> Making package: python-sphinx-bootstrap-theme 0.8.1-6 (Sun Dec 22 21:34:38 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (14) perl-error-0.17029-7  perl-mailtools-2.22-1  perl-timedate-2.33-7
              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  git-2.47.1-1  python-setuptools-1:75.2.0-4

Total Installed Size:  54.46 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 perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
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/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of sphinx-bootstrap-theme git repo...
Cloning into 'sphinx-bootstrap-theme'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Starting build()...
/usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
running build
running build_py
creating build/lib/sphinx_bootstrap_theme
copying sphinx_bootstrap_theme/__init__.py -> build/lib/sphinx_bootstrap_theme
running egg_info
creating sphinx_bootstrap_theme.egg-info
writing sphinx_bootstrap_theme.egg-info/PKG-INFO
writing dependency_links to sphinx_bootstrap_theme.egg-info/dependency_links.txt
writing entry points to sphinx_bootstrap_theme.egg-info/entry_points.txt
writing top-level names to sphinx_bootstrap_theme.egg-info/top_level.txt
writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt'
reading manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'bootstrap'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'bootstrap'
warning: no previously-included files found matching 'demo'
warning: no previously-included files found matching 'fabfile.py'
adding license file 'LICENSE.txt'
writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'sphinx_bootstrap_theme.bootstrap.static' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'sphinx_bootstrap_theme.bootstrap.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 'sphinx_bootstrap_theme.bootstrap.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 'sphinx_bootstrap_theme.bootstrap.static' to be distributed and are
        already explicitly excluding 'sphinx_bootstrap_theme.bootstrap.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 'sphinx_bootstrap_theme.bootstrap.static.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'sphinx_bootstrap_theme.bootstrap.static.js' 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 'sphinx_bootstrap_theme.bootstrap.static.js' 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 'sphinx_bootstrap_theme.bootstrap.static.js' to be distributed and are
        already explicitly excluding 'sphinx_bootstrap_theme.bootstrap.static.js' 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/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/globaltoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/layout.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/localtoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/navbar-2.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/navbar.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/navbarsearchbox.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/navbartoc.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/relations.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/search.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/searchbox.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/searchresults.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/sourcelink.html -> build/lib/sphinx_bootstrap_theme/bootstrap
copying sphinx_bootstrap_theme/bootstrap/theme.conf -> build/lib/sphinx_bootstrap_theme/bootstrap
creating build/lib/sphinx_bootstrap_theme/bootstrap/static
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.css_t -> build/lib/sphinx_bootstrap_theme/bootstrap/static
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t -> build/lib/sphinx_bootstrap_theme/bootstrap/static
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings-white.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css.map -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/npm.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings-white.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings.png -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.eot -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.svg -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.ttf -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti
copying sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti/bootstrap.min.css -> build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti
creating build/lib/sphinx_bootstrap_theme/bootstrap/static/js
copying sphinx_bootstrap_theme/bootstrap/static/js/jquery-1.12.4.min.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/js
copying sphinx_bootstrap_theme/bootstrap/static/js/jquery-fix.js -> build/lib/sphinx_bootstrap_theme/bootstrap/static/js
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
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-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/npm.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js/bootstrap.min.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/js
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/fonts
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.css.map -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.css.map -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css.map -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap-theme.min.css.map -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.4.1/css
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/spacelab
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/superhero
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cosmo
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/slate
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/readable
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/united
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/yeti
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/simplex
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.svg -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.ttf -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.eot -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts/glyphicons-halflings-regular.woff2 -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/fonts
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/journal
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/paper
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/flatly
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/sandstone
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/darkly
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cyborg
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/lumen
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.4.1/cerulean
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.min.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings-white.png -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings.png -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap-responsive.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/css
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/js/jquery-1.12.4.min.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/js
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/js/jquery-fix.js -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/js
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/slate
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings-white.png -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img/glyphicons-halflings.png -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/img
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean
creating /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.css_t -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static
copying build/lib/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap/static
copying build/lib/sphinx_bootstrap_theme/bootstrap/theme.conf -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/search.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/sourcelink.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/localtoc.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/searchbox.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/layout.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/navbartoc.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/globaltoc.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/searchresults.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/relations.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/navbarsearchbox.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/navbar-2.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/bootstrap/navbar.html -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/bootstrap
copying build/lib/sphinx_bootstrap_theme/__init__.py -> /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme
byte-compiling /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme/__init__.py to __init__.cpython-313.pyc
writing byte-compilation script '/tmp/tmps37dxdr4.py'
/usr/bin/python /tmp/tmps37dxdr4.py
removing /tmp/tmps37dxdr4.py
running install_egg_info
running egg_info
writing sphinx_bootstrap_theme.egg-info/PKG-INFO
writing dependency_links to sphinx_bootstrap_theme.egg-info/dependency_links.txt
writing entry points to sphinx_bootstrap_theme.egg-info/entry_points.txt
writing top-level names to sphinx_bootstrap_theme.egg-info/top_level.txt
reading manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'bootstrap'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'bootstrap'
warning: no previously-included files found matching 'demo'
warning: no previously-included files found matching 'fabfile.py'
adding license file 'LICENSE.txt'
writing manifest file 'sphinx_bootstrap_theme.egg-info/SOURCES.txt'
Copying sphinx_bootstrap_theme.egg-info to /build/python-sphinx-bootstrap-theme/pkg/python-sphinx-bootstrap-theme/usr/lib/python3.13/site-packages/sphinx_bootstrap_theme-0.8.1-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-sphinx-bootstrap-theme"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-sphinx-bootstrap-theme 0.8.1-6 (Sun Dec 22 21:34:48 2024)
==> Cleaning up...