Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/perl-CDB_File.spec'], chrootPath='/var/lib/mock/f32-build-19290935-1346482/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-CDB_File.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: /usr/bin/perl: No such file or directory Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1580083200 Wrote: /builddir/build/SRPMS/perl-CDB_File-1.01-1.fc32.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-CDB_File.spec'], chrootPath='/var/lib/mock/f32-build-19290935-1346482/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-CDB_File.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 setting SOURCE_DATE_EPOCH=1580083200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eEuS0y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf CDB_File-1.01 + /usr/bin/gzip -dc /builddir/build/SOURCES/CDB_File-1.01.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd CDB_File-1.01 + /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.Ot6eZA + umask 022 + cd /builddir/build/BUILD + cd CDB_File-1.01 + /usr/bin/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' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CDB_File + make -j5 Running Mkbootstrap for CDB_File () chmod 644 "CDB_File.bs" "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/CDB_File-1.01/typemap' CDB_File.xs > CDB_File.xsc "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDB_File.bs blib/arch/auto/CDB_File/CDB_File.bs 644 cp bun-x.pl blib/lib/bun-x.pl cp CDB_File.pm blib/lib/CDB_File.pm mv CDB_File.xsc CDB_File.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.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" -DHASMMAP CDB_File.c CDB_File.c: In function 'XS_CDB_File_handle': CDB_File.xs:378:15: warning: unused variable 'packname' [-Wunused-variable] 378 | char *packname; | ^~~~~~~~ CDB_File.xs:377:13: warning: unused variable 'gv' [-Wunused-variable] 377 | GV *gv; | ^~ CDB_File.c: In function 'XS_CDB_File_TIEHASH': CDB_File.xs:415:6: warning: unused variable 'cdbp' [-Wunused-variable] 415 | SV *cdbp; | ^~~~ CDB_File.xs:414:6: warning: unused variable 'io' [-Wunused-variable] 414 | IO *io; | ^~ CDB_File.c: In function 'XS_CDB_File_FETCH': CDB_File.c:691:7: warning: unused variable 'RETVAL' [-Wunused-variable] 691 | SV * RETVAL; | ^~~~~~ CDB_File.xs:455:6: warning: unused variable 'klen0' [-Wunused-variable] 455 | U32 klen0; | ^~~~~ CDB_File.xs:454:15: warning: unused variable 'x' [-Wunused-variable] 454 | STRLEN klen, x; | ^ CDB_File.xs:453:8: warning: unused variable 'pos' [-Wunused-variable] 453 | off_t pos; | ^~~ CDB_File.xs:450:10: warning: unused variable 'f' [-Wunused-variable] 450 | PerlIO *f; | ^ CDB_File.c: In function 'XS_CDB_File_multi_get': CDB_File.xs:538:12: warning: unused variable 'klen0' [-Wunused-variable] 538 | U32 dlen, klen0; | ^~~~~ CDB_File.xs:536:8: warning: unused variable 'pos' [-Wunused-variable] 536 | off_t pos; | ^~~ CDB_File.xs:534:7: warning: unused variable 'buf' [-Wunused-variable] 534 | char buf[8]; | ^~~ CDB_File.xs:533:10: warning: unused variable 'f' [-Wunused-variable] 533 | PerlIO *f; | ^ CDB_File.c: In function 'XS_CDB_File_DESTROY': CDB_File.xs:591:13: warning: unused variable 'io' [-Wunused-variable] 591 | IO *io; | ^~ CDB_File.c: In function 'XS_CDB_File_FIRSTKEY': CDB_File.c:944:7: warning: unused variable 'RETVAL' [-Wunused-variable] 944 | SV * RETVAL; | ^~~~~~ CDB_File.xs:614:6: warning: unused variable 'klen' [-Wunused-variable] 614 | U32 klen; | ^~~~ CDB_File.xs:613:7: warning: unused variable 'buf' [-Wunused-variable] 613 | char buf[8]; | ^~~ CDB_File.c: In function 'XS_CDB_File_NEXTKEY': CDB_File.c:983:7: warning: unused variable 'RETVAL' [-Wunused-variable] 983 | SV * RETVAL; | ^~~~~~ CDB_File.xs:633:9: warning: unused variable 'klen1' [-Wunused-variable] 633 | STRLEN klen1; | ^~~~~ CDB_File.xs:632:12: warning: unused variable 'klen0' [-Wunused-variable] 632 | U32 dlen, klen0; | ^~~~~ CDB_File.xs:632:6: warning: unused variable 'dlen' [-Wunused-variable] 632 | U32 dlen, klen0; | ^~~~ CDB_File.xs:631:8: warning: unused variable 'pos' [-Wunused-variable] 631 | off_t pos; | ^~~ CDB_File.xs:630:6: warning: unused variable 'found' [-Wunused-variable] 630 | int found; | ^~~~~ CDB_File.xs:629:16: warning: unused variable 'kp' [-Wunused-variable] 629 | char buf[8], *kp; | ^~ CDB_File.xs:629:7: warning: unused variable 'buf' [-Wunused-variable] 629 | char buf[8], *kp; | ^~~ CDB_File.c: In function 'XS_CDB_File_new': CDB_File.xs:661:6: warning: unused variable 'i' [-Wunused-variable] 661 | int i; | ^ CDB_File.c: In function 'XS_CDB_File__Maker_insert': CDB_File.xs:705:9: warning: unused variable 'i' [-Wunused-variable] 705 | int c, i, x; | ^ CDB_File.xs:705:6: warning: unused variable 'c' [-Wunused-variable] 705 | int c, i, x; | ^ At top level: CDB_File.xs:129:13: warning: 'seekerror' defined but not used [-Wunused-function] 129 | static void seekerror() { croak("Seek in CDB_File failed: %s", Strerror(errno)); } | ^~~~~~~~~ In file included from /usr/include/string.h:495, from /usr/lib64/perl5/CORE/perl.h:1100, from CDB_File.xs:37: In function 'strncpy', inlined from 'XS_CDB_File_new' at CDB_File.xs:673:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CDB_File.c: In function 'XS_CDB_File_new': CDB_File.xs:673:27: note: length computed here 673 | strncpy(cdbmake->fn, fn, strlen(fn) + 1); | ^~~~~~~~~~ In file included from /usr/include/string.h:495, from /usr/lib64/perl5/CORE/perl.h:1100, from CDB_File.xs:37: In function 'strncpy', inlined from 'XS_CDB_File_new' at CDB_File.xs:674:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CDB_File.c: In function 'XS_CDB_File_new': CDB_File.xs:674:35: note: length computed here 674 | strncpy(cdbmake->fntemp, fntemp, strlen(fntemp) + 1); | ^~~~~~~~~~~~~~ rm -f blib/arch/auto/CDB_File/CDB_File.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 CDB_File.o -o blib/arch/auto/CDB_File/CDB_File.so \ -lperl \ chmod 755 blib/arch/auto/CDB_File/CDB_File.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.elyl9A + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 ++ dirname /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 + cd CDB_File-1.01 + rm -rf /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDB_File.bs blib/arch/auto/CDB_File/CDB_File.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-CDB_File-1.01-1.fc32.aarch64/usr/lib64/perl5/vendor_perl/auto/CDB_File/CDB_File.so Installing /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/lib64/perl5/vendor_perl/CDB_File.pm Installing /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/lib64/perl5/vendor_perl/bun-x.pl Installing /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/man/man3/CDB_File.3pm + find /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 1.01-1.fc32 --unique-debug-suffix -1.01-1.fc32.aarch64 --unique-debug-src-base perl-CDB_File-1.01-1.fc32.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/CDB_File-1.01 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/lib64/perl5/vendor_perl/auto/CDB_File/CDB_File.so extracting debug info from /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/lib64/perl5/vendor_perl/auto/CDB_File/CDB_File.so original debug info size: 152kB, size after compression: 152kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 97 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /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.1IZOuz + umask 022 + cd /builddir/build/BUILD + cd CDB_File-1.01 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDB_File.bs blib/arch/auto/CDB_File/CDB_File.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/01main.t ...... ok t/02last.t ...... ok t/03fetchall.t .. ok All tests successful. Files=3, Tests=176, 0 wallclock secs ( 0.08 usr 0.01 sys + 0.46 cusr 0.04 csys = 0.59 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-CDB_File-1.01-1.fc32.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.a8ou4w + umask 022 + cd /builddir/build/BUILD + cd CDB_File-1.01 + DOCDIR=/builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/doc/perl-CDB_File + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/doc/perl-CDB_File + cp -pr ACKNOWLEDGE /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/doc/perl-CDB_File + cp -pr COPYRIGHT /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/doc/perl-CDB_File + cp -pr README.md /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64/usr/share/doc/perl-CDB_File + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(CDB_File) = 1.01 perl-CDB_File = 1.01-1.fc32 perl-CDB_File(aarch-64) = 1.01-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl 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) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(CDB_File) perl(Exporter) perl(XSLoader) perl(strict) rtld(GNU_HASH) Processing files: perl-CDB_File-debugsource-1.01-1.fc32.aarch64 Provides: perl-CDB_File-debugsource = 1.01-1.fc32 perl-CDB_File-debugsource(aarch-64) = 1.01-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-CDB_File-debuginfo-1.01-1.fc32.aarch64 Provides: debuginfo(build-id) = 79b3dcb8e5c547de1248bd9be8de16448acbaba5 perl-CDB_File-debuginfo = 1.01-1.fc32 perl-CDB_File-debuginfo(aarch-64) = 1.01-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-CDB_File-debugsource(aarch-64) = 1.01-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 Wrote: /builddir/build/RPMS/perl-CDB_File-debugsource-1.01-1.fc32.aarch64.rpm Wrote: /builddir/build/RPMS/perl-CDB_File-1.01-1.fc32.aarch64.rpm Wrote: /builddir/build/RPMS/perl-CDB_File-debuginfo-1.01-1.fc32.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8JiMCB + umask 022 + cd /builddir/build/BUILD + cd CDB_File-1.01 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-CDB_File-1.01-1.fc32.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0