Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/sloccount.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-f1c256bb63403eea98f55110718af2f7358eceb3/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=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/sloccount.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: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/sloccount-2.26-14.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/sloccount.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-f1c256bb63403eea98f55110718af2f7358eceb3/root'shell=Falseuid=996env={'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=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/sloccount.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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3Ez0Tk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sloccount-2.26 + /usr/bin/gzip -dc /builddir/build/SOURCES/sloccount-2.26.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sloccount-2.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uPJiDC + umask 022 + cd /builddir/build/BUILD + cd sloccount-2.26 + make 'CC=gcc -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' gcc -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 c_count.c -o c_count cp -p c_count java_count gcc -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 lexcount1.c -o lexcount1 flex -Cfe -t pascal_count.l > pascal_count.c gcc -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 pascal_count.c -o pascal_count :1281:17: warning: 'yyunput' defined but not used [-Wunused-function] :1322:16: warning: 'input' defined but not used [-Wunused-function] gcc -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 php_count.c -o php_count php_count.c: In function 'read_input_line': php_count.c:81:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(current_line, sizeof(current_line)-2, stream); ^ php_count.c: In function 'sloc_count': php_count.c:249:45: warning: 'heredoc_end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (beginning_of_line && match_consume(heredoc_end, stream)) { ^ php_count.c:241:15: warning: 'expected_end' may be used uninitialized in this function [-Wmaybe-uninitialized] else if ((expected_end==ASP_END) && match_consume("%>", stream)) { mode = NONE; } ^ php_count.c:244:46: warning: 'comment_type' may be used uninitialized in this function [-Wmaybe-uninitialized] else if ( ((comment_type == CPP_STYLE) || (comment_type == SH_STYLE)) && ^ flex -Cfe -t jsp_count.l > jsp_count.c gcc -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 jsp_count.c -o jsp_count :1346:17: warning: 'yyunput' defined but not used [-Wunused-function] :1387:16: warning: 'input' defined but not used [-Wunused-function] gcc -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 ml_count.c -o ml_count + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g5040G + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm ++ dirname /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm + cd sloccount-2.26 + rm -rf /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm + mkdir -p /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin + mkdir -p /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/man/man1 + make install_programs PREFIX=/builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr install ada_count asm_count awk_count break_filelist cobol_count compute_all compute_sloc_lang count_extensions count_unknown_ext csh_count exp_count fortran_count f90_count generic_count get_sloc get_sloc_details haskell_count lex_count lisp_count make_filelists makefile_count modula3_count objc_count perl_count print_sum python_count ruby_count sed_count sh_count show_filecount sloccount sql_count tcl_count c_count java_count lexcount1 pascal_count php_count jsp_count ml_count /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin + make install_man PREFIX=/builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr install -d /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/man/man1 install sloccount.1.gz /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/man/man1 + /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/sloccount-2.26 extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/pascal_count extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/lexcount1 extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/jsp_count extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/ml_count extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/java_count extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/php_count extracting debug info from /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/bin/c_count *** WARNING: identical binaries are copied, not linked: /usr/bin/c_count and /usr/bin/java_count /usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match. cpio: sloccount-2.26/: Cannot stat: No such file or directory 65 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 Processing files: sloccount-2.26-14.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.okWlG3 + umask 022 + cd /builddir/build/BUILD + cd sloccount-2.26 + DOCDIR=/builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + cp -pr sloccount.html /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + cp -pr README /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + cp -pr ChangeLog /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + cp -pr COPYING /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + cp -pr TODO /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm/usr/share/doc/sloccount-2.26 + exit 0 Provides: sloccount = 2.26-14.el7 sloccount(armv7hl-32) = 2.26-14.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /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) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl(FileHandle) rtld(GNU_HASH) Processing files: sloccount-debuginfo-2.26-14.el7.armv7hl Provides: sloccount-debuginfo = 2.26-14.el7 sloccount-debuginfo(armv7hl-32) = 2.26-14.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/sloccount-2.26-14.el7.arm Wrote: /builddir/build/RPMS/sloccount-2.26-14.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/sloccount-debuginfo-2.26-14.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.n7jZFE + umask 022 + cd /builddir/build/BUILD + cd sloccount-2.26 + rm -rf /builddir/build/BUILDROOT/sloccount-2.26-14.el7.arm + exit 0 Child return code was: 0