Mock Version: 2.6 Mock Version: 2.6 Mock Version: 2.6 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/perl-BDB.spec'], chrootPath='/var/lib/mock/epel8-build-23554074-2293931/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --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': 'C.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/perl-BDB-1.92-12.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/perl-BDB.spec'], chrootPath='/var/lib/mock/epel8-build-23554074-2293931/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --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': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dxSFoe + 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.My3xOk + 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 NO_PERLLOCAL=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BDB + /usr/bin/make -O -j8 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 "/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 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] int do_croak = 0; ^~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5589, 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 ^~ BDB.xs:641:3: note: in expansion of macro 'dSP' dSP; ^~~ 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)) ^~~ In file included from BDB.xs:9: BDB.c: In function 'XS_BDB_poll_cb': /usr/lib64/perl5/CORE/XSUB.h:160:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^~~~~ /usr/lib64/perl5/CORE/XSUB.h:163:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^~~~~~ BDB.c:1575:11: note: in expansion of macro 'dXSARGS' dVAR; dXSARGS; ^~~~~~~ BDB.c: In function 'XS_BDB_db_env_lock_detect': BDB.c:1946: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:2005: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:2049:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] SV * dummy; ^~~~~ BDB.c: In function 'XS_BDB_db_compact': BDB.c:2472:7: warning: variable 'unused2' set but not used [-Wunused-but-set-variable] SV * unused2; ^~~~~~~ BDB.c:2470:7: warning: variable 'unused1' set but not used [-Wunused-but-set-variable] SV * unused1; ^~~~~~~ BDB.c: In function 'XS_BDB_db_verify': BDB.c:2599: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:3244: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:183:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ BDB.c:5105:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^~~~~~~ BDB.c:5104: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.QHxSzR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 ++ dirname /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 + cd BDB-1.92 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 'INSTALL=/usr/bin/install -p' "/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-12.el8.aarch64/usr/lib64/perl5/vendor_perl/auto/BDB/BDB.so Installing /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/usr/lib64/perl5/vendor_perl/BDB.pm Installing /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/usr/share/man/man3/BDB.3pm + find /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 -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-12.el8.aarch64/usr + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.92-12.el8 --unique-debug-suffix -1.92-12.el8.aarch64 --unique-debug-src-base perl-BDB-1.92-12.el8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/BDB-1.92 extracting debug info from /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/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 '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VKsCCi + 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.04 usr 0.01 sys + 0.06 cusr 0.00 csys = 0.11 CPU) Result: PASS + exit 0 Processing files: perl-BDB-1.92-12.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6aCGy5 + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + DOCDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/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-12.el8.aarch64/usr/share/doc/perl-BDB + cp -pr Changes /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/usr/share/doc/perl-BDB + cp -pr README /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/usr/share/doc/perl-BDB + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pPgkgR + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + LICENSEDIR=/builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/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-12.el8.aarch64/usr/share/licenses/perl-BDB + cp -pr COPYING /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64/usr/share/licenses/perl-BDB + exit 0 Provides: perl(BDB) = 1.92 perl-BDB = 1.92-12.el8 perl-BDB(aarch-64) = 1.92-12.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libdb-5.3.so()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(Exporter) perl(base) perl(common::sense) rtld(GNU_HASH) Processing files: perl-BDB-debugsource-1.92-12.el8.aarch64 Provides: perl-BDB-debugsource = 1.92-12.el8 perl-BDB-debugsource(aarch-64) = 1.92-12.el8 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-12.el8.aarch64 Provides: debuginfo(build-id) = 8c067884cf894a69f30dfe49b9cd4669b00ac7ae perl-BDB-debuginfo = 1.92-12.el8 perl-BDB-debuginfo(aarch-64) = 1.92-12.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-BDB-debugsource(aarch-64) = 1.92-12.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 Wrote: /builddir/build/RPMS/perl-BDB-1.92-12.el8.aarch64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debugsource-1.92-12.el8.aarch64.rpm Wrote: /builddir/build/RPMS/perl-BDB-debuginfo-1.92-12.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PWMINW + umask 022 + cd /builddir/build/BUILD + cd BDB-1.92 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-BDB-1.92-12.el8.aarch64 + exit 0 Child return code was: 0