request from: hawk checking if we should skip the build started at: Wed Apr 29 21:11:54 2020 fetching http://src.tld-linux.org/~builderti//srpms/5697983c-986b-4921-a361-bd5a1139a61a/perl-Template-Toolkit-2.29-2.src.rpm fetched 527312 bytes, 10554.7 K/s installing srpm: perl-Template-Toolkit-2.29-2.src.rpm + install -d /tmp/B.1Fm_ye/BUILD /tmp/B.1Fm_ye/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-Template-Toolkit-2.29-2.src.rpm * Wed Apr 29 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-Template-Toolkit.git;a=log;h=da107b9cf2f9f1ef4ad44745e07cb91bfc9c5354 * Sat Jan 25 2020 Jan Rękorajski da107b9 - drop obsolete and outdated manual inclusion of rpm macros * Wed Dec 04 2019 Jan Rękorajski bd113a1 - rebuild with perl 5.30.0 - release 2 (by relup.sh) * Thu Nov 14 2019 Arkadiusz Miśkiewicz 8f951a4 - up to 2.29 + rpm -Uhv --nodeps --define '_topdir /tmp/B.1Fm_ye' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests perl-Template-Toolkit-2.29-2.src.rpm perl-Template-Toolkit ################################################## + rm -f perl-Template-Toolkit-2.29-2.src.rpm + install -m 700 -d /tmp/B.1Fm_ye/BUILD/tmp + TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.1Fm_ye' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.1Fm_ye/perl-Template-Toolkit.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: 5697983c-986b-4921-a361-bd5a1139a61a; TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.1Fm_ye' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.1Fm_ye/perl-Template-Toolkit.spec + : build-id: 5697983c-986b-4921-a361-bd5a1139a61a + TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.1Fm_ye' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.1Fm_ye/perl-Template-Toolkit.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp /bin/sh -e /tmp/B.1Fm_ye/BUILD/tmp/rpm-tmp.59573 + umask 022 + cd /tmp/B.1Fm_ye/BUILD + cd /tmp/B.1Fm_ye/BUILD + rm -rf Template-Toolkit-2.29 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.1Fm_ye/Template-Toolkit-2.29.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Template-Toolkit-2.29 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp /bin/sh -e /tmp/B.1Fm_ye/BUILD/tmp/rpm-tmp.59573 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp + umask 022 + cd /tmp/B.1Fm_ye/BUILD + cd Template-Toolkit-2.29 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' 'TT_PREFIX=/usr/src/examples/perl-Template-Toolkit-2.29' 'TT_IMAGES=/usr/src/examples/perl-Template-Toolkit-2.29/images' 'TT_BUILD_DOCS=y' 'TT_SPLASH_DOCS=y' 'TT_EXAMPLES=y' 'TT_EXTRAS=y' 'TT_ACCEPT=y' Template Toolkit Version 2.29 ============================= 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 Warning: prerequisite CGI 0 not found. Warning: prerequisite Test::LeakTrace 0 not found. Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Template Writing MYMETA.yml and MYMETA.json Configuration complete. You should now run 'make', 'make test' and then 'make install'. See the README file for further information. + /usr/bin/make -j4 'CC=x86_64-tld-linux-gcc' 'OPTIMIZE=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' make[1]: Entering directory '/tmp/B.1Fm_ye/BUILD/Template-Toolkit-2.29/xs' Running Mkbootstrap for XS () "/usr/bin/perl5.30.2" "/usr/share/perl5/5.30.2/ExtUtils/xsubpp" -typemap '/usr/share/perl5/5.30.2/ExtUtils/typemap' Stash.xs > Stash.xsc chmod 644 "XS.bs" "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs 644 cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm cp lib/Template/Directive.pm blib/lib/Template/Directive.pm cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm cp lib/Template/Config.pm blib/lib/Template/Config.pm cp lib/Template/FAQ.pod blib/lib/Template/FAQ.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/Manual/Config.pod blib/lib/Template/Manual/Config.pod cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod cp lib/Template/Exception.pm blib/lib/Template/Exception.pm cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod cp lib/Template/Manual.pod blib/lib/Template/Manual.pod cp lib/Template/Base.pm blib/lib/Template/Base.pm cp lib/Template/Parser.pm blib/lib/Template/Parser.pm cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm cp lib/Template/Modules.pod blib/lib/Template/Modules.pod cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod cp lib/Template/Constants.pm blib/lib/Template/Constants.pm cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod 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/Date.pm blib/lib/Template/Plugin/Date.pm cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod cp lib/Template/Filters.pm blib/lib/Template/Filters.pm cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm cp lib/Template/Document.pm blib/lib/Template/Document.pm cp lib/Template.pm blib/lib/Template.pm cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm mv Stash.xsc Stash.c x86_64-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -DVERSION=\"2.29\" -DXS_VERSION=\"2.29\" -fPIC "-I/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/CORE" Stash.c cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm cp lib/Template/Service.pm blib/lib/Template/Service.pm cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm cp lib/Template/View.pm blib/lib/Template/View.pm cp lib/Template/Provider.pm blib/lib/Template/Provider.pm cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm cp lib/Template/Tools.pod blib/lib/Template/Tools.pod cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod cp lib/Template/Toolkit.pm blib/lib/Template/Toolkit.pm cp lib/Template/Stash.pm blib/lib/Template/Stash.pm cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod cp lib/Template/Test.pm blib/lib/Template/Test.pm cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm rm -f ../blib/arch/auto/Template/Stash/XS/XS.so x86_64-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector-strong 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 '/tmp/B.1Fm_ye/BUILD/Template-Toolkit-2.29/xs' cp bin/tpage blib/script/tpage cp bin/ttree blib/script/ttree "/usr/bin/perl5.30.2" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage "/usr/bin/perl5.30.2" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree Manifying 2 pod documents Manifying 34 pod documents Manifying 31 pod documents + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp /bin/sh -e /tmp/B.1Fm_ye/BUILD/tmp/rpm-tmp.49344 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp + umask 022 + cd /tmp/B.1Fm_ye/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder + /bin/mkdir -p /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder + cd Template-Toolkit-2.29 + rm -rf /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder + /usr/bin/make -j4 -j1 install 'DESTDIR=/tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder' make[1]: Entering directory '/tmp/B.1Fm_ye/BUILD/Template-Toolkit-2.29/xs' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs 644 make[1]: Leaving directory '/tmp/B.1Fm_ye/BUILD/Template-Toolkit-2.29/xs' Manifying 2 pod documents Manifying 34 pod documents Manifying 31 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/Template/Stash/XS/XS.so Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Exception.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Base.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tools.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Filters.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugins.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Document.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Toolkit.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Context.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Modules.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/VMethods.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Config.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Constants.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Stash.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Directive.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Grammar.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/FAQ.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Test.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Iterator.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Parser.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Provider.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Service.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/View.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tutorial.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Stash/Context.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Stash/XS.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tools/tpage.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tools/ttree.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Namespace/Constants.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tutorial/Datafile.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Tutorial/Web.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/String.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Pod.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Datafile.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/HTML.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Wrap.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Procedural.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Assert.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/File.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/URL.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Image.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Date.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Math.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Filter.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Scalar.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Iterator.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/CGI.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Format.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Directory.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Table.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/View.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Plugin/Dumper.pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Directives.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Plugins.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Filters.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Intro.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Variables.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Syntax.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/VMethods.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Views.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Credits.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Internals.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template/Manual/Config.pod Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man1/tpage.1p Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man1/ttree.1p Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Scalar.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Filters.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Context.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Directory.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Document.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Filter.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::CGI.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Views.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::File.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Stash::XS.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Iterator.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Format.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Syntax.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Image.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Variables.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Stash.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Config.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Plugins.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugins.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tools.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Pod.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tools::ttree.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::VMethods.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Base.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Credits.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Config.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Assert.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Datafile.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Date.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Parser.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Dumper.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Directive.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::View.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Modules.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::FAQ.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Directives.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Namespace::Constants.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Table.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Procedural.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::URL.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Test.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::String.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Stash::Context.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Toolkit.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Filters.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Intro.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Provider.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::View.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Wrap.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tools::tpage.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tutorial.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Constants.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Manual::Internals.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Grammar.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tutorial::Web.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Math.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::Iterator.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Plugin::HTML.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Tutorial::Datafile.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Service.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::Exception.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/man/man3/Template::VMethods.3pm Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/bin/ttree Installing /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/bin/tpage Appending installation info to /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/perllocal.pod + install -d /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/perl5/vendor_perl/Template + install -d /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/perl5/vendor_perl/Template/Plugin /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/perl5/vendor_perl/Template/Provider /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/perl5/vendor_perl/Template/Stash + find /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/Template -name '*.pod' + xargs rm -f + __spec_install_post_strip + set +x Stripping 1 ELF shared libraries...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x + rm -f /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/perllocal.pod /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/Template/Toolkit/.packlist Processing files: perl-Template-Toolkit-2.29-2 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp /bin/sh -e /tmp/B.1Fm_ye/BUILD/tmp/rpm-tmp.49344 + umask 022 + cd /tmp/B.1Fm_ye/BUILD + cd Template-Toolkit-2.29 + DOCDIR=/tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29 + export DOCDIR + rm -rf /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29 + /bin/mkdir -p /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29... Documentation compressed. + cp -pr Changes HACKING README TODO /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder/usr/share/doc/perl-Template-Toolkit-2.29... ./README ./HACKING ./Changes ./TODO Documentation compressed. + exit 0 Provides: XS.so()(64bit) perl(Template) = 2.29 perl(Template::Base) = 2.78 perl(Template::Config) = 2.75 perl(Template::Constants) = 2.75 perl(Template::Context) = 2.98 perl(Template::Directive) = 2.2 perl(Template::Document) = 2.79 perl(Template::Exception) = 2.7 perl(Template::Filters) = 2.87 perl(Template::Grammar) = 2.26 perl(Template::Iterator) = 2.68 perl(Template::Namespace::Constants) = 1.27 perl(Template::Parser) = 2.89 perl(Template::Plugin) = 2.7 perl(Template::Plugin::Assert) = 1 perl(Template::Plugin::CGI) = 2.7 perl(Template::Plugin::Datafile) = 2.72 perl(Template::Plugin::Directory) = 2.7 perl(Template::Plugin::File) = 2.71 perl(Template::Plugin::Filter) = 1.38 perl(Template::Plugin::Format) = 2.7 perl(Template::Plugin::HTML) = 2.62 perl(Template::Plugin::Iterator) = 2.68 perl(Template::Plugin::Math) = 1.16 perl(Template::Plugin::Procedural) = 1.17 perl(Template::Plugin::Scalar) = 1 perl(Template::Plugin::String) = 2.4 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.8 perl(Template::Stash) = 2.91 perl(Template::Stash::Context) = 1.63 perl(Template::Stash::XS) perl(Template::Test) = 2.75 perl(Template::Toolkit) perl(Template::VMethods) = 2.16 perl(Template::View) = 2.91 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/perl /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi 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(AppConfig) perl(CGI) perl(Cwd) perl(Exporter) perl(File::Basename) perl(File::Copy) perl(File::Path) perl(File::Spec) 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(bytes) perl(constant) perl(locale) perl(overload) perl(strict) perl(vars) perl(warnings) perl-base >= 1:5.6.0 rtld(GNU_HASH) Obsoletes: perl-Template-Toolkit-examples Processing files: perl-Template-Toolkit-Plugin-Date-2.29-2 Provides: perl(Template::Plugin::Date) = 2.78 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi perl(Config) perl(POSIX) perl(Template::Plugin) perl(constant) perl(strict) perl(vars) perl(warnings) Processing files: perl-Template-Toolkit-Plugin-Dumper-2.29-2 Provides: perl(Template::Plugin::Dumper) = 2.7 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi perl(Data::Dumper) perl(Template::Plugin) perl(strict) perl(warnings) Processing files: perl-Template-Toolkit-Plugin-Image-2.29-2 Provides: perl(Template::Plugin::Image) = 1.21 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi perl(File::Spec) perl(Template::Exception) perl(Template::Plugin) perl(strict) perl(warnings) Processing files: perl-Template-Toolkit-Plugin-Pod-2.29-2 Provides: perl(Template::Plugin::Pod) = 2.69 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi perl(Pod::POM) perl(Template::Plugin) perl(strict) perl(warnings) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder warning: Installed (but unpackaged) file(s) found: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/Template/.packlist Wrote: /tmp/B.1Fm_ye/RPMS/perl-Template-Toolkit-2.29-2.x86_64.rpm Wrote: /tmp/B.1Fm_ye/RPMS/perl-Template-Toolkit-Plugin-Date-2.29-2.x86_64.rpm Wrote: /tmp/B.1Fm_ye/RPMS/perl-Template-Toolkit-Plugin-Dumper-2.29-2.x86_64.rpm Wrote: /tmp/B.1Fm_ye/RPMS/perl-Template-Toolkit-Plugin-Image-2.29-2.x86_64.rpm Wrote: /tmp/B.1Fm_ye/RPMS/perl-Template-Toolkit-Plugin-Pod-2.29-2.x86_64.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.1Fm_ye/BUILD/tmp /bin/sh -e /tmp/B.1Fm_ye/BUILD/tmp/rpm-tmp.93891 + umask 022 + cd /tmp/B.1Fm_ye/BUILD + cd Template-Toolkit-2.29 + /bin/rm '--interactive=never' -rf /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder + rm -rf /tmp/B.1Fm_ye/BUILD/tmp/perl-Template-Toolkit-2.29-root-builder ended at: Wed Apr 29 21:12:00 2020, done in 0:00:05.838282 + chmod -R u+rwX /tmp/B.1Fm_ye/BUILD + rm -rf /tmp/B.1Fm_ye/tmp /tmp/B.1Fm_ye/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.1Fm_ye Begin-TLD-Builder-Info Build-Time: user:5.50s sys:1.17s real:6.75s (faults io:0 non-io:259119) Files queued for ftp: 6401 perl-Template-Toolkit-Plugin-Pod-2.29-2.x86_64.rpm 12206 perl-Template-Toolkit-Plugin-Image-2.29-2.x86_64.rpm 7502 perl-Template-Toolkit-Plugin-Dumper-2.29-2.x86_64.rpm 10413 perl-Template-Toolkit-Plugin-Date-2.29-2.x86_64.rpm 494938 perl-Template-Toolkit-2.29-2.x86_64.rpm 352 perl-Template-Toolkit-2.29-2.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/Template/.packlist End-TLD-Builder-Info