==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-css-parser 1.0.10-3 (Sun Dec 22 20:07:18 2024)
==> Retrieving sources...
  -> Found css-parser-1.0.10.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    css-parser-1.0.10.tar.gz ... Passed
==> Making package: python-css-parser 1.0.10-3 (Sun 22 Dec 2024 08:07:24 PM MST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

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

Total Installed Size:  10.72 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-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 css-parser-1.0.10.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting css-parser-1.0.10.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
<string>:11: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
running egg_info
creating src/css_parser.egg-info
writing src/css_parser.egg-info/PKG-INFO
writing dependency_links to src/css_parser.egg-info/dependency_links.txt
writing top-level names to src/css_parser.egg-info/top_level.txt
writing manifest file 'src/css_parser.egg-info/SOURCES.txt'
reading manifest file 'src/css_parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'COPYING.LESSER'
writing manifest file 'src/css_parser.egg-info/SOURCES.txt'
* Building wheel...
<string>:11: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
running bdist_wheel
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        By 2025-Aug-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/css_parser
copying src/css_parser/__init__.py -> build/lib/css_parser
copying src/css_parser/cssproductions.py -> build/lib/css_parser
copying src/css_parser/profiles.py -> build/lib/css_parser
copying src/css_parser/helper.py -> build/lib/css_parser
copying src/css_parser/_fetch.py -> build/lib/css_parser
copying src/css_parser/script.py -> build/lib/css_parser
copying src/css_parser/errorhandler.py -> build/lib/css_parser
copying src/css_parser/prodparser.py -> build/lib/css_parser
copying src/css_parser/util.py -> build/lib/css_parser
copying src/css_parser/tokenize2.py -> build/lib/css_parser
copying src/css_parser/codec.py -> build/lib/css_parser
copying src/css_parser/version.py -> build/lib/css_parser
copying src/css_parser/_fetchgae.py -> build/lib/css_parser
copying src/css_parser/serialize.py -> build/lib/css_parser
copying src/css_parser/_codec3.py -> build/lib/css_parser
copying src/css_parser/parse.py -> build/lib/css_parser
copying src/css_parser/settings.py -> build/lib/css_parser
copying src/css_parser/_codec2.py -> build/lib/css_parser
copying src/css_parser/sac.py -> build/lib/css_parser
creating build/lib/css_parser/css
copying src/css_parser/css/cssfontfacerule.py -> build/lib/css_parser/css
copying src/css_parser/css/__init__.py -> build/lib/css_parser/css
copying src/css_parser/css/cssrule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssstyledeclaration.py -> build/lib/css_parser/css
copying src/css_parser/css/cssnamespacerule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssmediarule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssunknownrule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssstylesheet.py -> build/lib/css_parser/css
copying src/css_parser/css/property.py -> build/lib/css_parser/css
copying src/css_parser/css/value.py -> build/lib/css_parser/css
copying src/css_parser/css/cssvalue.py -> build/lib/css_parser/css
copying src/css_parser/css/selector.py -> build/lib/css_parser/css
copying src/css_parser/css/cssrulelist.py -> build/lib/css_parser/css
copying src/css_parser/css/cssproperties.py -> build/lib/css_parser/css
copying src/css_parser/css/cssimportrule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssvariablesdeclaration.py -> build/lib/css_parser/css
copying src/css_parser/css/csscomment.py -> build/lib/css_parser/css
copying src/css_parser/css/csscharsetrule.py -> build/lib/css_parser/css
copying src/css_parser/css/selectorlist.py -> build/lib/css_parser/css
copying src/css_parser/css/cssvariablesrule.py -> build/lib/css_parser/css
copying src/css_parser/css/cssstylerule.py -> build/lib/css_parser/css
copying src/css_parser/css/marginrule.py -> build/lib/css_parser/css
copying src/css_parser/css/csspagerule.py -> build/lib/css_parser/css
copying src/css_parser/css/colors.py -> build/lib/css_parser/css
creating build/lib/css_parser/scripts
copying src/css_parser/scripts/__init__.py -> build/lib/css_parser/scripts
copying src/css_parser/scripts/cssparse.py -> build/lib/css_parser/scripts
copying src/css_parser/scripts/csscombine.py -> build/lib/css_parser/scripts
copying src/css_parser/scripts/csscapture.py -> build/lib/css_parser/scripts
creating build/lib/css_parser/encutils
copying src/css_parser/encutils/__init__.py -> build/lib/css_parser/encutils
creating build/lib/css_parser/stylesheets
copying src/css_parser/stylesheets/__init__.py -> build/lib/css_parser/stylesheets
copying src/css_parser/stylesheets/medialist.py -> build/lib/css_parser/stylesheets
copying src/css_parser/stylesheets/stylesheet.py -> build/lib/css_parser/stylesheets
copying src/css_parser/stylesheets/stylesheetlist.py -> build/lib/css_parser/stylesheets
copying src/css_parser/stylesheets/mediaquery.py -> build/lib/css_parser/stylesheets
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/css_parser
copying build/lib/css_parser/__init__.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/cssproductions.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/profiles.py -> build/bdist.linux-aarch64/wheel/./css_parser
creating build/bdist.linux-aarch64/wheel/css_parser/css
copying build/lib/css_parser/css/cssfontfacerule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/__init__.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssstyledeclaration.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssnamespacerule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssmediarule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssunknownrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssstylesheet.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/property.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/value.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssvalue.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/selector.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssrulelist.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssproperties.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssimportrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssvariablesdeclaration.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/csscomment.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/csscharsetrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/selectorlist.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssvariablesrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/cssstylerule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/marginrule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/csspagerule.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/css/colors.py -> build/bdist.linux-aarch64/wheel/./css_parser/css
copying build/lib/css_parser/helper.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/_fetch.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/script.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/errorhandler.py -> build/bdist.linux-aarch64/wheel/./css_parser
creating build/bdist.linux-aarch64/wheel/css_parser/scripts
copying build/lib/css_parser/scripts/__init__.py -> build/bdist.linux-aarch64/wheel/./css_parser/scripts
copying build/lib/css_parser/scripts/cssparse.py -> build/bdist.linux-aarch64/wheel/./css_parser/scripts
copying build/lib/css_parser/scripts/csscombine.py -> build/bdist.linux-aarch64/wheel/./css_parser/scripts
copying build/lib/css_parser/scripts/csscapture.py -> build/bdist.linux-aarch64/wheel/./css_parser/scripts
copying build/lib/css_parser/prodparser.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/util.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/tokenize2.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/codec.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/version.py -> build/bdist.linux-aarch64/wheel/./css_parser
creating build/bdist.linux-aarch64/wheel/css_parser/encutils
copying build/lib/css_parser/encutils/__init__.py -> build/bdist.linux-aarch64/wheel/./css_parser/encutils
copying build/lib/css_parser/_fetchgae.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/serialize.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/_codec3.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/parse.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/settings.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/_codec2.py -> build/bdist.linux-aarch64/wheel/./css_parser
copying build/lib/css_parser/sac.py -> build/bdist.linux-aarch64/wheel/./css_parser
creating build/bdist.linux-aarch64/wheel/css_parser/stylesheets
copying build/lib/css_parser/stylesheets/__init__.py -> build/bdist.linux-aarch64/wheel/./css_parser/stylesheets
copying build/lib/css_parser/stylesheets/medialist.py -> build/bdist.linux-aarch64/wheel/./css_parser/stylesheets
copying build/lib/css_parser/stylesheets/stylesheet.py -> build/bdist.linux-aarch64/wheel/./css_parser/stylesheets
copying build/lib/css_parser/stylesheets/stylesheetlist.py -> build/bdist.linux-aarch64/wheel/./css_parser/stylesheets
copying build/lib/css_parser/stylesheets/mediaquery.py -> build/bdist.linux-aarch64/wheel/./css_parser/stylesheets
running install_egg_info
running egg_info
writing src/css_parser.egg-info/PKG-INFO
writing dependency_links to src/css_parser.egg-info/dependency_links.txt
writing top-level names to src/css_parser.egg-info/top_level.txt
reading manifest file 'src/css_parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'COPYING.LESSER'
writing manifest file 'src/css_parser.egg-info/SOURCES.txt'
Copying src/css_parser.egg-info to build/bdist.linux-aarch64/wheel/./css_parser-1.0.10-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/css_parser-1.0.10.dist-info/WHEEL
creating '/build/python-css-parser/src/css-parser-1.0.10/dist/.tmp-rt7h65wu/css_parser-1.0.10-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'css_parser/__init__.py'
adding 'css_parser/_codec2.py'
adding 'css_parser/_codec3.py'
adding 'css_parser/_fetch.py'
adding 'css_parser/_fetchgae.py'
adding 'css_parser/codec.py'
adding 'css_parser/cssproductions.py'
adding 'css_parser/errorhandler.py'
adding 'css_parser/helper.py'
adding 'css_parser/parse.py'
adding 'css_parser/prodparser.py'
adding 'css_parser/profiles.py'
adding 'css_parser/sac.py'
adding 'css_parser/script.py'
adding 'css_parser/serialize.py'
adding 'css_parser/settings.py'
adding 'css_parser/tokenize2.py'
adding 'css_parser/util.py'
adding 'css_parser/version.py'
adding 'css_parser/css/__init__.py'
adding 'css_parser/css/colors.py'
adding 'css_parser/css/csscharsetrule.py'
adding 'css_parser/css/csscomment.py'
adding 'css_parser/css/cssfontfacerule.py'
adding 'css_parser/css/cssimportrule.py'
adding 'css_parser/css/cssmediarule.py'
adding 'css_parser/css/cssnamespacerule.py'
adding 'css_parser/css/csspagerule.py'
adding 'css_parser/css/cssproperties.py'
adding 'css_parser/css/cssrule.py'
adding 'css_parser/css/cssrulelist.py'
adding 'css_parser/css/cssstyledeclaration.py'
adding 'css_parser/css/cssstylerule.py'
adding 'css_parser/css/cssstylesheet.py'
adding 'css_parser/css/cssunknownrule.py'
adding 'css_parser/css/cssvalue.py'
adding 'css_parser/css/cssvariablesdeclaration.py'
adding 'css_parser/css/cssvariablesrule.py'
adding 'css_parser/css/marginrule.py'
adding 'css_parser/css/property.py'
adding 'css_parser/css/selector.py'
adding 'css_parser/css/selectorlist.py'
adding 'css_parser/css/value.py'
adding 'css_parser/encutils/__init__.py'
adding 'css_parser/scripts/__init__.py'
adding 'css_parser/scripts/csscapture.py'
adding 'css_parser/scripts/csscombine.py'
adding 'css_parser/scripts/cssparse.py'
adding 'css_parser/stylesheets/__init__.py'
adding 'css_parser/stylesheets/medialist.py'
adding 'css_parser/stylesheets/mediaquery.py'
adding 'css_parser/stylesheets/stylesheet.py'
adding 'css_parser/stylesheets/stylesheetlist.py'
adding 'css_parser-1.0.10.dist-info/COPYING'
adding 'css_parser-1.0.10.dist-info/COPYING.LESSER'
adding 'css_parser-1.0.10.dist-info/METADATA'
adding 'css_parser-1.0.10.dist-info/WHEEL'
adding 'css_parser-1.0.10.dist-info/top_level.txt'
adding 'css_parser-1.0.10.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built css_parser-1.0.10-py2.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-css-parser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-css-parser 1.0.10-3 (Sun 22 Dec 2024 08:07:36 PM MST)
==> Cleaning up...