Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-TermReadKey.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-aabb2ea4eba529b7679b2e335f547be08fbac956/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-TermReadKey.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'} Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/perl-TermReadKey-2.30-20.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-TermReadKey.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-aabb2ea4eba529b7679b2e335f547be08fbac956/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-TermReadKey.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'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wUugMd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf TermReadKey-2.30 + /usr/bin/gzip -dc /builddir/build/SOURCES/TermReadKey-2.30.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd TermReadKey-2.30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GAOzLh + umask 022 + cd /builddir/build/BUILD + cd TermReadKey-2.30 + CFLAGS='-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' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Writing Makefile for Term::ReadKey + make -j4 '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' /usr/bin/perl -I/usr/share/perl5 genchars.pl Running Mkbootstrap for Term::ReadKey () chmod 644 ReadKey.bs cp ReadKey.bs blib/arch/auto/Term/ReadKey/ReadKey.bs chmod 644 blib/arch/auto/Term/ReadKey/ReadKey.bs cp ReadKey.pm blib/lib/Term/ReadKey.pm AutoSplitting blib/lib/Term/ReadKey.pm (blib/lib/auto/Term/ReadKey) Writing termio/termios section of cchars.h... Done. Checking for sgtty... Sgtty NOT found. Writing sgtty section of cchars.h... Done. /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap ReadKey.xs > ReadKey.xsc && mv ReadKey.xsc ReadKey.c Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in ReadKey.xs, line 1805 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=\"2.30\" -DXS_VERSION=\"2.30\" -fPIC "-I/usr/lib/perl5/CORE" ReadKey.c In file included from ReadKey.xs:6:0: ppport.h:230:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default] # define PERL_UNUSED_DECL ^ In file included from ReadKey.xs:4:0: /usr/lib/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ ^ In file included from ReadKey.xs:375:0: cchars.h: In function 'XS_Term__ReadKey_GetControlChars': cchars.h:244:8: warning: unused variable 'i' [-Wunused-variable] int i; ^ In file included from ReadKey.xs:5:0: ReadKey.c: In function 'XS_Term__ReadKey_SetTerminalSize': /usr/lib/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ ReadKey.c:2163:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ ReadKey.c:2162:6: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable] int RETVAL; ^ rm -f blib/arch/auto/Term/ReadKey/ReadKey.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 ReadKey.o -o blib/arch/auto/Term/ReadKey/ReadKey.so \ \ chmod 755 blib/arch/auto/Term/ReadKey/ReadKey.so Manifying blib/man3/Term::ReadKey.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.K9nLvy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm + cd TermReadKey-2.30 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so Installing /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.bs Installing /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/lib/perl5/vendor_perl/Term/ReadKey.pm Installing /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/autosplit.ix Installing /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/share/man/man3/Term::ReadKey.3pm + find /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.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/TermReadKey-2.30 extracting debug info from /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 218 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.GPwEOX + umask 022 + cd /builddir/build/BUILD + cd TermReadKey-2.30 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" -w test.pl 1 .. 8 ok 1 ok 2 # skip /dev/tty is absent ok 3 # skip /dev/tty is absent ok 4 # skip /dev/tty is absent ok 5 # skip /dev/tty is absent ok 6 # skip /dev/tty is absent ok 7 # skip /dev/tty is absent ok 8 # skip /dev/tty is absent + exit 0 Processing files: perl-TermReadKey-2.30-20.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OXSWpy + umask 022 + cd /builddir/build/BUILD + cd TermReadKey-2.30 + DOCDIR=/builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/share/doc/perl-TermReadKey-2.30 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/share/doc/perl-TermReadKey-2.30 + cp -pr README /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm/usr/share/doc/perl-TermReadKey-2.30 + exit 0 Provides: perl(Term::ReadKey) = 2.30 perl-TermReadKey = 2.30-20.el7 perl-TermReadKey(armv7hl-32) = 2.30-20.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.15) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) rtld(GNU_HASH) Processing files: perl-TermReadKey-debuginfo-2.30-20.el7.armv7hl Provides: perl-TermReadKey-debuginfo = 2.30-20.el7 perl-TermReadKey-debuginfo(armv7hl-32) = 2.30-20.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-TermReadKey-2.30-20.el7.arm Wrote: /builddir/build/RPMS/perl-TermReadKey-2.30-20.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-TermReadKey-debuginfo-2.30-20.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.603ZEh + umask 022 + cd /builddir/build/BUILD + cd TermReadKey-2.30 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-TermReadKey-2.30-20.el7.arm + exit 0 Child return code was: 0 LEAVE do -->