Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'], chrootPath='/var/lib/mock/f33-build-127394-40228/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=432000uid=987gid=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=1580428800 Wrote: /builddir/build/SRPMS/sunwait-0.1-0.13.20041208.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sunwait.spec'], chrootPath='/var/lib/mock/f33-build-127394-40228/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=432000uid=987gid=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=1580428800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.p9VmYG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sunwait-20041208 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/sunwait-20041208.tar.gz + 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):' Patch #0 (sunwait-string.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .string --fuzz=0 patching file main.c + cp -p /builddir/build/SOURCES/index.html sunwait.html + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WJBotH + 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' 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 sunriset.c: In function 'sun_RA_dec': sunriset.c:213:18: warning: variable 'zs' set but not used [-Wunused-but-set-variable] 213 | double xs, ys, zs; | ^~ main.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int] 54 | print_usage() | ^~~~~~~~~~~ print.c: In function 'print_everything': main.c: In function 'main': main.c:141:38: warning: format '%[Nn' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] 141 | if (2 == sscanf(argv[i], "%lf%1[Nn]", &temp, &hemisphere)) { | ~~~~^ ~~~~~~~~~~~ | | | | char * int * | %1l[ main.c:145:38: warning: format '%[Ss' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] 145 | if (2 == sscanf(argv[i], "%lf%1[Ss]", &temp, &hemisphere)) { | ~~~~^ ~~~~~~~~~~~ | | | | char * int * | %1l[ main.c:149:38: warning: format '%[Ww' expects argument of type 'char *', but argument 4 has type 'int *' [-Wformat=] 149 | if (2 == sscanf(argv[i], "%lf%1[Ww]", &temp, &hemisphere)) { | ~~~~^ ~~~~~~~~~~~ | | | | char * int * | %1l[ print.c:70:44: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 70 | printf( "Zulu time (UTC): %2d:%2.2d %s\n", | ~~^ | | | int | %2ld main.c:155:34: warning: spurious trailing '%' in format [-Wformat=] 155 | if (1 == sscanf(argv[i], "%lf%", &temp, &hemisphere) | ^ main.c:155:30: warning: too many arguments for format [-Wformat-extra-args] 155 | if (1 == sscanf(argv[i], "%lf%", &temp, &hemisphere) | ^~~~~~ print.c:95:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 95 | printf( "Current specified time zone: %s (%d from UTC) \n", timezone_name, +timezone_offset/3600 ); | ~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld main.c:260:5: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] 260 | sleep((unsigned int)(interval*3600.0)); | ^~~~~ print.c:98:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 98 | printf( "Sun transits meridian %2.2d%2.2d %s\n", | ~~~~^ | | | int | %2.2ld main.c:264:5: warning: implicit declaration of function 'print_everything' [-Wimplicit-function-declaration] 264 | 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] 74 | } | ^ print.c:127:1: warning: control reaches end of non-void function [-Wreturn-type] 127 | } | ^ main.c: In function 'main': main.c:226:8: warning: 'sit' may be used uninitialized in this function [-Wmaybe-uninitialized] 226 | if (0 != sit) { | ^ 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AqN1qI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 + cd sunwait-20041208 + install -d -m 755 /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64//usr/bin + install -m 755 sunwait /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64//usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1-0.13.20041208.fc33 --unique-debug-suffix -0.1-0.13.20041208.fc33.riscv64 --unique-debug-src-base sunwait-0.1-0.13.20041208.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sunwait-20041208 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64/usr/bin/sunwait extracting debug info from /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64/usr/bin/sunwait original debug info size: 76kB, size after compression: 76kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 58 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sunwait-0.1-0.13.20041208.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Tbu72H + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + DOCDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.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.13.20041208.fc33.riscv64/usr/share/doc/sunwait + cp -pr sunwait.html /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64/usr/share/doc/sunwait + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gVrKuG + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + LICENSEDIR=/builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.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.13.20041208.fc33.riscv64/usr/share/licenses/sunwait + cp -pr COPYING /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64/usr/share/licenses/sunwait + RPM_EC=0 ++ jobs -p + exit 0 Provides: sunwait = 0.1-0.13.20041208.fc33 sunwait(riscv-64) = 0.1-0.13.20041208.fc33 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.13.20041208.fc33.riscv64 Provides: sunwait-debugsource = 0.1-0.13.20041208.fc33 sunwait-debugsource(riscv-64) = 0.1-0.13.20041208.fc33 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.13.20041208.fc33.riscv64 Provides: debuginfo(build-id) = 19ddc0268241e828a515609e5ff02b88d9d94cf6 sunwait-debuginfo = 0.1-0.13.20041208.fc33 sunwait-debuginfo(riscv-64) = 0.1-0.13.20041208.fc33 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.13.20041208.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 Wrote: /builddir/build/RPMS/sunwait-0.1-0.13.20041208.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sunwait-debugsource-0.1-0.13.20041208.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sunwait-debuginfo-0.1-0.13.20041208.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XNRZsF + umask 022 + cd /builddir/build/BUILD + cd sunwait-20041208 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sunwait-0.1-0.13.20041208.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0