request from: hawk checking if we should skip the build started at: Sun Apr 19 14:51:56 2020 fetching http://src.tld-linux.org/~builderti//srpms/82246aa6-2d7c-470b-b3cb-dc77f50cd608/perl-JSON-4.02-1.src.rpm fetched 95381 bytes, 1629.0 K/s installing srpm: perl-JSON-4.02-1.src.rpm + install -d /tmp/B.WHzxSo/BUILD /tmp/B.WHzxSo/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-JSON-4.02-1.src.rpm * Sun Apr 19 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-JSON.git;a=log;h=master * Sat Jan 25 2020 Jan Rękorajski 7f75e81 - drop obsolete and outdated manual inclusion of rpm macros * Thu Nov 14 2019 Arkadiusz Miśkiewicz d013d79 - up to 4.02 + rpm -Uhv --nodeps --define '_topdir /tmp/B.WHzxSo' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests perl-JSON-4.02-1.src.rpm perl-JSON ################################################## + rm -f perl-JSON-4.02-1.src.rpm + install -m 700 -d /tmp/B.WHzxSo/BUILD/tmp + TMPDIR=/tmp/B.WHzxSo/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.WHzxSo' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux --define 'prep exit 0' /tmp/B.WHzxSo/perl-JSON.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: 82246aa6-2d7c-470b-b3cb-dc77f50cd608; TMPDIR=/tmp/B.WHzxSo/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.WHzxSo' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.WHzxSo/perl-JSON.spec + : build-id: 82246aa6-2d7c-470b-b3cb-dc77f50cd608 + TMPDIR=/tmp/B.WHzxSo/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.WHzxSo' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.WHzxSo/perl-JSON.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.WHzxSo/BUILD/tmp /bin/sh -e /tmp/B.WHzxSo/BUILD/tmp/rpm-tmp.31878 + umask 022 + cd /tmp/B.WHzxSo/BUILD + cd /tmp/B.WHzxSo/BUILD + rm -rf JSON-4.02 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.WHzxSo/JSON-4.02.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd JSON-4.02 + /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.WHzxSo/BUILD/tmp /bin/sh -e /tmp/B.WHzxSo/BUILD/tmp/rpm-tmp.31878 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.WHzxSo/BUILD/tmp + umask 022 + cd /tmp/B.WHzxSo/BUILD + cd JSON-4.02 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' Welcome to JSON (v.4.02) ============================= ** BACKWARD INCOMPATIBILITY ** Since version 2.90, stringification (and string comparison) for JSON::true and JSON::false has not been overloaded. It shouldn't matter as long as you treat them as boolean values, but a code that expects they are stringified as "true" or "false" doesn't work as you have expected any more. if (JSON::true eq 'true') { # now fails print "The result is 1 now."; # => The result is 1 now. And now these boolean values don't inherit JSON::Boolean, either. When you need to test a value is a JSON boolean value or not, use JSON::is_bool function, instead of testing the value inherits a particular boolean class or not. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON + /usr/bin/make -j4 cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm Manifying 5 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.WHzxSo/BUILD/tmp /bin/sh -e /tmp/B.WHzxSo/BUILD/tmp/rpm-tmp.95639 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.WHzxSo/BUILD/tmp + umask 022 + cd /tmp/B.WHzxSo/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder + /bin/mkdir -p /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder + cd JSON-4.02 + rm -rf /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder' Manifying 5 pod documents Appending installation info to /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/perllocal.pod Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/perl5/vendor_perl/JSON.pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/perl5/vendor_perl/JSON/backportPP.pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5006.pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5005.pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/perl5/vendor_perl/JSON/backportPP/Boolean.pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/man/man3/JSON.3pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/man/man3/JSON::backportPP.3pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/man/man3/JSON::backportPP::Compat5005.3pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/man/man3/JSON::backportPP::Boolean.3pm Installing /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/man/man3/JSON::backportPP::Compat5006.3pm + __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.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/auto/JSON/.packlist Processing files: perl-JSON-4.02-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.WHzxSo/BUILD/tmp /bin/sh -e /tmp/B.WHzxSo/BUILD/tmp/rpm-tmp.95639 + umask 022 + cd /tmp/B.WHzxSo/BUILD + cd JSON-4.02 + DOCDIR=/tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02 + export DOCDIR + rm -rf /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02 + /bin/mkdir -p /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02... Documentation compressed. + cp -pr Changes README /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder/usr/share/doc/perl-JSON-4.02... ./README ./Changes Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder Wrote: /tmp/B.WHzxSo/RPMS/perl-JSON-4.02-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.WHzxSo/BUILD/tmp /bin/sh -e /tmp/B.WHzxSo/BUILD/tmp/rpm-tmp.95639 + umask 022 + cd /tmp/B.WHzxSo/BUILD + cd JSON-4.02 + /bin/rm '--interactive=never' -rf /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder + rm -rf /tmp/B.WHzxSo/BUILD/tmp/perl-JSON-4.02-root-builder ended at: Sun Apr 19 14:51:58 2020, done in 0:00:01.232568 + chmod -R u+rwX /tmp/B.WHzxSo/BUILD + rm -rf /tmp/B.WHzxSo/tmp /tmp/B.WHzxSo/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.WHzxSo Begin-TLD-Builder-Info Build-Time: user:1.64s sys:0.48s real:1.98s (faults io:0 non-io:85424) Files queued for ftp: 102349 perl-JSON-4.02-1.noarch.rpm 78 perl-JSON-4.02-1.src.rpm.uploadinfo End-TLD-Builder-Info