request from: hawk checking if we should skip the build started at: Fri Oct 20 01:40:06 2017 fetching http://kraz.tld-linux.org/~buildertidev//srpms/dc9b3070-2f91-4654-a031-9ac302da0006/perl-Unicode-String-2.09-17.src.rpm fetched 124037 bytes, 392.3 K/s installing srpm: perl-Unicode-String-2.09-17.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.IVQ5tf/BUILD /tmp/B.IVQ5tf/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-Unicode-String-2.09-17.src.rpm * Thu Oct 19 2017 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-Unicode-String.git;a=log;h=master * Sun Jun 11 2017 Jan Rękorajski d68a2d2 - perl req/prov fix - release 17 (by relup.sh) * Sun Jun 11 2017 Jan Rękorajski ddf82d6 - rebuild with perl 5.26 - release 16 (by relup.sh) * Sun Oct 30 2016 Jan Rękorajski 23f39a2 - rebuild with perl 5.24.0 - release 15 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.IVQ5tf' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' perl-Unicode-String-2.09-17.src.rpm perl-Unicode-String ################################################## + rm -f perl-Unicode-String-2.09-17.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.IVQ5tf/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.IVQ5tf/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.IVQ5tf' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.IVQ5tf/perl-Unicode-String.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: dc9b3070-2f91-4654-a031-9ac302da0006; TMPDIR=/tmp/B.IVQ5tf/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.IVQ5tf' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.IVQ5tf/perl-Unicode-String.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: dc9b3070-2f91-4654-a031-9ac302da0006 + TMPDIR=/tmp/B.IVQ5tf/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.IVQ5tf' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.IVQ5tf/perl-Unicode-String.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.IVQ5tf/BUILD/tmp /bin/sh -e /tmp/B.IVQ5tf/BUILD/tmp/rpm-tmp.94999 + umask 022 + cd /tmp/B.IVQ5tf/BUILD + cd /tmp/B.IVQ5tf/BUILD + rm -rf Unicode-String-2.09 + /usr/bin/gzip -dc /tmp/B.IVQ5tf/Unicode-String-2.09.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Unicode-String-2.09 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (undefined.patch):' Patch #0 (undefined.patch): + String.xsc chmod 644 "String.bs" "/usr/bin/perl5.26.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- String.bs blib/arch/auto/Unicode/String/String.bs 644 cp lib/Unicode/CharName.pm blib/lib/Unicode/CharName.pm cp String.pm blib/lib/Unicode/String.pm mv String.xsc String.c i686-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I/usr/lib/perl5/5.26.1/i686-tld-linux-thread-multi/CORE" String.c String.xs: In function 'XS_Unicode__String_ucs4': String.xs:162:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'U32 {aka long unsigned int}' [-Wformat=] if (DOWARN) warn("UCS4 char (0x%08x) can not be encoded as UTF16", uc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ String.xs: In function 'XS_Unicode__String_utf8': String.xs:224:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'U32 {aka long unsigned int}' [-Wformat=] if (DOWARN) warn("Bad surrogate pair U+%04x U+%04x", us, low); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ String.xs:253:32: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'U32 {aka long unsigned int}' [-Wformat=] if (DOWARN) warn("Large char (%08X) ignored", us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ String.xs:324:22: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'U32 {aka long unsigned int}' [-Wformat=] if (DOWARN) warn("Can't represent 0x%08X as utf16", c); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Unicode/String/String.so i686-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector-strong String.o -o blib/arch/auto/Unicode/String/String.so \ \ chmod 755 blib/arch/auto/Unicode/String/String.so Manifying 2 pod documents + /usr/bin/make -j8 test "/usr/bin/perl5.26.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- String.bs blib/arch/auto/Unicode/String/String.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.26.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/byteswap.t ... ok t/charname.t ... ok t/encoding.t ... ok t/op.t ......... ok t/ord.t ........ ok t/stringify.t .. ok All tests successful. Files=6, Tests=112, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.08 cusr 0.00 csys = 0.11 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.IVQ5tf/BUILD/tmp /bin/sh -e /tmp/B.IVQ5tf/BUILD/tmp/rpm-tmp.86737 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.IVQ5tf/BUILD/tmp + umask 022 + cd /tmp/B.IVQ5tf/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder + /bin/mkdir -p /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder + cd Unicode-String-2.09 + rm -rf /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder + /usr/bin/make -j8 install 'DESTDIR=/tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder' "/usr/bin/perl5.26.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- String.bs blib/arch/auto/Unicode/String/String.bs 644 Manifying 2 pod documents Appending installation info to /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/5.26.1/i686-tld-linux-thread-multi/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/vendor_perl/5.26.0/i686-tld-linux-thread-multi/auto/Unicode/String/String.so Installing /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/vendor_perl/5.26.0/i686-tld-linux-thread-multi/Unicode/CharName.pm Installing /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/vendor_perl/5.26.0/i686-tld-linux-thread-multi/Unicode/String.pm Installing /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/man/man3/Unicode::CharName.3pm Installing /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/man/man3/Unicode::String.3pm + __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.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/5.26.1/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/lib/perl5/vendor_perl/5.26.0/i686-tld-linux-thread-multi/auto/Unicode/String/.packlist Processing files: perl-Unicode-String-2.09-17 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.IVQ5tf/BUILD/tmp /bin/sh -e /tmp/B.IVQ5tf/BUILD/tmp/rpm-tmp.86737 + umask 022 + cd /tmp/B.IVQ5tf/BUILD + cd Unicode-String-2.09 + DOCDIR=/tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09 + export DOCDIR + rm -rf /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09 + /bin/mkdir -p /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09... Documentation compressed. + cp -pr Changes README /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder/usr/share/doc/perl-Unicode-String-2.09... ./Changes ./README Documentation compressed. + exit 0 Provides: String.so perl(Unicode::CharName) = 1.07 perl(Unicode::String) = 2.09 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib/perl5/vendor_perl/5.26.0/i686-tld-linux-thread-multi libc.so.6 libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) perl(Carp) perl(DynaLoader) perl(Exporter) perl(overload) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder Wrote: /tmp/B.IVQ5tf/RPMS/perl-Unicode-String-2.09-17.i686.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.IVQ5tf/BUILD/tmp /bin/sh -e /tmp/B.IVQ5tf/BUILD/tmp/rpm-tmp.86737 + umask 022 + cd /tmp/B.IVQ5tf/BUILD + cd Unicode-String-2.09 + /bin/rm '--interactive=never' -rf /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder + rm -rf /tmp/B.IVQ5tf/BUILD/tmp/perl-Unicode-String-2.09-root-builder ended at: Fri Oct 20 01:40:08 2017, done in 0:00:01.708022 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.IVQ5tf/BUILD + rm -rf /tmp/B.IVQ5tf/tmp /tmp/B.IVQ5tf/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/... 200..400..600..800..915 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.IVQ5tf Begin-TLD-Builder-Info Build-Time: user:2.28s sys:0.25s real:3.05s (faults io:0 non-io:130794) Files queued for ftp: 96274 perl-Unicode-String-2.09-17.i686.rpm 98 perl-Unicode-String-2.09-17.src.rpm.uploadinfo End-TLD-Builder-Info