Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Scope-Upper.spec'], chrootPath='/var/lib/mock/f33-build-285128-53037/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Scope-Upper.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 sh: perl: command not found sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1592784000 Wrote: /builddir/build/SRPMS/perl-Scope-Upper-0.32-4.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-Scope-Upper.spec'], chrootPath='/var/lib/mock/f33-build-285128-53037/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Scope-Upper.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=1592784000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2TJnw9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Scope-Upper-0.32 + /usr/bin/gzip -dc /builddir/build/SOURCES/Scope-Upper-0.32.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Scope-Upper-0.32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e '1s,^#!.*perl,#!/usr/bin/perl,' samples/bench_uplevel.pl samples/tag.pl samples/try.pl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fMHyla + umask 022 + cd /builddir/build/BUILD + cd Scope-Upper-0.32 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-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' NO_PACKLIST=1 Checking if this is an official release of perl... yes Checking if this is gcc 3.4 on Windows trying to link against an import library... no Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Scope::Upper + make -j4 "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Upper.xs > Upper.xsc Running Mkbootstrap for Upper () chmod 644 "Upper.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Upper.bs blib/arch/auto/Scope/Upper/Upper.bs 644 cp lib/Scope/Upper.pm blib/lib/Scope/Upper.pm mv Upper.xsc Upper.c gcc -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 -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 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -fPIC "-I/usr/lib64/perl5/CORE" -DSU_RELEASE=1 Upper.c Upper.xs: In function 'su_uplevel_ud_new': Upper.xs:389:17: warning: unused variable 'si' [-Wunused-variable] 389 | PERL_SI *si; | ^~ In file included from Upper.xs:470: xsh/threads.h: In function 'xsh_clone': xsh/threads.h:453:7: warning: variable 'global_setup' set but not used [-Wunused-but-set-variable] 453 | int global_setup; | ^~~~~~~~~~~~ Upper.xs: In function 'su_uplevel_restore_new': Upper.xs:1737:16: warning: unused variable 'cx' [-Wunused-variable] 1737 | PERL_CONTEXT *cx; | ^~ Upper.xs: In function 'su_uplevel_runops_hook_entersub': Upper.xs:2015:6: warning: unused variable 'op' [-Wunused-variable] 2015 | OP *op = PL_op; | ^~ Upper.xs: In function 'su_context_logical2real': Upper.xs:2501:16: warning: unused variable 'cx' [-Wunused-variable] 2501 | PERL_CONTEXT *cx; | ^~ At top level: Upper.xs:1648:12: warning: 'su_uplevel_goto_static' defined but not used [-Wunused-function] 1648 | static int su_uplevel_goto_static(const OP *o) { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from Upper.xs:470: xsh/threads.h:168:12: warning: 'xsh_is_loaded' defined but not used [-Wunused-function] 168 | static int xsh_is_loaded(pTHX_ void *cxt) { | ^~~~~~~~~~~~~ In file included from xsh/threads.h:6, from Upper.xs:470: xsh/mem.h:143:14: warning: 'xsh_shared_recalloc' defined but not used [-Wunused-function] 143 | static void *xsh_shared_recalloc(pPMS_ void *p, size_t old_size, size_t new_size) { | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Scope/Upper/Upper.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 Upper.o -o blib/arch/auto/Scope/Upper/Upper.so \ -lperl \ chmod 755 blib/arch/auto/Scope/Upper/Upper.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SZ4Cua + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 + cd Scope-Upper-0.32 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Upper.bs blib/arch/auto/Scope/Upper/Upper.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Scope/Upper/Upper.so Installing /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/lib64/perl5/vendor_perl/Scope/Upper.pm Installing /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/man/man3/Scope::Upper.3pm + find /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.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-Scope-Upper-0.32-4.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.32-4.fc33 --unique-debug-suffix -0.32-4.fc33.riscv64 --unique-debug-src-base perl-Scope-Upper-0.32-4.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Scope-Upper-0.32 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Scope/Upper/Upper.so extracting debug info from /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Scope/Upper/Upper.so original debug info size: 264kB, size after compression: 260kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 369 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uZtsY8 + umask 022 + cd /builddir/build/BUILD + cd Scope-Upper-0.32 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Upper.bs blib/arch/auto/Scope/Upper/Upper.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Scope::Upper 0.32, Perl 5.032000, /usr/bin/perl t/00-load.t ...................... ok t/01-import.t .................... ok t/05-words.t ..................... ok t/06-want_at.t ................... ok t/07-context_info.t .............. ok # Using threads 2.25 # Using threads::shared 1.61 t/09-load-threads.t .............. ok t/11-reap-level.t ................ ok t/12-reap-block.t ................ ok t/13-reap-ctl.t .................. ok t/15-reap-multi.t ................ ok t/16-reap-numerous.t ............. ok t/20-localize-target.t ........... ok t/21-localize-level.t ............ ok t/22-localize-block.t ............ ok t/23-localize-ctl.t .............. ok t/24-localize-magic.t ............ ok t/25-localize-multi.t ............ ok t/26-localize-numerous.t ......... ok t/30-localize_elem-target.t ...... ok t/31-localize_elem-level.t ....... ok t/32-localize_elem-block.t ....... ok t/34-localize_elem-magic.t ....... ok t/36-localize_elem-numerous.t .... ok t/40-localize_delete-target.t .... ok t/41-localize_delete-level.t ..... ok t/44-localize_delete-magic.t ..... ok t/46-localize_delete-numerous.t .. ok t/50-unwind-target.t ............. ok t/51-unwind-multi.t .............. ok t/52-unwind-context.t ............ ok t/53-unwind-misc.t ............... ok # Using threads 2.25 # Using threads::shared 1.61 # Using usleep() from Time::HiRes 1.9764 t/54-unwind-threads.t ............ ok t/55-yield-target.t .............. ok t/57-yield-context.t ............. ok t/58-yield-misc.t ................ ok # Using threads 2.25 # Using threads::shared 1.61 # Using usleep() from Time::HiRes 1.9764 t/59-yield-threads.t ............. ok t/60-uplevel-target.t ............ ok t/61-uplevel-args.t .............. ok t/62-uplevel-return.t ............ ok t/63-uplevel-ctl.t ............... ok t/64-uplevel-caller.t ............ ok t/65-uplevel-multi.t ............. ok t/66-uplevel-context.t ........... ok t/67-uplevel-scope.t ............. ok # Using threads 2.25 # Using threads::shared 1.61 # Using usleep() from Time::HiRes 1.9764 t/69-uplevel-threads.t ........... ok t/70-uid-target.t ................ ok t/74-uid-validate.t .............. ok t/75-uid-uplevel.t ............... ok # Using threads 2.25 # Using threads::shared 1.61 # Using usleep() from Time::HiRes 1.9764 t/79-uid-threads.t ............... ok t/81-stress-level.t .............. ok t/84-stress-unwind.t ............. ok t/85-stress-yield.t .............. ok t/86-stress-uplevel.t ............ ok t/87-stress-uid.t ................ ok All tests successful. Files=54, Tests=102379, 268 wallclock secs (102.59 usr 4.50 sys + 214.88 cusr 32.21 csys = 354.18 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Scope-Upper-0.32-4.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6JBKGb + umask 022 + cd /builddir/build/BUILD + cd Scope-Upper-0.32 + DOCDIR=/builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/doc/perl-Scope-Upper + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/doc/perl-Scope-Upper + cp -pr README /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/doc/perl-Scope-Upper + cp -pr Changes /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/doc/perl-Scope-Upper + cp -pr samples /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64/usr/share/doc/perl-Scope-Upper + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Scope::Upper) = 0.32 perl-Scope-Upper = 0.32-4.fc33 perl-Scope-Upper(riscv-64) = 0.32-4.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) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.6.0 perl(Exporter) perl(base) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Scope-Upper-debugsource-0.32-4.fc33.riscv64 Provides: perl-Scope-Upper-debugsource = 0.32-4.fc33 perl-Scope-Upper-debugsource(riscv-64) = 0.32-4.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Scope-Upper-debuginfo-0.32-4.fc33.riscv64 Provides: debuginfo(build-id) = 46f11cae11683783fdcb0ebf21bff8592eb27c75 perl-Scope-Upper-debuginfo = 0.32-4.fc33 perl-Scope-Upper-debuginfo(riscv-64) = 0.32-4.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Scope-Upper-debugsource(riscv-64) = 0.32-4.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Scope-Upper-0.32-4.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Scope-Upper-debugsource-0.32-4.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Scope-Upper-debuginfo-0.32-4.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JXofm8 + umask 022 + cd /builddir/build/BUILD + cd Scope-Upper-0.32 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Scope-Upper-0.32-4.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0