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-BDB.spec'], chrootPath='/var/lib/mock/f33-build-123272-38522/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-BDB.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 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580256000 Wrote: /builddir/build/SRPMS/perl-BDB-1.92-9.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-BDB.spec'], chrootPath='/var/lib/mock/f33-build-123272-38522/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-BDB.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=1580256000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BYSOZT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf BDB-1.92 + /usr/bin/gzip -dc /builddir/build/SOURCES/BDB-1.92.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd BDB-1.92 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xOBzDT + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + 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' NO_PACKLIST=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BDB + make -j4 Running Mkbootstrap for BDB () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/BDB-1.92/typemap' BDB.xs > BDB.xsc chmod 644 "BDB.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BDB.bs blib/arch/auto/BDB/BDB.bs 644 cp BDB.pm blib/lib/BDB.pm mv BDB.xsc BDB.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.92\" -DXS_VERSION=\"1.92\" -fPIC "-I/usr/lib64/perl5/CORE" BDB.c BDB.xs: In function 'poll_cb': BDB.xs:644:7: warning: unused variable 'do_croak' [-Wunused-variable] 644 | int do_croak = 0; | ^~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5317, from BDB.xs:8: /usr/lib64/perl5/CORE/pp.h:81:19: warning: unused variable 'sp' [-Wunused-variable] 81 | #define dSP SV **sp = PL_stack_sp | ^~ /usr/lib64/perl5/CORE/pp.h:81:19: note: in definition of macro 'dSP' 81 | #define dSP SV **sp = PL_stack_sp | ^~ BDB.xs: In function 'atfork_child': BDB.xs:993:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 993 | while (prv = reqq_shift (&req_queue)) | ^~~ BDB.xs:996:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 996 | while (prv = reqq_shift (&res_queue)) | ^~~ BDB.c: In function 'XS_BDB_db_env_lock_detect': BDB.c:1947:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 1947 | SV * dummy; | ^~~~~ BDB.c: In function 'XS_BDB_db_env_memp_sync': BDB.c:2006:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 2006 | SV * dummy; | ^~~~~ BDB.c: In function 'XS_BDB_db_env_memp_trickle': BDB.c:2050:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 2050 | SV * dummy; | ^~~~~ BDB.c: In function 'XS_BDB_db_compact': BDB.c:2473:7: warning: variable 'unused2' set but not used [-Wunused-but-set-variable] 2473 | SV * unused2; | ^~~~~~~ BDB.c:2471:7: warning: variable 'unused1' set but not used [-Wunused-but-set-variable] 2471 | SV * unused1; | ^~~~~~~ BDB.c: In function 'XS_BDB_db_verify': BDB.c:2600:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 2600 | SV * dummy; | ^~~~~ BDB.c: In function 'XS_BDB_db_c_count': BDB.c:3245:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable] 3245 | U32 flags; | ^~~~~ In file included from BDB.xs:9: BDB.c: In function 'XS_BDB__Cursor_set_priority': /usr/lib64/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ | ^~~~ /usr/lib64/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ | ^~~~ BDB.c:5105:6: warning: unused variable 'RETVAL' [-Wunused-variable] 5105 | int RETVAL; | ^~~~~~ In file included from BDB.xs:11: schmorp.h: In function 's_epipe_signal': schmorp.h:450:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 450 | write (epp->fd [1], &counter, (epp->len = 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schmorp.h: In function 's_epipe_drain': schmorp.h:463:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 463 | read (epp->fd [0], buf, sizeof (buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function] 417 | s_epipe_destroy (s_epipe *epp) | ^~~~~~~~~~~~~~~ schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function] 220 | s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg) | ^~~~~~~~ schmorp.h:198:1: warning: 's_get_cv_croak' defined but not used [-Wunused-function] 198 | s_get_cv_croak (SV *cb_sv) | ^~~~~~~~~~~~~~ schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function] 174 | s_fileno_croak (SV *fh, int wr) | ^~~~~~~~~~~~~~ schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function] 139 | s_signum_croak (SV *sig) | ^~~~~~~~~~~~~~ rm -f blib/arch/auto/BDB/BDB.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 BDB.o -o blib/arch/auto/BDB/BDB.so \ -lpthread -ldb -lperl \ chmod 755 blib/arch/auto/BDB/BDB.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0elxiV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 + cd BDB-1.92 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BDB.bs blib/arch/auto/BDB/BDB.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-BDB-1.92-9.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so Installing /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/lib64/perl5/vendor_perl/BDB.pm Installing /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/man/man3/BDB.3pm + find /builddir/build/BUILDROOT/perl-BDB-1.92-9.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-BDB-1.92-9.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.92-9.fc33 --unique-debug-suffix -1.92-9.fc33.riscv64 --unique-debug-src-base perl-BDB-1.92-9.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/BDB-1.92 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so extracting debug info from /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so original debug info size: 568kB, size after compression: 552kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 389 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 /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.U0mKQV + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BDB.bs blib/arch/auto/BDB/BDB.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 t/00_load.t ... ok t/01_basic.t .. ok All tests successful. Files=2, Tests=13, 3 wallclock secs ( 0.67 usr 0.21 sys + 1.03 cusr 0.30 csys = 2.21 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-BDB-1.92-9.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PVMryS + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + DOCDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/doc/perl-BDB + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/doc/perl-BDB + cp -pr Changes /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/doc/perl-BDB + cp -pr README /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/doc/perl-BDB + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KFJVBU + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + LICENSEDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/licenses/perl-BDB + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/licenses/perl-BDB + cp -pr COPYING /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64/usr/share/licenses/perl-BDB + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(BDB) = 1.92 perl-BDB = 1.92-9.fc33 perl-BDB(riscv-64) = 1.92-9.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) libc.so.6(GLIBC_2.28)(64bit) libdb-5.3.so()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(Exporter) perl(base) perl(common::sense) rtld(GNU_HASH) Processing files: perl-BDB-debugsource-1.92-9.fc33.riscv64 Provides: perl-BDB-debugsource = 1.92-9.fc33 perl-BDB-debugsource(riscv-64) = 1.92-9.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-BDB-debuginfo-1.92-9.fc33.riscv64 Provides: debuginfo(build-id) = b9116222e8deb2bd65d69f11692430ac4938760c perl-BDB-debuginfo = 1.92-9.fc33 perl-BDB-debuginfo(riscv-64) = 1.92-9.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-BDB-debugsource(riscv-64) = 1.92-9.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-BDB-1.92-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debugsource-1.92-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debuginfo-1.92-9.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PwxrUR + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-9.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0