Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Crypt-GCrypt.spec'], chrootPath='/var/lib/mock/f31-build-17025260-1223751/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Crypt-GCrypt.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 BUILDSTDERR: sh: perl: command not found Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-Crypt-GCrypt-1.26-14.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Crypt-GCrypt.spec'], chrootPath='/var/lib/mock/f31-build-17025260-1223751/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Crypt-GCrypt.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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oPAC3k + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-GCrypt-1.26 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-GCrypt-1.26.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-GCrypt-1.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Crypt-GCrypt-1.26-libgcrypt_1_6_support.diff):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #1 (Crypt-GCrypt-1.26-Correct-some-warnings.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (Crypt-GCrypt-1.26-Use-an-encryption-key-in-the-test-suite.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + rm -r inc + sed -i -e '/^inc\//d' MANIFEST + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (Crypt-GCrypt-1.26-libgcrypt_1_6_support.diff): patching file GCrypt.xs Patch #1 (Crypt-GCrypt-1.26-Correct-some-warnings.patch): patching file GCrypt.xs Patch #2 (Crypt-GCrypt-1.26-Use-an-encryption-key-in-the-test-suite.patch): patching file t/01-cipher.t Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oym3Pm + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + 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' + make -j6 BUILDSTDERR: In file included from GCrypt.xs:17: BUILDSTDERR: ppport.h:227: warning: "PERL_UNUSED_DECL" redefined BUILDSTDERR: 227 | # define PERL_UNUSED_DECL BUILDSTDERR: | BUILDSTDERR: In file included from GCrypt.xs:14: BUILDSTDERR: /usr/lib64/perl5/CORE/perl.h:328: note: this is the location of the previous definition BUILDSTDERR: 328 | # define PERL_UNUSED_DECL __attribute__unused__ BUILDSTDERR: | BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_new': BUILDSTDERR: GCrypt.xs:209:31: warning: variable 'ac_flags' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 209 | unsigned int c_flags, ac_flags, md_flags; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: GCrypt.xs:208:22: warning: unused variable 'mode' [-Wunused-variable] BUILDSTDERR: 208 | int i, algo, mode; BUILDSTDERR: | ^~~~ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_encrypt': BUILDSTDERR: GCrypt.xs:356:27: warning: unused variable 'buflen' [-Wunused-variable] BUILDSTDERR: 356 | size_t len, ilen, buflen; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_finish': BUILDSTDERR: GCrypt.xs:404:34: warning: unused variable 'padding_length' [-Wunused-variable] BUILDSTDERR: 404 | size_t rlen, return_len, padding_length; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_decrypt': BUILDSTDERR: GCrypt.xs:479:51: warning: unused variable 'decrypted_buffer' [-Wunused-variable] BUILDSTDERR: 479 | unsigned char *ibuf, *obuf, *ciphertext, *decrypted_buffer; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_setkey': BUILDSTDERR: GCrypt.xs:568:20: warning: unused variable 'mpi' [-Wunused-variable] BUILDSTDERR: 568 | gcry_mpi_t mpi; BUILDSTDERR: | ^~~ BUILDSTDERR: GCrypt.xs:562:19: warning: unused variable 's' [-Wunused-variable] BUILDSTDERR: 562 | char *k, *s; BUILDSTDERR: | ^ BUILDSTDERR: GCrypt.xs:562:15: warning: unused variable 'k' [-Wunused-variable] BUILDSTDERR: 562 | char *k, *s; BUILDSTDERR: | ^ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt__MPI_new': BUILDSTDERR: GCrypt.xs:784:31: warning: variable 'set' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 784 | int i, valix, secure, set, format; BUILDSTDERR: | ^~~ BUILDSTDERR: GCrypt.c: In function 'XS_Crypt__GCrypt_new': BUILDSTDERR: GCrypt.xs:336:31: warning: 'key_s' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 336 | RETVAL->err = gcry_md_setkey(RETVAL->h_md, key_s, RETVAL->keylen); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: GCrypt.xs:207:44: note: 'key_s' was declared here BUILDSTDERR: 207 | char *s, *algo_s = NULL, *mode_s, *key_s; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5359, BUILDSTDERR: from GCrypt.xs:14: BUILDSTDERR: /usr/lib64/perl5/CORE/embed.h:2173:19: warning: 'mode_s' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2173 | # define croak Perl_croak_nocontext BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: GCrypt.xs:207:35: note: 'mode_s' was declared here BUILDSTDERR: 207 | char *s, *algo_s = NULL, *mode_s, *key_s; BUILDSTDERR: | ^~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::GCrypt Running Mkbootstrap for GCrypt () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-GCrypt-1.26/typemap' GCrypt.xs > GCrypt.xsc chmod 644 "GCrypt.bs" cp lib/Crypt/GCrypt/MPI.pm blib/lib/Crypt/GCrypt/MPI.pm cp lib/Crypt/GCrypt.pm blib/lib/Crypt/GCrypt.pm "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GCrypt.bs blib/arch/auto/Crypt/GCrypt/GCrypt.bs 644 mv GCrypt.xsc GCrypt.c gcc -c -funsigned-char -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.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib64/perl5/CORE" GCrypt.c rm -f blib/arch/auto/Crypt/GCrypt/GCrypt.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 GCrypt.o -o blib/arch/auto/Crypt/GCrypt/GCrypt.so \ -lgcrypt -lperl \ chmod 755 blib/arch/auto/Crypt/GCrypt/GCrypt.so Manifying 2 pod documents Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ijt3Ml + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 + cd Crypt-GCrypt-1.26 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 + find /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.26-14.fc31 --unique-debug-suffix -1.26-14.fc31.x86_64 --unique-debug-src-base perl-Crypt-GCrypt-1.26-14.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-GCrypt-1.26 BUILDSTDERR: 189 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 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GCrypt.bs blib/arch/auto/Crypt/GCrypt/GCrypt.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt/GCrypt.so Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/lib64/perl5/vendor_perl/Crypt/GCrypt.pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/lib64/perl5/vendor_perl/Crypt/GCrypt/MPI.pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/man/man3/Crypt::GCrypt.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/man/man3/Crypt::GCrypt::MPI.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt/GCrypt.so extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt/GCrypt.so original debug info size: 260kB, size after compression: 256kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.R3mT3o + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + make test BUILDSTDERR: gcrypt version: 1.8.4 BUILDSTDERR: built against: 1.8.4 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GCrypt.bs blib/arch/auto/Crypt/GCrypt/GCrypt.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/01-cipher.t ......... ok t/02-compatibility.t .. ok t/03-pod.t ............ ok t/04-podcoverage.t .... ok t/05-size.t ........... ok t/06-multi.t .......... ok t/07-thread.t ......... ok t/08-digest.t ......... ok t/09-clone-digest.t ... ok t/10-versions.t ....... ok t/20-mpi.t ............ ok All tests successful. Files=11, Tests=237, 2 wallclock secs ( 0.08 usr 0.02 sys + 1.10 cusr 0.18 csys = 1.38 CPU) Result: PASS Processing files: perl-Crypt-GCrypt-1.26-14.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jgyCDm + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/doc/perl-Crypt-GCrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/doc/perl-Crypt-GCrypt + cp -pr Changelog /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/doc/perl-Crypt-GCrypt + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64/usr/share/doc/perl-Crypt-GCrypt + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(Crypt::GCrypt) = 1.26 perl(Crypt::GCrypt::MPI) perl-Crypt-GCrypt = 1.26-14.fc31 perl-Crypt-GCrypt(x86-64) = 1.26-14.fc31 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.4)(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Crypt::GCrypt) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-GCrypt-debugsource-1.26-14.fc31.x86_64 Provides: perl-Crypt-GCrypt-debugsource = 1.26-14.fc31 perl-Crypt-GCrypt-debugsource(x86-64) = 1.26-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-GCrypt-debuginfo-1.26-14.fc31.x86_64 Provides: debuginfo(build-id) = 88cd20e604bf4a5eb52e24162da692a49de7ba40 perl-Crypt-GCrypt-debuginfo = 1.26-14.fc31 perl-Crypt-GCrypt-debuginfo(x86-64) = 1.26-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-GCrypt-debugsource(x86-64) = 1.26-14.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 Wrote: /builddir/build/RPMS/perl-Crypt-GCrypt-1.26-14.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-GCrypt-debugsource-1.26-14.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-GCrypt-debuginfo-1.26-14.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TGzRLk + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-14.fc31.x86_64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0