Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-html5lib.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-101687-855421/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-html5lib.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1611705600 Wrote: /builddir/build/SRPMS/python-html5lib-1.1-4.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-html5lib.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-101687-855421/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-html5lib.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1611705600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nGT8Ed + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf html5lib-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/html5lib-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd html5lib-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/506.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gI8ygP + umask 022 + cd /builddir/build/BUILD + cd html5lib-1.1 + 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' running build running build_py creating build creating build/lib creating build/lib/html5lib copying html5lib/serializer.py -> build/lib/html5lib copying html5lib/__init__.py -> build/lib/html5lib copying html5lib/constants.py -> build/lib/html5lib copying html5lib/_utils.py -> build/lib/html5lib copying html5lib/_tokenizer.py -> build/lib/html5lib copying html5lib/_ihatexml.py -> build/lib/html5lib copying html5lib/html5parser.py -> build/lib/html5lib copying html5lib/_inputstream.py -> build/lib/html5lib creating build/lib/html5lib/filters copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters copying html5lib/filters/alphabeticalattributes.py -> build/lib/html5lib/filters copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters copying html5lib/filters/__init__.py -> build/lib/html5lib/filters copying html5lib/filters/lint.py -> build/lib/html5lib/filters copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters copying html5lib/filters/base.py -> build/lib/html5lib/filters creating build/lib/html5lib/_trie copying html5lib/_trie/py.py -> build/lib/html5lib/_trie copying html5lib/_trie/__init__.py -> build/lib/html5lib/_trie copying html5lib/_trie/_base.py -> build/lib/html5lib/_trie creating build/lib/html5lib/treeadapters copying html5lib/treeadapters/sax.py -> build/lib/html5lib/treeadapters copying html5lib/treeadapters/genshi.py -> build/lib/html5lib/treeadapters copying html5lib/treeadapters/__init__.py -> build/lib/html5lib/treeadapters creating build/lib/html5lib/treewalkers copying html5lib/treewalkers/etree_lxml.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/genshi.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/base.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers creating build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/base.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6om0ZN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch + cd html5lib-1.1 + 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-html5lib-1.1-4.el9s.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib copying build/lib/html5lib/serializer.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib copying build/lib/html5lib/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib copying build/lib/html5lib/constants.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/whitespace.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/alphabeticalattributes.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/optionaltags.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/lint.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/sanitizer.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/inject_meta_charset.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/filters/base.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters copying build/lib/html5lib/_utils.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/py.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/_base.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie copying build/lib/html5lib/_tokenizer.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib copying build/lib/html5lib/_ihatexml.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/sax.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/genshi.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters copying build/lib/html5lib/html5parser.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/etree_lxml.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/genshi.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/etree.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/base.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/dom.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers creating /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree_lxml.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/__init__.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/base.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/dom.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders copying build/lib/html5lib/_inputstream.py -> /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/whitespace.py to whitespace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/optionaltags.py to optionaltags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/lint.py to lint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/sanitizer.py to sanitizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/filters/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_utils.py to _utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie/py.py to py.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_trie/_base.py to _base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_tokenizer.py to _tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_ihatexml.py to _ihatexml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters/sax.py to sax.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters/genshi.py to genshi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treeadapters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/html5parser.py to html5parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/genshi.py to genshi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/etree.py to etree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treewalkers/dom.py to dom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders/etree.py to etree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/treebuilders/dom.py to dom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib/_inputstream.py to _inputstream.cpython-39.pyc writing byte-compilation script '/tmp/tmp6r1aqt7n.py' /usr/bin/python3 /tmp/tmp6r1aqt7n.py removing /tmp/tmp6r1aqt7n.py running install_egg_info running egg_info writing html5lib.egg-info/PKG-INFO writing dependency_links to html5lib.egg-info/dependency_links.txt writing requirements to html5lib.egg-info/requires.txt writing top-level names to html5lib.egg-info/top_level.txt reading manifest file 'html5lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'html5lib.egg-info/SOURCES.txt' Copying html5lib.egg-info to /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages/html5lib-1.1-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 1.1-4.el9s --unique-debug-suffix -1.1-4.el9s.noarch --unique-debug-src-base python-html5lib-1.1-4.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/html5lib-1.1 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-html5lib-1.1-4.el9s.noarch/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.2ewqAu + umask 022 + cd /builddir/build/BUILD + cd html5lib-1.1 + 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 ' + PATH=/builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/pytest ============================= test session starts ============================== platform linux -- Python 3.9.6, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/html5lib-1.1, configfile: pytest.ini plugins: expect-1.1.0 collected 30032 items html5lib/tests/test_alphabeticalattributes.py ..... [ 0%] html5lib/tests/test_encoding.py ........................................ [ 0%] ...........................................x............................ [ 0%] ......................................................x................. [ 0%] ........... [ 0%] html5lib/tests/test_meta.py . [ 0%] html5lib/tests/test_optionaltags_filter.py . [ 0%] html5lib/tests/test_parser2.py .......... [ 0%] html5lib/tests/test_sanitizer.py ....................................... [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] .. [ 2%] html5lib/tests/test_serializer.py ...................................... [ 2%] .....................................................s [ 2%] html5lib/tests/test_stream.py .......................................... [ 2%] ........................................................ [ 2%] html5lib/tests/test_tokenizer2.py ... [ 2%] html5lib/tests/test_treeadapters.py . [ 2%] html5lib/tests/test_treewalkers.py .....ss........ss.....ssss.ssss. [ 2%] html5lib/tests/test_whitespace_filter.py ........... [ 2%] html5lib/tests/testdata/tokenizer/contentModelFlags.test ............... [ 2%] ......... [ 2%] html5lib/tests/testdata/tokenizer/domjs.test .......x................... [ 3%] ............................... [ 3%] html5lib/tests/testdata/tokenizer/entities.test ........................ [ 3%] ........................................................ [ 3%] html5lib/tests/testdata/tokenizer/escapeFlag.test ......... [ 3%] html5lib/tests/testdata/tokenizer/namedEntities.test ................... [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ............... [ 17%] html5lib/tests/testdata/tokenizer/numericEntities.test ................. [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ............................... [ 18%] html5lib/tests/testdata/tokenizer/pendingSpecChanges.test . [ 18%] html5lib/tests/testdata/tokenizer/test1.test ........................... [ 18%] ......................................... [ 18%] html5lib/tests/testdata/tokenizer/test2.test x.......................... [ 18%] .................. [ 18%] html5lib/tests/testdata/tokenizer/test3.test ........................... [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] .............................x..xx.xx.x..xx.xx.x...........x............ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ...................................x.................................... [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ............................... [ 24%] html5lib/tests/testdata/tokenizer/test4.test ........................... [ 24%] .......................................................... [ 25%] html5lib/tests/testdata/tokenizer/unicodeChars.test .................... [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ............... [ 26%] html5lib/tests/testdata/tokenizer/unicodeCharsProblematic.test ..... [ 26%] html5lib/tests/testdata/tree-construction/adoption01.dat ......sss...... [ 26%] ....sss..........sss..........sss..........sss..........sss..........sss [ 26%] ..........sss..........sss..........sss..........sss..........sss....... [ 26%] ...sss..........sss..........sss..........sss..........sss....xxsxxsssss [ 27%] xxs [ 27%] html5lib/tests/testdata/tree-construction/adoption02.dat ......sss...... [ 27%] ....sss.... [ 27%] html5lib/tests/testdata/tree-construction/blocks.dat ......sss.......... [ 27%] sss..........sss..........sss..........sss..........sss..........sss.... [ 27%] ......sss..........sss..........sss..........sss..........sss....xxsxxss [ 27%] sssxxs......sss..........sss..........sss..........sss..........sss..... [ 27%] .....sss..........sss..........sss..........sss..........sss..........ss [ 28%] s..........sss..........sss..........sss..........sss..........sss...... [ 28%] ....sss..........sss..........sss..........sss..........sss..........sss [ 28%] ..........sss..........sss..........sss..........sss..........sss....... [ 28%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 29%] .........sss..........sss.... [ 29%] html5lib/tests/testdata/tree-construction/comments01.dat ......sss...... [ 29%] ....sss..........sss.sss......sss.sss......sss.sss......sss.sss......sss [ 29%] .sss......sss.sss......sss..........sss..........sss..........sss....... [ 29%] ...sss..........sss..........sss.sss......sss.... [ 29%] html5lib/tests/testdata/tree-construction/doctype01.dat ......sss....... [ 29%] ...sss..........sss..........sss.sss......sss.sss......sss.sss......sss. [ 30%] sss......sss.sss......sss.sss......sss.sss......sss.sss......sss.sss.... [ 30%] ..sss.sss......sss.sss......sss.sss......sss.sss......sss.sss......sss.s [ 30%] ss......sss.sss......sss.sss......sss.sss......sss.sss......sss.sss..... [ 30%] .sss.sss......sss.sss......sss.sss......sss..........sss.sss......sss... [ 31%] .......sss..........sss.sss......sss..........sss..........sss.......... [ 31%] sss..........sss..........sss.... [ 31%] html5lib/tests/testdata/tree-construction/domjs-unsafe.dat ......sss.... [ 31%] ......sss..........sss..........sss..........sss..........sss..........s [ 31%] ss..........sss..........sss..........sss..........sss..........sss..... [ 31%] .....sss..........sss..........sss..........sss..........sss..........ss [ 32%] s..........sss..........sss..........sss..........sss..........sss...... [ 32%] ....sss..........sss..........sss..........sss..........sss..........sss [ 32%] ..........sss..........sss..........sss..........sss..........sss....... [ 32%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 33%] .........sss..........sss..........sss..........sss..........sss........ [ 33%] ..sss..........sss..........sss..........sss.... [ 33%] html5lib/tests/testdata/tree-construction/entities01.dat ......sss...... [ 33%] ....sss..........sss..........sss..........sss..........sss..........sss [ 33%] ..........sss..........sss..........sss..........sss..........sss....... [ 34%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 34%] .........sss..........sss..........sss..........sss..........sss........ [ 34%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 34%] ........sss..........sss..........sss..........sss..........sss......... [ 35%] .sss..........sss..........sss..........sss..........sss..........sss... [ 35%] .......sss..........sss..........sss..........sss..........sss.......... [ 35%] sss..........sss..........sss..........sss..........sss..........sss.... [ 35%] ......sss..........sss..........sss..........sss..........sss..........s [ 36%] ss..........sss..........sss..........sss..........sss..........sss..... [ 36%] .....sss..........sss..........sss..........sss..........sss..........ss [ 36%] s..........sss..........sss..........sss..........sss..........sss...... [ 36%] ....sss..........sss.... [ 36%] html5lib/tests/testdata/tree-construction/entities02.dat ......sss...... [ 36%] ....sss..........sss..........sss..........sss..........sss..........sss [ 37%] ..........sss..........sss..........sss..........sss..........sss....... [ 37%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 37%] .........sss..........sss..........sss..........sss..........sss........ [ 37%] ..sss..........sss..........sss.... [ 37%] html5lib/tests/testdata/tree-construction/foreign-fragment.dat xxsxxssss [ 37%] sxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxs......sss..........sss....... [ 38%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 38%] .........sss..........sss..........sss..........sss..........sss........ [ 38%] ..sss....xxsxxsssssxxsxxsxxsssssxxs......sss..........sss....xxsxxsssssx [ 38%] xsxxsxxsssssxxs......sss..........sss....xxsxxsssssxxsxxsxxsssssxxs..... [ 39%] .sss..........sss....xxsxxsssssxxsxxsxxsssssxxs......sss..........sss... [ 39%] .xxsxxsssssxxsxxsxxsssssxxs......sss..........sss....xxsxxsssssxxsxxsxxs [ 39%] ssssxxsxxsxxsssssxxsxxsxxsssssxxs......sss..........sss..........sss.... [ 39%] ......sss..........sss....xxsxxsssssxxsxxsxxsssssxxs......sss..........s [ 40%] ss..........sss..........sss..........sss..........sss..........sss..... [ 40%] .....sss..........sss.... [ 40%] html5lib/tests/testdata/tree-construction/html5test-com.dat ......sss.ss [ 40%] s......sss.sss......sss..........sss.sss......sss..........sss.......... [ 40%] sss..........sss..........sss..........sss..........sss..........sss.... [ 40%] ......sss.sss......sss..........sss..........sss..........sss..........s [ 41%] ss..........sss..........sss..........sss..........sss..........sss..... [ 41%] .....sss.... [ 41%] html5lib/tests/testdata/tree-construction/inbody01.dat ......sss........ [ 41%] ..sss..........sss..........sss.... [ 41%] html5lib/tests/testdata/tree-construction/isindex.dat xxsxxsssssxxsxxsxx [ 41%] sssssxxsxxsxxsssssxxsxxsxxsssssxxs [ 41%] html5lib/tests/testdata/tree-construction/main-element.dat ......sss.... [ 41%] ......sss..........sss.... [ 41%] html5lib/tests/testdata/tree-construction/math.dat ......sss..........ss [ 42%] s..........sss..........sss..........sss..........sss..........sss...... [ 42%] ....sss.... [ 42%] html5lib/tests/testdata/tree-construction/menuitem-element.dat ......sss [ 42%] ..........sss..........sss..........sss..........sss..........sss....... [ 42%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 42%] .........sss..........sss..........sss..........sss..........sss........ [ 43%] ..sss..........sss..........sss.... [ 43%] html5lib/tests/testdata/tree-construction/namespace-sensitivity.dat xxsx [ 43%] xsssssxxs [ 43%] html5lib/tests/testdata/tree-construction/noscript01.dat ......sss...... [ 43%] ....sss..........sss..........sss..........sss..........sss..........sss [ 43%] ..........sss..........sss..........sss..........sss..........sss....... [ 43%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 44%] ... [ 44%] html5lib/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat . [ 44%] .....sss.... [ 44%] html5lib/tests/testdata/tree-construction/pending-spec-changes.dat ..... [ 44%] .sss..........sss..........sss.... [ 44%] html5lib/tests/testdata/tree-construction/plain-text-unsafe.dat ......ss [ 44%] s..........sss..........sss..........sss..........sss..........sss...... [ 44%] ....sss..........sss..........sss..........sss..........sss..........sss [ 44%] ..........sss..........sss..........sss..........sss..........sss....... [ 44%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 45%] .........sss..........sss..........sss..........sss..........sss........ [ 45%] ..sss..........sss..........sss..........sss..........sss.... [ 45%] html5lib/tests/testdata/tree-construction/ruby.dat xxsxxsssssxxsxxsxxsss [ 45%] ssxxsxxsxxsssssxxsxxsxxsssssxxs......sss....xxsxxsssssxxs......sss....xx [ 45%] sxxsssssxxs......sss..........sss....xxsxxsssssxxs......sss....xxsxxssss [ 46%] sxxs......sss..........sss....xxsxxsssssxxs......sss....xxsxxsssssxxs... [ 46%] ...sss..........sss....xxsxxsssssxxs [ 46%] html5lib/tests/testdata/tree-construction/scriptdata01.dat ......sss.... [ 46%] ......sss..........sss..........sss..........sss..........sss..........s [ 46%] ss..........sss..........sss..........sss..........sss..........sss..... [ 47%] .....sss..........sss..........sss..........sss..........sss..........ss [ 47%] s..........sss..........sss..........sss..........sss..........sss...... [ 47%] ....sss..........sss..........sss..........sss.... [ 47%] html5lib/tests/testdata/tree-construction/tables01.dat ......sss........ [ 47%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 48%] ........sss..........sss..........sss..........sss..........sss......... [ 48%] .sss..........sss..........sss..........sss..........sss.... [ 48%] html5lib/tests/testdata/tree-construction/template.dat xxsxxsssssxxsxxsx [ 48%] xsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssx [ 48%] xs......sss....xxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxx [ 48%] sssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxx [ 49%] sxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxs [ 49%] ssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxs [ 49%] xxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxss [ 49%] sssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxs......sss....x [ 50%] xsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsss [ 50%] ssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxx [ 50%] sxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxssss [ 50%] sxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxs [ 51%] xxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssss [ 51%] xxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsx [ 51%] xsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssx [ 51%] xsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxx [ 52%] sssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxx [ 52%] sxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxs [ 52%] ssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxs [ 52%] xxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxsxxsxxss [ 53%] sssxxsxxsxxsssssxxs [ 53%] html5lib/tests/testdata/tree-construction/tests1.dat ......sss.......... [ 53%] sss..........sss..........sss..........sss..........sss..........sss.... [ 53%] ......sss..........sss..........sss..........sss..........sss..........s [ 53%] ss..........sss..........sss..........sss..........sss..........sss..... [ 53%] .....sss..........sss..........sss..........sss..........sss..........ss [ 54%] s..........sss..........sss..........sss..........sss..........sss...... [ 54%] ....sss..........sss..........sss..........sss.sss......sss..........sss [ 54%] ..........sss..........sss..........sss..........sss..........sss....... [ 54%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 55%] .........sss.sss......sss.sss......sss.sss......sss..........sss........ [ 55%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 55%] ........sss..........sss..........sss..........sss..........sss......... [ 55%] .sss..........sss..........sss..........sss..........sss..........sss... [ 56%] .......sss..........sss..........sss..........sss..........sss.......... [ 56%] sss..........sss..........sss..........sss..........sss..........sss.... [ 56%] ......sss..........sss..........sss..........sss..........sss..........s [ 56%] ss..........sss..........sss..........sss..........sss..........sss..... [ 57%] .....sss..........sss..........sss..........sss..........sss..........ss [ 57%] s..........sss..........sss..........sss..........sss..........sss...... [ 57%] ....sss..........sss..........sss..........sss..........sss..........sss [ 57%] ..........sss..........sss..........sss..........sss..........sss....... [ 57%] ...sss..........sss.... [ 58%] html5lib/tests/testdata/tree-construction/tests10.dat ......sss......... [ 58%] .sss..........sss..........sss..........sss..........sss..........sss... [ 58%] .......sss..........sss..........sss..........sss..........sss.......... [ 58%] sss..........sss..........sss..........sss..........sss..........sss.... [ 58%] ......sss..........sss..........sss..........sss..........sss.sss......s [ 59%] ss.sss......sss.sss......sss.sss......sss..........sss..........sss..... [ 59%] .....sss..........sss..........sss..........sss..........sss..........ss [ 59%] s..........sss..........sss..........sss..........sss..........sss...... [ 59%] ....sss..........sss..........sss..........sss..........sss..........sss [ 60%] ..........sss..........sss..........sss..........sss..........sss....... [ 60%] ...sss..........sss..........sss.... [ 60%] html5lib/tests/testdata/tree-construction/tests11.dat ......sss......... [ 60%] .sss....xxsxxsssssxxs......sss....xxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxx [ 60%] s......sss..........sss..........sss..........sss..........sss.......... [ 60%] sss.... [ 60%] html5lib/tests/testdata/tree-construction/tests12.dat ......sss......... [ 61%] .sss.... [ 61%] html5lib/tests/testdata/tree-construction/tests14.dat ......sss.sss..... [ 61%] .sss.sss......sss.sss......sss.sss......sss.sss......sss.sss......sss.ss [ 61%] s [ 61%] html5lib/tests/testdata/tree-construction/tests15.dat ......sss......... [ 61%] .sss..........sss..........sss..........sss..........sss..........sss... [ 61%] .......sss..........sss..........sss..........sss..........sss.......... [ 61%] sss..........sss.... [ 61%] html5lib/tests/testdata/tree-construction/tests16.dat ......sss......... [ 62%] .sss..........sss..........sss..........sss..........sss..........sss... [ 62%] .......sss..........sss..........sss..........sss..........sss.......... [ 62%] sss..........sss..........sss..........sss..........sss..........sss.... [ 62%] ......sss..........sss..........sss..........sss..........sss..........s [ 62%] ss..........sss..........sss..........sss..........sss..........sss..... [ 63%] .....sss..........sss..........sss..........sss..........sss..........ss [ 63%] s..........sss..........sss..........sss..........sss..........sss...... [ 63%] ....sss..........sss..........sss..........sss..........sss..........sss [ 63%] ..........sss..........sss..........sss..........sss..........sss....... [ 64%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 64%] .........sss..........sss..........sss..........sss..........sss........ [ 64%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 64%] ........sss..........sss..........sss..........sss..........sss......... [ 65%] .sss..........sss..........sss..........sss..........sss..........sss... [ 65%] .......sss..........sss..........sss..........sss..........sss.......... [ 65%] sss..........sss..........sss..........sss..........sss..........sss.... [ 65%] ......sss..........sss..........sss..........sss..........sss..........s [ 66%] ss..........sss..........sss..........sss..........sss..........sss..... [ 66%] .....sss..........sss..........sss..........sss..........sss..........ss [ 66%] s..........sss..........sss..........sss..........sss..........sss...... [ 66%] ....sss..........sss..........sss..........sss..........sss..........sss [ 67%] ..........sss..........sss..........sss..........sss..........sss....... [ 67%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 67%] .........sss..........sss..........sss..........sss..........sss........ [ 67%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 68%] ........sss..........sss..........sss..........sss..........sss......... [ 68%] .sss..........sss..........sss..........sss..........sss..........sss... [ 68%] .......sss..........sss..........sss..........sss..........sss.......... [ 68%] sss..........sss..........sss..........sss..........sss..........sss.... [ 68%] ......sss..........sss..........sss..........sss..........sss..........s [ 69%] ss..........sss..........sss..........sss..........sss..........sss..... [ 69%] .....sss..........sss..........sss..........sss..........sss..........ss [ 69%] s..........sss..........sss..........sss..........sss..........sss...... [ 69%] ....sss..........sss..........sss..........sss..........sss..........sss [ 70%] ..........sss..........sss..........sss..........sss..........sss....... [ 70%] ...sss..........sss.... [ 70%] html5lib/tests/testdata/tree-construction/tests17.dat ......sss......... [ 70%] .sss..........sss..........sss..........sss..........sss..........sss... [ 70%] .......sss..........sss..........sss..........sss..........sss.......... [ 71%] sss.... [ 71%] html5lib/tests/testdata/tree-construction/tests18.dat ......sss......... [ 71%] .sss..........sss..........sss..........sss..........sss..........sss... [ 71%] .......sss..........sss..........sss..........sss..........sss.......... [ 71%] sss..........sss..........sss....xxsxxsssssxxs......sss..........sss.... [ 71%] ......sss..........sss..........sss..........sss..........sss..........s [ 72%] ss..........sss..........sss..........sss..........sss..........sss..... [ 72%] .....sss..........sss..........sss..........sss..........sss..........ss [ 72%] s..........sss.... [ 72%] html5lib/tests/testdata/tree-construction/tests19.dat ......sss......... [ 72%] .sss..........sss..........sss..........sss..........sss..........sss... [ 72%] .xxsxxsssssxxs......sss..........sss..........sss..........sss.......... [ 73%] sss..........sss....xxsxxsssssxxs......sss..........sss....xxsxxsssssxxs [ 73%] ......sss..........sss..........sss..........sss..........sss..........s [ 73%] ss..........sss..........sss..........sss..........sss..........sss..... [ 73%] .....sss..........sss..........sss..........sss..........sss..........ss [ 74%] s..........sss..........sss..........sss..........sss..........sss...... [ 74%] ....sss..........sss..........sss..........sss..........sss..........sss [ 74%] ..........sss..........sss..........sss..........sss..........sss....... [ 74%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 75%] .........sss..........sss..........sss..........sss..........sss........ [ 75%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 75%] ........sss..........sss..........sss..........sss..........sss......... [ 75%] .sss..........sss..........sss..........sss..........sss..........sss... [ 76%] .......sss..........sss..........sss..........sss..........sss.......... [ 76%] sss..........sss..........sss..........sss..........sss..........sss.... [ 76%] ......sss..........sss..........sss..........sss..........sss..........s [ 76%] ss..........sss..........sss..........sss..........sss..........sss..... [ 76%] .....sss..........sss..........sss..........sss.... [ 77%] html5lib/tests/testdata/tree-construction/tests2.dat ......sss.......... [ 77%] sss..........sss..........sss..........sss..........sss....xxsxxsssssxxs [ 77%] xxsxxsssssxxs......sss..........sss..........sss..........sss..........s [ 77%] ss..........sss..........sss..........sss..........sss..........sss..... [ 77%] .....sss..........sss..........sss..........sss..........sss..........ss [ 78%] s..........sss..........sss..........sss..........sss..........sss...... [ 78%] ....sss..........sss..........sss..........sss..........sss..........sss [ 78%] ..........sss..........sss..........sss..........sss..........sss....... [ 78%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 79%] .........sss..........sss..........sss..........sss..........sss........ [ 79%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 79%] ........sss..........sss..........sss..........sss.sss......sss.... [ 79%] html5lib/tests/testdata/tree-construction/tests20.dat ......sss......... [ 79%] .sss..........sss..........sss..........sss..........sss..........sss... [ 80%] .......sss..........sss..........sss..........sss..........sss.......... [ 80%] sss..........sss..........sss..........sss..........sss..........sss.... [ 80%] ......sss..........sss..........sss..........sss..........sss..........s [ 80%] ss..........sss..........sss..........sss..........sss..........sss..... [ 81%] .....sss..........sss..........sss..........sss..........sss..........ss [ 81%] s..........sss..........sss..........sss..........sss..........sss...... [ 81%] ....sss..........sss..........sss..........sss.... [ 81%] html5lib/tests/testdata/tree-construction/tests21.dat ......sss......... [ 81%] .sss..........sss..........sss..........sss..........sss..........sss... [ 82%] .......sss..........sss..........sss..........sss..........sss.......... [ 82%] sss..........sss..........sss..........sss..........sss..........sss.... [ 82%] ......sss..........sss..........sss..........sss..........sss..........s [ 82%] ss..........sss.... [ 82%] html5lib/tests/testdata/tree-construction/tests22.dat ......sss......... [ 82%] .sss..........sss..........sss..........sss.... [ 83%] html5lib/tests/testdata/tree-construction/tests23.dat ......sss......... [ 83%] .sss..........sss..........sss..........sss.... [ 83%] html5lib/tests/testdata/tree-construction/tests24.dat ......sss......... [ 83%] .sss..........sss..........sss..........sss..........sss..........sss... [ 83%] .......sss.... [ 83%] html5lib/tests/testdata/tree-construction/tests25.dat ......sss......... [ 83%] .sss..........sss..........sss..........sss..........sss..........sss... [ 83%] .xxsxxsssssxxs......sss..........sss..........sss..........sss.......... [ 84%] sss..........sss..........sss..........sss..........sss..........sss.... [ 84%] ......sss..........sss..........sss..........sss..........sss..........s [ 84%] ss..........sss..........sss.... [ 84%] html5lib/tests/testdata/tree-construction/tests26.dat ......sss......... [ 84%] .sss..........sss..........sss..........sss..........sss..........sss... [ 85%] .......sss..........sss..........sss.sss......sss..........sss.......... [ 85%] sss..........sss..........sss..........sss.... [ 85%] html5lib/tests/testdata/tree-construction/tests3.dat ......sss.......... [ 85%] sss..........sss..........sss..........sss..........sss..........sss.... [ 85%] ......sss..........sss..........sss..........sss..........sss..........s [ 85%] ss..........sss..........sss..........sss..........sss..........sss..... [ 86%] .....sss..........sss..........sss..........sss..........sss..........ss [ 86%] s.... [ 86%] html5lib/tests/testdata/tree-construction/tests4.dat ......sss.......... [ 86%] sss..........sss..........sss..........sss..........sss..........sss.... [ 86%] [ 86%] html5lib/tests/testdata/tree-construction/tests5.dat ......sss.......... [ 86%] sss..........sss..........sss..........sss..........sss..........sss.... [ 87%] ......sss..........sss..........sss..........sss..........sss..........s [ 87%] ss..........sss..........sss..........sss..........sss.... [ 87%] html5lib/tests/testdata/tree-construction/tests6.dat ......sss.......... [ 87%] sss..........sss..........sss..........sss.sss......sss..........sss.... [ 87%] ......sss..........sss..........sss..........sss..........sss..........s [ 88%] ss..........sss..........sss..........sss..........sss..........sss..... [ 88%] .....sss..........sss..........sss..........sss..........sss..........ss [ 88%] s..........sss..........sss..........sss..........sss..........sss...... [ 88%] ....sss..........sss..........sss..........sss..........sss..........sss [ 88%] ..........sss..........sss..........sss..........sss..........sss....... [ 89%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 89%] .........sss..........sss..........sss..........sss..........sss........ [ 89%] ..sss.... [ 89%] html5lib/tests/testdata/tree-construction/tests7.dat ......sss.......... [ 89%] sss..........sss..........sss..........sss..........sss..........sss.... [ 90%] ......sss..........sss..........sss..........sss..........sss..........s [ 90%] ss..........sss..........sss..........sss..........sss..........sss..... [ 90%] .....sss..........sss..........sss..........sss..........sss..........ss [ 90%] s..........sss..........sss..........sss..........sss..........sss...... [ 91%] ....sss..........sss.... [ 91%] html5lib/tests/testdata/tree-construction/tests8.dat ......sss.......... [ 91%] sss..........sss..........sss..........sss....xxsxxsssssxxs......sss.... [ 91%] ......sss..........sss..........sss.... [ 91%] html5lib/tests/testdata/tree-construction/tests9.dat ......sss.......... [ 91%] sss..........sss..........sss..........sss..........sss..........sss.... [ 91%] ......sss..........sss..........sss..........sss..........sss..........s [ 92%] ss..........sss..........sss..........sss..........sss..........sss..... [ 92%] .....sss..........sss..........sss..........sss..........sss..........ss [ 92%] s.sss......sss.sss......sss.sss......sss.sss [ 92%] html5lib/tests/testdata/tree-construction/tests_innerHTML_1.dat ......ss [ 92%] s..........sss..........sss..........sss..........sss..........sss...... [ 92%] ....sss..........sss..........sss..........sss..........sss..........sss [ 93%] ..........sss..........sss..........sss..........sss..........sss....... [ 93%] ...sss..........sss..........sss..........sss..........sss..........sss. [ 93%] .........sss..........sss..........sss..........sss..........sss........ [ 93%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 94%] ........sss..........sss..........sss..........sss..........sss......... [ 94%] .sss..........sss..........sss..........sss..........sss..........sss... [ 94%] .......sss..........sss..........sss..........sss..........sss.......... [ 94%] sss..........sss..........sss..........sss..........sss..........sss.... [ 95%] ......sss..........sss..........sss..........sss..........sss..........s [ 95%] ss..........sss..........sss..........sss..........sss..........sss..... [ 95%] .....sss..........sss..........sss..........sss..........sss..........ss [ 95%] s..........sss..........sss..........sss..........sss..........sss...... [ 96%] ....sss..........sss..........sss..........sss..........sss..........sss [ 96%] ..........sss.... [ 96%] html5lib/tests/testdata/tree-construction/tricky01.dat ......sss........ [ 96%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 96%] ........sss..........sss.... [ 96%] html5lib/tests/testdata/tree-construction/webkit01.dat ......sss........ [ 96%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 97%] ........sss..........sss..........sss..........sss..........sss......... [ 97%] .sss..........sss.sss......sss..........sss..........sss..........sss... [ 97%] .......sss..........sss..........sss..........sss..........sss.......... [ 97%] sss..........sss..........sss..........sss..........sss..........sss.sss [ 98%] ......sss..........sss..........sss..........sss..........sss..........s [ 98%] ss..........sss..........sss..........sss..........sss..........sss..... [ 98%] .....sss..........sss..........sss.sss......sss..........sss..........ss [ 98%] s..........sss..........sss..........sss..........sss.... [ 98%] html5lib/tests/testdata/tree-construction/webkit02.dat ......sss........ [ 98%] ..sss..........sss..........sss..........sss..........sss..........sss.. [ 99%] ........sss..........sss..........sss..........sss..........sss......... [ 99%] .sss..........sss....xxsxxsssssxxsxxsxxsssssxxsxxsxxsssssxxs......sss... [ 99%] .......sss..........sss..........sss.... [ 99%] html5lib/tests/testdata/tree-construction/scripted/adoption01.dat xxsxxs [ 99%] ssssxxs [ 99%] html5lib/tests/testdata/tree-construction/scripted/ark.dat xxsxxsssssxxs [ 99%] [ 99%] html5lib/tests/testdata/tree-construction/scripted/webkit01.dat xxsxxsss [ 99%] ssxxsxxsxxsssssxxs [100%] =============================== warnings summary =============================== ../../../../usr/lib/python3.9/site-packages/_pytest/config/__init__.py:1183 /usr/lib/python3.9/site-packages/_pytest/config/__init__.py:1183: PytestDeprecationWarning: The --strict option is deprecated, use --strict-markers instead. self.issue_config_time_warning( html5lib/filters/sanitizer.py:29 /builddir/build/BUILD/html5lib-1.1/html5lib/filters/sanitizer.py:29: DeprecationWarning: html5lib's sanitizer is deprecated; see https://github.com/html5lib/html5lib-python/issues/443 and please let us know if Bleach is unsuitable for your needs warnings.warn(_deprecation_msg, DeprecationWarning) -- Docs: https://docs.pytest.org/en/stable/warnings.html ======== 23077 passed, 5960 skipped, 995 xfailed, 2 warnings in 38.88s ========= + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-html5lib-1.1-4.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8J0Tew + umask 022 + cd /builddir/build/BUILD + cd html5lib-1.1 + DOCDIR=/builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/doc/python3-html5lib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/doc/python3-html5lib + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/doc/python3-html5lib + cp -pr README.rst /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/doc/python3-html5lib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zOO9pP + umask 022 + cd /builddir/build/BUILD + cd html5lib-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/licenses/python3-html5lib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/licenses/python3-html5lib + cp -pr LICENSE /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch/usr/share/licenses/python3-html5lib + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-html5lib = 1:1.1-4.el9s python3-html5lib = 1:1.1-4.el9s python3.9-html5lib = 1:1.1-4.el9s python3.9dist(html5lib) = 1.1 python3dist(html5lib) = 1.1 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) >= 1.9 python3.9dist(webencodings) Obsoletes: python-html5lib < 1:1.1-4.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch Wrote: /builddir/build/RPMS/python3-html5lib-1.1-4.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Kcys59 + umask 022 + cd /builddir/build/BUILD + cd html5lib-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-html5lib-1.1-4.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0