Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/axel.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-91001d0a57003867c3a02a1c9688e73066313fea/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/axel.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/axel-2.4-9.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/axel.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-91001d0a57003867c3a02a1c9688e73066313fea/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', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/axel.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.3xJfib + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf axel-2.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/axel-2.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd axel-2.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8p3QVc + umask 022 + cd /builddir/build/BUILD + cd axel-2.4 + export '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' + 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' + export 'CXXFLAGS= -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' + CXXFLAGS=' -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' + ./configure --prefix=/usr --strip=0 Configuration done: Internationalization enabled. Debugging disabled. Binary stripping disabled. + make -j4 gcc -c axel.c -o axel.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -c conf.c -o conf.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -c conn.c -o conn.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -c ftp.c -o ftp.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 axel.c: In function 'axel_open': axel.c:160:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^ axel.c:167:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^ axel.c:169:8: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^ axel.c:208:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( axel->outfd, buffer, min( j, axel->conf->buffer_size ) ); ^ axel.c: In function 'save_state': axel.c:514:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^ axel.c:515:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^ axel.c:518:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^ conf.c: In function 'conf_loadfile': conf.c:61:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%100[^\n#]s", s ); ^ conf.c:62:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%*[^\n]s" ); ^ gcc -c http.c -o http.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -c search.c -o search.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -c tcp.c -o tcp.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 http.c: In function 'http_exec': http.c:140:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( conn->fd, conn->request, strlen( conn->request ) ); ^ gcc -c text.c -o text.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 In file included from /usr/include/string.h:638:0, from axel.h:42, from http.c:26: In function 'strncat', inlined from 'http_exec' at http.c:167:10: /usr/include/bits/string3.h:150:3: warning: call to __builtin___strncat_chk might overflow destination buffer [enabled by default] return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); ^ msgfmt -vo nl.mo nl.po 40 translated messages, 6 fuzzy translations, 4 untranslated messages. msgfmt -vo de.mo de.po 46 translated messages, 4 fuzzy translations. msgfmt -vo ru.mo ru.po 46 translated messages, 2 fuzzy translations, 2 untranslated messages. msgfmt -vo zh_CN.mo zh_CN.po 42 translated messages, 6 fuzzy translations, 2 untranslated messages. gcc *.o -o axel -lpthread # skip strip axel + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XPB3pF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/axel-2.4-9.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/axel-2.4-9.el7.arm ++ dirname /builddir/build/BUILDROOT/axel-2.4-9.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/axel-2.4-9.el7.arm + cd axel-2.4 + rm -rf /builddir/build/BUILDROOT/axel-2.4-9.el7.arm + make install DESTDIR=/builddir/build/BUILDROOT/axel-2.4-9.el7.arm mkdir -p /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/bin/ cp axel /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/bin/axel mkdir -p /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/etc/ cp axelrc.example /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/etc/axelrc mkdir -p /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/man/man1/ cp axel.1 /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/man/man1/axel.1 mkdir -p /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/man/zh_CN/man1/ cp axel_zh_CN.1 /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/man/zh_CN/man1/axel.1 Installing locale files... + install -m 755 -p axel /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/bin + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/axel-2.4-9.el7.arm axel + /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/axel-2.4 extracting debug info from /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/bin/axel dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 161 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: axel-2.4-9.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZV3pwN + umask 022 + cd /builddir/build/BUILD + cd axel-2.4 + DOCDIR=/builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + cp -pr CHANGES /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + cp -pr CREDITS /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + cp -pr API /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + cp -pr README /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + cp -pr COPYING /builddir/build/BUILDROOT/axel-2.4-9.el7.arm/usr/share/doc/axel-2.4 + exit 0 Provides: axel = 2.4-9.el7 axel(armv7hl-32) = 2.4-9.el7 config(axel) = 2.4-9.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) libc.so.6(GLIBC_2.7) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpthread.so.0(GLIBC_2.4) rtld(GNU_HASH) Processing files: axel-debuginfo-2.4-9.el7.armv7hl Provides: axel-debuginfo = 2.4-9.el7 axel-debuginfo(armv7hl-32) = 2.4-9.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/axel-2.4-9.el7.arm Wrote: /builddir/build/RPMS/axel-2.4-9.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/axel-debuginfo-2.4-9.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2w3php + umask 022 + cd /builddir/build/BUILD + cd axel-2.4 + rm -rf /builddir/build/BUILDROOT/axel-2.4-9.el7.arm + exit 0 Child return code was: 0 LEAVE do -->