Mock Version: 1.2.13 Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec'], chrootPath='/var/lib/mock/epel7-archbootstrap-4516185-552871/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=172800logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: buildppcle-08.phx2.fedoraproject.org Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/perl-Net-IDN-Encode-2.201-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec '], chrootPath='/var/lib/mock/epel7-archbootstrap-4516185-552871/root'shell=Falseuid=1000env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=172800private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IiPvkG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-IDN-Encode-2.201 + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-IDN-Encode-2.201.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-IDN-Encode-2.201 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (net_idn_module_build_remove_version.patch):' Patch #1 (net_idn_module_build_remove_version.patch): + /usr/bin/cat /builddir/build/SOURCES/net_idn_module_build_remove_version.patch + /usr/bin/patch -p1 --fuzz=0 patching file META.json patching file META.yml + chmod -x lib/Net/IDN/Encode.pm lib/Net/IDN/Standards.pod + for FILE in LICENSE README + iconv -f ISO_8859-1 -t UTF8 LICENSE + mv LICENSE.utf8 LICENSE + for FILE in LICENSE README + iconv -f ISO_8859-1 -t UTF8 README + mv README.utf8 README + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bivfkd + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.201 + /usr/bin/perl Build.PL installdirs=vendor 'optimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Net-IDN-Encode' version '2.201' + ./Build Building Net-IDN-Encode gcc -I/usr/lib64/perl5/CORE -DXS_VERSION="2.201" -DVERSION="2.201" -fPIC -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 -mcpu=power7 -mtune=power8 -o lib/Net/IDN/Punycode.o lib/Net/IDN/Punycode.c lib/Net/IDN/Punycode.xs: In function 'XS_Net__IDN__Punycode_decode_punycode': lib/Net/IDN/Punycode.xs:223:7: warning: array subscript has type 'char' [-Wchar-subscripts] dc = dec_digit[*in_p++]; /* we already know it's in 0..127 */ ^ lib/Net/IDN/Punycode.xs:184:24: warning: unused variable 'len' [-Wunused-variable] STRLEN length_guess, len, h, u8; ^ lib/Net/IDN/Punycode.xs:179:18: warning: unused variable 'skip_delta' [-Wunused-variable] int delta = 0, skip_delta; ^ lib/Net/IDN/Punycode.xs:179:7: warning: unused variable 'delta' [-Wunused-variable] int delta = 0, skip_delta; ^ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Net/IDN/Punycode/Punycode.bs') gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -Wl,-z,relro -o blib/arch/auto/Net/IDN/Punycode/Punycode.so lib/Net/IDN/Punycode.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bY407K + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le + cd Net-IDN-Encode-2.201 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le create_packlist=0 Building Net-IDN-Encode Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.so Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.bs Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/UTS46.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/Encode.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/Overview.pod Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/Punycode.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/Standards.pod Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/Punycode/PP.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/Net/IDN/UTS46/_Mapping.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::Punycode.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::UTS46.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::Encode.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::Punycode::PP.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::Overview.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::Standards.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/man/man3/Net::IDN::UTS46::_Mapping.3pm + find /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Net-IDN-Encode-2.201 extracting debug info from /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 39 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.FTYdgk + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.201 + ./Build test t/00use.t ................. ok t/10pod.t ................. ok t/11pod_cover.t ........... ok t/domain_to_ascii.t ....... ok t/domain_to_unicode.t ..... ok t/encode_bytes.t .......... ok t/encode_utf8.t ........... ok t/punycode_vec-pp.t ....... ok t/punycode_vec-xs.t ....... ok t/uts46_api_call.t ........ ok t/uts46_encode_bytes.t .... ok t/uts46_encode_utf8.t ..... ok t/uts46_to_ascii-trans.t .. ok t/uts46_to_ascii.t ........ ok t/uts46_to_unicode.t ...... ok t/xtra_pp.t ............... ok All tests successful. Files=16, Tests=12620, 6 wallclock secs ( 0.98 usr 0.06 sys + 5.18 cusr 0.17 csys = 6.39 CPU) Result: PASS + exit 0 Processing files: perl-Net-IDN-Encode-2.201-2.el7.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pzr5GW + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.201 + DOCDIR=/builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + cp -pr eg /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + cp -pr README /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le/usr/share/doc/perl-Net-IDN-Encode-2.201 + exit 0 Provides: perl(Net::IDN::Encode) = 2.201 perl(Net::IDN::Punycode) = 1.101 perl(Net::IDN::Punycode::PP) = 1.101 perl(Net::IDN::UTS46) = 1.001 perl(Net::IDN::UTS46::_Mapping) = 7.000 perl-Net-IDN-Encode = 2.201-2.el7 perl-Net-IDN-Encode(ppc-64) = 2.201-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) perl >= 0:5.006 perl >= 0:5.008005 perl(Carp) perl(Exporter) perl(Net::IDN::Encode) >= 2.100 perl(Net::IDN::Punycode) >= 1 perl(Net::IDN::Punycode) >= 1.1 perl(Net::IDN::UTS46) perl(Net::IDN::UTS46::_Mapping) >= 5.002 perl(Unicode::Normalize) perl(constant) perl(integer) perl(strict) perl(utf8) perl(warnings) rtld(GNU_HASH) Processing files: perl-Net-IDN-Encode-debuginfo-2.201-2.el7.ppc64le Provides: perl-Net-IDN-Encode-debuginfo = 2.201-2.el7 perl-Net-IDN-Encode-debuginfo(ppc-64) = 2.201-2.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-Net-IDN-Encode-2.201-2.el7.ppc64le warning: Could not canonicalize hostname: buildppcle-08.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-Net-IDN-Encode-2.201-2.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/perl-Net-IDN-Encode-debuginfo-2.201-2.el7.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pMR3kO + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.201 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.201-2.el7.ppc64le + exit 0 Child return code was: 0 LEAVE do -->