==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-mistune 1:3.1.3-1 (Wed Mar 19 12:09:55 2025)
==> Retrieving sources...
  -> Found python-mistune-3.1.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-mistune-3.1.3.tar.gz ... Passed
==> Validating source files with b2sums...
    python-mistune-3.1.3.tar.gz ... Passed
==> Making package: python-mistune 1:3.1.3-1 (Wed Mar 19 12:10:14 2025)
==> 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.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.6.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.8.0-1
              python-wheel-0.45.0-3

Total Download Size:    1.71 MiB
Total Installed Size:  10.84 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:75.8.0-1-any downloading...
 python-packaging-24.2-3-any downloading...
 python-more-itertools-10.6.0-1-any downloading...
 python-wheel-0.45.0-3-any downloading...
 python-build-1.2.2-3-any downloading...
 python-installer-0.7.0-10-any downloading...
 python-platformdirs-4.3.6-2-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
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 python-mistune-3.1.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-mistune-3.1.3.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating src/mistune.egg-info
writing src/mistune.egg-info/PKG-INFO
writing dependency_links to src/mistune.egg-info/dependency_links.txt
writing requirements to src/mistune.egg-info/requires.txt
writing top-level names to src/mistune.egg-info/top_level.txt
writing manifest file 'src/mistune.egg-info/SOURCES.txt'
reading manifest file 'src/mistune.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'src/mistune.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/mistune
copying src/mistune/block_parser.py -> build/lib/mistune
copying src/mistune/inline_parser.py -> build/lib/mistune
copying src/mistune/core.py -> build/lib/mistune
copying src/mistune/__init__.py -> build/lib/mistune
copying src/mistune/list_parser.py -> build/lib/mistune
copying src/mistune/markdown.py -> build/lib/mistune
copying src/mistune/util.py -> build/lib/mistune
copying src/mistune/__main__.py -> build/lib/mistune
copying src/mistune/toc.py -> build/lib/mistune
copying src/mistune/helpers.py -> build/lib/mistune
creating build/lib/mistune/directives
copying src/mistune/directives/include.py -> build/lib/mistune/directives
copying src/mistune/directives/image.py -> build/lib/mistune/directives
copying src/mistune/directives/_rst.py -> build/lib/mistune/directives
copying src/mistune/directives/__init__.py -> build/lib/mistune/directives
copying src/mistune/directives/_base.py -> build/lib/mistune/directives
copying src/mistune/directives/admonition.py -> build/lib/mistune/directives
copying src/mistune/directives/_fenced.py -> build/lib/mistune/directives
copying src/mistune/directives/toc.py -> build/lib/mistune/directives
creating build/lib/mistune/plugins
copying src/mistune/plugins/formatting.py -> build/lib/mistune/plugins
copying src/mistune/plugins/math.py -> build/lib/mistune/plugins
copying src/mistune/plugins/spoiler.py -> build/lib/mistune/plugins
copying src/mistune/plugins/speedup.py -> build/lib/mistune/plugins
copying src/mistune/plugins/__init__.py -> build/lib/mistune/plugins
copying src/mistune/plugins/def_list.py -> build/lib/mistune/plugins
copying src/mistune/plugins/footnotes.py -> build/lib/mistune/plugins
copying src/mistune/plugins/abbr.py -> build/lib/mistune/plugins
copying src/mistune/plugins/task_lists.py -> build/lib/mistune/plugins
copying src/mistune/plugins/ruby.py -> build/lib/mistune/plugins
copying src/mistune/plugins/url.py -> build/lib/mistune/plugins
copying src/mistune/plugins/table.py -> build/lib/mistune/plugins
creating build/lib/mistune/renderers
copying src/mistune/renderers/rst.py -> build/lib/mistune/renderers
copying src/mistune/renderers/__init__.py -> build/lib/mistune/renderers
copying src/mistune/renderers/html.py -> build/lib/mistune/renderers
copying src/mistune/renderers/markdown.py -> build/lib/mistune/renderers
copying src/mistune/renderers/_list.py -> build/lib/mistune/renderers
running egg_info
writing src/mistune.egg-info/PKG-INFO
writing dependency_links to src/mistune.egg-info/dependency_links.txt
writing requirements to src/mistune.egg-info/requires.txt
writing top-level names to src/mistune.egg-info/top_level.txt
reading manifest file 'src/mistune.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'src/mistune.egg-info/SOURCES.txt'
copying src/mistune/py.typed -> build/lib/mistune
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/mistune
creating build/bdist.linux-armv7l/wheel/mistune/directives
copying build/lib/mistune/directives/include.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/image.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/_rst.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/__init__.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/_base.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/admonition.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/_fenced.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
copying build/lib/mistune/directives/toc.py -> build/bdist.linux-armv7l/wheel/./mistune/directives
creating build/bdist.linux-armv7l/wheel/mistune/plugins
copying build/lib/mistune/plugins/formatting.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/math.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/spoiler.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/speedup.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/__init__.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/def_list.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/footnotes.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/abbr.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/task_lists.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/ruby.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/url.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/plugins/table.py -> build/bdist.linux-armv7l/wheel/./mistune/plugins
copying build/lib/mistune/block_parser.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/inline_parser.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/core.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/__init__.py -> build/bdist.linux-armv7l/wheel/./mistune
creating build/bdist.linux-armv7l/wheel/mistune/renderers
copying build/lib/mistune/renderers/rst.py -> build/bdist.linux-armv7l/wheel/./mistune/renderers
copying build/lib/mistune/renderers/__init__.py -> build/bdist.linux-armv7l/wheel/./mistune/renderers
copying build/lib/mistune/renderers/html.py -> build/bdist.linux-armv7l/wheel/./mistune/renderers
copying build/lib/mistune/renderers/markdown.py -> build/bdist.linux-armv7l/wheel/./mistune/renderers
copying build/lib/mistune/renderers/_list.py -> build/bdist.linux-armv7l/wheel/./mistune/renderers
copying build/lib/mistune/list_parser.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/markdown.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/util.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/__main__.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/toc.py -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/py.typed -> build/bdist.linux-armv7l/wheel/./mistune
copying build/lib/mistune/helpers.py -> build/bdist.linux-armv7l/wheel/./mistune
running install_egg_info
Copying src/mistune.egg-info to build/bdist.linux-armv7l/wheel/./mistune-3.1.3-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/mistune-3.1.3.dist-info/WHEEL
creating '/build/python-mistune/src/mistune-3.1.3/dist/.tmp-rnt4vl7b/mistune-3.1.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'mistune/__init__.py'
adding 'mistune/__main__.py'
adding 'mistune/block_parser.py'
adding 'mistune/core.py'
adding 'mistune/helpers.py'
adding 'mistune/inline_parser.py'
adding 'mistune/list_parser.py'
adding 'mistune/markdown.py'
adding 'mistune/py.typed'
adding 'mistune/toc.py'
adding 'mistune/util.py'
adding 'mistune/directives/__init__.py'
adding 'mistune/directives/_base.py'
adding 'mistune/directives/_fenced.py'
adding 'mistune/directives/_rst.py'
adding 'mistune/directives/admonition.py'
adding 'mistune/directives/image.py'
adding 'mistune/directives/include.py'
adding 'mistune/directives/toc.py'
adding 'mistune/plugins/__init__.py'
adding 'mistune/plugins/abbr.py'
adding 'mistune/plugins/def_list.py'
adding 'mistune/plugins/footnotes.py'
adding 'mistune/plugins/formatting.py'
adding 'mistune/plugins/math.py'
adding 'mistune/plugins/ruby.py'
adding 'mistune/plugins/speedup.py'
adding 'mistune/plugins/spoiler.py'
adding 'mistune/plugins/table.py'
adding 'mistune/plugins/task_lists.py'
adding 'mistune/plugins/url.py'
adding 'mistune/renderers/__init__.py'
adding 'mistune/renderers/_list.py'
adding 'mistune/renderers/html.py'
adding 'mistune/renderers/markdown.py'
adding 'mistune/renderers/rst.py'
adding 'mistune-3.1.3.dist-info/LICENSE'
adding 'mistune-3.1.3.dist-info/METADATA'
adding 'mistune-3.1.3.dist-info/WHEEL'
adding 'mistune-3.1.3.dist-info/top_level.txt'
adding 'mistune-3.1.3.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built mistune-3.1.3-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...
==> Checking for packaging issues...
==> Creating package "python-mistune"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-mistune 1:3.1.3-1 (Wed Mar 19 12:10:29 2025)
==> Cleaning up...