Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-Template-Toolkit.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-Template-Toolkit.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Template-Toolkit-2.24-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-Template-Toolkit.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-Template-Toolkit.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.msSvBl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Template-Toolkit-2.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/Template-Toolkit-2.24.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Template-Toolkit-2.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/TT_v224_html_docs.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find lib -type f + xargs chmod -c -x + find TT_v224_html_docs -depth -name .svn -type d -exec rm -rf '{}' ';' + find TT_v224_html_docs -type f -exec chmod -x '{}' + + iconv -f iso-8859-1 -t utf-8 -o Changes.utf8 Changes + mv Changes.utf8 Changes + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i3rG1S + umask 022 + cd /builddir/build/BUILD + cd Template-Toolkit-2.24 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor TT_DBI=n TT_ACCEPT=y Template Toolkit Version 2.24 ============================= Using Unix defaults. Run 'perl Makefile.PL TT_HELP' for a summary of options. Accepting defaults automatically (TT_ACCEPT). Template::Stash::XS ------------------- The Template::Stash module is a core part of the Template Toolkit, implementing the magic for accessing data using the dot notation. There is a high speed version, Template::Stash::XS, written in C. This makes the Template Toolkit run about twice as fast as when using the regular Template::Stash written in Perl. If you've got a C compiler on your system then you can elect to have the XS Stash built. You can also specify that you want to use the XS Stash by default. Note that as of version 2.15 the XS Stash now supports access to tied hashes and arrays. See 'perldoc Template::Config' for further details. Do you want to build the XS Stash module? [y] y Do you want to use the XS Stash by default? [y] y Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing Makefile for Template::Stash::XS Writing Makefile for Template Configuration complete. You should now run 'make', 'make test' and then 'make install'. See the README file for further information. + make -j16 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' make[1]: Entering directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' cp bin/tpage blib/script/tpage cp bin/ttree blib/script/ttree /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c Running Mkbootstrap for Template::Stash::XS () chmod 644 XS.bs cp XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs chmod 644 ../blib/arch/auto/Template/Stash/XS/XS.bs cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod cp lib/Template/Stash.pm blib/lib/Template/Stash.pm cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm cp lib/Template/Provider.pm blib/lib/Template/Provider.pm cp lib/Template/Context.pm blib/lib/Template/Context.pm cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm cp lib/Template/Modules.pod blib/lib/Template/Modules.pod cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm cp lib/Template/Directive.pm blib/lib/Template/Directive.pm cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm cp lib/Template/Manual.pod blib/lib/Template/Manual.pod cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod cp lib/Template/View.pm blib/lib/Template/View.pm cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm cp lib/Template/Constants.pm blib/lib/Template/Constants.pm cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod cp lib/Template/Test.pm blib/lib/Template/Test.pm cp lib/Template.pm blib/lib/Template.pm cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.24\" -DXS_VERSION=\"2.24\" -fPIC "-I/usr/lib64/perl5/CORE" Stash.c cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod cp lib/Template/Parser.pm blib/lib/Template/Parser.pm cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod cp lib/Template/Config.pm blib/lib/Template/Config.pm cp lib/Template/Tools.pod blib/lib/Template/Tools.pod cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm cp lib/Template/Base.pm blib/lib/Template/Base.pm cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm cp lib/Template/Filters.pm blib/lib/Template/Filters.pm cp lib/Template/Document.pm blib/lib/Template/Document.pm cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm cp lib/Template/Exception.pm blib/lib/Template/Exception.pm cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm cp lib/Template/Service.pm blib/lib/Template/Service.pm In file included from Stash.xs:40:0: /usr/lib64/perl5/CORE/XSUB.h:158:0: warning: "dAX" redefined [enabled by default] #define dAX const I32 ax = (I32)(MARK - PL_stack_base + 1) ^ In file included from Stash.xs:39:0: ppport.h:4073:0: note: this is the location of the previous definition # define dAX I32 ax = MARK - PL_stack_base + 1 ^ In file included from Stash.xs:40:0: /usr/lib64/perl5/CORE/XSUB.h:160:0: warning: "dAXMARK" redefined [enabled by default] #define dAXMARK \ ^ In file included from Stash.xs:39:0: ppport.h:4083:0: note: this is the location of the previous definition # define dAXMARK I32 ax = POPMARK; \ ^ In file included from Stash.xs:40:0: /usr/lib64/perl5/CORE/XSUB.h:164:0: warning: "dITEMS" redefined [enabled by default] #define dITEMS I32 items = (I32)(SP - MARK) ^ In file included from Stash.xs:39:0: ppport.h:4077:0: note: this is the location of the previous definition # define dITEMS I32 items = SP - MARK ^ In file included from Stash.xs:40:0: /usr/lib64/perl5/CORE/XSUB.h:175:0: warning: "dXSTARG" redefined [enabled by default] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ In file included from Stash.xs:39:0: ppport.h:4080:0: note: this is the location of the previous definition # define dXSTARG SV * targ = sv_newmortal() ^ In file included from Stash.xs:40:0: /usr/lib64/perl5/CORE/XSUB.h:198:0: warning: "UNDERBAR" redefined [enabled by default] #define UNDERBAR find_rundefsv() ^ In file included from Stash.xs:39:0: ppport.h:4070:0: note: this is the location of the previous definition # define UNDERBAR DEFSV ^ Stash.xs: In function 'tt_fetch_item': Stash.xs:156:5: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch (SvTYPE(SvRV(root))) { ^ Stash.xs:156:5: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Stash.xs:156:5: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Stash.xs: In function 'assign': Stash.xs:483:11: warning: unused variable 'key2' [-Wunused-variable] char *key2 = SvPV(key_sv, key_len); /* TMP DEBUG HACK */ ^ Stash.xs: In function 'hash_op': Stash.xs:797:12: warning: unused variable 'retval' [-Wunused-variable] TT_RET retval; ^ Stash.xs: In function 'scalar_op': Stash.xs:866:12: warning: unused variable 'retval' [-Wunused-variable] TT_RET retval; ^ Stash.c: At top level: Stash.xs:1009:12: warning: 'list_dot_first' defined but not used [-Wunused-function] static SV *list_dot_first(pTHX_ AV *list, AV *args) { ^ Stash.xs:1058:12: warning: 'list_dot_last' defined but not used [-Wunused-function] static SV *list_dot_last(pTHX_ AV *list, AV *args) { ^ rm -f ../blib/arch/auto/Template/Stash/XS/XS.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Stash.o -o ../blib/arch/auto/Template/Stash/XS/XS.so \ \ chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so make[1]: Leaving directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' Manifying blib/man1/tpage.1 Manifying blib/man1/ttree.1 Manifying blib/man3/Template::Manual::Directives.3pm Manifying blib/man3/Template::Manual::Views.3pm Manifying blib/man3/Template::Plugin::HTML.3pm Manifying blib/man3/Template::Stash.3pm Manifying blib/man3/Template::Context.3pm Manifying blib/man3/Template::Manual::Intro.3pm Manifying blib/man3/Template::Modules.3pm Manifying blib/man3/Template::Plugin::Procedural.3pm Manifying blib/man3/Template::Plugin::Iterator.3pm Manifying blib/man3/Template::Tools::ttree.3pm Manifying blib/man3/Template::Toolkit.3pm Manifying blib/man3/Template::Plugin::Scalar.3pm Manifying blib/man3/Template::Namespace::Constants.3pm Manifying blib/man3/Template::Tutorial::Web.3pm Manifying blib/man3/Template::Iterator.3pm Manifying blib/man3/Template::Plugin::String.3pm Manifying blib/man3/Template::Stash::XS.3pm Manifying blib/man3/Template::Manual.3pm Manifying blib/man3/Template::Manual::Credits.3pm Manifying blib/man3/Template::View.3pm Manifying blib/man3/Template::Plugin::Filter.3pm Manifying blib/man3/Template::Manual::Plugins.3pm Manifying blib/man3/Template::Plugin::Dumper.3pm Manifying blib/man3/Template::Manual::VMethods.3pm Manifying blib/man3/Template::Plugin::Date.3pm Manifying blib/man3/Template::Plugin::File.3pm Manifying blib/man3/Template::Constants.3pm Manifying blib/man3/Template::Plugin::Assert.3pm Manifying blib/man3/Template::Plugin::Image.3pm Manifying blib/man3/Template::Manual::Config.3pm Manifying blib/man3/Template::Test.3pm Manifying blib/man3/Template::VMethods.3pm Manifying blib/man3/Template.3pm Manifying blib/man3/Template::Plugin::Table.3pm Manifying blib/man3/Template::Provider.3pm Manifying blib/man3/Template::Plugin::Format.3pm Manifying blib/man3/Template::Plugin::View.3pm Manifying blib/man3/Template::Stash::Context.3pm Manifying blib/man3/Template::Directive.3pm Manifying blib/man3/Template::Plugin::Datafile.3pm Manifying blib/man3/Template::Plugin::Directory.3pm Manifying blib/man3/Template::Plugin::Wrap.3pm Manifying blib/man3/Template::Base.3pm Manifying blib/man3/Template::Plugin::Math.3pm Manifying blib/man3/Template::Filters.3pm Manifying blib/man3/Template::Plugin::Pod.3pm Manifying blib/man3/Template::Manual::Internals.3pm Manifying blib/man3/Template::Service.3pm Manifying blib/man3/Template::Manual::Variables.3pm Manifying blib/man3/Template::Parser.3pm Manifying blib/man3/Template::Tools::tpage.3pm Manifying blib/man3/Template::Plugins.3pm Manifying blib/man3/Template::Manual::Syntax.3pm Manifying blib/man3/Template::Tutorial.3pm Manifying blib/man3/Template::Grammar.3pm Manifying blib/man3/Template::Plugin.3pm Manifying blib/man3/Template::Config.3pm Manifying blib/man3/Template::FAQ.3pm Manifying blib/man3/Template::Plugin::CGI.3pm Manifying blib/man3/Template::Tools.3pm Manifying blib/man3/Template::Manual::Filters.3pm Manifying blib/man3/Template::Document.3pm Manifying blib/man3/Template::Plugin::URL.3pm Manifying blib/man3/Template::Exception.3pm Manifying blib/man3/Template::Tutorial::Datafile.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uxcnpx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 + cd Template-Toolkit-2.24 + rm -rf /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 + make install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 INSTALLARCHLIB=/builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5 TT_PREFIX=/builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/tt2 make[1]: Entering directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' make[1]: Leaving directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Template/Stash/XS/XS.so Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Template/Stash/XS/XS.bs Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Provider.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Iterator.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Service.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Base.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Grammar.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Modules.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/View.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tutorial.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Directive.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Parser.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/VMethods.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/FAQ.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Context.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugins.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Filters.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Constants.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Config.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Exception.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tools.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Test.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Document.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Toolkit.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Stash.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Namespace/Constants.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/CGI.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Scalar.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/String.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Pod.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Iterator.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Filter.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Datafile.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Procedural.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/HTML.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Directory.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Format.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/View.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Image.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Math.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Table.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/File.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Assert.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Date.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Dumper.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/URL.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Plugin/Wrap.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tools/ttree.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tools/tpage.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Stash/XS.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Stash/Context.pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Intro.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Config.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Credits.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/VMethods.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Syntax.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Variables.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Views.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Directives.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Internals.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Filters.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Manual/Plugins.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tutorial/Datafile.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Tutorial/Web.pod Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man1/tpage.1 Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man1/ttree.1 Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Format.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Filter.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::VMethods.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tools::ttree.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::VMethods.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tutorial::Web.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Scalar.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Provider.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tutorial::Datafile.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Stash::Context.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Table.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Variables.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Parser.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Date.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tools.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::View.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::URL.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Math.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Context.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Stash::XS.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugins.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Directive.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Config.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Filters.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Constants.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::HTML.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Views.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Datafile.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::String.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Internals.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::CGI.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tutorial.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::View.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Iterator.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Config.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Tools::tpage.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Filters.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Service.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Image.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Base.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Intro.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Assert.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Plugins.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Iterator.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Directory.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Dumper.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Test.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::FAQ.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Document.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Pod.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Syntax.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Namespace::Constants.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Toolkit.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Grammar.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Exception.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Stash.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Procedural.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Credits.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::Wrap.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Modules.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Manual::Directives.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template::Plugin::File.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/man/man3/Template.3pm Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/bin/ttree Installing /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/bin/tpage Appending installation info to /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/perllocal.pod + find /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 -type f '(' -name perllocal.pod -o -name .packlist -o -name '*.bs' -size 0 ')' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 -depth -type d -empty -exec rmdir -f '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr + sed -i 's|/builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64||g' /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/Template/Config.pm + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Template-Toolkit-2.24 extracting debug info from /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Template/Stash/XS/XS.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 171 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WBkc8d + umask 022 + cd /builddir/build/BUILD + cd Template-Toolkit-2.24 + make test make[1]: Entering directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' make[1]: Leaving directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/args.t t/assert.t t/base.t t/binop.t t/block.t t/blocks.t t/capture.t t/case.t t/cgi.t t/chomp.t t/compile1.t t/compile2.t t/compile3.t t/compile4.t t/compile5.t t/config.t t/constants.t t/context.t t/datafile.t t/date.t t/debug.t t/directive.t t/directry.t t/document.t t/dumper.t t/error.t t/evalperl.t t/exception.t t/factory.t t/file.t t/fileline.t t/filter.t t/foreach.t t/format.t t/html.t t/image.t t/include.t t/iterator.t t/leak.t t/list.t t/macro.t t/math.t t/object.t t/output.t t/parser.t t/plugins.t t/plusfile.t t/pod.t t/prefix.t t/proc.t t/process.t t/provider.t t/ref.t t/scalar.t t/service.t t/skel.t t/stash-xs-unicode.t t/stash-xs.t t/stash.t t/stashc.t t/stop.t t/strcat.t t/strict.t t/string.t t/switch.t t/table.t t/tags.t t/template.t t/text.t t/throw.t t/tiedhash.t t/try.t t/unicode.t t/url.t t/url2.t t/vars.t t/varsv1.t t/view.t t/while.t t/wrap.t t/wrapper.t t/zz-pmv.t t/zz-pod-coverage.t t/zz-pod-kwalitee.t t/zz-stash-xs-leak.t t/vmethods/hash.t t/vmethods/list.t t/vmethods/replace.t t/vmethods/text.t t/args.t .............. ok t/assert.t ............ ok t/base.t .............. ok t/binop.t ............. ok t/block.t ............. ok t/blocks.t ............ ok t/capture.t ........... ok t/case.t .............. ok t/cgi.t ............... ok t/chomp.t ............. ok t/compile1.t .......... ok t/compile2.t .......... ok t/compile3.t .......... ok t/compile4.t .......... ok t/compile5.t .......... ok t/config.t ............ ok t/constants.t ......... ok t/context.t ........... ok t/datafile.t .......... ok t/date.t .............. ok t/debug.t ............. ok t/directive.t ......... ok t/directry.t .......... ok t/document.t .......... ok t/dumper.t ............ ok t/error.t ............. ok t/evalperl.t .......... ok t/exception.t ......... ok t/factory.t ........... ok t/file.t .............. ok t/fileline.t .......... ok t/filter.t ............ ok t/foreach.t ........... ok t/format.t ............ ok t/html.t .............. ok t/image.t ............. ok t/include.t ........... ok t/iterator.t .......... ok t/leak.t .............. ok t/list.t .............. ok t/macro.t ............. ok t/math.t .............. ok t/object.t ............ ok t/output.t ............ ok t/parser.t ............ ok t/plugins.t ........... ok t/plusfile.t .......... ok t/pod.t ............... ok t/prefix.t ............ ok t/proc.t .............. ok t/process.t ........... ok t/provider.t .......... ok t/ref.t ............... ok t/scalar.t ............ ok t/service.t ........... ok t/skel.t .............. ok t/stash-xs-unicode.t .. ok t/stash-xs.t .......... ok t/stash.t ............. ok t/stashc.t ............ ok t/stop.t .............. ok t/strcat.t ............ ok t/strict.t ............ ok t/string.t ............ ok t/switch.t ............ ok t/table.t ............. ok t/tags.t .............. ok t/template.t .......... ok t/text.t .............. ok t/throw.t ............. ok t/tiedhash.t .......... ok t/try.t ............... ok t/unicode.t ........... ok t/url.t ............... ok t/url2.t .............. skipped: We can't agree on the right joint for the URL plugin t/vars.t .............. ok t/varsv1.t ............ ok t/view.t .............. ok t/vmethods/hash.t ..... ok t/vmethods/list.t ..... ok t/vmethods/replace.t .. ok t/vmethods/text.t ..... ok t/while.t ............. ok t/wrap.t .............. ok t/wrapper.t ........... ok t/zz-pmv.t ............ skipped: These aren't the tests you're looking for... move along t/zz-pod-coverage.t ... skipped: Author tests not required for installation t/zz-pod-kwalitee.t ... skipped: Author tests not required for installation t/zz-stash-xs-leak.t .. skipped: Internal test for abw, add the --abw flag to run All tests successful. Files=89, Tests=2848, 19 wallclock secs ( 0.56 usr 0.08 sys + 7.56 cusr 0.64 csys = 8.84 CPU) Result: PASS make[1]: Entering directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' No tests defined for Template::Stash::XS extension. make[1]: Leaving directory `/builddir/build/BUILD/Template-Toolkit-2.24/xs' + exit 0 Processing files: perl-Template-Toolkit-2.24-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oE5DeK + umask 022 + cd /builddir/build/BUILD + cd Template-Toolkit-2.24 + DOCDIR=/builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + cp -pr Changes /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + cp -pr HACKING /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + cp -pr README /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + cp -pr TODO /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + cp -pr TT_v224_html_docs/css TT_v224_html_docs/faq TT_v224_html_docs/images TT_v224_html_docs/index.html TT_v224_html_docs/js TT_v224_html_docs/manual TT_v224_html_docs/misc TT_v224_html_docs/modules TT_v224_html_docs/old TT_v224_html_docs/test.html TT_v224_html_docs/tools TT_v224_html_docs/tutorial /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64/usr/share/doc/perl-Template-Toolkit-2.24 + exit 0 Provides: perl(Template) = 2.24 perl(Template::Base) = 2.78 perl(Template::Config) = 2.75 perl(Template::Constants) = 2.75 perl(Template::Context) = 2.98 perl(Template::Directive) = 2.20 perl(Template::Document) = 2.79 perl(Template::Exception) = 2.70 perl(Template::Filters) = 2.87 perl(Template::Grammar) = 2.25 perl(Template::Iterator) = 2.68 perl(Template::Monad::Assert) perl(Template::Monad::Scalar) perl(Template::Namespace::Constants) = 1.27 perl(Template::Parser) = 2.89 perl(Template::Perl) perl(Template::Plugin) = 2.70 perl(Template::Plugin::Assert) = 1.00 perl(Template::Plugin::CGI) = 2.70 perl(Template::Plugin::Datafile) = 2.72 perl(Template::Plugin::Date) = 2.78 perl(Template::Plugin::Date::Calc) perl(Template::Plugin::Date::Manip) perl(Template::Plugin::Directory) = 2.70 perl(Template::Plugin::Dumper) = 2.70 perl(Template::Plugin::File) = 2.71 perl(Template::Plugin::Filter) = 1.38 perl(Template::Plugin::Format) = 2.70 perl(Template::Plugin::HTML) = 2.62 perl(Template::Plugin::Image) = 1.21 perl(Template::Plugin::Iterator) = 2.68 perl(Template::Plugin::Math) = 1.16 perl(Template::Plugin::Pod) = 2.69 perl(Template::Plugin::Procedural) = 1.17 perl(Template::Plugin::Scalar) = 1.00 perl(Template::Plugin::String) = 2.40 perl(Template::Plugin::Table) = 2.71 perl(Template::Plugin::URL) = 2.74 perl(Template::Plugin::View) = 2.68 perl(Template::Plugin::Wrap) = 2.68 perl(Template::Plugins) = 2.77 perl(Template::Provider) = 2.94 perl(Template::Service) = 2.80 perl(Template::Stash) = 2.91 perl(Template::Stash::Context) = 1.63 perl(Template::Stash::XS) perl(Template::Test) = 2.75 perl(Template::TieString) perl(Template::VMethods) = 2.16 perl(Template::View) = 2.91 perl-Template-Toolkit = 2.24-5.el7 perl-Template-Toolkit(x86-64) = 2.24-5.el7 perl-Template-Toolkit-examples = 2.24-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl >= 0:5.006 perl(AppConfig) perl(CGI) perl(Cwd) perl(Data::Dumper) perl(Exporter) perl(File::Basename) perl(File::Copy) perl(File::Path) perl(File::Spec) perl(POSIX) perl(Pod::POM) perl(Scalar::Util) perl(Template) perl(Template::Base) perl(Template::Config) perl(Template::Constants) perl(Template::Directive) perl(Template::Document) perl(Template::Exception) perl(Template::Filters) perl(Template::Grammar) perl(Template::Iterator) perl(Template::Plugin) perl(Template::Plugin::File) perl(Template::Provider) perl(Template::Service) perl(Template::Stash) perl(Template::VMethods) perl(Template::View) perl(Text::ParseWords) perl(Text::Wrap) perl(base) perl(bytes) perl(constant) perl(locale) perl(overload) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Obsoletes: perl-Template-Toolkit-examples < 2.22-1 Processing files: perl-Template-Toolkit-debuginfo-2.24-5.el7.x86_64 Provides: perl-Template-Toolkit-debuginfo = 2.24-5.el7 perl-Template-Toolkit-debuginfo(x86-64) = 2.24-5.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/perl-Template-Toolkit-2.24-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Template-Toolkit-debuginfo-2.24-5.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wRYO8d + umask 022 + cd /builddir/build/BUILD + cd Template-Toolkit-2.24 + rm -rf /builddir/build/BUILDROOT/perl-Template-Toolkit-2.24-5.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->