D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/python-scss-1.4.0-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1crl2y Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WIf75J + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + rm -rf pyScss-1.4.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/v1.4.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pyScss-1.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP . recursedown('.') recursedown('./docs') recursedown('./scss') recursedown('./scss/extension') recursedown('./scss/extension/compass') recursedown('./scss/grammar') recursedown('./scss/src') recursedown('./scss/tests') recursedown('./scss/tests/extension') recursedown('./scss/tests/extension/compass') recursedown('./scss/tests/files') recursedown('./scss/tests/files/bugs') recursedown('./scss/tests/files/compass') recursedown('./scss/tests/files/cursors') recursedown('./scss/tests/files/fonts') recursedown('./scss/tests/files/fonts/static') recursedown('./scss/tests/files/fonts/static/assets') recursedown('./scss/tests/files/fonts/static/fontsheet') recursedown('./scss/tests/files/from-sassc') recursedown('./scss/tests/files/general') recursedown('./scss/tests/files/general/include') recursedown('./scss/tests/files/images') recursedown('./scss/tests/files/kronuz') recursedown('./scss/tests/files/kronuz/include') recursedown('./scss/tests/files/kronuz/static') recursedown('./scss/tests/files/kronuz/static/assets') recursedown('./scss/tests/files/kronuz/static/menus') recursedown('./scss/tests/files/kronuz/static/squares') recursedown('./scss/tests/files/original-doctests') recursedown('./scss/tests/files/regressions') recursedown('./scss/tests/files/regressions/include') recursedown('./scss/tests/from_ruby') ./conftest.py: no change ./setup.py: updating ./yapps2.py: updating ./docs/conf.py: no change ./scss/__init__.py: no change ./scss/__main__.py: no change ./scss/ast.py: no change ./scss/calculator.py: no change ./scss/compiler.py: no change ./scss/config.py: no change ./scss/cssdefs.py: no change ./scss/errors.py: no change ./scss/legacy.py: no change ./scss/less2scss.py: no change ./scss/namespace.py: no change ./scss/rule.py: no change ./scss/scss_meta.py: no change ./scss/selector.py: no change ./scss/setup.py: no change ./scss/source.py: no change ./scss/tool.py: updating ./scss/types.py: no change ./scss/util.py: no change ./scss/extension/__init__.py: no change ./scss/extension/api.py: no change ./scss/extension/bootstrap.py: no change ./scss/extension/core.py: no change ./scss/extension/extra.py: no change ./scss/extension/fonts.py: no change ./scss/extension/compass/__init__.py: no change ./scss/extension/compass/gradients.py: no change ./scss/extension/compass/helpers.py: no change ./scss/extension/compass/images.py: no change ./scss/extension/compass/layouts.py: no change ./scss/extension/compass/sprites.py: no change ./scss/grammar/__init__.py: no change ./scss/grammar/expression.py: no change ./scss/grammar/scanner.py: no change ./scss/src/build.py: updating ./scss/tests/__init__.py: no change ./scss/tests/test_cli.py: no change ./scss/tests/test_expression.py: no change ./scss/tests/test_interactive.py: no change ./scss/tests/test_misc.py: no change ./scss/tests/test_types.py: no change ./scss/tests/util.py: no change ./scss/tests/extension/test_core.py: no change ./scss/tests/extension/test_extra.py: no change ./scss/tests/extension/compass/test_gradients.py: no change ./scss/tests/extension/compass/test_helpers.py: no change ./scss/tests/extension/compass/test_images.py: no change ./scss/tests/files/from-sassc/copy-tests-from-sassc.py: updating ./scss/tests/from_ruby/__init__.py: no change ./scss/tests/from_ruby/_test_scss.py: no change ./scss/tests/from_ruby/test_extend.py: no change + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XJzHj7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + cd pyScss-1.4.0 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + for f in pyproject.toml setup.py setup.cfg + '[' -f pyproject.toml ']' + for f in pyproject.toml setup.py setup.cfg + '[' -f setup.py ']' + sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' setup.py + sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' setup.py + sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' setup.py + sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' setup.py + sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' setup.py + sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' setup.py + sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' setup.py + sed -i -e 's/~=/>=/g' setup.py + sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' setup.py + sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' setup.py + for f in pyproject.toml setup.py setup.cfg + '[' -f setup.cfg ']' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + VALAFLAGS=-g + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + CXX=g++ + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir + RPM_TOXENV=py313 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyproject-wheeldir --output /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-buildrequires Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 78.1.0) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info creating pyScss.egg-info writing pyScss.egg-info/PKG-INFO writing dependency_links to pyScss.egg-info/dependency_links.txt writing entry points to pyScss.egg-info/entry_points.txt writing requirements to pyScss.egg-info/requires.txt writing top-level names to pyScss.egg-info/top_level.txt writing manifest file 'pyScss.egg-info/SOURCES.txt' reading manifest file 'pyScss.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyScss.egg-info/SOURCES.txt' running dist_info writing pyScss.egg-info/PKG-INFO writing dependency_links to pyScss.egg-info/dependency_links.txt writing entry points to pyScss.egg-info/entry_points.txt writing requirements to pyScss.egg-info/requires.txt writing top-level names to pyScss.egg-info/top_level.txt reading manifest file 'pyScss.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyScss.egg-info/SOURCES.txt' creating '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyscss-1.4.0.dist-info' Handling six from hook generated metadata: Requires-Dist (pyScss) Requirement satisfied: six (installed: six 1.16.0) + cat /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-buildrequires + rm -rfv pyscss-1.4.0.dist-info/ removed 'pyscss-1.4.0.dist-info/entry_points.txt' removed 'pyscss-1.4.0.dist-info/top_level.txt' removed 'pyscss-1.4.0.dist-info/METADATA' removed 'pyscss-1.4.0.dist-info/licenses/LICENSE' removed directory 'pyscss-1.4.0.dist-info/licenses' removed directory 'pyscss-1.4.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CYvAVN + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd pyScss-1.4.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + VALAFLAGS=-g + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + CXX=g++ + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyproject-wheeldir Processing /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running dist_info creating /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info writing /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/PKG-INFO writing dependency_links to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/dependency_links.txt writing entry points to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/entry_points.txt writing requirements to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/requires.txt writing top-level names to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/top_level.txt writing manifest file '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/SOURCES.txt' reading manifest file '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyScss.egg-info/SOURCES.txt' creating '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-modern-metadata-piwpq_yc/pyscss-1.4.0.dist-info' Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: pyScss Building wheel for pyScss (pyproject.toml): started Running command Building wheel for pyScss (pyproject.toml) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-313/scss copying scss/compiler.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/scss_meta.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/less2scss.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/types.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/namespace.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/legacy.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/rule.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/calculator.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/source.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/tool.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/__main__.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/config.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/__init__.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/ast.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/cssdefs.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/util.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/errors.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/selector.py -> build/lib.linux-x86_64-cpython-313/scss copying scss/setup.py -> build/lib.linux-x86_64-cpython-313/scss creating build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/fonts.py -> build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/bootstrap.py -> build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/extra.py -> build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/__init__.py -> build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/core.py -> build/lib.linux-x86_64-cpython-313/scss/extension copying scss/extension/api.py -> build/lib.linux-x86_64-cpython-313/scss/extension creating build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/sprites.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/gradients.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/images.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/__init__.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/layouts.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass copying scss/extension/compass/helpers.py -> build/lib.linux-x86_64-cpython-313/scss/extension/compass creating build/lib.linux-x86_64-cpython-313/scss/grammar copying scss/grammar/expression.py -> build/lib.linux-x86_64-cpython-313/scss/grammar copying scss/grammar/scanner.py -> build/lib.linux-x86_64-cpython-313/scss/grammar copying scss/grammar/__init__.py -> build/lib.linux-x86_64-cpython-313/scss/grammar running build_ext building 'scss.grammar._scanner' extension creating build/temp.linux-x86_64-cpython-313/scss/src gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.13 -c scss/src/_speedups.c -o build/temp.linux-x86_64-cpython-313/scss/src/_speedups.o In file included from scss/src/_speedups.c:14: scss/src/block_locator.h:21:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 21 | Py_UNICODE *selprop; | ^~~~~~~~~~ scss/src/block_locator.h:23:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 23 | Py_UNICODE *codestr; | ^~~~~~~~~~ scss/src/block_locator.h:35:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 35 | Py_UNICODE *codestr; | ^~~~~~~~~~ scss/src/block_locator.h:36:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 36 | Py_UNICODE *codestr_ptr; | ^~~~~~~~~~ scss/src/block_locator.h:41:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 41 | Py_UNICODE instr; | ^~~~~~~~~~ scss/src/block_locator.h:44:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 44 | Py_UNICODE *init; | ^~~~~~~~~~ scss/src/block_locator.h:45:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 45 | Py_UNICODE *lose; | ^~~~~~~~~~ scss/src/block_locator.h:46:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 46 | Py_UNICODE *start; | ^~~~~~~~~~ scss/src/block_locator.h:47:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 47 | Py_UNICODE *end; | ^~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.13 -c scss/src/block_locator.c -o build/temp.linux-x86_64-cpython-313/scss/src/block_locator.o In file included from scss/src/block_locator.c:16: scss/src/block_locator.h:21:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 21 | Py_UNICODE *selprop; | ^~~~~~~~~~ scss/src/block_locator.h:23:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 23 | Py_UNICODE *codestr; | ^~~~~~~~~~ scss/src/block_locator.h:35:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 35 | Py_UNICODE *codestr; | ^~~~~~~~~~ scss/src/block_locator.h:36:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 36 | Py_UNICODE *codestr_ptr; | ^~~~~~~~~~ scss/src/block_locator.h:41:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 41 | Py_UNICODE instr; | ^~~~~~~~~~ scss/src/block_locator.h:44:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 44 | Py_UNICODE *init; | ^~~~~~~~~~ scss/src/block_locator.h:45:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 45 | Py_UNICODE *lose; | ^~~~~~~~~~ scss/src/block_locator.h:46:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 46 | Py_UNICODE *start; | ^~~~~~~~~~ scss/src/block_locator.h:47:5: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 47 | Py_UNICODE *end; | ^~~~~~~~~~ scss/src/block_locator.c:18:1: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 18 | int _strip(Py_UNICODE *begin, Py_UNICODE *end, int *lineno, Py_UNICODE **out) { | ^~~ scss/src/block_locator.c:18:1: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] scss/src/block_locator.c:18:1: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] scss/src/block_locator.c: In function ‘_BlockLocator_flush_properties’: scss/src/block_locator.c:97:9: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 97 | Py_UNICODE *block_start = NULL; | ^~~~~~~~~~ scss/src/block_locator.c: In function ‘_BlockLocator_end_block1’: scss/src/block_locator.c:148:9: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 148 | Py_UNICODE *block_start = NULL; | ^~~~~~~~~~ scss/src/block_locator.c: In function ‘_BlockLocator_end_property’: scss/src/block_locator.c:184:9: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 184 | Py_UNICODE *block_start = NULL; | ^~~~~~~~~~ scss/src/block_locator.c: In function ‘BlockLocator_new’: scss/src/block_locator.c:320:33: error: implicit declaration of function ‘PyUnicode_AS_UNICODE’; did you mean ‘PyUnicode_AsUCS4’? [-Wimplicit-function-declaration] 320 | self->codestr = PyUnicode_AS_UNICODE(codestr); | ^~~~~~~~~~~~~~~~~~~~ | PyUnicode_AsUCS4 scss/src/block_locator.c:320:31: error: assignment to ‘Py_UNICODE *’ {aka ‘int *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 320 | self->codestr = PyUnicode_AS_UNICODE(codestr); | ^ scss/src/block_locator.c:321:36: error: implicit declaration of function ‘PyUnicode_GetSize’; did you mean ‘PyUnicode_Resize’? [-Wimplicit-function-declaration] 321 | self->codestr_sz = PyUnicode_GetSize((PyObject*)codestr); | ^~~~~~~~~~~~~~~~~ | PyUnicode_Resize scss/src/block_locator.c: In function ‘BlockLocator_iternext’: scss/src/block_locator.c:382:9: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations] 382 | Py_UNICODE *codestr_end = self->codestr + self->codestr_sz; | ^~~~~~~~~~ ========================================================================== WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the C extension now. running bdist_wheel running build running build_py creating build/lib/scss copying scss/compiler.py -> build/lib/scss copying scss/scss_meta.py -> build/lib/scss copying scss/less2scss.py -> build/lib/scss copying scss/types.py -> build/lib/scss copying scss/namespace.py -> build/lib/scss copying scss/legacy.py -> build/lib/scss copying scss/rule.py -> build/lib/scss copying scss/calculator.py -> build/lib/scss copying scss/source.py -> build/lib/scss copying scss/tool.py -> build/lib/scss copying scss/__main__.py -> build/lib/scss copying scss/config.py -> build/lib/scss copying scss/__init__.py -> build/lib/scss copying scss/ast.py -> build/lib/scss copying scss/cssdefs.py -> build/lib/scss copying scss/util.py -> build/lib/scss copying scss/errors.py -> build/lib/scss copying scss/selector.py -> build/lib/scss copying scss/setup.py -> build/lib/scss creating build/lib/scss/extension copying scss/extension/fonts.py -> build/lib/scss/extension copying scss/extension/bootstrap.py -> build/lib/scss/extension copying scss/extension/extra.py -> build/lib/scss/extension copying scss/extension/__init__.py -> build/lib/scss/extension copying scss/extension/core.py -> build/lib/scss/extension copying scss/extension/api.py -> build/lib/scss/extension creating build/lib/scss/extension/compass copying scss/extension/compass/sprites.py -> build/lib/scss/extension/compass copying scss/extension/compass/gradients.py -> build/lib/scss/extension/compass copying scss/extension/compass/images.py -> build/lib/scss/extension/compass copying scss/extension/compass/__init__.py -> build/lib/scss/extension/compass copying scss/extension/compass/layouts.py -> build/lib/scss/extension/compass copying scss/extension/compass/helpers.py -> build/lib/scss/extension/compass creating build/lib/scss/grammar copying scss/grammar/expression.py -> build/lib/scss/grammar copying scss/grammar/scanner.py -> build/lib/scss/grammar copying scss/grammar/__init__.py -> build/lib/scss/grammar installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/scss copying build/lib/scss/compiler.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/scss_meta.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/less2scss.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/types.py -> build/bdist.linux-x86_64/wheel/./scss creating build/bdist.linux-x86_64/wheel/scss/grammar copying build/lib/scss/grammar/expression.py -> build/bdist.linux-x86_64/wheel/./scss/grammar copying build/lib/scss/grammar/scanner.py -> build/bdist.linux-x86_64/wheel/./scss/grammar copying build/lib/scss/grammar/__init__.py -> build/bdist.linux-x86_64/wheel/./scss/grammar copying build/lib/scss/namespace.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/legacy.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/rule.py -> build/bdist.linux-x86_64/wheel/./scss creating build/bdist.linux-x86_64/wheel/scss/extension copying build/lib/scss/extension/fonts.py -> build/bdist.linux-x86_64/wheel/./scss/extension copying build/lib/scss/extension/bootstrap.py -> build/bdist.linux-x86_64/wheel/./scss/extension creating build/bdist.linux-x86_64/wheel/scss/extension/compass copying build/lib/scss/extension/compass/sprites.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/compass/gradients.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/compass/images.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/compass/__init__.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/compass/layouts.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/compass/helpers.py -> build/bdist.linux-x86_64/wheel/./scss/extension/compass copying build/lib/scss/extension/extra.py -> build/bdist.linux-x86_64/wheel/./scss/extension copying build/lib/scss/extension/__init__.py -> build/bdist.linux-x86_64/wheel/./scss/extension copying build/lib/scss/extension/core.py -> build/bdist.linux-x86_64/wheel/./scss/extension copying build/lib/scss/extension/api.py -> build/bdist.linux-x86_64/wheel/./scss/extension copying build/lib/scss/calculator.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/source.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/tool.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/__main__.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/config.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/__init__.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/ast.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/cssdefs.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/util.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/errors.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/selector.py -> build/bdist.linux-x86_64/wheel/./scss copying build/lib/scss/setup.py -> build/bdist.linux-x86_64/wheel/./scss running install_egg_info running egg_info writing pyScss.egg-info/PKG-INFO writing dependency_links to pyScss.egg-info/dependency_links.txt writing entry points to pyScss.egg-info/entry_points.txt writing requirements to pyScss.egg-info/requires.txt writing top-level names to pyScss.egg-info/top_level.txt reading manifest file 'pyScss.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyScss.egg-info/SOURCES.txt' Copying pyScss.egg-info to build/bdist.linux-x86_64/wheel/./pyScss-1.4.0-py3.13.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pyscss-1.4.0.dist-info/WHEEL creating '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir/pip-wheel-ns5aw0_s/.tmp-tkrpqvo6/pyscss-1.4.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pyscss-1.4.0.dist-info/licenses/LICENSE' adding 'scss/__init__.py' adding 'scss/__main__.py' adding 'scss/ast.py' adding 'scss/calculator.py' adding 'scss/compiler.py' adding 'scss/config.py' adding 'scss/cssdefs.py' adding 'scss/errors.py' adding 'scss/legacy.py' adding 'scss/less2scss.py' adding 'scss/namespace.py' adding 'scss/rule.py' adding 'scss/scss_meta.py' adding 'scss/selector.py' adding 'scss/setup.py' adding 'scss/source.py' adding 'scss/tool.py' adding 'scss/types.py' adding 'scss/util.py' adding 'scss/extension/__init__.py' adding 'scss/extension/api.py' adding 'scss/extension/bootstrap.py' adding 'scss/extension/core.py' adding 'scss/extension/extra.py' adding 'scss/extension/fonts.py' adding 'scss/extension/compass/__init__.py' adding 'scss/extension/compass/gradients.py' adding 'scss/extension/compass/helpers.py' adding 'scss/extension/compass/images.py' adding 'scss/extension/compass/layouts.py' adding 'scss/extension/compass/sprites.py' adding 'scss/grammar/__init__.py' adding 'scss/grammar/expression.py' adding 'scss/grammar/scanner.py' adding 'pyscss-1.4.0.dist-info/METADATA' adding 'pyscss-1.4.0.dist-info/WHEEL' adding 'pyscss-1.4.0.dist-info/entry_points.txt' adding 'pyscss-1.4.0.dist-info/top_level.txt' adding 'pyscss-1.4.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel ========================================================================== WARNING: The C extension could not be compiled, speedups are not enabled. pyScss will still work fine, but may be slower. The most likely cause is missing PCRE headers; you may need to install libpcre or libpcre-dev, depending on your platform. Plain-Python installation succeeded. ========================================================================== Building wheel for pyScss (pyproject.toml): finished with status 'done' Created wheel for pyScss: filename=pyscss-1.4.0-py3-none-any.whl size=123685 sha256=4f7c372cd1ab04fbd586a14dc9d45a256be6ccd7c1b51195f27badecd843f6cb Stored in directory: /home/pterjan/.cache/pip/wheels/54/74/7e/704241ca72550d5fe181d8222bdbcafb14c102bf4dd5c01671 Successfully built pyScss ++ pwd + export PYTHONPATH=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0 + PYTHONPATH=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0 + make -C docs man SPHINXBUILD=sphinx-build make: Entering directory '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs' sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [man]: all manpages updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] back-matter reading sources... [ 40%] index reading sources... [ 60%] python-api /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/scss/compiler.py:1430: SyntaxWarning: invalid escape sequence '\:' result = tb * (i + nesting) + "@media -sass-debug-info{filename{font-family:file\:\/\/%s}line{font-family:\\00003%s}}" % (filename, lineno) + nl /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/scss/cssdefs.py:499: SyntaxWarning: invalid escape sequence '\s' \s* # ...followed by any number of spaces :1430: SyntaxWarning: invalid escape sequence '\:' reading sources... [ 80%] syntax reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying assets: done writing... pyscss.1 { usage python-api syntax back-matter } done build succeeded, 1 warning. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. make: Leaving directory '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs' + make -C docs html SPHINXBUILD=sphinx-build make: Entering directory '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs' sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 5 source files that are out of date updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html/_static/basic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html/_static/documentation_options.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html/_static/language_data.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html/_static/classic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html/_static/sidebar.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 20%] back-matter writing output... [ 40%] index writing output... [ 60%] python-api writing output... [ 80%] syntax writing output... [100%] usage /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:67: WARNING: Lexing literal_block '$main-color: #ce4dd6;\n$style: solid;\n$side: bottom;\n#navbar {\n border-#{$side}: {\n color: $main-color;\n style: $style;\n }\n}' as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:96: WARNING: Lexing literal_block '@mixin rounded($side, $radius: 10px) {\n border-#{$side}-radius: $radius;\n -moz-border-radius-#{$side}: $radius;\n -webkit-border-#{$side}-radius: $radius;\n}\n#navbar li { @include rounded(top); }\n#footer { @include rounded(top, 5px); }\n#sidebar { @include rounded(left, 8px); }' as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:171: WARNING: Lexing literal_block '@for $n from 1 through 9 {\n .span-#{$n} { width: $n * 10%; }\n}\n\n@each $color in red, blue, yellow {\n .button-#{$color} {\n background-color: $color;\n }\n}' as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:202: WARNING: Lexing literal_block 'a {\n color: map-get($colors, text);\n background-color: map-get($colors, background);\n}' as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:210: WARNING: Lexing literal_block "div {\n // I don't know why you'd do this :)\n margin: nth($colors, 1); // => text, black\n}" as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:219: WARNING: Lexing literal_block "@each $key, $value in $colors {\n // I don't know why you'd do this either!\n [data-style=$key] {\n color: $value;\n }\n}" as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/syntax.rst:265: WARNING: Lexing literal_block '$icons: sprite-map("sociable/*.png"); // contains sociable/facebook.png among others.\ndiv {\n background: $icons;\n}\n@each $icon in sprites($icons) {\n div .#{$icon} {\n width: image-width(sprite-file($icons, $icon));\n height: image-height(sprite-file($icons, $icon));\n background-position: sprite-position($icons, $icon);\n }\n}' as "scss" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure] generating indices... genindex py-modindex done highlighting module code... [ 33%] scss.compiler highlighting module code... [ 67%] scss.extension.api highlighting module code... [100%] scss.namespace writing additional pages... search done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 8 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make: Leaving directory '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rzkpeq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + mkdir /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd pyScss-1.4.0 + '[' 1 -eq 1 ']' ++ ls /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyproject-wheeldir/pyscss-1.4.0-py3-none-any.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=pyscss==1.4.0 + '[' -z pyscss==1.4.0 ']' + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyproject-wheeldir pyscss==1.4.0 Using pip 25.0.1 from /usr/lib/python3.13/site-packages/pip (python 3.13) Looking in links: /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/pyproject-wheeldir Processing ./pyproject-wheeldir/pyscss-1.4.0-py3-none-any.whl Installing collected packages: pyscss Creating /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin changing mode of /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/less2scss to 755 changing mode of /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/pyscss to 755 Successfully installed pyscss-1.4.0 + '[' -d /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin ']' + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/less2scss /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/pyscss /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/less2scss: updating /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/pyscss: updating + rm -rfv /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/bin/__pycache__ + rm -f /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages ']' + site_dirs+=("/usr/lib/python3.13/site-packages") + '[' /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib64/python3.13/site-packages '!=' /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages ']' + '[' -d /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib64/python3.13/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info' + sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-record + rm -fv /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/RECORD removed '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/RECORD' + rm -fv /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/REQUESTED removed '/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13/site-packages/pyscss-1.4.0.dist-info/REQUESTED' ++ wc -l /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + RPM_FILES_ESCAPE=4.19 + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT --sitelib /usr/lib/python3.13/site-packages --sitearch /usr/lib64/python3.13/site-packages --python-version 3.13 --pyproject-record /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/python-scss-1.4.0-3.mga10.x86_64-pyproject-record --prefix /usr scss + mkdir -p /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/man/man1/ + cp -ar docs/_build/man/pyscss.1 /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/man/man1/pyscss.1 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/lib/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set /usr/lib/python3.13/site-packages/scss/cssdefs.py:499: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.13/site-packages/scss/cssdefs.py:499: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.13/site-packages/scss/compiler.py:1430: SyntaxWarning: invalid escape sequence '\:' /usr/lib/python3.13/site-packages/scss/compiler.py:1430: SyntaxWarning: invalid escape sequence '\:' + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: python3-scss-1.4.0-3.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wq1lv2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + cd pyScss-1.4.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/doc/python3-scss + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/doc/python3-scss + cp -pr /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/DESCRIPTION /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/doc/python3-scss + cp -pr /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/README.rst /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/doc/python3-scss + cp -pr /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/pyScss-1.4.0/docs/_build/html /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT/usr/share/doc/python3-scss + RPM_EC=0 ++ jobs -p + exit 0 Provides: pyscss = 1.4.0-3.mga10 python-scss = 1.4.0-3.mga10 python3-scss = 1.4.0-3.mga10 python3-scss(x86-64) = 1.4.0-3.mga10 python3.13-scss = 1.4.0-3.mga10 python3.13dist(pyscss) = 1.4 python3dist(pyscss) = 1.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.13 python3.13dist(six) Obsoletes: python-scss < 1.4.0-3.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-scss-1.4.0-3.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IEe7gR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + test -d /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-scss-1.4.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!