Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'], chrootPath='/var/lib/mock/f31-build-53993-27922/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Wrote: /builddir/build/SRPMS/sunwait-0.1-0.11.20041208.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'], chrootPath='/var/lib/mock/f31-build-53993-27922/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WvAKKF + 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 -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sunwait-20041208 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (sunwait-string.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .string --fuzz=0 + cp -p /builddir/build/SOURCES/index.html sunwait.html + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (sunwait-string.patch): patching file main.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AlmW4E + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' BUILDSTDERR: sunriset.c: In function 'sun_RA_dec': BUILDSTDERR: sunriset.c:213:18: warning: variable 'zs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 213 | double xs, ys, zs; BUILDSTDERR: | ^~ BUILDSTDERR: main.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: 54 | print_usage() BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: print.c: In function 'print_everything': BUILDSTDERR: print.c:70:44: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] BUILDSTDERR: 70 | printf( "Zulu time (UTC): %2d:%2.2d %s\n", BUILDSTDERR: | ~~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %2ld BUILDSTDERR: main.c: In function 'main': BUILDSTDERR: main.c:141:38: warning: format '%[Nn' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] BUILDSTDERR: 141 | if (2 == sscanf(argv[i], "%lf%1[Nn]", &temp, &hemisphere)) { BUILDSTDERR: | ~~~~^ ~~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | char * int * BUILDSTDERR: | %1l[ BUILDSTDERR: main.c:145:38: warning: format '%[Ss' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] BUILDSTDERR: 145 | if (2 == sscanf(argv[i], "%lf%1[Ss]", &temp, &hemisphere)) { BUILDSTDERR: | ~~~~^ ~~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | char * int * BUILDSTDERR: | %1l[ BUILDSTDERR: main.c:149:38: warning: format '%[Ww' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] BUILDSTDERR: 149 | if (2 == sscanf(argv[i], "%lf%1[Ww]", &temp, &hemisphere)) { BUILDSTDERR: | ~~~~^ ~~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | char * int * BUILDSTDERR: | %1l[ BUILDSTDERR: main.c:155:34: warning: spurious trailing '%' in format [-Wformat=] BUILDSTDERR: 155 | if (1 == sscanf(argv[i], "%lf%", &temp, &hemisphere) BUILDSTDERR: | ^ BUILDSTDERR: main.c:155:30: warning: too many arguments for format [-Wformat-extra-args] BUILDSTDERR: 155 | if (1 == sscanf(argv[i], "%lf%", &temp, &hemisphere) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: print.c:95:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] BUILDSTDERR: 95 | printf( "Current specified time zone: %s (%d from UTC) \n", timezone_name, +timezone_offset/3600 ); BUILDSTDERR: | ~^ ~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | int long int BUILDSTDERR: | %ld BUILDSTDERR: print.c:98:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] BUILDSTDERR: 98 | printf( "Sun transits meridian %2.2d%2.2d %s\n", BUILDSTDERR: | ~~~~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %2.2ld BUILDSTDERR: main.c:260:5: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] BUILDSTDERR: 260 | sleep((unsigned int)(interval*3600.0)); BUILDSTDERR: | ^~~~~ BUILDSTDERR: main.c:264:5: warning: implicit declaration of function 'print_everything' [-Wimplicit-function-declaration] BUILDSTDERR: 264 | print_everything(year, month, day, lat, lon, tm, local); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: main.c: In function 'print_usage': BUILDSTDERR: main.c:74:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 74 | } BUILDSTDERR: | ^ BUILDSTDERR: print.c:127:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 127 | } BUILDSTDERR: | ^ BUILDSTDERR: main.c: In function 'main': BUILDSTDERR: main.c:226:8: warning: 'sit' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 226 | if (0 != sit) { BUILDSTDERR: | ^ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o main.o main.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o print.o print.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sunriset.o sunriset.c cc -o sunwait -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection main.o print.o sunriset.o -lm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hFccPD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 + cd sunwait-20041208 + install -d -m 755 /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64//usr/bin + install -m 755 sunwait /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64//usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1-0.11.20041208.fc31 --unique-debug-suffix -0.1-0.11.20041208.fc31.riscv64 --unique-debug-src-base sunwait-0.1-0.11.20041208.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sunwait-20041208 BUILDSTDERR: 58 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/bin/sunwait extracting debug info from /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/bin/sunwait original debug info size: 72kB, size after compression: 72kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: sunwait-0.1-0.11.20041208.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FYSlcF + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + DOCDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/doc/sunwait + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/doc/sunwait + cp -pr sunwait.html /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/doc/sunwait + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZWwywF + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + LICENSEDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/licenses/sunwait + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/licenses/sunwait + cp -pr COPYING /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64/usr/share/licenses/sunwait + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: sunwait = 0.1-0.11.20041208.fc31 sunwait(riscv-64) = 0.1-0.11.20041208.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: sunwait-debugsource-0.1-0.11.20041208.fc31.riscv64 Provides: sunwait-debugsource = 0.1-0.11.20041208.fc31 sunwait-debugsource(riscv-64) = 0.1-0.11.20041208.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sunwait-debuginfo-0.1-0.11.20041208.fc31.riscv64 Provides: debuginfo(build-id) = eee7951f812d954b0e950cccb13b021bad2e6d39 sunwait-debuginfo = 0.1-0.11.20041208.fc31 sunwait-debuginfo(riscv-64) = 0.1-0.11.20041208.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sunwait-debugsource(riscv-64) = 0.1-0.11.20041208.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 Wrote: /builddir/build/RPMS/sunwait-0.1-0.11.20041208.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/sunwait-debugsource-0.1-0.11.20041208.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/sunwait-debuginfo-0.1-0.11.20041208.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gXVNeE + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.11.20041208.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0