Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/perl-Term-ReadLine-Gnu.spec'], printOutput=Falsegid=135chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-10381/root'user='mockbuild'logger=shell=Falsetimeout=0uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/perl-Term-ReadLine-Gnu.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/perl-Term-ReadLine-Gnu.spec '], printOutput=Falsegid=135chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-10381/root'user='mockbuild'logger=shell=Falsetimeout=0uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache'}private_network=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/perl-Term-ReadLine-Gnu.spec '] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pWCWaq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Term-ReadLine-Gnu-1.26 + /usr/bin/gzip -dc /builddir/build/SOURCES/Term-ReadLine-Gnu-1.26.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Term-ReadLine-Gnu-1.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Term-ReadLine-Gnu-1.26-Propagete-PerlIO_return_value_from_STORE.patch):' Patch #0 (Term-ReadLine-Gnu-1.26-Propagete-PerlIO_return_value_from_STORE.patch): + /usr/bin/cat /builddir/build/SOURCES/Term-ReadLine-Gnu-1.26-Propagete-PerlIO_return_value_from_STORE.patch + /usr/bin/patch -p0 --fuzz=0 patching file Gnu.pm patching file Gnu.xs + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IkURnK + umask 022 + cd /builddir/build/BUILD + cd Term-ReadLine-Gnu-1.26 + find . -type f -exec chmod 0664 '{}' ';' -exec sed 's,^#! */usr/local,#!/usr,' -i '{}' ';' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' Found `/usr/lib/libtermcap.so'. gcc -D_REENTRANT -D_GNU_SOURCE -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_STRING_H rlver.c -o rlver -Wl,-z,relro -fstack-protector-strong -L/usr/local/lib -lreadline -ltermcap rlver.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] main() { puts(rl_library_version); } ^ It seems that you have the GNU Readline Library version 6.3. gcc -D_REENTRANT -D_GNU_SOURCE -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_STRING_H -DTRG_READLINE_VERSION=0x0603 rlmalloc.c -o rlmalloc -Wl,-z,relro -fstack-protector-strong -L/usr/local/lib -lreadline -ltermcap Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::ReadLine::Gnu + make -j8 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" Gnu.xs > Gnu.xsc && mv Gnu.xsc Gnu.c cp eg/perlsh blib/script/perlsh "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlsh Running Mkbootstrap for Term::ReadLine::Gnu () chmod 644 "Gnu.bs" cp Gnu.pm blib/lib/Term/ReadLine/Gnu.pm cp Gnu/XS.pm blib/lib/Term/ReadLine/Gnu/XS.pm AutoSplitting blib/lib/Term/ReadLine/Gnu/XS.pm (blib/lib/auto/Term/ReadLine/Gnu/XS) gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib/perl5/CORE" -DHAVE_STRING_H -DTRG_READLINE_VERSION=0x0603 Gnu.c Gnu.xs:576:3: warning: type is deprecated [-Wdeprecated-declarations] Function **rlfuncp; /* GNU Readline Library variable */ ^ Gnu.xs:577:3: warning: type is deprecated [-Wdeprecated-declarations] Function *defaultfn; /* default function */ ^ Gnu.xs:578:3: warning: type is deprecated [-Wdeprecated-declarations] Function *wrapper; /* wrapper function */ ^ Gnu.xs:585:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_redisplay_function, /* 3 */ ^ Gnu.xs:586:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)rl_redisplay, ^ Gnu.xs:587:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)redisplay_function_wrapper, ^ Gnu.xs:591:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_completion_entry_function, /* 4 */ ^ Gnu.xs:593:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)completion_entry_function_wrapper, ^ Gnu.xs:597:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_attempted_completion_function, /* 5 */ ^ Gnu.xs:599:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)attempted_completion_function_wrapper, ^ Gnu.xs:603:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_filename_quoting_function, /* 6 */ ^ Gnu.xs:604:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)rl_quote_filename, ^ Gnu.xs:605:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)filename_quoting_function_wrapper, ^ Gnu.xs:609:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_filename_dequoting_function, /* 7 */ ^ Gnu.xs:611:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)filename_dequoting_function_wrapper, ^ Gnu.xs:615:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_char_is_quoted_p, /* 8 */ ^ Gnu.xs:617:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)char_is_quoted_p_wrapper, ^ Gnu.xs:621:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_ignore_some_completions_function, /* 9 */ ^ Gnu.xs:623:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)ignore_some_completions_function_wrapper, ^ Gnu.xs:627:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_directory_completion_hook, /* 10 */ ^ Gnu.xs:629:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)directory_completion_hook_wrapper, ^ Gnu.xs:633:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&history_inhibit_expansion_function, /* 11 */ ^ Gnu.xs:635:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)history_inhibit_expansion_function_wrapper, ^ Gnu.xs:640:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_completion_display_matches_hook, /* 13 */ ^ Gnu.xs:642:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)completion_display_matches_hook_wrapper, ^ Gnu.xs:646:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_completion_word_break_hook, /* 14 */ ^ Gnu.xs:648:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)completion_word_break_hook_wrapper, ^ Gnu.xs:652:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_prep_term_function, /* 15 */ ^ Gnu.xs:653:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)rl_prep_terminal, ^ Gnu.xs:654:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)prep_term_function_wrapper, ^ Gnu.xs:658:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_deprep_term_function, /* 16 */ ^ Gnu.xs:659:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)rl_deprep_terminal, ^ Gnu.xs:660:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)deprep_term_function_wrapper, ^ Gnu.xs:664:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_directory_rewrite_hook, /* 17 */ ^ Gnu.xs:666:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)directory_rewrite_hook_wrapper, ^ Gnu.xs:670:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_filename_rewrite_hook, /* 18 */ ^ Gnu.xs:672:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)filename_rewrite_hook_wrapper, ^ Gnu.xs:676:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_signal_event_hook, /* 19 */ ^ Gnu.xs:678:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)signal_event_hook_wrapper, ^ Gnu.xs:682:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_input_available_hook, /* 20 */ ^ Gnu.xs:684:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)input_available_hook_wrapper, ^ Gnu.xs:688:5: warning: type is deprecated [-Wdeprecated-declarations] (Function **)&rl_filename_stat_hook, /* 21 */ ^ Gnu.xs:690:5: warning: type is deprecated [-Wdeprecated-declarations] (Function *)filename_stat_hook_wrapper, ^ Gnu.xs:1662:3: warning: type is deprecated [-Wdeprecated-declarations] Function *wrapper; /* C wrapper function */ ^ Gnu.xs: In function 'XS_Term__ReadLine__Gnu__XS_rl_completion_matches': Gnu.xs:2650:6: warning: type is deprecated [-Wdeprecated-declarations] Function *rlfunc_save = *(fn_tbl[CMP_ENT].rlfuncp); ^ Gnu.c: In function 'XS_Term__ReadLine__Gnu__Var__rl_fetch_last_func': Gnu.c:5720:2: warning: type is deprecated [-Wdeprecated-declarations] Function * RETVAL; ^ rm -f blib/arch/auto/Term/ReadLine/Gnu/Gnu.so gcc -shared -Wl,-z,relro -L/usr/local/lib -fstack-protector-strong Gnu.o -o blib/arch/auto/Term/ReadLine/Gnu/Gnu.so \ -lreadline -ltermcap -lperl \ chmod 755 blib/arch/auto/Term/ReadLine/Gnu/Gnu.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 Manifying 1 pod document Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e18wlW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm + cd Term-ReadLine-Gnu-1.26 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm Running Mkbootstrap for Term::ReadLine::Gnu () chmod 644 "Gnu.bs" Manifying 1 pod document Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadLine/Gnu/Gnu.so Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/lib/perl5/vendor_perl/Term/ReadLine/Gnu.pm Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/lib/perl5/vendor_perl/Term/ReadLine/Gnu/XS.pm Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadLine/Gnu/XS/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/share/man/man1/perlsh.1 Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/share/man/man3/Term::ReadLine::Gnu.3pm Installing /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/bin/perlsh + find /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm + /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/Term-ReadLine-Gnu-1.26 extracting debug info from /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/lib/perl5/vendor_perl/auto/Term/ReadLine/Gnu/Gnu.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 433 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eQ4J8f + umask 022 + cd /builddir/build/BUILD + cd Term-ReadLine-Gnu-1.26 + expect -c ' spawn make test expect eof exit [lindex [wait] 3] ' spawn make test The system has no more ptys. Ask your system administrator to create more. while executing "spawn make test" + exit 0 Processing files: perl-Term-ReadLine-Gnu-1.26-4bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8ZS8QB + umask 022 + cd /builddir/build/BUILD + cd Term-ReadLine-Gnu-1.26 + DOCDIR=/builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/share/doc/perl-Term-ReadLine-Gnu + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/share/doc/perl-Term-ReadLine-Gnu + cp -pr README /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm/usr/share/doc/perl-Term-ReadLine-Gnu + exit 0 Provides: perl(Term::ReadLine::Gnu) = 1.26 perl(Term::ReadLine::Gnu::AU) perl(Term::ReadLine::Gnu::Var) perl(Term::ReadLine::Gnu::XS) = 1.26 perl-Term-ReadLine-Gnu = 1.26-4bs02fc23 perl-Term-ReadLine-Gnu(armv6hl-32) = 1.26-4bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libperl.so.5.22 libreadline.so.6 libtinfo.so.5 perl >= 0:5.008 perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(POSIX) perl(Term::ReadLine) perl(Term::ReadLine::Gnu::XS) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Processing files: perl-Term-ReadLine-Gnu-debuginfo-1.26-4bs02fc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm Wrote: /builddir/build/RPMS/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/perl-Term-ReadLine-Gnu-debuginfo-1.26-4bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GWDymI + umask 022 + cd /builddir/build/BUILD + cd Term-ReadLine-Gnu-1.26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Term-ReadLine-Gnu-1.26-4bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->