Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678257737.085071/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=0gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-bleach-6.0.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678257737.085071/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=0gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-bleach-6.0.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678257737.085071/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=0gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-bleach.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sk5Aaf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bleach-6.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/bleach-6.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bleach-6.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Oj5EoT + umask 022 + cd /builddir/build/BUILD + cd bleach-6.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/bleach copying bleach/sanitizer.py -> build/lib/bleach copying bleach/linkifier.py -> build/lib/bleach copying bleach/callbacks.py -> build/lib/bleach copying bleach/html5lib_shim.py -> build/lib/bleach copying bleach/css_sanitizer.py -> build/lib/bleach copying bleach/__init__.py -> build/lib/bleach copying bleach/parse_shim.py -> build/lib/bleach creating build/lib/bleach/_vendor copying bleach/_vendor/parse.py -> build/lib/bleach/_vendor copying bleach/_vendor/__init__.py -> build/lib/bleach/_vendor creating build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/_tokenizer.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/constants.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/html5parser.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/_ihatexml.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/_inputstream.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/_utils.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/__init__.py -> build/lib/bleach/_vendor/html5lib copying bleach/_vendor/html5lib/serializer.py -> build/lib/bleach/_vendor/html5lib creating build/lib/bleach/_vendor/html5lib/treebuilders copying bleach/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/bleach/_vendor/html5lib/treebuilders copying bleach/_vendor/html5lib/treebuilders/base.py -> build/lib/bleach/_vendor/html5lib/treebuilders copying bleach/_vendor/html5lib/treebuilders/dom.py -> build/lib/bleach/_vendor/html5lib/treebuilders copying bleach/_vendor/html5lib/treebuilders/etree.py -> build/lib/bleach/_vendor/html5lib/treebuilders copying bleach/_vendor/html5lib/treebuilders/__init__.py -> build/lib/bleach/_vendor/html5lib/treebuilders creating build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/sanitizer.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/lint.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/base.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/optionaltags.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/whitespace.py -> build/lib/bleach/_vendor/html5lib/filters copying bleach/_vendor/html5lib/filters/__init__.py -> build/lib/bleach/_vendor/html5lib/filters creating build/lib/bleach/_vendor/html5lib/_trie copying bleach/_vendor/html5lib/_trie/py.py -> build/lib/bleach/_vendor/html5lib/_trie copying bleach/_vendor/html5lib/_trie/_base.py -> build/lib/bleach/_vendor/html5lib/_trie copying bleach/_vendor/html5lib/_trie/__init__.py -> build/lib/bleach/_vendor/html5lib/_trie creating build/lib/bleach/_vendor/html5lib/treeadapters copying bleach/_vendor/html5lib/treeadapters/genshi.py -> build/lib/bleach/_vendor/html5lib/treeadapters copying bleach/_vendor/html5lib/treeadapters/sax.py -> build/lib/bleach/_vendor/html5lib/treeadapters copying bleach/_vendor/html5lib/treeadapters/__init__.py -> build/lib/bleach/_vendor/html5lib/treeadapters creating build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/etree_lxml.py -> build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/genshi.py -> build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/base.py -> build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/dom.py -> build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/etree.py -> build/lib/bleach/_vendor/html5lib/treewalkers copying bleach/_vendor/html5lib/treewalkers/__init__.py -> build/lib/bleach/_vendor/html5lib/treewalkers running egg_info writing bleach.egg-info/PKG-INFO writing dependency_links to bleach.egg-info/dependency_links.txt writing requirements to bleach.egg-info/requires.txt writing top-level names to bleach.egg-info/top_level.txt reading manifest file 'bleach.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'bleach.egg-info/SOURCES.txt' copying bleach/_vendor/README.rst -> build/lib/bleach/_vendor copying bleach/_vendor/parse.py.SHA256SUM -> build/lib/bleach/_vendor copying bleach/_vendor/vendor.txt -> build/lib/bleach/_vendor copying bleach/_vendor/vendor_install.sh -> build/lib/bleach/_vendor creating build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/INSTALLER -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/LICENSE -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/METADATA -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/RECORD -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/REQUESTED -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/WHEEL -> build/lib/bleach/_vendor/html5lib-1.1.dist-info copying bleach/_vendor/html5lib-1.1.dist-info/top_level.txt -> build/lib/bleach/_vendor/html5lib-1.1.dist-info + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2hGPn3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 + cd bleach-6.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/sanitizer.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/linkifier.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/callbacks.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/html5lib_shim.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/css_sanitizer.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach copying build/lib/bleach/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/_tokenizer.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/constants.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/html5parser.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/_ihatexml.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/_inputstream.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib copying build/lib/bleach/_vendor/html5lib/_utils.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders copying build/lib/bleach/_vendor/html5lib/treebuilders/etree_lxml.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders copying build/lib/bleach/_vendor/html5lib/treebuilders/base.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders copying build/lib/bleach/_vendor/html5lib/treebuilders/dom.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders copying build/lib/bleach/_vendor/html5lib/treebuilders/etree.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders copying build/lib/bleach/_vendor/html5lib/treebuilders/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/sanitizer.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/lint.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/inject_meta_charset.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/base.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/optionaltags.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/whitespace.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/filters/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters copying build/lib/bleach/_vendor/html5lib/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie copying build/lib/bleach/_vendor/html5lib/_trie/py.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie copying build/lib/bleach/_vendor/html5lib/_trie/_base.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie copying build/lib/bleach/_vendor/html5lib/_trie/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters copying build/lib/bleach/_vendor/html5lib/treeadapters/genshi.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters copying build/lib/bleach/_vendor/html5lib/treeadapters/sax.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters copying build/lib/bleach/_vendor/html5lib/treeadapters/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters copying build/lib/bleach/_vendor/html5lib/serializer.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/etree_lxml.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/genshi.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/base.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/dom.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/etree.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/html5lib/treewalkers/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers copying build/lib/bleach/_vendor/vendor.txt -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor copying build/lib/bleach/_vendor/parse.py.SHA256SUM -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor copying build/lib/bleach/_vendor/vendor_install.sh -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor copying build/lib/bleach/_vendor/README.rst -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor copying build/lib/bleach/_vendor/parse.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor copying build/lib/bleach/_vendor/__init__.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor creating /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/WHEEL -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/METADATA -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/RECORD -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/LICENSE -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/REQUESTED -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/INSTALLER -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib-1.1.dist-info copying build/lib/bleach/parse_shim.py -> /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/sanitizer.py to sanitizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/linkifier.py to linkifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/callbacks.py to callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/html5lib_shim.py to html5lib_shim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/css_sanitizer.py to css_sanitizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_tokenizer.py to _tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/html5parser.py to html5parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_ihatexml.py to _ihatexml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_inputstream.py to _inputstream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_utils.py to _utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders/dom.py to dom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders/etree.py to etree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treebuilders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/sanitizer.py to sanitizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/lint.py to lint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/optionaltags.py to optionaltags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/whitespace.py to whitespace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/filters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie/py.py to py.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie/_base.py to _base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/_trie/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters/genshi.py to genshi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters/sax.py to sax.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treeadapters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/genshi.py to genshi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/dom.py to dom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/etree.py to etree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/html5lib/treewalkers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/parse.py to parse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/_vendor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach/parse_shim.py to parse_shim.cpython-39.pyc writing byte-compilation script '/tmp/tmpu_p3o_5x.py' /usr/bin/python3 /tmp/tmpu_p3o_5x.py removing /tmp/tmpu_p3o_5x.py running install_egg_info running egg_info writing bleach.egg-info/PKG-INFO writing dependency_links to bleach.egg-info/dependency_links.txt writing requirements to bleach.egg-info/requires.txt writing top-level names to bleach.egg-info/top_level.txt reading manifest file 'bleach.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'bleach.egg-info/SOURCES.txt' Copying bleach.egg-info to /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9/site-packages/bleach-6.0.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64//usr/share/doc/python-bleach + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64//usr/share/doc/python-bleach + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 ~/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 ~/build/BUILD/bleach-6.0.0 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/bleach-6.0.0 + mv /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j32 --strict-build-id -i --build-id-seed 6.0.0-1 --unique-debug-suffix -6.0.0-1.x86_64 --unique-debug-src-base python-bleach-6.0.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/bleach-6.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-bleach-6.0.0-1.noarch Provides: python-bleach python3-bleach = 6.0.0-1 python3.9dist(bleach) = 6 python3dist(bleach) = 6 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: /bin/bash python(abi) = 3.9 python3.9dist(six) >= 1.9 python3.9dist(webencodings) Processing files: python-bleach-help-6.0.0-1.noarch warning: Empty %files file /builddir/build/BUILD/bleach-6.0.0/doclist.lst Provides: python-bleach-help = 6.0.0-1 python3-bleach-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 Wrote: /builddir/build/RPMS/python-bleach-help-6.0.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-bleach-6.0.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fNrCfI + umask 022 + cd /builddir/build/BUILD + cd bleach-6.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-bleach-6.0.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0