+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Crypt-UnixCrypt_XS.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.5qnjwg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-UnixCrypt_XS-0.11 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-UnixCrypt_XS-0.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-UnixCrypt_XS-0.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MN2253 + umask 022 + cd /builddir/build/BUILD + cd Crypt-UnixCrypt_XS-0.11 + /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 ' NO_PACKLIST=1 Checking if your kit is complete... Looks good MakeMaker (v7.3) Warning (non-fatal): Target 'dynamic' depends on targets in skipped section 'dynamic_lib' Warning (non-fatal): Target 'static' depends on targets in skipped section 'static_lib' Generating a Unix-style Makefile Writing Makefile for Crypt::UnixCrypt_XS::fcrypt Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Crypt::UnixCrypt_XS Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j4 cd fcrypt && make Running Mkbootstrap for UnixCrypt_XS () chmod 644 "UnixCrypt_XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UnixCrypt_XS.bs blib/arch/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.bs 644 cp lib/Crypt/UnixCrypt_XS.pm blib/lib/Crypt/UnixCrypt_XS.pm "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' UnixCrypt_XS.xs > UnixCrypt_XS.xsc Please specify prototyping behavior for UnixCrypt_XS.xs (see perlxs manual) mv UnixCrypt_XS.xsc UnixCrypt_XS.c make[1]: Entering directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' 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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" fcrypt.c make[1]: Leaving directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' make[1]: Entering directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' ar cr libfcrypt.a fcrypt.o : libfcrypt.a make[1]: Leaving directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' make[1]: Nothing to be done for 'all'. gcc -c -I. -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=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE" UnixCrypt_XS.c In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from UnixCrypt_XS.xs:2: UnixCrypt_XS.xs: In function 'sv_to_octets': /usr/lib64/perl5/CORE/sv.h:1669:5: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib64/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ UnixCrypt_XS.xs:54:16: note: in expansion of macro 'SvPV' U8 *in_str = SvPV(sv, *len_p); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from UnixCrypt_XS.xs:2: UnixCrypt_XS.xs: In function 'XS_Crypt__UnixCrypt_XS_crypt_rounds': UnixCrypt_XS.xs:116:23: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn(block, 8); ^ /usr/lib64/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from UnixCrypt_XS.xs:2: /usr/lib64/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from UnixCrypt_XS.xs:2: UnixCrypt_XS.xs: In function 'XS_Crypt__UnixCrypt_XS_fold_password': UnixCrypt_XS.xs:135:23: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn(key, 8); ^ /usr/lib64/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from UnixCrypt_XS.xs:2: /usr/lib64/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from UnixCrypt_XS.xs:2: UnixCrypt_XS.xs: In function 'XS_Crypt__UnixCrypt_XS_base64_to_block': UnixCrypt_XS.xs:153:23: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn(block, 8); ^ /usr/lib64/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from UnixCrypt_XS.xs:2: /usr/lib64/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong UnixCrypt_XS.o -o blib/arch/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so fcrypt/libfcrypt.a \ -lperl \ chmod 755 blib/arch/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rH99hR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 + cd Crypt-UnixCrypt_XS-0.11 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 make[1]: Entering directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/Crypt-UnixCrypt_XS-0.11/fcrypt' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UnixCrypt_XS.bs blib/arch/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.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-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so Installing /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/lib64/perl5/vendor_perl/Crypt/UnixCrypt_XS.pm Installing /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/share/man/man3/Crypt::UnixCrypt_XS.3pm + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.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-UnixCrypt_XS-0.11-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AYzSGA + umask 022 + cd /builddir/build/BUILD + cd Crypt-UnixCrypt_XS-0.11 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/share/doc/perl-Crypt-UnixCrypt_XS + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/share/doc/perl-Crypt-UnixCrypt_XS + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/share/doc/perl-Crypt-UnixCrypt_XS + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64/usr/share/doc/perl-Crypt-UnixCrypt_XS + exit 0 Provides: perl(Crypt::UnixCrypt_XS) = 0.11 perl-Crypt-UnixCrypt_XS = 0.11-1.fc28 perl-Crypt-UnixCrypt_XS(riscv-64) = 0.11-1.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) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.6.0 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Crypt-UnixCrypt_XS-0.11-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Tyk0S6 + umask 022 + cd /builddir/build/BUILD + cd Crypt-UnixCrypt_XS-0.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-UnixCrypt_XS-0.11-1.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