Building package "python-cssutils" :: Synchronizing package databases... core downloading... extra downloading... community downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) sqlite-3.44.0-1 Total Installed Size: 7.92 MiB Net Upgrade Size: 0.06 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading sqlite... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... resolving dependencies... looking for conflicting packages... Packages (35) libnsl-2.0.1-1 python-annotated-types-0.6.0-1 python-autocommand-2.2.2-4 python-fastjsonschema-2.18.1-1 python-importlib-metadata-5.0.0-5 python-inflect-7.0.0-2 python-iniconfig-2.0.0-4 python-jaraco.context-4.3.0-3 python-jaraco.functools-3.9.0-1 python-jaraco.text-3.11.1-3 python-more-itertools-10.1.0-1 python-ordered-set-4.1.0-4 python-packaging-23.1-1 python-pbr-5.11.1-5 python-platformdirs-3.11.0-1 python-pluggy-1.3.0-1 python-pydantic-2.4.2-1 python-pydantic-core-1:2.10.1-1 python-pyproject-hooks-1.0.0-5 python-six-1.16.0-8 python-tomli-2.0.1-3 python-trove-classifiers-2023.10.18-1 python-typing_extensions-4.8.0-1 python-validate-pyproject-0.13-1 python-zipp-3.17.0-1 python-3.11.5-2 python-build-1.0.3-1 python-installer-0.7.0-3 python-jaraco.test-5.3.0-3 python-mock-3.0.5-11 python-pytest-7.4.3-1 python-setuptools-1:68.0.0-1 python-setuptools-scm-8.0.4-1 python-toml-0.10.2-9 python-wheel-0.40.0-3 Total Installed Size: 101.92 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 libnsl... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending] python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-virtualenv: 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-annotated-types... installing python-typing_extensions... installing python-pydantic-core... installing python-pydantic... Optional dependencies for python-pydantic mypy: for type validation with mypy python-dotenv: for .env file support python-email-validator: for email validation python-hypothesis: for hypothesis plugin when using legacy v1 installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... installing python-setuptools-scm... installing python-toml... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures installing python-jaraco.test... installing python-six... installing python-zipp... installing python-importlib-metadata... installing python-pbr... installing python-mock... installing python-iniconfig... installing python-pluggy... installing python-pytest... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: python-cssutils 2.9.0-1 (Fri 03 Nov 2023 11:14:01 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading cssutils-2.9.0.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 706k 100 706k 0 0 9992k 0 --:--:-- --:--:-- --:--:-- 9992k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... cssutils-2.9.0.tar.gz ... Passed ==> Extracting sources... -> Extracting cssutils-2.9.0.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... running egg_info writing cssutils.egg-info/PKG-INFO writing dependency_links to cssutils.egg-info/dependency_links.txt writing entry points to cssutils.egg-info/entry_points.txt writing requirements to cssutils.egg-info/requires.txt writing top-level names to cssutils.egg-info/top_level.txt reading manifest file 'cssutils.egg-info/SOURCES.txt' adding license file 'COPYING' adding license file 'COPYING.LESSER' writing manifest file 'cssutils.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/encutils copying encutils/__init__.py -> build/lib/encutils creating build/lib/cssutils copying cssutils/util.py -> build/lib/cssutils copying cssutils/tokenize2.py -> build/lib/cssutils copying cssutils/settings.py -> build/lib/cssutils copying cssutils/serialize.py -> build/lib/cssutils copying cssutils/script.py -> build/lib/cssutils copying cssutils/sac.py -> build/lib/cssutils copying cssutils/profiles.py -> build/lib/cssutils copying cssutils/prodparser.py -> build/lib/cssutils copying cssutils/parse.py -> build/lib/cssutils copying cssutils/helper.py -> build/lib/cssutils copying cssutils/errorhandler.py -> build/lib/cssutils copying cssutils/cssproductions.py -> build/lib/cssutils copying cssutils/css2productions.py -> build/lib/cssutils copying cssutils/codec.py -> build/lib/cssutils copying cssutils/_fetchgae.py -> build/lib/cssutils copying cssutils/_fetch.py -> build/lib/cssutils copying cssutils/__init__.py -> build/lib/cssutils creating build/lib/cssutils/tests copying cssutils/tests/test_x.py -> build/lib/cssutils/tests copying cssutils/tests/test_value.py -> build/lib/cssutils/tests copying cssutils/tests/test_util.py -> build/lib/cssutils/tests copying cssutils/tests/test_tokenize2.py -> build/lib/cssutils/tests copying cssutils/tests/test_stylesheet.py -> build/lib/cssutils/tests copying cssutils/tests/test_settings.py -> build/lib/cssutils/tests copying cssutils/tests/test_serialize.py -> build/lib/cssutils/tests copying cssutils/tests/test_selectorlist.py -> build/lib/cssutils/tests copying cssutils/tests/test_selector.py -> build/lib/cssutils/tests copying cssutils/tests/test_scripts_csscombine.py -> build/lib/cssutils/tests copying cssutils/tests/test_property.py -> build/lib/cssutils/tests copying cssutils/tests/test_properties.py -> build/lib/cssutils/tests copying cssutils/tests/test_profiles.py -> build/lib/cssutils/tests copying cssutils/tests/test_prodparser.py -> build/lib/cssutils/tests copying cssutils/tests/test_parse.py -> build/lib/cssutils/tests copying cssutils/tests/test_mediaquery.py -> build/lib/cssutils/tests copying cssutils/tests/test_medialist.py -> build/lib/cssutils/tests copying cssutils/tests/test_marginrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_helper.py -> build/lib/cssutils/tests copying cssutils/tests/test_errorhandler.py -> build/lib/cssutils/tests copying cssutils/tests/test_encutils.py -> build/lib/cssutils/tests copying cssutils/tests/test_domimplementation.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssvariablesrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssvariablesdeclaration.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssvalue.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssutilsimport.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssutils.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssunknownrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssstylesheet.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssstylerule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssstyledeclaration.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssrulelist.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssproperties.py -> build/lib/cssutils/tests copying cssutils/tests/test_csspagerule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssnamespacerule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssmediarule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssimportrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_cssfontfacerule.py -> build/lib/cssutils/tests copying cssutils/tests/test_csscomment.py -> build/lib/cssutils/tests copying cssutils/tests/test_csscharsetrule.py -> build/lib/cssutils/tests copying cssutils/tests/test_codec.py -> build/lib/cssutils/tests copying cssutils/tests/basetest.py -> build/lib/cssutils/tests copying cssutils/tests/__init__.py -> build/lib/cssutils/tests creating build/lib/cssutils/stylesheets copying cssutils/stylesheets/stylesheetlist.py -> build/lib/cssutils/stylesheets copying cssutils/stylesheets/stylesheet.py -> build/lib/cssutils/stylesheets copying cssutils/stylesheets/mediaquery.py -> build/lib/cssutils/stylesheets copying cssutils/stylesheets/medialist.py -> build/lib/cssutils/stylesheets copying cssutils/stylesheets/__init__.py -> build/lib/cssutils/stylesheets creating build/lib/cssutils/scripts copying cssutils/scripts/cssparse.py -> build/lib/cssutils/scripts copying cssutils/scripts/csscombine.py -> build/lib/cssutils/scripts copying cssutils/scripts/csscapture.py -> build/lib/cssutils/scripts copying cssutils/scripts/__init__.py -> build/lib/cssutils/scripts creating build/lib/cssutils/css copying cssutils/css/value.py -> build/lib/cssutils/css copying cssutils/css/selectorlist.py -> build/lib/cssutils/css copying cssutils/css/selector.py -> build/lib/cssutils/css copying cssutils/css/property.py -> build/lib/cssutils/css copying cssutils/css/marginrule.py -> build/lib/cssutils/css copying cssutils/css/cssvariablesrule.py -> build/lib/cssutils/css copying cssutils/css/cssvariablesdeclaration.py -> build/lib/cssutils/css copying cssutils/css/cssvalue.py -> build/lib/cssutils/css copying cssutils/css/cssunknownrule.py -> build/lib/cssutils/css copying cssutils/css/cssstylesheet.py -> build/lib/cssutils/css copying cssutils/css/cssstylerule.py -> build/lib/cssutils/css copying cssutils/css/cssstyledeclaration.py -> build/lib/cssutils/css copying cssutils/css/cssrulelist.py -> build/lib/cssutils/css copying cssutils/css/cssrule.py -> build/lib/cssutils/css copying cssutils/css/cssproperties.py -> build/lib/cssutils/css copying cssutils/css/csspagerule.py -> build/lib/cssutils/css copying cssutils/css/cssnamespacerule.py -> build/lib/cssutils/css copying cssutils/css/cssmediarule.py -> build/lib/cssutils/css copying cssutils/css/cssimportrule.py -> build/lib/cssutils/css copying cssutils/css/cssfontfacerule.py -> build/lib/cssutils/css copying cssutils/css/csscomment.py -> build/lib/cssutils/css copying cssutils/css/csscharsetrule.py -> build/lib/cssutils/css copying cssutils/css/colors.py -> build/lib/cssutils/css copying cssutils/css/__init__.py -> build/lib/cssutils/css running egg_info writing cssutils.egg-info/PKG-INFO writing dependency_links to cssutils.egg-info/dependency_links.txt writing entry points to cssutils.egg-info/entry_points.txt writing requirements to cssutils.egg-info/requires.txt writing top-level names to cssutils.egg-info/top_level.txt reading manifest file 'cssutils.egg-info/SOURCES.txt' adding license file 'COPYING' adding license file 'COPYING.LESSER' writing manifest file 'cssutils.egg-info/SOURCES.txt' creating build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/096.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/097.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1ascii.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1import.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1inherit-ascii.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1inherit-iso.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1inherit-utf8.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/1utf.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/2inherit-iso.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/2resolve.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/acid2.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/all.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/atrule.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/bad.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/basic.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/bundle.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/cases.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/csscombine-1.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/csscombine-2.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/csscombine-proxy.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/cthedot_default.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/default_html4.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/hacks.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/html.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/html20.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/html40.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/import.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/import3.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/ll.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/ll2.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/multiple-values.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/page_test.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/sample_5.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/sample_7.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/simple.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/single-color.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/slashcode.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/t-HACKS.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/test-unicode.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/test.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/tigris.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/tigris2.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/u_simple.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/v_simple.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/vars.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/varsimport.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/xhtml2.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/xhtml22.css -> build/lib/cssutils/tests/sheets copying cssutils/tests/sheets/yuck.css -> build/lib/cssutils/tests/sheets creating build/lib/cssutils/tests/sheets/var copying cssutils/tests/sheets/var/start.css -> build/lib/cssutils/tests/sheets/var copying cssutils/tests/sheets/var/use.css -> build/lib/cssutils/tests/sheets/var copying cssutils/tests/sheets/var/vars.css -> build/lib/cssutils/tests/sheets/var copying cssutils/tests/sheets/var/vars2.css -> build/lib/cssutils/tests/sheets/var creating build/lib/cssutils/tests/sheets/import copying cssutils/tests/sheets/import/import-impossible.css -> build/lib/cssutils/tests/sheets/import copying cssutils/tests/sheets/import/import2.css -> build/lib/cssutils/tests/sheets/import creating build/lib/cssutils/tests/sheets/images copying cssutils/tests/sheets/images/example.gif -> build/lib/cssutils/tests/sheets/images creating build/lib/cssutils/tests/sheets/import/images2 copying cssutils/tests/sheets/import/images2/example2.gif -> build/lib/cssutils/tests/sheets/import/images2 installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/cssutils creating build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/__init__.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/colors.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/csscharsetrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/csscomment.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssfontfacerule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssimportrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssmediarule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssnamespacerule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/csspagerule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssproperties.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssrulelist.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssstyledeclaration.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssstylerule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssstylesheet.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssunknownrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssvalue.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssvariablesdeclaration.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/cssvariablesrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/marginrule.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/property.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/selector.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/selectorlist.py -> build/bdist.linux-x86_64/wheel/cssutils/css copying build/lib/cssutils/css/value.py -> build/bdist.linux-x86_64/wheel/cssutils/css creating build/bdist.linux-x86_64/wheel/cssutils/scripts copying build/lib/cssutils/scripts/__init__.py -> build/bdist.linux-x86_64/wheel/cssutils/scripts copying build/lib/cssutils/scripts/csscapture.py -> build/bdist.linux-x86_64/wheel/cssutils/scripts copying build/lib/cssutils/scripts/csscombine.py -> build/bdist.linux-x86_64/wheel/cssutils/scripts copying build/lib/cssutils/scripts/cssparse.py -> build/bdist.linux-x86_64/wheel/cssutils/scripts creating build/bdist.linux-x86_64/wheel/cssutils/stylesheets copying build/lib/cssutils/stylesheets/__init__.py -> build/bdist.linux-x86_64/wheel/cssutils/stylesheets copying build/lib/cssutils/stylesheets/medialist.py -> build/bdist.linux-x86_64/wheel/cssutils/stylesheets copying build/lib/cssutils/stylesheets/mediaquery.py -> build/bdist.linux-x86_64/wheel/cssutils/stylesheets copying build/lib/cssutils/stylesheets/stylesheet.py -> build/bdist.linux-x86_64/wheel/cssutils/stylesheets copying build/lib/cssutils/stylesheets/stylesheetlist.py -> build/bdist.linux-x86_64/wheel/cssutils/stylesheets creating build/bdist.linux-x86_64/wheel/cssutils/tests creating build/bdist.linux-x86_64/wheel/cssutils/tests/sheets creating build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/images copying build/lib/cssutils/tests/sheets/images/example.gif -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/images creating build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/import creating build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/import/images2 copying build/lib/cssutils/tests/sheets/import/images2/example2.gif -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/import/images2 copying build/lib/cssutils/tests/sheets/import/import2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/import copying build/lib/cssutils/tests/sheets/import/import-impossible.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/import creating build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/var copying build/lib/cssutils/tests/sheets/var/vars2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/var copying build/lib/cssutils/tests/sheets/var/vars.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/var copying build/lib/cssutils/tests/sheets/var/use.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/var copying build/lib/cssutils/tests/sheets/var/start.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets/var copying build/lib/cssutils/tests/sheets/yuck.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/xhtml22.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/xhtml2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/varsimport.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/vars.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/v_simple.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/u_simple.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/tigris2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/tigris.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/test.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/test-unicode.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/t-HACKS.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/slashcode.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/single-color.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/simple.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/sample_7.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/sample_5.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/page_test.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/multiple-values.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/ll2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/ll.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/import3.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/import.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/html40.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/html20.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/html.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/hacks.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/default_html4.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/cthedot_default.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/csscombine-proxy.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/csscombine-2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/csscombine-1.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/cases.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/bundle.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/basic.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/bad.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/atrule.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/all.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/acid2.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/2resolve.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/2inherit-iso.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1utf.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1inherit-utf8.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1inherit-iso.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1inherit-ascii.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1import.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1ascii.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/1.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/097.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/sheets/096.css -> build/bdist.linux-x86_64/wheel/cssutils/tests/sheets copying build/lib/cssutils/tests/__init__.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/basetest.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_codec.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_csscharsetrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_csscomment.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssfontfacerule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssimportrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssmediarule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssnamespacerule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_csspagerule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssproperties.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssrulelist.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssstyledeclaration.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssstylerule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssstylesheet.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssunknownrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssutils.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssutilsimport.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssvalue.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssvariablesdeclaration.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_cssvariablesrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_domimplementation.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_encutils.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_errorhandler.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_helper.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_marginrule.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_medialist.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_mediaquery.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_parse.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_prodparser.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_profiles.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_properties.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_property.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_scripts_csscombine.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_selector.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_selectorlist.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_serialize.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_settings.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_stylesheet.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_tokenize2.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_util.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_value.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/tests/test_x.py -> build/bdist.linux-x86_64/wheel/cssutils/tests copying build/lib/cssutils/__init__.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/_fetch.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/_fetchgae.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/codec.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/css2productions.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/cssproductions.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/errorhandler.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/helper.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/parse.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/prodparser.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/profiles.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/sac.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/script.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/serialize.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/settings.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/tokenize2.py -> build/bdist.linux-x86_64/wheel/cssutils copying build/lib/cssutils/util.py -> build/bdist.linux-x86_64/wheel/cssutils creating build/bdist.linux-x86_64/wheel/encutils copying build/lib/encutils/__init__.py -> build/bdist.linux-x86_64/wheel/encutils running install_egg_info Copying cssutils.egg-info to build/bdist.linux-x86_64/wheel/cssutils-2.9.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/cssutils-2.9.0.dist-info/WHEEL creating '/home/main-builder/pkgwork/src/cssutils-2.9.0/dist/.tmp-5vt230qe/cssutils-2.9.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'cssutils/__init__.py' adding 'cssutils/_fetch.py' adding 'cssutils/_fetchgae.py' adding 'cssutils/codec.py' adding 'cssutils/css2productions.py' adding 'cssutils/cssproductions.py' adding 'cssutils/errorhandler.py' adding 'cssutils/helper.py' adding 'cssutils/parse.py' adding 'cssutils/prodparser.py' adding 'cssutils/profiles.py' adding 'cssutils/sac.py' adding 'cssutils/script.py' adding 'cssutils/serialize.py' adding 'cssutils/settings.py' adding 'cssutils/tokenize2.py' adding 'cssutils/util.py' adding 'cssutils/css/__init__.py' adding 'cssutils/css/colors.py' adding 'cssutils/css/csscharsetrule.py' adding 'cssutils/css/csscomment.py' adding 'cssutils/css/cssfontfacerule.py' adding 'cssutils/css/cssimportrule.py' adding 'cssutils/css/cssmediarule.py' adding 'cssutils/css/cssnamespacerule.py' adding 'cssutils/css/csspagerule.py' adding 'cssutils/css/cssproperties.py' adding 'cssutils/css/cssrule.py' adding 'cssutils/css/cssrulelist.py' adding 'cssutils/css/cssstyledeclaration.py' adding 'cssutils/css/cssstylerule.py' adding 'cssutils/css/cssstylesheet.py' adding 'cssutils/css/cssunknownrule.py' adding 'cssutils/css/cssvalue.py' adding 'cssutils/css/cssvariablesdeclaration.py' adding 'cssutils/css/cssvariablesrule.py' adding 'cssutils/css/marginrule.py' adding 'cssutils/css/property.py' adding 'cssutils/css/selector.py' adding 'cssutils/css/selectorlist.py' adding 'cssutils/css/value.py' adding 'cssutils/scripts/__init__.py' adding 'cssutils/scripts/csscapture.py' adding 'cssutils/scripts/csscombine.py' adding 'cssutils/scripts/cssparse.py' adding 'cssutils/stylesheets/__init__.py' adding 'cssutils/stylesheets/medialist.py' adding 'cssutils/stylesheets/mediaquery.py' adding 'cssutils/stylesheets/stylesheet.py' adding 'cssutils/stylesheets/stylesheetlist.py' adding 'cssutils/tests/__init__.py' adding 'cssutils/tests/basetest.py' adding 'cssutils/tests/test_codec.py' adding 'cssutils/tests/test_csscharsetrule.py' adding 'cssutils/tests/test_csscomment.py' adding 'cssutils/tests/test_cssfontfacerule.py' adding 'cssutils/tests/test_cssimportrule.py' adding 'cssutils/tests/test_cssmediarule.py' adding 'cssutils/tests/test_cssnamespacerule.py' adding 'cssutils/tests/test_csspagerule.py' adding 'cssutils/tests/test_cssproperties.py' adding 'cssutils/tests/test_cssrule.py' adding 'cssutils/tests/test_cssrulelist.py' adding 'cssutils/tests/test_cssstyledeclaration.py' adding 'cssutils/tests/test_cssstylerule.py' adding 'cssutils/tests/test_cssstylesheet.py' adding 'cssutils/tests/test_cssunknownrule.py' adding 'cssutils/tests/test_cssutils.py' adding 'cssutils/tests/test_cssutilsimport.py' adding 'cssutils/tests/test_cssvalue.py' adding 'cssutils/tests/test_cssvariablesdeclaration.py' adding 'cssutils/tests/test_cssvariablesrule.py' adding 'cssutils/tests/test_domimplementation.py' adding 'cssutils/tests/test_encutils.py' adding 'cssutils/tests/test_errorhandler.py' adding 'cssutils/tests/test_helper.py' adding 'cssutils/tests/test_marginrule.py' adding 'cssutils/tests/test_medialist.py' adding 'cssutils/tests/test_mediaquery.py' adding 'cssutils/tests/test_parse.py' adding 'cssutils/tests/test_prodparser.py' adding 'cssutils/tests/test_profiles.py' adding 'cssutils/tests/test_properties.py' adding 'cssutils/tests/test_property.py' adding 'cssutils/tests/test_scripts_csscombine.py' adding 'cssutils/tests/test_selector.py' adding 'cssutils/tests/test_selectorlist.py' adding 'cssutils/tests/test_serialize.py' adding 'cssutils/tests/test_settings.py' adding 'cssutils/tests/test_stylesheet.py' adding 'cssutils/tests/test_tokenize2.py' adding 'cssutils/tests/test_util.py' adding 'cssutils/tests/test_value.py' adding 'cssutils/tests/test_x.py' adding 'cssutils/tests/sheets/096.css' adding 'cssutils/tests/sheets/097.css' adding 'cssutils/tests/sheets/1.css' adding 'cssutils/tests/sheets/1ascii.css' adding 'cssutils/tests/sheets/1import.css' adding 'cssutils/tests/sheets/1inherit-ascii.css' adding 'cssutils/tests/sheets/1inherit-iso.css' adding 'cssutils/tests/sheets/1inherit-utf8.css' adding 'cssutils/tests/sheets/1utf.css' adding 'cssutils/tests/sheets/2inherit-iso.css' adding 'cssutils/tests/sheets/2resolve.css' adding 'cssutils/tests/sheets/acid2.css' adding 'cssutils/tests/sheets/all.css' adding 'cssutils/tests/sheets/atrule.css' adding 'cssutils/tests/sheets/bad.css' adding 'cssutils/tests/sheets/basic.css' adding 'cssutils/tests/sheets/bundle.css' adding 'cssutils/tests/sheets/cases.css' adding 'cssutils/tests/sheets/csscombine-1.css' adding 'cssutils/tests/sheets/csscombine-2.css' adding 'cssutils/tests/sheets/csscombine-proxy.css' adding 'cssutils/tests/sheets/cthedot_default.css' adding 'cssutils/tests/sheets/default_html4.css' adding 'cssutils/tests/sheets/hacks.css' adding 'cssutils/tests/sheets/html.css' adding 'cssutils/tests/sheets/html20.css' adding 'cssutils/tests/sheets/html40.css' adding 'cssutils/tests/sheets/import.css' adding 'cssutils/tests/sheets/import3.css' adding 'cssutils/tests/sheets/ll.css' adding 'cssutils/tests/sheets/ll2.css' adding 'cssutils/tests/sheets/multiple-values.css' adding 'cssutils/tests/sheets/page_test.css' adding 'cssutils/tests/sheets/sample_5.css' adding 'cssutils/tests/sheets/sample_7.css' adding 'cssutils/tests/sheets/simple.css' adding 'cssutils/tests/sheets/single-color.css' adding 'cssutils/tests/sheets/slashcode.css' adding 'cssutils/tests/sheets/t-HACKS.css' adding 'cssutils/tests/sheets/test-unicode.css' adding 'cssutils/tests/sheets/test.css' adding 'cssutils/tests/sheets/tigris.css' adding 'cssutils/tests/sheets/tigris2.css' adding 'cssutils/tests/sheets/u_simple.css' adding 'cssutils/tests/sheets/v_simple.css' adding 'cssutils/tests/sheets/vars.css' adding 'cssutils/tests/sheets/varsimport.css' adding 'cssutils/tests/sheets/xhtml2.css' adding 'cssutils/tests/sheets/xhtml22.css' adding 'cssutils/tests/sheets/yuck.css' adding 'cssutils/tests/sheets/images/example.gif' adding 'cssutils/tests/sheets/import/import-impossible.css' adding 'cssutils/tests/sheets/import/import2.css' adding 'cssutils/tests/sheets/import/images2/example2.gif' adding 'cssutils/tests/sheets/var/start.css' adding 'cssutils/tests/sheets/var/use.css' adding 'cssutils/tests/sheets/var/vars.css' adding 'cssutils/tests/sheets/var/vars2.css' adding 'encutils/__init__.py' adding 'cssutils-2.9.0.dist-info/COPYING' adding 'cssutils-2.9.0.dist-info/COPYING.LESSER' adding 'cssutils-2.9.0.dist-info/METADATA' adding 'cssutils-2.9.0.dist-info/WHEEL' adding 'cssutils-2.9.0.dist-info/entry_points.txt' adding 'cssutils-2.9.0.dist-info/top_level.txt' adding 'cssutils-2.9.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built cssutils-2.9.0-py3-none-any.whl ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/main-builder/pkgwork/src/cssutils-2.9.0 configfile: pytest.ini plugins: jaraco.test-5.3.0 collected 444 items cssutils/tests/test_codec.py ...... [ 1%] cssutils/tests/test_csscharsetrule.py .......... [ 3%] cssutils/tests/test_csscomment.py ....... [ 5%] cssutils/tests/test_cssfontfacerule.py ........... [ 7%] cssutils/tests/test_cssimportrule.py .............. [ 10%] cssutils/tests/test_cssmediarule.py ................. [ 14%] cssutils/tests/test_cssnamespacerule.py .......... [ 16%] cssutils/tests/test_csspagerule.py .............. [ 20%] cssutils/tests/test_cssproperties.py ... [ 20%] cssutils/tests/test_cssrule.py .... [ 21%] cssutils/tests/test_cssrulelist.py .. [ 22%] cssutils/tests/test_cssstyledeclaration.py ........................ [ 27%] cssutils/tests/test_cssstylerule.py ............ [ 30%] cssutils/tests/test_cssstylesheet.py ............................ [ 36%] cssutils/tests/test_cssunknownrule.py ....... [ 38%] cssutils/tests/test_cssutils.py ........ [ 39%] cssutils/tests/test_cssutilsimport.py . [ 40%] cssutils/tests/test_cssvalue.py xxxxxxxxxxxxxxxxxxxxx [ 44%] cssutils/tests/test_cssvariablesdeclaration.py ......... [ 46%] cssutils/tests/test_cssvariablesrule.py .......... [ 49%] cssutils/tests/test_domimplementation.py .... [ 50%] cssutils/tests/test_encutils.py ....... [ 51%] cssutils/tests/test_errorhandler.py .... [ 52%] cssutils/tests/test_helper.py ..... [ 53%] cssutils/tests/test_marginrule.py ........ [ 55%] cssutils/tests/test_medialist.py ......... [ 57%] cssutils/tests/test_mediaquery.py .... [ 58%] cssutils/tests/test_parse.py .............. [ 61%] cssutils/tests/test_prodparser.py ................. [ 65%] cssutils/tests/test_profiles.py ........xxxxxx.............xxxxx [ 72%] cssutils/tests/test_properties.py .. [ 72%] cssutils/tests/test_property.py ........ [ 74%] cssutils/tests/test_scripts_csscombine.py .. [ 75%] cssutils/tests/test_selector.py ........ [ 77%] cssutils/tests/test_selectorlist.py ..... [ 78%] cssutils/tests/test_serialize.py ............................. [ 84%] cssutils/tests/test_settings.py . [ 84%] cssutils/tests/test_stylesheet.py . [ 85%] cssutils/tests/test_tokenize2.py ............. [ 88%] cssutils/tests/test_util.py ..................... [ 92%] cssutils/tests/test_value.py .....................xxxxxxxxxx [ 99%] cssutils/tests/test_x.py x [100%] =============================== warnings summary =============================== cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createCSSStyleSheet /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createCSSStyleSheet is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createDocument /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createDocument is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createDocumentType /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_createDocumentType is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_hasFeature /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_domimplementation.py::TestDOMImplementation::test_hasFeature is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_encutils.py::TestAutoEncoding::test_getEncodingInfo cssutils/tests/test_encutils.py::TestAutoEncoding::test_getEncodingInfo /home/main-builder/pkgwork/src/cssutils-2.9.0/encutils/__init__.py:652: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead log.warn( cssutils/tests/test_value.py::TestPropertyValue::test_init /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_init is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_cssText /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_cssText is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_list /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_list is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_comments /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_comments is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_incomplete /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_incomplete is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_readonly /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_readonly is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) cssutils/tests/test_value.py::TestPropertyValue::test_reprANDstr /usr/lib/python3.11/site-packages/_pytest/fixtures.py:895: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. cssutils/tests/test_value.py::TestPropertyValue::test_reprANDstr is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 401 passed, 43 xfailed, 13 warnings in 2.12s ================= ==> 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-cssutils"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding changelog file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-cssutils 2.9.0-1 (Fri 03 Nov 2023 11:14:07 AM CET) umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root/home/main-builder/pkgwork unmounted umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root/home/main-builder/.ccache unmounted umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root/home/main-builder/pkgsrc unmounted umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root/var/cache/pacman/pkg unmounted umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root/var/pkgdest unmounted umount: /tmp/chaotic/routines/ufscar2/python-cssutils/machine/root (overlay) unmounted real 0m9.676s user 0m4.414s sys 0m4.817s