Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Parser.spec'], chrootPath='/var/lib/mock/f31-build-45686-26376/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Parser.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': 'en_US.UTF-8'} and shell False BUILDSTDERR: sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559260800 Wrote: /builddir/build/SRPMS/perl-XML-Parser-2.44-16.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Parser.spec'], chrootPath='/var/lib/mock/f31-build-45686-26376/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Parser.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': 'en_US.UTF-8'} and shell False BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559260800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VsudYs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf XML-Parser-2.44 + /usr/bin/gzip -dc /builddir/build/SOURCES/XML-Parser-2.44.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd XML-Parser-2.44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (XML-Parser-2.44_01-Fix-a-buffer-overwrite-in-parse_stream.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + chmod 644 samples/canonical samples/xmlcomments samples/xmlfilter samples/xmlstats + perl -pi -e 's|^#!/usr/local/bin/perl\b|#!/usr/bin/perl|' samples/canonical samples/xmlcomments samples/xmlfilter samples/xmlstats + rm -r inc + sed -i -e '/^inc\// d' MANIFEST + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (XML-Parser-2.44_01-Fix-a-buffer-overwrite-in-parse_stream.patch): patching file Expat/Expat.xs Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.20IHps + umask 022 + cd /builddir/build/BUILD + cd XML-Parser-2.44 + 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' + perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 + make -j4 'OPTIMIZE=-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' BUILDSTDERR: Expat.xs: In function 'generate_model': BUILDSTDERR: Expat.xs:262:3: warning: enumeration value 'XML_CTYPE_EMPTY' not handled in switch [-Wswitch] BUILDSTDERR: 262 | switch(model->type) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Expat.xs:262:3: warning: enumeration value 'XML_CTYPE_ANY' not handled in switch [-Wswitch] BUILDSTDERR: Expat.xs: In function 'parse_stream': BUILDSTDERR: Expat.xs:301:10: warning: unused variable 'buff' [-Wunused-variable] BUILDSTDERR: 301 | char *buff = (char *) 0; BUILDSTDERR: | ^~~~ BUILDSTDERR: Expat.xs: In function 'startElement': BUILDSTDERR: Expat.xs:489:9: warning: unused variable 'pnslst' [-Wunused-variable] BUILDSTDERR: 489 | SV ** pnslst; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Expat.xs:488:9: warning: unused variable 'pnstab' [-Wunused-variable] BUILDSTDERR: 488 | SV ** pnstab; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Expat.xs:485:9: warning: unused variable 'pcontext' [-Wunused-variable] BUILDSTDERR: 485 | SV ** pcontext; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from Expat.xs:15: BUILDSTDERR: Expat.xs: In function 'externalEntityRef': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: Expat.xs:1032:4: note: in expansion of macro 'POPs' BUILDSTDERR: 1032 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: Expat.xs: In function 'unknownEncoding': BUILDSTDERR: Expat.xs:1150:9: warning: unused variable 'count' [-Wunused-variable] BUILDSTDERR: 1150 | int count; BUILDSTDERR: | ^~~~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_ParseString': BUILDSTDERR: Expat.xs:1443:21: warning: variable 'cbv' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1443 | CallbackVector * cbv; BUILDSTDERR: | ^~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_ParseStream': BUILDSTDERR: Expat.xs:1466:9: warning: unused variable 'delimsv' [-Wunused-variable] BUILDSTDERR: 1466 | SV **delimsv; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_ParsePartial': BUILDSTDERR: Expat.xs:1492:21: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 1492 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_SetDoctypeHandler': BUILDSTDERR: Expat.xs:1744:8: warning: unused variable 'set' [-Wunused-variable] BUILDSTDERR: 1744 | int set = 0; BUILDSTDERR: | ^~~ BUILDSTDERR: Expat.c: In function 'XS_XML__Parser__Expat_GetBase': BUILDSTDERR: Expat.c:2276:7: warning: unused variable 'RETVAL' [-Wunused-variable] BUILDSTDERR: 2276 | SV * RETVAL; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_DefaultCurrent': BUILDSTDERR: Expat.xs:1924:21: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 1924 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from Expat.xs:16: BUILDSTDERR: Expat.c: In function 'XS_XML__Parser__Expat_ErrorString': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] BUILDSTDERR: 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ BUILDSTDERR: | ^~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' BUILDSTDERR: 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ BUILDSTDERR: | ^~~~ BUILDSTDERR: Expat.c:2588:9: warning: unused variable 'RETVAL' [-Wunused-variable] BUILDSTDERR: 2588 | char * RETVAL; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Expat.xs: In function 'XS_XML__Parser__Expat_Do_External_Parse': BUILDSTDERR: Expat.xs:2209:10: warning: unused variable 'pret' [-Wunused-variable] BUILDSTDERR: 2209 | int pret; BUILDSTDERR: | ^~~~ BUILDSTDERR: Expat.xs:2198:28: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 2198 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: Expat.xs:2196:8: warning: unused variable 'type' [-Wunused-variable] BUILDSTDERR: 2196 | int type; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5914, BUILDSTDERR: from Expat.xs:15: BUILDSTDERR: Expat.xs: In function 'parse_stream': BUILDSTDERR: /usr/lib64/perl5/CORE/inline.h:212:6: warning: 'tsiz' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 212 | U32 rc = SvREFCNT(sv); BUILDSTDERR: | ^~ BUILDSTDERR: Expat.xs:292:9: note: 'tsiz' was declared here BUILDSTDERR: 292 | SV * tsiz; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5914, BUILDSTDERR: from Expat.xs:15: BUILDSTDERR: /usr/lib64/perl5/CORE/inline.h:216:6: warning: 'tbuff' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 216 | Perl_sv_free2(aTHX_ sv, rc); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Expat.xs:291:9: note: 'tbuff' was declared here BUILDSTDERR: 291 | SV * tbuff; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from Expat.xs:15: BUILDSTDERR: Expat.c: In function 'XS_XML__Parser__Expat_Do_External_Parse': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:393:12: warning: 'RETVAL' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 393 | IV TARGi_iv = i; \ BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: Expat.c:2914:6: note: 'RETVAL' was declared here BUILDSTDERR: 2914 | int RETVAL; BUILDSTDERR: | ^~~~~~ Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Parser make[1]: Entering directory '/builddir/build/BUILD/XML-Parser-2.44/Expat' Running Mkbootstrap for Expat () "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/XML-Parser-2.44/Expat/typemap' Expat.xs > Expat.xsc chmod 644 "Expat.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc cp Parser.pm blib/lib/XML/Parser.pm cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc cp Expat.pm ../blib/lib/XML/Parser/Expat.pm mv Expat.xsc Expat.c gcc -c -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -DVERSION=\"2.44\" -DXS_VERSION=\"2.44\" -fPIC "-I/usr/lib64/perl5/CORE" Expat.c rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Expat.o -o ../blib/arch/auto/XML/Parser/Expat/Expat.so \ -lexpat -lperl \ chmod 755 ../blib/arch/auto/XML/Parser/Expat/Expat.so Manifying 1 pod document BUILDSTDERR: make[1]: Leaving director+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 y '/builddir/build/BUILD/XML-Parser-2.44/Expat' Manifying 6 pod documents Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.k8OV5t + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 + cd XML-Parser-2.44 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 make[1]: Entering directory '/builddir/build/BUILD/XML-Parser-2.44/Expat' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 Manifying 1 pod document make[1]: Leaving directory '/builddir/build/BUILD/XML-Parser-2.44/Expat' Manifying 6 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.so Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Expat.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/LWPExternEnt.pl Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Style/Debug.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Style/Objects.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Style/Subs.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Style/Tree.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Style/Stream.pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-4.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-2.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-7.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-5.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/windows-1252.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/windows-1250.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-3.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/ibm866.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/koi8-r.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-euc-jp-unicode.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/windows-1255.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-sjis-unicode.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/big5.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-euc-jp-jisx0221.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/README Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-sjis-cp932.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-sjis-jisx0221.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-8.enc BUILDSTDERR: Installing /builddir/build/BUILDROOT/perl-XML-Parser+ find /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 -type f -name '*.bs' -a -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr + for file in samples/REC-xml-19980210.xml + iconv -f iso-8859-1 -t utf-8 + mv -f samples/REC-xml-19980210.xml_ samples/REC-xml-19980210.xml + sed -i -e 's/encoding='\''ISO-8859-1'\''/encoding='\''UTF-8'\''/' samples/REC-xml-19980210.xml + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.44-16.fc31 --unique-debug-suffix -2.44-16.fc31.riscv64 --unique-debug-src-base perl-XML-Parser-2.44-16.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/XML-Parser-2.44 BUILDSTDERR: 233 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '%{__python}' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs -2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/x-sjis-jdk117.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/euc-kr.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/iso-8859-9.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/Japanese_Encodings.msg Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Parser/Encodings/windows-1251.enc Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Expat.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Style::Stream.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Style::Tree.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Style::Debug.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Style::Objects.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser.3pm Installing /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/man/man3/XML::Parser::Style::Subs.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.so extracting debug info from /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.so original debug info size: 328kB, size after compression: 324kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CIwghq Processing files: perl-XML-Parser-2.44-16.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PwjWpt + umask 022 + cd /builddir/build/BUILD + cd XML-Parser-2.44 + DOCDIR=/builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/doc/perl-XML-Parser + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/doc/perl-XML-Parser + cp -pr README /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/doc/perl-XML-Parser + cp -pr Changes /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/doc/perl-XML-Parser + cp -pr samples/ /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64/usr/share/doc/perl-XML-Parser + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). Provides: perl(XML::Parser) = 2.44 perl(XML::Parser::Expat) = 2.44 perl(XML::Parser::Style::Debug) perl(XML::Parser::Style::Objects) perl(XML::Parser::Style::Stream) perl(XML::Parser::Style::Subs) perl(XML::Parser::Style::Tree) perl-XML-Parser = 2.44-16.fc31 perl-XML-Parser(riscv-64) = 2.44-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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) libexpat.so.1()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.4.0 perl(Carp) perl(DynaLoader) perl(overload) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-XML-Parser-debugsource-2.44-16.fc31.riscv64 Provides: perl-XML-Parser-debugsource = 2.44-16.fc31 perl-XML-Parser-debugsource(riscv-64) = 2.44-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-XML-Parser-debuginfo-2.44-16.fc31.riscv64 Provides: debuginfo(build-id) = 36af5d8dd9a326194c2b751a8052676c49d4f607 perl-XML-Parser-debuginfo = 2.44-16.fc31 perl-XML-Parser-debuginfo(riscv-64) = 2.44-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-XML-Parser-debugsource(riscv-64) = 2.44-16.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-XML-Parser-debugsource-2.44-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-Parser-debuginfo-2.44-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-Parser-2.44-16.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LYgajq + umask 022 + cd /builddir/build/BUILD + cd XML-Parser-2.44 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-XML-Parser-2.44-16.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0