Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Text-Iconv.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-ba38e67b33de283fa52b4380b2df8d86c5d20fe0/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Text-Iconv.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.4-2 Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/perl-Text-Iconv-1.7-18.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Text-Iconv.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-ba38e67b33de283fa52b4380b2df8d86c5d20fe0/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Text-Iconv.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.4-2 Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xO1HEz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Text-Iconv-1.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/Text-Iconv-1.7.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Text-Iconv-1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f iso-8859-1 -t utf8 + mv README.utf8 README + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.afuqGZ + umask 022 + cd /builddir/build/BUILD + cd Text-Iconv-1.7 + /usr/bin/perl Makefile.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' Checking for iconv ... ok (iconv apparently in libc) NOTE: If you have multiple iconv implementations installed, you might want to make sure that I've found the one you want to use. If necessary, you can explicitly specify paths like this: /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' Checking if your kit is complete... Looks good Writing Makefile for Text::Iconv + make -j4 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Iconv.xs > Iconv.xsc && mv Iconv.xsc Iconv.c Running Mkbootstrap for Text::Iconv () chmod 644 Iconv.bs cp Iconv.bs blib/arch/auto/Text/Iconv/Iconv.bs chmod 644 blib/arch/auto/Text/Iconv/Iconv.bs cp Iconv.pm blib/lib/Text/Iconv.pm AutoSplitting blib/lib/Text/Iconv.pm (blib/lib/auto/Text/Iconv) armv7hl-redhat-linux-gnueabi-gcc -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" -fPIC "-I/usr/lib/perl5/CORE" Iconv.c Iconv.c: In function 'XS_Text__IconvPtr_raise_error': Iconv.c:522:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Iconv.c: In function 'XS_Text__IconvPtr_get_attr': Iconv.c:610:9: warning: unused variable 'request' [-Wunused-variable] char * request = (char *)SvPV_nolen(ST(1)) ^ Iconv.c:609:16: warning: variable 'self' set but not used [-Wunused-but-set-variable] Text__Iconv * self; ^ Iconv.c: In function 'XS_Text__IconvPtr_set_attr': Iconv.c:700:6: warning: unused variable 'arg' [-Wunused-variable] int arg = (int)SvIV(ST(2)) ^ Iconv.c:698:9: warning: unused variable 'request' [-Wunused-variable] char * request = (char *)SvPV_nolen(ST(1)) ^ Iconv.c:697:16: warning: variable 'self' set but not used [-Wunused-but-set-variable] Text__Iconv * self; ^ rm -f blib/arch/auto/Text/Iconv/Iconv.so armv7hl-redhat-linux-gnueabi-gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -L/usr/local/lib Iconv.o -o blib/arch/auto/Text/Iconv/Iconv.so \ \ chmod 755 blib/arch/auto/Text/Iconv/Iconv.so Manifying blib/man3/Text::Iconv.3pm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m8kbI3 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm + cd Text-Iconv-1.7 + rm -rf /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Text/Iconv/Iconv.so Installing /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Text/Iconv/Iconv.bs Installing /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/lib/perl5/vendor_perl/Text/Iconv.pm Installing /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Text/Iconv/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/share/man/man3/Text::Iconv.3pm + find /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm -depth -type d -exec rmdir '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/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/Text-Iconv-1.7 extracting debug info from /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Text/Iconv/Iconv.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 67 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.yaWZe6 + umask 022 + cd /builddir/build/BUILD + cd Text-Iconv-1.7 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ...... ok t/01_charsets.t .. ok All tests successful. Files=2, Tests=14, 0 wallclock secs ( 0.14 usr 0.00 sys + 0.12 cusr 0.00 csys = 0.26 CPU) Result: PASS + exit 0 Processing files: perl-Text-Iconv-1.7-18.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.amnAAT + umask 022 + cd /builddir/build/BUILD + cd Text-Iconv-1.7 + DOCDIR=/builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/share/doc/perl-Text-Iconv-1.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/share/doc/perl-Text-Iconv-1.7 + cp -pr Changes /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/share/doc/perl-Text-Iconv-1.7 + cp -pr README /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm/usr/share/doc/perl-Text-Iconv-1.7 + exit 0 Provides: perl(Text::Iconv) = 1.7 perl-Text-Iconv = 1.7-18.el7 perl-Text-Iconv(armv7hl-32) = 1.7-18.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl(AutoLoader) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Text-Iconv-debuginfo-1.7-18.el7.armv7hl Provides: perl-Text-Iconv-debuginfo = 1.7-18.el7 perl-Text-Iconv-debuginfo(armv7hl-32) = 1.7-18.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-Text-Iconv-1.7-18.el7.arm Wrote: /builddir/build/RPMS/perl-Text-Iconv-1.7-18.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Text-Iconv-debuginfo-1.7-18.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PPYWPe + umask 022 + cd /builddir/build/BUILD + cd Text-Iconv-1.7 + rm -rf /builddir/build/BUILDROOT/perl-Text-Iconv-1.7-18.el7.arm + exit 0 Child return code was: 0 LEAVE do -->