Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-genshi.spec'], chrootPath='/var/lib/mock/centos-stream+epel+fusion-9-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-genshi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1631750400 Wrote: /builddir/build/SRPMS/python-genshi-0.7.5-6.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-genshi.spec"], chrootPath='/var/lib/mock/centos-stream+epel+fusion-9-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-genshi.spec"] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1631750400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.L7ysdE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Genshi-0.7.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/Genshi-0.7.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Genshi-0.7.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-genshi-python310-compatibility.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf '%{modname}.egg-info' + find examples -type f + xargs chmod a-x + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cVjEDx + umask 022 + cd /builddir/build/BUILD + cd Genshi-0.7.5 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'features' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/genshi copying genshi/input.py -> build/lib/genshi copying genshi/builder.py -> build/lib/genshi copying genshi/__init__.py -> build/lib/genshi copying genshi/core.py -> build/lib/genshi copying genshi/output.py -> build/lib/genshi copying genshi/util.py -> build/lib/genshi copying genshi/path.py -> build/lib/genshi copying genshi/compat.py -> build/lib/genshi creating build/lib/genshi/filters copying genshi/filters/html.py -> build/lib/genshi/filters copying genshi/filters/__init__.py -> build/lib/genshi/filters copying genshi/filters/i18n.py -> build/lib/genshi/filters copying genshi/filters/transform.py -> build/lib/genshi/filters creating build/lib/genshi/template copying genshi/template/markup.py -> build/lib/genshi/template copying genshi/template/eval.py -> build/lib/genshi/template copying genshi/template/loader.py -> build/lib/genshi/template copying genshi/template/__init__.py -> build/lib/genshi/template copying genshi/template/astutil.py -> build/lib/genshi/template copying genshi/template/text.py -> build/lib/genshi/template copying genshi/template/interpolation.py -> build/lib/genshi/template copying genshi/template/base.py -> build/lib/genshi/template copying genshi/template/plugin.py -> build/lib/genshi/template copying genshi/template/directives.py -> build/lib/genshi/template creating build/lib/genshi/tests copying genshi/tests/test_utils.py -> build/lib/genshi/tests copying genshi/tests/input.py -> build/lib/genshi/tests copying genshi/tests/builder.py -> build/lib/genshi/tests copying genshi/tests/__init__.py -> build/lib/genshi/tests copying genshi/tests/core.py -> build/lib/genshi/tests copying genshi/tests/output.py -> build/lib/genshi/tests copying genshi/tests/util.py -> build/lib/genshi/tests copying genshi/tests/path.py -> build/lib/genshi/tests creating build/lib/genshi/filters/tests copying genshi/filters/tests/__init__.py -> build/lib/genshi/filters/tests copying genshi/filters/tests/i18n.py -> build/lib/genshi/filters/tests copying genshi/filters/tests/transform.py -> build/lib/genshi/filters/tests copying genshi/filters/tests/test_html.py -> build/lib/genshi/filters/tests creating build/lib/genshi/template/tests copying genshi/template/tests/markup.py -> build/lib/genshi/template/tests copying genshi/template/tests/eval.py -> build/lib/genshi/template/tests copying genshi/template/tests/loader.py -> build/lib/genshi/template/tests copying genshi/template/tests/__init__.py -> build/lib/genshi/template/tests copying genshi/template/tests/text.py -> build/lib/genshi/template/tests copying genshi/template/tests/interpolation.py -> build/lib/genshi/template/tests copying genshi/template/tests/base.py -> build/lib/genshi/template/tests copying genshi/template/tests/plugin.py -> build/lib/genshi/template/tests copying genshi/template/tests/directives.py -> build/lib/genshi/template/tests creating build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/__init__.py -> build/lib/genshi/template/tests/templates running egg_info writing Genshi.egg-info/PKG-INFO writing dependency_links to Genshi.egg-info/dependency_links.txt writing entry points to Genshi.egg-info/entry_points.txt writing requirements to Genshi.egg-info/requires.txt writing top-level names to Genshi.egg-info/top_level.txt reading manifest file 'Genshi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'doc' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*.py' under directory 'doc' warning: no files found matching '*.ini' under directory 'doc' warning: no files found matching 'COPYING' under directory 'doc' warning: no previously-included files matching '*' found under directory 'doc/logo.lineform' warning: no previously-included files found matching 'doc/2000ft.graffle' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'COPYING' writing manifest file 'Genshi.egg-info/SOURCES.txt' copying genshi/_speedups.c -> build/lib/genshi copying genshi/template/tests/templates/functions.html -> build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/functions.txt -> build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/new_syntax.txt -> build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/test.html -> build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/test.txt -> build/lib/genshi/template/tests/templates copying genshi/template/tests/templates/test_no_doctype.html -> build/lib/genshi/template/tests/templates + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ucu8zR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 + cd Genshi-0.7.5 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'features' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/input.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters copying build/lib/genshi/filters/html.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters copying build/lib/genshi/filters/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters copying build/lib/genshi/filters/i18n.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests copying build/lib/genshi/filters/tests/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests copying build/lib/genshi/filters/tests/i18n.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests copying build/lib/genshi/filters/tests/transform.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests copying build/lib/genshi/filters/tests/test_html.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests copying build/lib/genshi/filters/transform.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters copying build/lib/genshi/builder.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/core.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/output.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/markup.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/eval.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/loader.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/astutil.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/text.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/markup.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/eval.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/loader.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/text.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/interpolation.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/base.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/plugin.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests copying build/lib/genshi/template/tests/directives.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/functions.html -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/test.txt -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/functions.txt -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/test_no_doctype.html -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/new_syntax.txt -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/tests/templates/test.html -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates copying build/lib/genshi/template/interpolation.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/base.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/plugin.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template copying build/lib/genshi/template/directives.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template creating /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/test_utils.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/input.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/builder.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/__init__.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/core.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/output.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/util.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/tests/path.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests copying build/lib/genshi/util.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/path.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/_speedups.c -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi copying build/lib/genshi/compat.py -> /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/input.py to input.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/html.py to html.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests/transform.py to transform.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests/test_html.py to test_html.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/transform.py to transform.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/output.py to output.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/markup.py to markup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/eval.py to eval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/astutil.py to astutil.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/markup.py to markup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/eval.py to eval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/interpolation.py to interpolation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/directives.py to directives.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/interpolation.py to interpolation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/directives.py to directives.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/input.py to input.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/output.py to output.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests/path.py to path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/path.py to path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/compat.py to compat.cpython-39.pyc writing byte-compilation script '/tmp/tmp851btcim.py' /usr/bin/python3 /tmp/tmp851btcim.py removing /tmp/tmp851btcim.py running install_egg_info running egg_info writing Genshi.egg-info/PKG-INFO writing dependency_links to Genshi.egg-info/dependency_links.txt writing entry points to Genshi.egg-info/entry_points.txt writing requirements to Genshi.egg-info/requires.txt writing top-level names to Genshi.egg-info/top_level.txt reading manifest file 'Genshi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'doc' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*.py' under directory 'doc' warning: no files found matching '*.ini' under directory 'doc' warning: no files found matching 'COPYING' under directory 'doc' warning: no previously-included files matching '*' found under directory 'doc/logo.lineform' warning: no previously-included files found matching 'doc/2000ft.graffle' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'COPYING' writing manifest file 'Genshi.egg-info/SOURCES.txt' Copying Genshi.egg-info to /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/Genshi-0.7.5-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/bin/__pycache__ + rm -r /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/tests + rm -r /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/filters/tests /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/template/tests + rm /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9/site-packages/genshi/_speedups.c + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.7.5-6.el9 --unique-debug-suffix -0.7.5-6.el9.x86_64 --unique-debug-src-base python-genshi-0.7.5-6.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/Genshi-0.7.5 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Sbzgo9 Processing files: python3-genshi-0.7.5-6.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NxgjYZ + umask 022 + cd /builddir/build/BUILD + cd Genshi-0.7.5 + DOCDIR=/builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + cp -pr ChangeLog /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + cp -pr doc /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + cp -pr examples /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + cp -pr README.txt /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/doc/python3-genshi + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Y0AMkI + umask 022 + cd /builddir/build/BUILD + cd Genshi-0.7.5 + LICENSEDIR=/builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/licenses/python3-genshi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/licenses/python3-genshi + cp -pr COPYING /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64/usr/share/licenses/python3-genshi + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-genshi = 0.7.5-6.el9 python3-genshi = 0.7.5-6.el9 python3.9-genshi = 0.7.5-6.el9 python3.9dist(genshi) = 0.7.5 python3dist(genshi) = 0.7.5 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.9 python3.9dist(six) Obsoletes: python39-genshi < 0.7.5-6.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 Wrote: /builddir/build/RPMS/python3-genshi-0.7.5-6.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qAKsQB + umask 022 + cd /builddir/build/BUILD + cd Genshi-0.7.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-genshi-0.7.5-6.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0