Mock Version: 2.10 Mock Version: 2.10 Mock Version: 2.10 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XS-Parse-Sublike.spec'], chrootPath='/var/lib/mock/f33-build-632791-68296/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XS-Parse-Sublike.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1624320000 Wrote: /builddir/build/SRPMS/perl-XS-Parse-Sublike-0.12-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XS-Parse-Sublike.spec'], chrootPath='/var/lib/mock/f33-build-632791-68296/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XS-Parse-Sublike.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1624320000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jJR07J + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf XS-Parse-Sublike-0.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/XS-Parse-Sublike-0.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd XS-Parse-Sublike-0.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (XS-Parse-Sublike-0.10-Fix-type-mismatch-in-croak-format-string-width-argum.patch): + echo 'Patch #0 (XS-Parse-Sublike-0.10-Fix-type-mismatch-in-croak-format-string-width-argum.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/XS/Parse/Sublike.xs Hunk #2 succeeded at 348 (offset 31 lines). + chmod +x t/00use.t t/01func.t t/02func-signatures.t t/03func-deparse.t t/10stages-permit.t t/11stages-pre_subparse.t t/12stages-post_blockstart.t t/13stages-pre_blockend.t t/14stages-post_newcv.t t/15stages-filter_attr.t t/20registrations.t t/30any.t t/40parts-name.t t/41parts-attrs.t t/42parts-signature.t t/99pod.t + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GtpEaL + umask 022 + cd /builddir/build/BUILD + cd XS-Parse-Sublike-0.12 + perl Build.PL --installdirs=vendor '--optimize=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'XS-Parse-Sublike' version '0.12' + ./Build Building XS-Parse-Sublike gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/XS/Parse/Sublike.o lib/XS/Parse/Sublike.c In file included from lib/XS/Parse/Sublike.xs:33: hax/lexer-additions.c.inc:292:12: warning: 'MY_parse_scoped_block' defined but not used [-Wunused-function] 292 | static OP *MY_parse_scoped_block(pTHX_ int flags) | ^~~~~~~~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:269:18: warning: 'MY_parse_lexvar' defined but not used [-Wunused-function] 269 | static PADOFFSET MY_parse_lexvar(pTHX) | ^~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:240:12: warning: 'MY_lex_scan_version' defined but not used [-Wunused-function] 240 | static SV *MY_lex_scan_version(pTHX_ int flags) | ^~~~~~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:209:12: warning: 'MY_lex_scan_parenthesized' defined but not used [-Wunused-function] 209 | static SV *MY_lex_scan_parenthesized(pTHX) | ^~~~~~~~~~~~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:179:12: warning: 'MY_lex_scan_lexvar' defined but not used [-Wunused-function] 179 | static SV *MY_lex_scan_lexvar(pTHX) | ^~~~~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:145:12: warning: 'MY_lex_scan_attrs' defined but not used [-Wunused-function] 145 | static OP *MY_lex_scan_attrs(pTHX_ CV *compcv) | ^~~~~~~~~~~~~~~~~ hax/lexer-additions.c.inc:22:12: warning: 'MY_lex_consume' defined but not used [-Wunused-function] 22 | static int MY_lex_consume(pTHX_ char *s) | ^~~~~~~~~~~~~~ In file included from lib/XS/Parse/Sublike.xs:11: ./XSParseSublike.h:72:13: warning: 'S_boot_xs_parse_sublike' defined but not used [-Wunused-function] 72 | static void S_boot_xs_parse_sublike(pTHX_ double ver) { | ^~~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:63:12: warning: 'S_xs_parse_sublike_any' defined but not used [-Wunused-function] 63 | static int S_xs_parse_sublike_any(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:53:13: warning: 'S_register_xs_parse_sublike' defined but not used [-Wunused-function] 53 | static void S_register_xs_parse_sublike(pTHX_ const char *kw, const struct XSParseSublikeHooks *hooks, void *hookdata) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/XS/Parse/Sublike/Sublike.bs') 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 -lperl -o blib/arch/auto/XS/Parse/Sublike/Sublike.so lib/XS/Parse/Sublike.o + ./Build testlib gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o t/any.o t/any.c In file included from t/any.xs:11: ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/any/any.bs') 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 -lperl -o t/blib/arch/auto/t/any/any.so t/any.o gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o t/func.o t/func.c In file included from t/func.xs:11: ./XSParseSublike.h:63:12: warning: 'S_xs_parse_sublike_any' defined but not used [-Wunused-function] 63 | static int S_xs_parse_sublike_any(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/func/func.bs') 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 -lperl -o t/blib/arch/auto/t/func/func.so t/func.o gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o t/parts.o t/parts.c In file included from t/parts.xs:11: ./XSParseSublike.h:63:12: warning: 'S_xs_parse_sublike_any' defined but not used [-Wunused-function] 63 | static int S_xs_parse_sublike_any(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/parts/parts.bs') 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 -lperl -o t/blib/arch/auto/t/parts/parts.so t/parts.o gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o t/registrations.o t/registrations.c In file included from t/registrations.xs:11: ./XSParseSublike.h:63:12: warning: 'S_xs_parse_sublike_any' defined but not used [-Wunused-function] 63 | static int S_xs_parse_sublike_any(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/registrations/registrations.bs') 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 -lperl -o t/blib/arch/auto/t/registrations/registrations.so t/registrations.o gcc -I/usr/lib64/perl5/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -I. -Ihax -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o t/stages.o t/stages.c In file included from t/stages.xs:11: ./XSParseSublike.h:63:12: warning: 'S_xs_parse_sublike_any' defined but not used [-Wunused-function] 63 | static int S_xs_parse_sublike_any(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~~~~~ ./XSParseSublike.h:43:12: warning: 'S_xs_parse_sublike' defined but not used [-Wunused-function] 43 | static int S_xs_parse_sublike(pTHX_ const struct XSParseSublikeHooks *hooks, void *hookdata, OP **op_ptr) | ^~~~~~~~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/stages/stages.bs') 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 -lperl -o t/blib/arch/auto/t/stages/stages.so t/stages.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HfUvjJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 + cd XS-Parse-Sublike-0.12 + ./Build install --destdir=/builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 --create_packlist=0 Building XS-Parse-Sublike Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike/Sublike.bs Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike/Sublike.so Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/XS/Parse/Sublike.pm Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/XS/Parse/Sublike/Builder.pm Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/man/man3/XS::Parse::Sublike.3pm Installing /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/man/man3/XS::Parse::Sublike::Builder.3pm + find /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr + mkdir -p /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike + cp -a t /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike + find /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike -type f '(' -name '*.bs' -o -name '*.c' -o -name '*.o' ')' -delete + rm /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/99pod.t + cat + chmod +x /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/test + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.12-1.fc33 --unique-debug-suffix -0.12-1.fc33.riscv64 --unique-debug-src-base perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/XS-Parse-Sublike-0.12 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike/Sublike.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/func/func.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/parts/parts.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/any/any.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/func/func.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/parts/parts.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike/Sublike.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/any/any.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/registrations/registrations.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/registrations/registrations.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/stages/stages.so extracting debug info from /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/libexec/perl-XS-Parse-Sublike/t/blib/arch/auto/t/stages/stages.so original debug info size: 520kB, size after compression: 328kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 161 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/libexec/perl-XS-Parse-Sublike/test from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0Y0dqJ + umask 022 + cd /builddir/build/BUILD + cd XS-Parse-Sublike-0.12 ++ perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- -j4 + export HARNESS_OPTIONS=j4 + HARNESS_OPTIONS=j4 + ./Build test t/01func.t .................... ok t/02func-signatures.t ......... ok t/00use.t ..................... ok t/10stages-permit.t ........... ok t/11stages-pre_subparse.t ..... ok t/12stages-post_blockstart.t .. ok t/03func-deparse.t ............ ok t/13stages-pre_blockend.t ..... ok t/14stages-post_newcv.t ....... ok t/20registrations.t ........... ok t/15stages-filter_attr.t ...... ok t/30any.t ..................... ok t/40parts-name.t .............. ok t/41parts-attrs.t ............. ok t/42parts-signature.t ......... ok t/99pod.t ..................... ok All tests successful. Files=16, Tests=36, 4 wallclock secs ( 0.23 usr 0.13 sys + 8.17 cusr 1.10 csys = 9.63 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ptXgWI + umask 022 + cd /builddir/build/BUILD + cd XS-Parse-Sublike-0.12 + DOCDIR=/builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/doc/perl-XS-Parse-Sublike + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/doc/perl-XS-Parse-Sublike + cp -pr Changes /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/doc/perl-XS-Parse-Sublike + cp -pr README /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/doc/perl-XS-Parse-Sublike + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.teuf4H + umask 022 + cd /builddir/build/BUILD + cd XS-Parse-Sublike-0.12 + LICENSEDIR=/builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/licenses/perl-XS-Parse-Sublike + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/licenses/perl-XS-Parse-Sublike + cp -pr LICENSE /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64/usr/share/licenses/perl-XS-Parse-Sublike + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(XS::Parse::Sublike) = 0.12 perl(XS::Parse::Sublike::Builder) = 0.12 perl-XS-Parse-Sublike = 0.12-1.fc33 perl-XS-Parse-Sublike(riscv-64) = 0.12-1.fc33 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.14.0 perl(XSLoader) perl(warnings) rtld(GNU_HASH) Processing files: perl-XS-Parse-Sublike-tests-0.12-1.fc33.riscv64 Provides: perl-XS-Parse-Sublike-tests = 0.12-1.fc33 perl-XS-Parse-Sublike-tests(riscv-64) = 0.12-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.14.0 perl(B::Deparse) perl(Test::Fatal) perl(XS::Parse::Sublike) perl(feature) perl(lib) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-XS-Parse-Sublike-debugsource-0.12-1.fc33.riscv64 Provides: perl-XS-Parse-Sublike-debugsource = 0.12-1.fc33 perl-XS-Parse-Sublike-debugsource(riscv-64) = 0.12-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-XS-Parse-Sublike-debuginfo-0.12-1.fc33.riscv64 Provides: debuginfo(build-id) = ac7ababe1763f3848949a1f0839a9606f23b5aef perl-XS-Parse-Sublike-debuginfo = 0.12-1.fc33 perl-XS-Parse-Sublike-debuginfo(riscv-64) = 0.12-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-XS-Parse-Sublike-debugsource(riscv-64) = 0.12-1.fc33 Processing files: perl-XS-Parse-Sublike-tests-debuginfo-0.12-1.fc33.riscv64 Provides: debuginfo(build-id) = 24ebb992d2524b753234aaa7fccdbaffc8bc72c7 debuginfo(build-id) = 2e0772b5f690d546ff3a0972c3be4a0385582b1e debuginfo(build-id) = 46e22cc485af53fef0188ce5e74e23cc7ef80274 debuginfo(build-id) = 4e81bd6b7d014c6b525ee83c772d6015a3bf2ef3 debuginfo(build-id) = 9b83c6b5882c1cdf88055d328c85b005b4605fd2 perl-XS-Parse-Sublike-tests-debuginfo = 0.12-1.fc33 perl-XS-Parse-Sublike-tests-debuginfo(riscv-64) = 0.12-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-XS-Parse-Sublike-debugsource(riscv-64) = 0.12-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-XS-Parse-Sublike-debuginfo-0.12-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XS-Parse-Sublike-debugsource-0.12-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XS-Parse-Sublike-tests-debuginfo-0.12-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XS-Parse-Sublike-tests-0.12-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.u24UzH + umask 022 + cd /builddir/build/BUILD + cd XS-Parse-Sublike-0.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-XS-Parse-Sublike-0.12-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0