==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-html5lib 1.1-15 (Mon Dec 23 12:11:16 2024)
==> Retrieving sources...
  -> Found python-html5lib-1.1.tar.gz
  -> Found 2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch
  -> Found 71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz
  -> Found html5lib_pytest74.patch
  -> Found html5lib-mock-stdlib.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-html5lib-1.1.tar.gz ... Passed
    2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch ... Passed
    71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz ... Passed
    html5lib_pytest74.patch ... Passed
    html5lib-mock-stdlib.patch ... Passed
==> Making package: python-html5lib 1.1-15 (Mon Dec 23 12:11:23 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) python-six-1.16.0-10  python-webencodings-0.5.1-12

Total Download Size:   0.02 MiB
Total Installed Size:  0.18 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-webencodings-0.5.1-12-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-six...
installing python-webencodings...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-wheel-0.45.0-3  python-setuptools-1:75.2.0-4

Total Installed Size:  10.25 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-html5lib-1.1.tar.gz
  -> Found 2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch
  -> Found 71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz
  -> Found html5lib_pytest74.patch
  -> Found html5lib-mock-stdlib.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-html5lib-1.1.tar.gz with bsdtar
  -> Extracting 71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz with bsdtar
==> Starting prepare()...
patching file html5lib/tests/conftest.py
patching file html5lib/tests/sanitizer.py
patching file html5lib/tests/tokenizer.py
patching file html5lib/tests/tree_construction.py
patching file requirements-test.txt
patching file html5lib/tests/tokenizer.py
patching file html5lib/tests/tree_construction.py
patching file html5lib/tests/test_meta.py
patching file requirements-test.txt
==> Starting build()...
/build/python-html5lib/src/html5lib-python-1.1/setup.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import parse_version
/build/python-html5lib/src/html5lib-python-1.1/setup.py:93: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
  isinstance(a.value, ast.Str)):
/build/python-html5lib/src/html5lib-python-1.1/setup.py:94: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
  version = a.value.s
running build
running build_py
creating build/lib/html5lib
copying html5lib/_inputstream.py -> build/lib/html5lib
copying html5lib/constants.py -> build/lib/html5lib
copying html5lib/html5parser.py -> build/lib/html5lib
copying html5lib/serializer.py -> build/lib/html5lib
copying html5lib/_utils.py -> build/lib/html5lib
copying html5lib/_ihatexml.py -> build/lib/html5lib
copying html5lib/__init__.py -> build/lib/html5lib
copying html5lib/_tokenizer.py -> build/lib/html5lib
creating build/lib/html5lib/treeadapters
copying html5lib/treeadapters/sax.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/genshi.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/__init__.py -> build/lib/html5lib/treeadapters
creating build/lib/html5lib/treebuilders
copying html5lib/treebuilders/base.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders
creating build/lib/html5lib/treewalkers
copying html5lib/treewalkers/base.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree_lxml.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/genshi.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers
creating build/lib/html5lib/filters
copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters
copying html5lib/filters/base.py -> build/lib/html5lib/filters
copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters
copying html5lib/filters/alphabeticalattributes.py -> build/lib/html5lib/filters
copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters
copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters
copying html5lib/filters/__init__.py -> build/lib/html5lib/filters
copying html5lib/filters/lint.py -> build/lib/html5lib/filters
creating build/lib/html5lib/_trie
copying html5lib/_trie/_base.py -> build/lib/html5lib/_trie
copying html5lib/_trie/py.py -> build/lib/html5lib/_trie
copying html5lib/_trie/__init__.py -> build/lib/html5lib/_trie
==> Entering fakeroot environment...
==> Starting package()...
/build/python-html5lib/src/html5lib-python-1.1/setup.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import parse_version
/build/python-html5lib/src/html5lib-python-1.1/setup.py:93: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
  isinstance(a.value, ast.Str)):
/build/python-html5lib/src/html5lib-python-1.1/setup.py:94: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
  version = a.value.s
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-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
copying build/lib/html5lib/_inputstream.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/sax.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/genshi.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/base.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree_lxml.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/dom.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders
copying build/lib/html5lib/constants.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
copying build/lib/html5lib/html5parser.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
copying build/lib/html5lib/serializer.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/base.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree_lxml.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/dom.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/genshi.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/sanitizer.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/base.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/whitespace.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/alphabeticalattributes.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/optionaltags.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/inject_meta_charset.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/filters/lint.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters
copying build/lib/html5lib/_utils.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
creating /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/_base.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/py.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie
copying build/lib/html5lib/_ihatexml.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
copying build/lib/html5lib/__init__.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
copying build/lib/html5lib/_tokenizer.py -> /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_inputstream.py to _inputstream.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters/sax.py to sax.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters/genshi.py to genshi.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treeadapters/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders/base.py to base.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders/etree.py to etree.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders/dom.py to dom.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treebuilders/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/constants.py to constants.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/html5parser.py to html5parser.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/serializer.py to serializer.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/base.py to base.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/etree.py to etree.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/dom.py to dom.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/genshi.py to genshi.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/treewalkers/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/sanitizer.py to sanitizer.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/base.py to base.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/whitespace.py to whitespace.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/optionaltags.py to optionaltags.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/filters/lint.py to lint.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_utils.py to _utils.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie/_base.py to _base.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie/py.py to py.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_trie/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_ihatexml.py to _ihatexml.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib/_tokenizer.py to _tokenizer.cpython-313.pyc
writing byte-compilation script '/tmp/tmp5lxe0x2s.py'
/usr/bin/python /tmp/tmp5lxe0x2s.py
removing /tmp/tmp5lxe0x2s.py
running install_egg_info
running egg_info
creating html5lib.egg-info
writing html5lib.egg-info/PKG-INFO
/usr/lib/python3.13/site-packages/setuptools/_core_metadata.py:229: SetuptoolsDeprecationWarning: Ambiguity during "extra" normalization for dependencies.
!!

        ********************************************************************************
        'all' and 'all' normalize to the same value:

            'all'

        In future versions, setuptools might halt the build process.

        See https://peps.python.org/pep-0685/ for details.
        ********************************************************************************

!!
  _write_provides_extra(file, processed_extras, extra, unsafe_extra)
writing dependency_links to html5lib.egg-info/dependency_links.txt
writing requirements to html5lib.egg-info/requires.txt
writing top-level names to html5lib.egg-info/top_level.txt
writing manifest file 'html5lib.egg-info/SOURCES.txt'
reading manifest file 'html5lib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'html5lib.egg-info/SOURCES.txt'
Copying html5lib.egg-info to /build/python-html5lib/pkg/python-html5lib/usr/lib/python3.13/site-packages/html5lib-1.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-html5lib"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-html5lib 1.1-15 (Mon Dec 23 12:11:32 2024)
==> Cleaning up...