+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Authen-Krb5.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.lANB3W + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Krb5-1.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/Krb5-1.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Krb5-1.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Krb5-1.9-nopriv.patch):' Patch #0 (Krb5-1.9-nopriv.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Krb5.xs + sed '-es|/usr/lib|/usr/lib64|' '-es|/usr/include|/usr/include|' -i Makefile.PL + sed -i 's|/usr/local/bin/perl|/usr/bin/perl|' sample_client sample_server simple_client simple_server + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7GajsN + umask 022 + cd /builddir/build/BUILD + cd Krb5-1.9 + /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 ' Checking for libk5crypto...yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Authen::Krb5 Writing MYMETA.yml and MYMETA.json + make -j4 Running Mkbootstrap for Krb5 () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Krb5-1.9/typemap' Krb5.xs > Krb5.xsc chmod 644 "Krb5.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Krb5.bs blib/arch/auto/Authen/Krb5/Krb5.bs 644 cp Krb5.pm blib/lib/Authen/Krb5.pm AutoSplitting blib/lib/Authen/Krb5.pm (blib/lib/auto/Authen/Krb5) Please specify prototyping behavior for Krb5.xs (see perlxs manual) mv Krb5.xsc Krb5.c gcc -c -I/usr/include -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.9\" -DXS_VERSION=\"1.9\" -fPIC "-I/usr/lib64/perl5/CORE" Krb5.c In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_mk_req': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:453:17: note: in expansion of macro 'SvPV' in_data.data = SvPV(in,in_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' 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:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_rd_req': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:475:17: note: in expansion of macro 'SvPV' in_data.data = SvPV(in,in_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ Krb5.xs: In function 'XS_Authen__Krb5_gen_portaddr': Krb5.xs:492:8: warning: implicit declaration of function 'krb5_gen_portaddr'; did you mean 'krb5_get_profile'? [-Wimplicit-function-declaration] err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); ^~~~~~~~~~~~~~~~~ krb5_get_profile Krb5.xs: In function 'XS_Authen__Krb5_gen_replay_name': Krb5.xs:519:8: warning: implicit declaration of function 'krb5_gen_replay_name'; did you mean 'krb5_set_real_time'? [-Wimplicit-function-declaration] err = krb5_gen_replay_name(context,addr,uniq,&RETVAL); ^~~~~~~~~~~~~~~~~~~~ krb5_set_real_time In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_mk_priv': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:534:17: note: in expansion of macro 'SvPV' in_data.data = SvPV(in,in_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' 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:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_rd_priv': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:549:17: note: in expansion of macro 'SvPV' in_data.data = SvPV(in,in_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' 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:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_get_server_rcache': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:562:15: note: in expansion of macro 'SvPV' rc_data.data=SvPV(piece,rc_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' 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:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5_sendauth': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:589:17: note: in expansion of macro 'SvPV' in_data.data = SvPV(in,in_data.length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ Krb5.c: In function 'XS_Authen__Krb5__AuthContext_new': Krb5.c:2250:9: warning: unused variable 'class' [-Wunused-variable] char * class = (char *)SvPV_nolen(ST(0)) ^~~~~ Krb5.xs: In function 'XS_Authen__Krb5__EncTktPart_DESTROY': Krb5.xs:1007:3: warning: implicit declaration of function 'krb5_free_enc_tkt_part'; did you mean 'krb5_free_enctypes'? [-Wimplicit-function-declaration] krb5_free_enc_tkt_part(context,etp); ^~~~~~~~~~~~~~~~~~~~~~ krb5_free_enctypes In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Krb5.xs:5: Krb5.xs: In function 'XS_Authen__Krb5__Address_new': /usr/lib64/perl5/CORE/sv.h:1670:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:598:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /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) ^~~~~~~~~~ Krb5.xs:1022:35: note: in expansion of macro 'SvPV' RETVAL->contents = (krb5_octet *)SvPV(contents,RETVAL->length); ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Krb5.xs:5: /usr/lib64/perl5/CORE/proto.h:2971:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'unsigned int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ Krb5.c:2822:9: warning: unused variable 'class' [-Wunused-variable] char * class = (char *)SvPV_nolen(ST(0)) ^~~~~ Krb5.xs: In function 'XS_Authen__Krb5__Address_DESTROY': Krb5.xs:1033:3: warning: implicit declaration of function 'krb5_free_address'; did you mean 'krb5_free_addresses'? [-Wimplicit-function-declaration] krb5_free_address(context,addr); ^~~~~~~~~~~~~~~~~ krb5_free_addresses Krb5.c: In function 'XS_Authen__Krb5__KeytabEntry_new': Krb5.c:3382:9: warning: unused variable 'class' [-Wunused-variable] char * class = (char *)SvPV_nolen(ST(0)) ^~~~~ Krb5.c: In function 'XS_Authen__Krb5__Creds_ticket': Krb5.xs:1351:18: warning: variable 'retval' set but not used [-Wunused-but-set-variable] krb5_error_code retval; ^~~~~~ rm -f blib/arch/auto/Authen/Krb5/Krb5.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Krb5.o -o blib/arch/auto/Authen/Krb5/Krb5.so \ -L/usr/lib64 -lkrb5 -lk5crypto -lcom_err -lresolv -lperl \ chmod 755 blib/arch/auto/Authen/Krb5/Krb5.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cif9Xr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 + cd Krb5-1.9 + rm -rf /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Krb5.bs blib/arch/auto/Authen/Krb5/Krb5.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-Authen-Krb5-1.9-22.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so Installing /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/lib64/perl5/vendor_perl/Authen/Krb5.pm Installing /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/man/man3/Authen::Krb5.3pm + find /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 + chmod 644 sample_client sample_server simple_client simple_server + /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-Authen-Krb5-1.9-22.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bGgQ5x + umask 022 + cd /builddir/build/BUILD + cd Krb5-1.9 + DOCDIR=/builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr Changes /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr README /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr sample_client /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr sample_server /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr simple_client /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr simple_server /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + cp -pr TODO /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64/usr/share/doc/perl-Authen-Krb5 + exit 0 Provides: perl(Authen::Krb5) = 1.9 perl-Authen-Krb5 = 1.9-22.fc28 perl-Authen-Krb5(riscv-64) = 1.9-22.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) 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) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libresolv.so.2()(64bit) perl(:VERSION) >= 5.4.0 perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Authen-Krb5-1.9-22.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Authen-Krb5-1.9-22.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WUsKtW + umask 022 + cd /builddir/build/BUILD + cd Krb5-1.9 + rm -rf /builddir/build/BUILDROOT/perl-Authen-Krb5-1.9-22.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