Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/noip.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-56a546a02375fadf4d3d5839bcffddafcffe03a8/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=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/noip.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/noip-2.1.9-22.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/noip.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-56a546a02375fadf4d3d5839bcffddafcffe03a8/root'shell=Falseuid=995env={'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/noip.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.w7Zcqk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf noip-2.1.9-1 + /usr/bin/gzip -dc /builddir/build/SOURCES/noip-duc-linux.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd noip-2.1.9-1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (noip.patch): + echo 'Patch #0 (noip.patch):' + /usr/bin/cat /builddir/build/SOURCES/noip.patch + /usr/bin/patch -p1 --fuzz=0 patching file Makefile patching file noip2.c Hunk #1 succeeded at 239 (offset 7 lines). patching file redhat.noip.sh + sed -i 's|@OPTFLAGS@|-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|g;s|@SBINDIR@|/builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/sbin|g;s|@SYSCONFDIR@|/builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/etc|g' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hSCiZr + umask 022 + cd /builddir/build/BUILD + cd noip-2.1.9-1 + make -j4 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 -Dlinux -DPREFIX=\"/usr/local\" noip2.c -o noip2 noip2.c: In function 'dynamic_update': noip2.c:1592:6: warning: variable 'i' set but not used [-Wunused-but-set-variable] int i, x, is_group, retval, response; ^ noip2.c: In function 'domains': noip2.c:1823:13: warning: variable 'x' set but not used [-Wunused-but-set-variable] int x; ^ noip2.c: In function 'hosts': noip2.c:1835:20: warning: variable 'y' set but not used [-Wunused-but-set-variable] int x, y, z; ^ noip2.c: In function 'main': noip2.c:595:16: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(nobody->pw_gid); ^ noip2.c:596:17: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid(nobody->pw_gid); ^ noip2.c:597:23: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(nobody->pw_uid); ^ noip2.c:598:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(nobody->pw_uid); ^ noip2.c: In function 'save_IP': noip2.c:838:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(config_fd, my_instance->Last_IP_Addr, ^ noip2.c: In function 'get_one_config': noip2.c:1270:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, cfg, size); ^ noip2.c:1276:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, req, size); ^ noip2.c:1281:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, expth, size); ^ noip2.c: In function 'dump_buffer': noip2.c:1585:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buffer, x); ^ noip2.c: In function 'yesno': noip2.c:1974:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(0, answer, 1); ^ noip2.c: In function 'get_credentials': noip2.c:2273:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(answer, LINELEN, stdin); ^ noip2.c: In function 'get_device_name': noip2.c:2457:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(answer, LINELEN, stdin); ^ noip2.c: In function 'autoconf': noip2.c:2578:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(answer, LINELEN, stdin); ^ noip2.c:2590:14: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result] realpath(supplied_executable, buffer); ^ noip2.c:2596:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(answer, LINELEN, stdin); ^ noip2.c:2598:11: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result] realpath(answer, buffer); ^ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YiAWxu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm ++ dirname /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm + cd noip-2.1.9-1 + install -D -p -m 755 noip2 /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm//usr/sbin/noip2 + mkdir -p /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm//etc + touch /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm//etc/no-ip2.conf + install -Dm644 /builddir/build/SOURCES/noip.service /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/lib/systemd/system/noip.service + /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/noip-2.1.9-1 extracting debug info from /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/sbin/noip2 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 151 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: noip-2.1.9-22.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GKV0Xc + umask 022 + cd /builddir/build/BUILD + cd noip-2.1.9-1 + DOCDIR=/builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/share/doc/noip-2.1.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/share/doc/noip-2.1.9 + cp -pr COPYING /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/share/doc/noip-2.1.9 + cp -pr README.FIRST /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm/usr/share/doc/noip-2.1.9 + exit 0 Provides: config(noip) = 2.1.9-22.el7 noip = 2.1.9-22.el7 noip(armv7hl-32) = 2.1.9-22.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd 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) rtld(GNU_HASH) Processing files: noip-debuginfo-2.1.9-22.el7.armv7hl Provides: noip-debuginfo = 2.1.9-22.el7 noip-debuginfo(armv7hl-32) = 2.1.9-22.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/noip-2.1.9-22.el7.arm Wrote: /builddir/build/RPMS/noip-2.1.9-22.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/noip-debuginfo-2.1.9-22.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0IiAQw + umask 022 + cd /builddir/build/BUILD + cd noip-2.1.9-1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/noip-2.1.9-22.el7.arm + exit 0 Child return code was: 0