Mock Version: 1.4.13
Mock Version: 1.4.13
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-lxml.spec'], chrootPath='/var/lib/mock/f30-build-41869-23669/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x20023f2438>timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-lxml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: riscv64
Building for target riscv64
Wrote: /builddir/build/SRPMS/python-lxml-4.2.5-1.fc30.src.rpm
Child return code was: 0
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-lxml.spec'], chrootPath='/var/lib/mock/f30-build-41869-23669/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x20023f2438>timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-lxml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: riscv64
Building for target riscv64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1us03S
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf lxml-4.2.5
+ /usr/bin/gzip -dc /builddir/build/SOURCES/lxml-4.2.5.tgz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd lxml-4.2.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.T4RuQZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ export WITH_CYTHON=true
+ WITH_CYTHON=true
+ sleep 1
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s'
Building lxml version 4.2.5.
Building with Cython 0.28.5.
Using build configuration of libxslt 1.1.32
Building against libxml2/libxslt in the following directory: /usr/lib64
src/lxml/etree.pyx: cannot find cimported module 'lxml'
src/lxml/etree.pyx: cannot find cimported module 'lxml.includes'
src/lxml/objectify.pyx: cannot find cimported module 'lxml'
src/lxml/objectify.pyx: cannot find cimported module 'lxml.includes'
src/lxml/includes/etreepublic.pxd: cannot find cimported module 'lxml.includes'
running build
running build_py
creating build
creating build/lib.linux-riscv64-2.7
creating build/lib.linux-riscv64-2.7/lxml
copying src/lxml/_elementpath.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/cssselect.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/builder.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/__init__.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/sax.py -> build/lib.linux-riscv64-2.7/lxml
creating build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/__init__.py -> build/lib.linux-riscv64-2.7/lxml/includes
creating build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/_setmixin.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/_html5builder.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/__init__.py -> build/lib.linux-riscv64-2.7/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-riscv64-2.7/lxml/html
creating build/lib.linux-riscv64-2.7/lxml/isoschematron
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-riscv64-2.7/lxml/isoschematron
copying src/lxml/etree.h -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/etree_api.h -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/lxml.etree.h -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-riscv64-2.7/lxml
copying src/lxml/includes/schematron.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/__init__.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/c14n.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-riscv64-2.7/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-riscv64-2.7/lxml/includes
creating build/lib.linux-riscv64-2.7/lxml/isoschematron/resources
creating build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/rng
creating build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl
creating build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-riscv64-2.7
creating build/temp.linux-riscv64-2.7/src
creating build/temp.linux-riscv64-2.7/src/lxml
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python2.7 -c src/lxml/etree.c -o build/temp.linux-riscv64-2.7/src/lxml/etree.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/etree.o -L/usr/lib64 -L/usr/lib64 -lxslt -lexslt -lxml2 -lrt -lz -lm -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/etree.so
building 'lxml.objectify' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python2.7 -c src/lxml/objectify.c -o build/temp.linux-riscv64-2.7/src/lxml/objectify.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/objectify.o -L/usr/lib64 -L/usr/lib64 -lxslt -lexslt -lxml2 -lrt -lz -lm -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/objectify.so
building 'lxml.builder' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/builder.c -o build/temp.linux-riscv64-2.7/src/lxml/builder.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/builder.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/builder.so
building 'lxml._elementpath' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/_elementpath.c -o build/temp.linux-riscv64-2.7/src/lxml/_elementpath.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/_elementpath.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/_elementpath.so
building 'lxml.html.diff' extension
creating build/temp.linux-riscv64-2.7/src/lxml/html
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/html/diff.c -o build/temp.linux-riscv64-2.7/src/lxml/html/diff.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/html/diff.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/html/diff.so
building 'lxml.html.clean' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/html/clean.c -o build/temp.linux-riscv64-2.7/src/lxml/html/clean.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/lxml/html/clean.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/lxml/html/clean.so
+ sleep 1
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
Building lxml version 4.2.5.
Building with Cython 0.28.5.
Using build configuration of libxslt 1.1.32
Building against libxml2/libxslt in the following directory: /usr/lib64
src/lxml/etree.pyx: cannot find cimported module 'lxml.includes'
src/lxml/etree.pyx: cannot find cimported module 'lxml'
src/lxml/objectify.pyx: cannot find cimported module 'lxml.includes'
src/lxml/objectify.pyx: cannot find cimported module 'lxml'
src/lxml/includes/etreepublic.pxd: cannot find cimported module 'lxml.includes'
running build
running build_py
creating build/lib.linux-riscv64-3.7
creating build/lib.linux-riscv64-3.7/lxml
copying src/lxml/_elementpath.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/cssselect.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/builder.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/__init__.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/sax.py -> build/lib.linux-riscv64-3.7/lxml
creating build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/__init__.py -> build/lib.linux-riscv64-3.7/lxml/includes
creating build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/_setmixin.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/_html5builder.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/__init__.py -> build/lib.linux-riscv64-3.7/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-riscv64-3.7/lxml/html
creating build/lib.linux-riscv64-3.7/lxml/isoschematron
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-riscv64-3.7/lxml/isoschematron
copying src/lxml/etree.h -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/etree_api.h -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/lxml.etree.h -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-riscv64-3.7/lxml
copying src/lxml/includes/schematron.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/__init__.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/c14n.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-riscv64-3.7/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-riscv64-3.7/lxml/includes
creating build/lib.linux-riscv64-3.7/lxml/isoschematron/resources
creating build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/rng
creating build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl
creating build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-riscv64-3.7
creating build/temp.linux-riscv64-3.7/src
creating build/temp.linux-riscv64-3.7/src/lxml
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python3.7m -c src/lxml/etree.c -o build/temp.linux-riscv64-3.7/src/lxml/etree.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/etree.o -L/usr/lib64 -L/usr/lib64 -lxslt -lexslt -lxml2 -lrt -lz -lm -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/etree.cpython-37m-riscv64-linux-gnu.so
building 'lxml.objectify' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python3.7m -c src/lxml/objectify.c -o build/temp.linux-riscv64-3.7/src/lxml/objectify.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/objectify.o -L/usr/lib64 -L/usr/lib64 -lxslt -lexslt -lxml2 -lrt -lz -lm -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/objectify.cpython-37m-riscv64-linux-gnu.so
building 'lxml.builder' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.7m -c src/lxml/builder.c -o build/temp.linux-riscv64-3.7/src/lxml/builder.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/builder.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/builder.cpython-37m-riscv64-linux-gnu.so
building 'lxml._elementpath' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.7m -c src/lxml/_elementpath.c -o build/temp.linux-riscv64-3.7/src/lxml/_elementpath.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/_elementpath.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/_elementpath.cpython-37m-riscv64-linux-gnu.so
building 'lxml.html.diff' extension
creating build/temp.linux-riscv64-3.7/src/lxml/html
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.7m -c src/lxml/html/diff.c -o build/temp.linux-riscv64-3.7/src/lxml/html/diff.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/html/diff.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/html/diff.cpython-37m-riscv64-linux-gnu.so
building 'lxml.html.clean' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.7m -c src/lxml/html/clean.c -o build/temp.linux-riscv64-3.7/src/lxml/html/clean.o -w
gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/lxml/html/clean.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/lxml/html/clean.cpython-37m-riscv64-linux-gnu.so
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9oBUh3
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
+ cd lxml-4.2.5
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
Building lxml version 4.2.5.
Building without Cython.
Using build configuration of libxslt 1.1.32
Building against libxml2/libxslt in the following directory: /usr/lib64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/lxml.etree_api.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/_elementpath.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/etree.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/soupparser.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/diff.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/formfill.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/_diffcommand.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/usedoctest.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/_setmixin.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/clean.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/clean.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/_html5builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/defs.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/html5parser.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/ElementSoup.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/html/diff.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html
copying build/lib.linux-riscv64-2.7/lxml/usedoctest.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/cssselect.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/_elementpath.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/doctestcompare.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/etree.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/lxml.etree.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/rng
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/rng/iso-schematron.rng -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/rng
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/resources/xsl
copying build/lib.linux-riscv64-2.7/lxml/isoschematron/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron
copying build/lib.linux-riscv64-2.7/lxml/pyclasslookup.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/schematron.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/tree.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/lxml-version.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/relaxng.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xslt.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xmlschema.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xinclude.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/config.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xmlparser.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/__init__.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/etree_defs.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xpath.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/etreepublic.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/htmlparser.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/c14n.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/uri.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/xmlerror.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/includes/dtdvalid.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-2.7/lxml/builder.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/objectify.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/etree_api.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/ElementInclude.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
copying build/lib.linux-riscv64-2.7/lxml/sax.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/_elementpath.py to _elementpath.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/soupparser.py to soupparser.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/formfill.py to formfill.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/_diffcommand.py to _diffcommand.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/usedoctest.py to usedoctest.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/_setmixin.py to _setmixin.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/clean.py to clean.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/builder.py to builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/_html5builder.py to _html5builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/defs.py to defs.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/html5parser.py to html5parser.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/ElementSoup.py to ElementSoup.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/diff.py to diff.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/usedoctest.py to usedoctest.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/cssselect.py to cssselect.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/builder.py to builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/doctestcompare.py to doctestcompare.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/isoschematron/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/pyclasslookup.py to pyclasslookup.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/includes/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/ElementInclude.py to ElementInclude.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/sax.py to sax.pyc
writing byte-compilation script '/tmp/tmpAHB6f9.py'
/usr/bin/python2 -O /tmp/tmpAHB6f9.py
removing /tmp/tmpAHB6f9.py
running install_egg_info
running egg_info
writing requirements to src/lxml.egg-info/requires.txt
writing src/lxml.egg-info/PKG-INFO
writing top-level names to src/lxml.egg-info/top_level.txt
writing dependency_links to src/lxml.egg-info/dependency_links.txt
reading manifest file 'src/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/lxml.egg-info/SOURCES.txt'
Copying src/lxml.egg-info to /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml-4.2.5-py2.7.egg-info
running install_scripts
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
Building lxml version 4.2.5.
Building without Cython.
Using build configuration of libxslt 1.1.32
Building against libxml2/libxslt in the following directory: /usr/lib64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/lxml.etree_api.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/_elementpath.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/etree.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/soupparser.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/formfill.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/_diffcommand.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/usedoctest.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/_setmixin.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/clean.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/diff.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/_html5builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/defs.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/clean.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/html5parser.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/ElementSoup.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/html/diff.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html
copying build/lib.linux-riscv64-3.7/lxml/usedoctest.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/cssselect.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/builder.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/doctestcompare.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/etree.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/lxml.etree.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/rng
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/rng/iso-schematron.rng -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/rng
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/resources/xsl
copying build/lib.linux-riscv64-3.7/lxml/isoschematron/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron
copying build/lib.linux-riscv64-3.7/lxml/pyclasslookup.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/_elementpath.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
creating /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/schematron.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/tree.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/lxml-version.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/relaxng.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xslt.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xmlschema.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xinclude.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/config.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xmlparser.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/__init__.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/etree_defs.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xpath.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/etreepublic.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/htmlparser.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/c14n.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/uri.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/xmlerror.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/includes/dtdvalid.pxd -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes
copying build/lib.linux-riscv64-3.7/lxml/__init__.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/etree_api.h -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/ElementInclude.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/objectify.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/sax.py -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
copying build/lib.linux-riscv64-3.7/lxml/builder.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/_elementpath.py to _elementpath.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/soupparser.py to soupparser.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/formfill.py to formfill.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/_diffcommand.py to _diffcommand.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/usedoctest.py to usedoctest.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/_setmixin.py to _setmixin.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/clean.py to clean.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/builder.py to builder.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/_html5builder.py to _html5builder.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/defs.py to defs.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/html5parser.py to html5parser.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/ElementSoup.py to ElementSoup.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/__init__.py to __init__.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/diff.py to diff.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/usedoctest.py to usedoctest.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/cssselect.py to cssselect.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/builder.py to builder.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/doctestcompare.py to doctestcompare.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/isoschematron/__init__.py to __init__.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/pyclasslookup.py to pyclasslookup.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/includes/__init__.py to __init__.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/__init__.py to __init__.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/ElementInclude.py to ElementInclude.cpython-37.pyc
byte-compiling /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/sax.py to sax.cpython-37.pyc
writing byte-compilation script '/tmp/tmpjhtg3wji.py'
/usr/bin/python3 /tmp/tmpjhtg3wji.py
removing /tmp/tmpjhtg3wji.py
running install_egg_info
running egg_info
writing src/lxml.egg-info/PKG-INFO
writing dependency_links to src/lxml.egg-info/dependency_links.txt
writing requirements to src/lxml.egg-info/requires.txt
writing top-level names to src/lxml.egg-info/top_level.txt
reading manifest file 'src/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/lxml.egg-info/SOURCES.txt'
Copying src/lxml.egg-info to /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml-4.2.5-py3.7.egg-info
running install_scripts
+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.2.5-1.fc30 --unique-debug-suffix -4.2.5-1.fc30.riscv64 --unique-debug-src-base python-lxml-4.2.5-1.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/lxml-4.2.5
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/diff.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/clean.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/_elementpath.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/clean.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/html/diff.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/etree.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/_elementpath.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/etree.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/builder.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/builder.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/objectify.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7/site-packages/lxml/objectify.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/diff.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/diff.cpython-37m-riscv64-linux-gnu.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/clean.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/html/clean.cpython-37m-riscv64-linux-gnu.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/etree.cpython-37m-riscv64-linux-gnu.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/_elementpath.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/etree.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/_elementpath.cpython-37m-riscv64-linux-gnu.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/objectify.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/objectify.cpython-37m-riscv64-linux-gnu.so
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/builder.cpython-37m-riscv64-linux-gnu.so
extracting debug info from /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7/site-packages/lxml/builder.cpython-37m-riscv64-linux-gnu.so
/usr/lib/rpm/sepdebugcrcfix: Updated 12 CRC32s, 0 CRC32s did match.
BUILDSTDERR: 31518 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /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 0
Bytecompiling .py files below /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zuV8fk
Processing files: python2-lxml-4.2.5-1.fc30.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nAHwqB
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ DOCDIR=/builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python2-lxml
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python2-lxml
+ cp -pr README.rst /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python2-lxml
+ cp -pr src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python2-lxml
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zaHmgV
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ LICENSEDIR=/builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python2-lxml
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python2-lxml
+ cp -pr doc/licenses/ZopePublicLicense.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python2-lxml
+ cp -pr LICENSES.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python2-lxml
+ exit 0
Provides: python-lxml = 4.2.5-1.fc30 python-lxml(riscv-64) = 4.2.5-1.fc30 python2-lxml = 4.2.5-1.fc30 python2-lxml(riscv-64) = 4.2.5-1.fc30 python2.7dist(lxml) = 4.2.5 python2dist(lxml) = 4.2.5
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libexslt.so.0()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.1)(64bit) libxml2.so.2(LIBXML2_2.6.10)(64bit) libxml2.so.2(LIBXML2_2.6.14)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.16)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.2)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.23)(64bit) libxml2.so.2(LIBXML2_2.6.24)(64bit) libxml2.so.2(LIBXML2_2.6.32)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.7.0)(64bit) libxml2.so.2(LIBXML2_2.7.4)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.1.2)(64bit) libxslt.so.1(LIBXML2_1.1.26)(64bit) libxslt.so.1(LIBXML2_1.1.9)(64bit) python(abi) = 2.7 rtld(GNU_HASH)
Obsoletes: python-lxml < 4.2.5-1.fc30
Recommends: python2-beautifulsoup4 python2-cssselect python2-html5lib
Processing files: python3-lxml-4.2.5-1.fc30.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iXyW9b
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ DOCDIR=/builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python3-lxml
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python3-lxml
+ cp -pr README.rst /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python3-lxml
+ cp -pr src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/doc/python3-lxml
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.liZ3Yw
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ LICENSEDIR=/builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python3-lxml
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python3-lxml
+ cp -pr doc/licenses/ZopePublicLicense.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python3-lxml
+ cp -pr LICENSES.txt /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64/usr/share/licenses/python3-lxml
+ exit 0
Provides: python3-lxml = 4.2.5-1.fc30 python3-lxml(riscv-64) = 4.2.5-1.fc30 python3.7dist(lxml) = 4.2.5 python3dist(lxml) = 4.2.5
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libexslt.so.0()(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.1)(64bit) libxml2.so.2(LIBXML2_2.6.10)(64bit) libxml2.so.2(LIBXML2_2.6.14)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.16)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.2)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.23)(64bit) libxml2.so.2(LIBXML2_2.6.24)(64bit) libxml2.so.2(LIBXML2_2.6.32)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.7.0)(64bit) libxml2.so.2(LIBXML2_2.7.4)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.1.2)(64bit) libxslt.so.1(LIBXML2_1.1.26)(64bit) libxslt.so.1(LIBXML2_1.1.9)(64bit) python(abi) = 3.7 rtld(GNU_HASH)
Recommends: python3-beautifulsoup4 python3-cssselect python3-html5lib
Processing files: python-lxml-debugsource-4.2.5-1.fc30.riscv64
Provides: python-lxml-debugsource = 4.2.5-1.fc30 python-lxml-debugsource(riscv-64) = 4.2.5-1.fc30
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python-lxml-debuginfo-4.2.5-1.fc30.riscv64
Provides: python-lxml-debuginfo = 4.2.5-1.fc30 python-lxml-debuginfo(riscv-64) = 4.2.5-1.fc30
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-lxml-debugsource(riscv-64) = 4.2.5-1.fc30
Processing files: python2-lxml-debuginfo-4.2.5-1.fc30.riscv64
Provides: debuginfo(build-id) = 041a8195ae6c0dfd2850c260cc01b1b9eb895d2f debuginfo(build-id) = 0cc75871c9f22446af3b81a5f10cebfd484a3b21 debuginfo(build-id) = 4fd5b72b2723aa7518fbb2d129da02ced661b7a2 debuginfo(build-id) = 52331b517d30290147a7c3cd9b152e6e445c6d3c debuginfo(build-id) = 648ad20b414af22d33d362ab0f7238bdc52b674a debuginfo(build-id) = 93cc1360d30208e7d0654ba5cda516d6e8f21dae python2-lxml-debuginfo = 4.2.5-1.fc30 python2-lxml-debuginfo(riscv-64) = 4.2.5-1.fc30
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-lxml-debugsource(riscv-64) = 4.2.5-1.fc30
Processing files: python3-lxml-debuginfo-4.2.5-1.fc30.riscv64
Provides: debuginfo(build-id) = 54b1aea0369c8abe4654a280b7f74e6073b0af14 debuginfo(build-id) = 72fdd5ed2bec5c9a5055bcfa034ef02622b48376 debuginfo(build-id) = 831dac67c5f0a207dc0cf0064650fa6a2ea51210 debuginfo(build-id) = 937d70085fa6b76aa667da5e43e382020561dbc0 debuginfo(build-id) = be92ba84815d34fcd7c445aee770e1791134e1d9 debuginfo(build-id) = e796deec8fb68c5d714c14b4e359c7f4efd6ca12 python3-lxml-debuginfo = 4.2.5-1.fc30 python3-lxml-debuginfo(riscv-64) = 4.2.5-1.fc30
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-lxml-debugsource(riscv-64) = 4.2.5-1.fc30
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
Wrote: /builddir/build/RPMS/python2-lxml-4.2.5-1.fc30.riscv64.rpm
Wrote: /builddir/build/RPMS/python3-lxml-4.2.5-1.fc30.riscv64.rpm
Wrote: /builddir/build/RPMS/python-lxml-debugsource-4.2.5-1.fc30.riscv64.rpm
Wrote: /builddir/build/RPMS/python-lxml-debuginfo-4.2.5-1.fc30.riscv64.rpm
Wrote: /builddir/build/RPMS/python2-lxml-debuginfo-4.2.5-1.fc30.riscv64.rpm
Wrote: /builddir/build/RPMS/python3-lxml-debuginfo-4.2.5-1.fc30.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Hn0zPi
+ umask 022
+ cd /builddir/build/BUILD
+ cd lxml-4.2.5
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-lxml-4.2.5-1.fc30.riscv64
+ exit 0
Child return code was: 0