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-SAX-ExpatXS.spec'], chrootPath='/var/lib/mock/f31-build-66916-29946/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-SAX-ExpatXS.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: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-XML-SAX-ExpatXS-1.33-24.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-SAX-ExpatXS.spec'], chrootPath='/var/lib/mock/f31-build-66916-29946/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-SAX-ExpatXS.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 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fvavdW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf XML-SAX-ExpatXS-1.33 + /usr/bin/gzip -dc /builddir/build/SOURCES/XML-SAX-ExpatXS-1.33.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd XML-SAX-ExpatXS-1.33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -x ExpatXS.xs + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iUlBHV + umask 022 + cd /builddir/build/BUILD + cd XML-SAX-ExpatXS-1.33 + echo n + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor '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' + make -j4 BUILDSTDERR: ExpatXS.xs: In function 'del_ns_mapping': BUILDSTDERR: ExpatXS.xs:262:9: warning: unused variable 'key' [-Wunused-variable] BUILDSTDERR: 262 | I32 key = 0; BUILDSTDERR: | ^~~ BUILDSTDERR: ExpatXS.xs: In function 'generate_model': BUILDSTDERR: ExpatXS.xs:356:3: warning: enumeration value 'XML_CTYPE_EMPTY' not handled in switch [-Wswitch] BUILDSTDERR: 356 | switch(model->type) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ExpatXS.xs:356:3: warning: enumeration value 'XML_CTYPE_ANY' not handled in switch [-Wswitch] BUILDSTDERR: ExpatXS.xs: In function 'parse_stream': BUILDSTDERR: ExpatXS.xs:396:14: warning: unused variable 'buff' [-Wunused-variable] BUILDSTDERR: 396 | char *buff = (char *) 0; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: ExpatXS.xs: In function 'characterData': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:81:19: warning: unused variable 'sp' [-Wunused-variable] BUILDSTDERR: 81 | #define dSP SV **sp = PL_stack_sp BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:81:19: note: in definition of macro 'dSP' BUILDSTDERR: 81 | #define dSP SV **sp = PL_stack_sp BUILDSTDERR: | ^~ BUILDSTDERR: ExpatXS.xs: In function 'startElement': BUILDSTDERR: ExpatXS.xs:643:16: warning: unused variable 'klen' [-Wunused-variable] BUILDSTDERR: 643 | STRLEN klen; BUILDSTDERR: | ^~~~ BUILDSTDERR: ExpatXS.xs:627:11: warning: unused variable 'pcontext' [-Wunused-variable] BUILDSTDERR: 627 | SV ** pcontext; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ExpatXS.xs: In function 'endElement': BUILDSTDERR: ExpatXS.xs:724:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 724 | while (next = hv_iternext(node)) { BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5359, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: ExpatXS.xs:726:40: warning: pointer targets in passing argument 3 of 'Perl_hv_iterkey' differ in signedness [-Wpointer-sign] BUILDSTDERR: 726 | char *key = hv_iterkey(next, &keylen); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | U32 * {aka unsigned int *} BUILDSTDERR: /usr/lib64/perl5/CORE/embed.h:246:50: note: in definition of macro 'hv_iterkey' BUILDSTDERR: 246 | #define hv_iterkey(a,b) Perl_hv_iterkey(aTHX_ a,b) BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5320, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:1287:21: note: expected 'I32 *' {aka 'int *'} but argument is of type 'U32 *' {aka 'unsigned int *'} BUILDSTDERR: 1287 | PERL_CALLCONV char* Perl_hv_iterkey(pTHX_ HE* entry, I32* retlen) BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: ExpatXS.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: ExpatXS.xs:1382:4: note: in expansion of macro 'POPs' BUILDSTDERR: 1382 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: ExpatXS.xs: In function 'unknownEncoding': BUILDSTDERR: ExpatXS.xs:1502:9: warning: unused variable 'count' [-Wunused-variable] BUILDSTDERR: 1502 | int count; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ExpatXS.xs: In function 'XS_XML__SAX__ExpatXS_ParseString': BUILDSTDERR: ExpatXS.xs:1716:24: warning: variable 'cbv' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1716 | CallbackVector * cbv; BUILDSTDERR: | ^~~ BUILDSTDERR: ExpatXS.xs: In function 'XS_XML__SAX__ExpatXS_ParseStream': BUILDSTDERR: ExpatXS.xs:1740:12: warning: unused variable 'delimsv' [-Wunused-variable] BUILDSTDERR: 1740 | SV **delimsv; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ExpatXS.xs: In function 'XS_XML__SAX__ExpatXS_ParsePartial': BUILDSTDERR: ExpatXS.xs:1764:24: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 1764 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: ExpatXS.c: In function 'XS_XML__SAX__ExpatXS_GetBase': BUILDSTDERR: ExpatXS.c:2059:7: warning: unused variable 'RETVAL' [-Wunused-variable] BUILDSTDERR: 2059 | SV * RETVAL; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ExpatXS.xs: In function 'XS_XML__SAX__ExpatXS_DefaultCurrent': BUILDSTDERR: ExpatXS.xs:1979:24: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 1979 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from ExpatXS.xs:24: BUILDSTDERR: ExpatXS.c: In function 'XS_XML__SAX__ExpatXS_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: ExpatXS.c:2441:9: warning: unused variable 'RETVAL' [-Wunused-variable] BUILDSTDERR: 2441 | char * RETVAL; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ExpatXS.xs: In function 'XS_XML__SAX__ExpatXS_Do_External_Parse': BUILDSTDERR: ExpatXS.xs:2150:13: warning: unused variable 'pret' [-Wunused-variable] BUILDSTDERR: 2150 | int pret; BUILDSTDERR: | ^~~~ BUILDSTDERR: ExpatXS.xs:2139:24: warning: unused variable 'cbv' [-Wunused-variable] BUILDSTDERR: 2139 | CallbackVector * cbv = (CallbackVector *) XML_GetUserData(parser); BUILDSTDERR: | ^~~ BUILDSTDERR: ExpatXS.xs:2137:10: warning: unused variable 'type' [-Wunused-variable] BUILDSTDERR: 2137 | int type; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5914, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: ExpatXS.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: ExpatXS.xs:387:13: note: 'tsiz' was declared here BUILDSTDERR: 387 | SV * tsiz; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5914, BUILDSTDERR: from ExpatXS.xs:23: 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: ExpatXS.xs:386:13: note: 'tbuff' was declared here BUILDSTDERR: 386 | SV * tbuff; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from ExpatXS.xs:23: BUILDSTDERR: ExpatXS.c: In function 'XS_XML__SAX__ExpatXS_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: ExpatXS.c:2623:6: note: 'RETVAL' was declared here BUILDSTDERR: 2623 | int RETVAL; BUILDSTDERR: | ^~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Writing XML::SAX::ExpatXS::Preload Checking if your kit is complete... Looks good Do you want to alter ParserDetails.ini? [Y] Generating a Unix-style Makefile Writing Makefile for XML::SAX::ExpatXS "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/XML-SAX-ExpatXS-1.33/typemap' ExpatXS.xs > ExpatXS.xsc Running Mkbootstrap for ExpatXS () chmod 644 "ExpatXS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExpatXS.bs blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.bs 644 cp lib/XML/SAX/ExpatXS/Encodings/windows-1250.enc blib/lib/XML/SAX/ExpatXS/Encodings/windows-1250.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-3.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-3.enc cp lib/XML/SAX/ExpatXS/Encodings/big5.enc blib/lib/XML/SAX/ExpatXS/Encodings/big5.enc cp lib/XML/SAX/ExpatXS.pm blib/lib/XML/SAX/ExpatXS.pm cp lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-jisx0221.enc cp lib/XML/SAX/ExpatXS/Encodings/windows-1252.enc blib/lib/XML/SAX/ExpatXS/Encodings/windows-1252.enc cp lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-unicode.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-unicode.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-7.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-7.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-cp932.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-cp932.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-5.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-5.enc cp lib/XML/SAX/ExpatXS/Preload.pm blib/lib/XML/SAX/ExpatXS/Preload.pm cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-4.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-4.enc cp lib/XML/SAX/ExpatXS/Encoding.pm blib/lib/XML/SAX/ExpatXS/Encoding.pm cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-8.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-8.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-jdk117.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-jdk117.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-jisx0221.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-jisx0221.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-9.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-9.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-unicode.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-unicode.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-2.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-2.enc cp lib/XML/SAX/ExpatXS/Encodings/euc-kr.enc blib/lib/XML/SAX/ExpatXS/Encodings/euc-kr.enc mv ExpatXS.xsc ExpatXS.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=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I/usr/lib64/perl5/CORE" ExpatXS.c rm -f blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.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 ExpatXS.o -o blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so \ -lexpat -lperl \ chmod 755 blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so Manifying 3 pod documents Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.av9zDS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 + cd XML-SAX-ExpatXS-1.33 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 + find /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.33-24.fc31 --unique-debug-suffix -1.33-24.fc31.riscv64 --unique-debug-src-base perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/XML-SAX-ExpatXS-1.33 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExpatXS.bs blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/SAX/ExpatXS/ExpatXS.so Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS.pm Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Preload.pm Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encoding.pm Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-4.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-2.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-7.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-5.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/windows-1252.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/windows-1250.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-3.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-euc-jp-unicode.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-sjis-unicode.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/big5.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-euc-jp-jisx0221.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-sjis-cp932.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-sjis-jisx0221.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-8.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/x-sjis-jdk117.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/euc-kr.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/SAX/ExpatXS/Encodings/iso-8859-9.enc Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/man/man3/XML::SAX::ExpatXS::Preload.3pm Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/man/man3/XML::SAX::ExpatXS::Encoding.3pm Installing /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/man/man3/XML::SAX::ExpatXS.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/SAX/ExpatXS/ExpatXS.so extracting debug info from /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/SAX/ExpatXS/ExpatXS.so original debug info size: 316kB, size after compression: 308kB BUILDSTDERR: /u241 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 /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs sr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sVRTiU Processing files: perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wQ3e5V + umask 022 + cd /builddir/build/BUILD + cd XML-SAX-ExpatXS-1.33 + DOCDIR=/builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/doc/perl-XML-SAX-ExpatXS + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/doc/perl-XML-SAX-ExpatXS + cp -pr Changes /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/doc/perl-XML-SAX-ExpatXS + cp -pr README /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64/usr/share/doc/perl-XML-SAX-ExpatXS + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(XML::SAX::ExpatXS) = 1.33 perl(XML::SAX::ExpatXS::ContentModel) perl(XML::SAX::ExpatXS::Encinfo) perl(XML::SAX::ExpatXS::Encoding) perl(XML::SAX::ExpatXS::Preload) = 0.01 perl-XML-SAX-ExpatXS = 1.33-24.fc31 perl-XML-SAX-ExpatXS(riscv-64) = 1.33-24.fc31 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(preun): /bin/sh 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(IO::File) perl(XML::SAX::Base) perl(XML::SAX::ExpatXS) perl(XML::SAX::ExpatXS::Encoding) perl(XML::SAX::ExpatXS::Preload) perl(overload) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-XML-SAX-ExpatXS-debugsource-1.33-24.fc31.riscv64 Provides: perl-XML-SAX-ExpatXS-debugsource = 1.33-24.fc31 perl-XML-SAX-ExpatXS-debugsource(riscv-64) = 1.33-24.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-XML-SAX-ExpatXS-debuginfo-1.33-24.fc31.riscv64 Provides: debuginfo(build-id) = 20c733ab160d5b7eed8fa4b6a1788f71bfa2b51e perl-XML-SAX-ExpatXS-debuginfo = 1.33-24.fc31 perl-XML-SAX-ExpatXS-debuginfo(riscv-64) = 1.33-24.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-XML-SAX-ExpatXS-debugsource(riscv-64) = 1.33-24.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-XML-SAX-ExpatXS-debugsource-1.33-24.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-SAX-ExpatXS-debuginfo-1.33-24.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZWnkIT + umask 022 + cd /builddir/build/BUILD + cd XML-SAX-ExpatXS-1.33 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-XML-SAX-ExpatXS-1.33-24.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0