+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Crypt-GCrypt.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N0X0da + 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):' Patch #0 (Crypt-GCrypt-1.26-libgcrypt_1_6_support.diff): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file GCrypt.xs + echo 'Patch #1 (Crypt-GCrypt-1.26-Correct-some-warnings.patch):' Patch #1 (Crypt-GCrypt-1.26-Correct-some-warnings.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file GCrypt.xs + echo 'Patch #2 (Crypt-GCrypt-1.26-Use-an-encryption-key-in-the-test-suite.patch):' 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 patching file t/01-cipher.t + rm -r inc + sed -i -e '/^inc\//d' MANIFEST + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tNVnhE + 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 ' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::GCrypt Writing MYMETA.yml and MYMETA.json + make -j4 "/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 Running Mkbootstrap for GCrypt () chmod 644 "GCrypt.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GCrypt.bs blib/arch/auto/Crypt/GCrypt/GCrypt.bs 644 cp lib/Crypt/GCrypt/MPI.pm blib/lib/Crypt/GCrypt/MPI.pm cp lib/Crypt/GCrypt.pm blib/lib/Crypt/GCrypt.pm 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 -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 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib64/perl5/CORE" GCrypt.c In file included from GCrypt.xs:17:0: ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL In file included from GCrypt.xs:14:0: /usr/lib64/perl5/CORE/perl.h:323:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ GCrypt.c: In function 'XS_Crypt__GCrypt_new': GCrypt.xs:209:31: warning: variable 'ac_flags' set but not used [-Wunused-but-set-variable] unsigned int c_flags, ac_flags, md_flags; ^~~~~~~~ GCrypt.xs:208:22: warning: unused variable 'mode' [-Wunused-variable] int i, algo, mode; ^~~~ GCrypt.c: In function 'XS_Crypt__GCrypt_encrypt': GCrypt.xs:356:27: warning: unused variable 'buflen' [-Wunused-variable] size_t len, ilen, buflen; ^~~~~~ GCrypt.c: In function 'XS_Crypt__GCrypt_finish': GCrypt.xs:404:34: warning: unused variable 'padding_length' [-Wunused-variable] size_t rlen, return_len, padding_length; ^~~~~~~~~~~~~~ GCrypt.c: In function 'XS_Crypt__GCrypt_decrypt': GCrypt.xs:479:51: warning: unused variable 'decrypted_buffer' [-Wunused-variable] unsigned char *ibuf, *obuf, *ciphertext, *decrypted_buffer; ^~~~~~~~~~~~~~~~ GCrypt.c: In function 'XS_Crypt__GCrypt_setkey': GCrypt.xs:568:20: warning: unused variable 'mpi' [-Wunused-variable] gcry_mpi_t mpi; ^~~ GCrypt.xs:562:19: warning: unused variable 's' [-Wunused-variable] char *k, *s; ^ GCrypt.xs:562:15: warning: unused variable 'k' [-Wunused-variable] char *k, *s; ^ GCrypt.c: In function 'XS_Crypt__GCrypt__MPI_new': GCrypt.xs:784:31: warning: variable 'set' set but not used [-Wunused-but-set-variable] int i, valix, secure, set, format; ^~~ GCrypt.c: In function 'XS_Crypt__GCrypt_new': GCrypt.xs:336:31: warning: 'key_s' may be used uninitialized in this function [-Wmaybe-uninitialized] RETVAL->err = gcry_md_setkey(RETVAL->h_md, key_s, RETVAL->keylen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GCrypt.xs:207:44: note: 'key_s' was declared here char *s, *algo_s = NULL, *mode_s, *key_s; ^~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from GCrypt.xs:14: /usr/lib64/perl5/CORE/embed.h:1946:19: warning: 'mode_s' may be used uninitialized in this function [-Wmaybe-uninitialized] # define croak Perl_croak_nocontext ^~~~~~~~~~~~~~~~~~~~ GCrypt.xs:207:35: note: 'mode_s' was declared here char *s, *algo_s = NULL, *mode_s, *key_s; ^~~~~~ rm -f blib/arch/auto/Crypt/GCrypt/GCrypt.so gcc -lpthread -shared -Wl,-z,relro -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UVzHPP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 + cd Crypt-GCrypt-1.26 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 "/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-8.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt/GCrypt.so Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/lib64/perl5/vendor_perl/Crypt/GCrypt.pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/lib64/perl5/vendor_perl/Crypt/GCrypt/MPI.pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/share/man/man3/Crypt::GCrypt::MPI.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/share/man/man3/Crypt::GCrypt.3pm + find /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 -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-8.fc28.riscv64/usr + /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-Crypt-GCrypt-1.26-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HrQXCH + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/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-8.fc28.riscv64/usr/share/doc/perl-Crypt-GCrypt + cp -pr Changelog /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/share/doc/perl-Crypt-GCrypt + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64/usr/share/doc/perl-Crypt-GCrypt + exit 0 Provides: perl(Crypt::GCrypt) = 1.26 perl(Crypt::GCrypt::MPI) perl-Crypt-GCrypt = 1.26-8.fc28 perl-Crypt-GCrypt(riscv-64) = 1.26-8.fc28 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) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(Crypt::GCrypt) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Crypt-GCrypt-1.26-8.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Crypt-GCrypt-1.26-8.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fAIKlw + umask 022 + cd /builddir/build/BUILD + cd Crypt-GCrypt-1.26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-GCrypt-1.26-8.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff