D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Authen-Krb5-1.905.0-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y5dMU8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Authen-Krb5-1.905 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Authen-Krb5-1.905.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Authen-Krb5-1.905 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NuhfMa + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Authen-Krb5-1.905 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Build.PL installdirs=vendor destdir=/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/ Found MIT kerberos 5 version 1.18 LDFLAGS: -L/usr/lib64 -lkrb5 -lk5crypto -lcom_err Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Authen-Krb5' version '1.905' + ./Build Building Authen-Krb5 gcc -I/usr/lib64/perl5/CORE -DVERSION="1.905" -DXS_VERSION="1.905" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/Authen/Krb5.o lib/Authen/Krb5.c In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_mk_req': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:457:17: note: in expansion of macro 'SvPV' 457 | in_data.data = SvPV(in,in_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_rd_req': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:479:17: note: in expansion of macro 'SvPV' 479 | in_data.data = SvPV(in,in_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_gen_portaddr': lib/Authen/Krb5.xs:496:8: warning: implicit declaration of function 'krb5_gen_portaddr' [-Wimplicit-function-declaration] 496 | err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); | ^~~~~~~~~~~~~~~~~ lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_gen_replay_name': lib/Authen/Krb5.xs:523:8: warning: implicit declaration of function 'krb5_gen_replay_name'; did you mean 'krb5_set_real_time'? [-Wimplicit-function-declaration] 523 | err = krb5_gen_replay_name(context,addr,uniq,&RETVAL); | ^~~~~~~~~~~~~~~~~~~~ | krb5_set_real_time In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_mk_priv': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:538:17: note: in expansion of macro 'SvPV' 538 | in_data.data = SvPV(in,in_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_rd_priv': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:553:17: note: in expansion of macro 'SvPV' 553 | in_data.data = SvPV(in,in_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_get_server_rcache': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:566:15: note: in expansion of macro 'SvPV' 566 | rc_data.data=SvPV(piece,rc_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5_sendauth': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:593:17: note: in expansion of macro 'SvPV' 593 | in_data.data = SvPV(in,in_data.length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5__EncTktPart_DESTROY': lib/Authen/Krb5.xs:1011:3: warning: implicit declaration of function 'krb5_free_enc_tkt_part'; did you mean 'krb5_free_enctypes'? [-Wimplicit-function-declaration] 1011 | krb5_free_enc_tkt_part(context,etp); | ^~~~~~~~~~~~~~~~~~~~~~ | krb5_free_enctypes In file included from /usr/lib64/perl5/CORE/perl.h:5376, from lib/Authen/Krb5.xs:5: lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5__Address_new': /usr/lib64/perl5/CORE/sv.h:1672:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ lib/Authen/Krb5.xs:1026:35: note: in expansion of macro 'SvPV' 1026 | RETVAL->contents = (krb5_octet *)SvPV(contents,RETVAL->length); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5337, from lib/Authen/Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'unsigned int *' 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ^~~~~~~~~~~~~~~~~ lib/Authen/Krb5.xs: In function 'XS_Authen__Krb5__Address_DESTROY': lib/Authen/Krb5.xs:1037:3: warning: implicit declaration of function 'krb5_free_address'; did you mean 'krb5_free_addresses'? [-Wimplicit-function-declaration] 1037 | krb5_free_address(context,addr); | ^~~~~~~~~~~~~~~~~ | krb5_free_addresses ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Authen/Krb5/Krb5.bs') gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong -lperl -o blib/arch/auto/Authen/Krb5/Krb5.so lib/Authen/Krb5.o -L/usr/lib64 -lkrb5 -lk5crypto -lcom_err + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WxNvb7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 + cd Authen-Krb5-1.905 + '[' 1 -eq 1 ']' + ./Build install Building Authen-Krb5 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.bs Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Keytab.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/EncTktPart.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/AuthContext.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Principal.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Ticket.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/KeytabEntry.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/KeyBlock.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Creds.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Keyblock.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/Authen/Krb5/Ccache.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Ccache.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::EncTktPart.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Keytab.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Principal.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Creds.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::KeyBlock.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::KeytabEntry.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::AuthContext.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Ticket.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/man/man3/Authen::Krb5::Keyblock.3pm + find /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 + xargs rm -f + find /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 -type d -depth + xargs rmdir --ignore-fail-on-non-empty + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.905.0-2.mga8 --unique-debug-suffix -1.905.0-2.mga8.aarch64 --unique-debug-src-base perl-Authen-Krb5-1.905.0-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Authen-Krb5-1.905 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so'; reason: Permission denied original debug info size: 340kB, size after compression: 332kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 374 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.89Na87 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Authen-Krb5-1.905 + '[' 1 -eq 1 ']' + ./Build test t/00-compile.t ............... ok t/author-pod-coverage.t ...... skipped: these tests are for testing by the author t/author-pod-syntax.t ........ skipped: these tests are for testing by the author t/release-minimum-version.t .. skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.19 cusr 0.03 csys = 0.26 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Authen-Krb5-1.905.0-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eWnzi8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Authen-Krb5-1.905 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/doc/perl-Authen-Krb5 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/doc/perl-Authen-Krb5 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/doc/perl-Authen-Krb5 + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/doc/perl-Authen-Krb5 + cp -pr MYMETA.json /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64/usr/share/doc/perl-Authen-Krb5 + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Authen::Krb5) = 1.905.0 perl-Authen-Krb5 = 1.905.0-2.mga8 perl-Authen-Krb5(aarch-64) = 1.905.0-2.mga8 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) libcom_err.so.2()(64bit) libk5crypto.so.3()(64bit) libk5crypto.so.3(k5crypto_3_MIT)(64bit) libkrb5.so.3()(64bit) libkrb5.so.3(krb5_3_MIT)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl >= 0:5.008_008 perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) perl(warnings) perl-base >= 2:5.30.2 Processing files: perl-Authen-Krb5-debugsource-1.905.0-2.mga8.aarch64 Provides: perl-Authen-Krb5-debugsource = 1.905.0-2.mga8 perl-Authen-Krb5-debugsource(aarch-64) = 1.905.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Authen-Krb5-debuginfo-1.905.0-2.mga8.aarch64 Provides: debuginfo(build-id) = 4f0dd186ffc901c845e5abf409c8ee643eaf6526 perl-Authen-Krb5-debuginfo = 1.905.0-2.mga8 perl-Authen-Krb5-debuginfo(aarch-64) = 1.905.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Authen-Krb5-debugsource(aarch-64) = 1.905.0-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Krb5-1.905.0-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Krb5-debuginfo-1.905.0-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Krb5-debugsource-1.905.0-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y9Xeaa + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Authen-Krb5-1.905 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Krb5-1.905.0-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XQmN78 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Authen-Krb5-1.905 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!