request from: hawk checking if we should skip the build started at: Sun Jun 2 01:03:21 2019 fetching http://src.tld-linux.org/~buildertidev//srpms/13999dba-48aa-4513-86da-6db444dfa2f8/perl-Exporter-Tiny-1.002001-1.src.rpm fetched 38158 bytes, 861.9 K/s installing srpm: perl-Exporter-Tiny-1.002001-1.src.rpm + install -d /tmp/B.YlkT5K/BUILD /tmp/B.YlkT5K/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-Exporter-Tiny-1.002001-1.src.rpm * Sat Jun 01 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-Exporter-Tiny.git;a=log;h=master * Tue Oct 02 2018 Jakub Bogusz fab7fe2 - updated to 1.002001 + rpm -Uhv --nodeps --define '_topdir /tmp/B.YlkT5K' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' perl-Exporter-Tiny-1.002001-1.src.rpm perl-Exporter-Tiny ################################################## + rm -f perl-Exporter-Tiny-1.002001-1.src.rpm + install -m 700 -d /tmp/B.YlkT5K/BUILD/tmp + TMPDIR=/tmp/B.YlkT5K/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.YlkT5K' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.YlkT5K/perl-Exporter-Tiny.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 13999dba-48aa-4513-86da-6db444dfa2f8; TMPDIR=/tmp/B.YlkT5K/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.YlkT5K' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.YlkT5K/perl-Exporter-Tiny.spec + : build-id: 13999dba-48aa-4513-86da-6db444dfa2f8 + TMPDIR=/tmp/B.YlkT5K/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.YlkT5K' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.YlkT5K/perl-Exporter-Tiny.spec Building target platforms: i686-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.YlkT5K/BUILD/tmp /bin/sh -e /tmp/B.YlkT5K/BUILD/tmp/rpm-tmp.73954 + umask 022 + cd /tmp/B.YlkT5K/BUILD + cd /tmp/B.YlkT5K/BUILD + rm -rf Exporter-Tiny-1.002001 + /usr/bin/gzip -dc /tmp/B.YlkT5K/Exporter-Tiny-1.002001.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Exporter-Tiny-1.002001 + /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.YlkT5K/BUILD/tmp /bin/sh -e /tmp/B.YlkT5K/BUILD/tmp/rpm-tmp.73954 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.YlkT5K/BUILD/tmp + umask 022 + cd /tmp/B.YlkT5K/BUILD + cd Exporter-Tiny-1.002001 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Exporter::Tiny Writing MYMETA.yml and MYMETA.json + /usr/bin/make -j4 cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod Manifying 6 pod documents + /usr/bin/make -j4 test PERL_DL_NONLAZY=1 "/usr/bin/perl5.28.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Perl 5.028002 t/01basic.t .............. ok t/02renaming.t ........... ok t/03generators.t ......... ok t/04into.t ............... ok t/05shiny.t .............. ok t/06notwant.t ............ ok t/07regexp.t ............. ok t/08tags.t ............... ok t/09warnings.t ........... ok t/10no.t ................. ok t/11noncode.t ............ ok t/12noncodegenerators.t .. ok t/13doesntexist.t ........ ok All tests successful. Files=13, Tests=68, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.66 cusr 0.05 csys = 0.75 CPU) Result: PASS + 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.YlkT5K/BUILD/tmp /bin/sh -e /tmp/B.YlkT5K/BUILD/tmp/rpm-tmp.91177 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.YlkT5K/BUILD/tmp + umask 022 + cd /tmp/B.YlkT5K/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder + /bin/mkdir -p /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder + cd Exporter-Tiny-1.002001 + rm -rf /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder + /usr/bin/make -j4 pure_install 'DESTDIR=/tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder' Manifying 6 pod documents Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny.pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Shiny.pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Etc.pod Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/QuickStart.pod Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Exporting.pod Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Importing.pod Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Tiny.3pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Shiny.3pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Tiny::Manual::Exporting.3pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Tiny::Manual::QuickStart.3pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Tiny::Manual::Etc.3pm Installing /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/man/man3/Exporter::Tiny::Manual::Importing.3pm + install -d /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/src/examples/perl-Exporter-Tiny-1.002001 + cp -a examples /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/src/examples/perl-Exporter-Tiny-1.002001 + /bin/rm '--interactive=never' /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Etc.pod /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Exporting.pod /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Importing.pod /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/QuickStart.pod + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __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.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/lib/perl5/5.28.2/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/lib/perl5/vendor_perl/5.28.0/i686-tld-linux-thread-multi/auto/Exporter/Tiny/.packlist Processing files: perl-Exporter-Tiny-1.002001-1 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.YlkT5K/BUILD/tmp /bin/sh -e /tmp/B.YlkT5K/BUILD/tmp/rpm-tmp.91177 + umask 022 + cd /tmp/B.YlkT5K/BUILD + cd Exporter-Tiny-1.002001 + DOCDIR=/tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001 + export DOCDIR + rm -rf /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001 + /bin/mkdir -p /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001... Documentation compressed. + cp -pr COPYRIGHT CREDITS Changes TODO /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/share/doc/perl-Exporter-Tiny-1.002001... ./Changes ./TODO ./COPYRIGHT ./CREDITS Documentation compressed. + exit 0 skipping /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder/usr/src/examples/perl-Exporter-Tiny-1.002001/examples/Example/Exporter.pm requires detection (matches noautoreqfiles pattern #0) Provides: perl(Exporter::Shiny) = 1.002001 perl(Exporter::Tiny) = 1.002001 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/share/perl5/vendor_perl perl(Exporter::Tiny) perl(strict) perl(warnings) perl-base >= 1:5.6.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder Wrote: /tmp/B.YlkT5K/RPMS/perl-Exporter-Tiny-1.002001-1.noarch.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.YlkT5K/BUILD/tmp /bin/sh -e /tmp/B.YlkT5K/BUILD/tmp/rpm-tmp.91177 + umask 022 + cd /tmp/B.YlkT5K/BUILD + cd Exporter-Tiny-1.002001 + /bin/rm '--interactive=never' -rf /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder + rm -rf /tmp/B.YlkT5K/BUILD/tmp/perl-Exporter-Tiny-1.002001-root-builder ended at: Sun Jun 2 01:03:23 2019, done in 0:00:01.690405 + chmod -R u+rwX /tmp/B.YlkT5K/BUILD + rm -rf /tmp/B.YlkT5K/tmp /tmp/B.YlkT5K/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 Preparing... ################################################## perl-Exporter-Tiny ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.YlkT5K Begin-TLD-Builder-Info Build-Time: user:1.91s sys:0.26s real:4.56s (faults io:0 non-io:138575) Files queued for ftp: 33553 perl-Exporter-Tiny-1.002001-1.noarch.rpm 104 perl-Exporter-Tiny-1.002001-1.src.rpm.uploadinfo End-TLD-Builder-Info