Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/sunwait.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-75c74ca84ac92ec43685950736b2c3e1b58f6e5d/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/sunwait.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/sunwait-0.1-0.3.20041208.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/sunwait.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-75c74ca84ac92ec43685950736b2c3e1b58f6e5d/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', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/sunwait.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.BGVRel + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sunwait-20041208 + /usr/bin/gzip -dc /builddir/build/SOURCES/sunwait-20041208.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sunwait-20041208 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (sunwait-string.patch): + echo 'Patch #0 (sunwait-string.patch):' + /usr/bin/cat /builddir/build/SOURCES/sunwait-string.patch + /usr/bin/patch -p1 -b --suffix .string --fuzz=0 patching file main.c + cp -p /builddir/build/SOURCES/index.html sunwait.html + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O186qx + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + make -j4 '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' cc -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 -o main.o main.c cc -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 -o print.o print.c cc -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 -o sunriset.o sunriset.c sunriset.c: In function 'sun_RA_dec': sunriset.c:213:18: warning: variable 'zs' set but not used [-Wunused-but-set-variable] double xs, ys, zs; ^ print.c: In function 'print_everything': print.c:73:6: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] DAYSOFF(tm->tm_hour - (timezone_offset/3600))); ^ print.c:95:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] printf( "Current specified time zone: %s (%d from UTC) \n", timezone_name, +timezone_offset/3600 ); ^ main.c:54:1: warning: return type defaults to 'int' [-Wreturn-type] print_usage() ^ print.c:101:6: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] timezone_name); ^ print.c:127:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'main': main.c:141:5: warning: format '%[Nn' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] if (2 == sscanf(argv[i], "%lf%1[Nn]", &temp, &hemisphere)) { ^ main.c:145:5: warning: format '%[Ss' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] if (2 == sscanf(argv[i], "%lf%1[Ss]", &temp, &hemisphere)) { ^ main.c:149:5: warning: format '%[Ww' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] if (2 == sscanf(argv[i], "%lf%1[Ww]", &temp, &hemisphere)) { ^ main.c:155:5: warning: spurious trailing '%' in format [-Wformat=] if (1 == sscanf(argv[i], "%lf%", &temp, &hemisphere) ^ main.c:155:5: warning: too many arguments for format [-Wformat-extra-args] main.c:260:5: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep((unsigned int)(interval*3600.0)); ^ main.c:264:5: warning: implicit declaration of function 'print_everything' [-Wimplicit-function-declaration] print_everything(year, month, day, lat, lon, tm, local); ^ main.c: In function 'print_usage': main.c:74:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'main': main.c:226:8: warning: 'sit' may be used uninitialized in this function [-Wmaybe-uninitialized] if (0 != sit) { ^ cc -o sunwait -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 main.o print.o sunriset.o -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CKwW9P + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm ++ dirname /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm + cd sunwait-20041208 + install -d -m 755 /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm//usr/bin + install -m 755 sunwait /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm//usr/bin + /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/sunwait-20041208 extracting debug info from /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/bin/sunwait dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 58 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: sunwait-0.1-0.3.20041208.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bwIie7 + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + DOCDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/doc/sunwait-0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/doc/sunwait-0.1 + cp -pr sunwait.html /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/doc/sunwait-0.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A43viq + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + LICENSEDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/licenses/sunwait-0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/licenses/sunwait-0.1 + cp -pr COPYING /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm/usr/share/licenses/sunwait-0.1 + exit 0 Provides: sunwait = 0.1-0.3.20041208.el7 sunwait(armv7hl-32) = 0.1-0.3.20041208.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.4) libc.so.6(GLIBC_2.7) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: sunwait-debuginfo-0.1-0.3.20041208.el7.armv7hl Provides: sunwait-debuginfo = 0.1-0.3.20041208.el7 sunwait-debuginfo(armv7hl-32) = 0.1-0.3.20041208.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/sunwait-0.1-0.3.20041208.el7.arm Wrote: /builddir/build/RPMS/sunwait-0.1-0.3.20041208.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/sunwait-debuginfo-0.1-0.3.20041208.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Nfjaac + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.3.20041208.el7.arm + exit 0 Child return code was: 0 LEAVE do -->