Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-BDB.spec'], chrootPath='/var/lib/mock/f29-build-13038730-949804/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --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 sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-BDB-1.92-5.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-BDB.spec'], chrootPath='/var/lib/mock/f29-build-13038730-949804/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3kI5u0 + 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 . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iF7Bo5 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' NO_PACKLIST=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BDB + make -j6 "/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 Running Mkbootstrap for BDB () 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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] int do_croak = 0; ^~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5251, from BDB.xs:8: /usr/lib64/perl5/CORE/pp.h:81:19: warning: unused variable 'sp' [-Wunused-variable] #define dSP SV **sp = PL_stack_sp ^~ /usr/lib64/perl5/CORE/pp.h:81:19: note: in definition of macro 'dSP' #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] while (prv = reqq_shift (&req_queue)) ^~~ BDB.xs:996:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 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] 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] 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] 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] SV * unused2; ^~~~~~~ BDB.c:2471:7: warning: variable 'unused1' set but not used [-Wunused-but-set-variable] 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] 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] 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] #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' #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ BDB.c:5105:6: warning: unused variable 'RETVAL' [-Wunused-variable] 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] 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] read (epp->fd [0], buf, sizeof (buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function] s_epipe_destroy (s_epipe *epp) ^~~~~~~~~~~~~~~ schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function] s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg) ^~~~~~~~ schmorp.h:198:1: warning: 's_get_cv_croak' defined but not used [-Wunused-function] s_get_cv_croak (SV *cb_sv) ^~~~~~~~~~~~~~ schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function] s_fileno_croak (SV *fh, int wr) ^~~~~~~~~~~~~~ schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function] s_signum_croak (SV *sig) ^~~~~~~~~~~~~~ rm -f blib/arch/auto/BDB/BDB.so gcc -lpthread -shared -Wl,-z,relro -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eyB51j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 + cd BDB-1.92 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 "/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-5.fc29.x86_64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so Installing /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/lib64/perl5/vendor_perl/BDB.pm Installing /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/share/man/man3/BDB.3pm + find /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 -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-5.fc29.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.92-5.fc29 --unique-debug-suffix -1.92-5.fc29.x86_64 --unique-debug-src-base perl-BDB-1.92-5.fc29.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/BDB-1.92 extracting debug info from /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 389 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aRbkGz + 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, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.03 CPU) Result: PASS + exit 0 Processing files: perl-BDB-1.92-5.fc29.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qpUYBP + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + DOCDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/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-5.fc29.x86_64/usr/share/doc/perl-BDB + cp -pr Changes /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/share/doc/perl-BDB + cp -pr README /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/share/doc/perl-BDB + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4mTCy5 + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + LICENSEDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/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-5.fc29.x86_64/usr/share/licenses/perl-BDB + cp -pr COPYING /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64/usr/share/licenses/perl-BDB + exit 0 Provides: perl(BDB) = 1.92 perl-BDB = 1.92-5.fc29 perl-BDB(x86-64) = 1.92-5.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdb-5.3.so()(64bit) libperl.so.5.28()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) perl(Exporter) perl(base) perl(common::sense) rtld(GNU_HASH) Processing files: perl-BDB-debugsource-1.92-5.fc29.x86_64 Provides: perl-BDB-debugsource = 1.92-5.fc29 perl-BDB-debugsource(x86-64) = 1.92-5.fc29 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-5.fc29.x86_64 Provides: debuginfo(build-id) = 09a69346ffd4b64071e82d5d93870fbce27e5ef0 perl-BDB-debuginfo = 1.92-5.fc29 perl-BDB-debuginfo(x86-64) = 1.92-5.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-BDB-debugsource(x86-64) = 1.92-5.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 Wrote: /builddir/build/RPMS/perl-BDB-1.92-5.fc29.x86_64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debugsource-1.92-5.fc29.x86_64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debuginfo-1.92-5.fc29.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0LJKXl + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-5.fc29.x86_64 + exit 0 Child return code was: 0