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/vdr-screenshot.spec'], chrootPath='/var/lib/mock/f31-build-60478-28718/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/vdr-screenshot.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 BUILDSTDERR: warning: line 15: Possible unexpanded macro in: Requires: vdr(abi)(riscv-64) = %{vdr_apiversion} Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1560816000 Wrote: /builddir/build/SRPMS/vdr-screenshot-0.0.16-16.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vdr-screenshot.spec'], chrootPath='/var/lib/mock/f31-build-60478-28718/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/vdr-screenshot.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=1560816000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UMguPj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vdr-screenshot-0.0.16 + /usr/bin/gzip -dc /builddir/build/SOURCES/vdr-screenshot-0.0.16.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vdr-screenshot-0.0.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/screenshot.fullhd.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + chmod -c -x screenshot.c + cp Makefile.pre.1.7.34 Makefile + iconv -f iso-8859-1 -t utf-8 HISTORY + mv HISTORY.utf8 HISTORY + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 mode of 'screenshot.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mTc7ni + umask 022 + cd /builddir/build/BUILD + cd vdr-screenshot-0.0.16 + make -j4 AUTOCONFIG= LIBDIR=. LOCALEDIR=./locale VDRDIR=/usr/lib64/vdr all BUILDSTDERR: screenshot.c: In member function 'virtual void cThreadScreenshot::Action()': BUILDSTDERR: screenshot.c:48:29: warning: '%s' directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=] BUILDSTDERR: 48 | sprintf(fileName, "%s/%s-%d%02d%02d-%03d.%s", screenshotConfig.sPath, Title, \ BUILDSTDERR: | ^~ BUILDSTDERR: screenshot.c:48:25: note: directive argument in the range [-2147481748, 2147483647] BUILDSTDERR: 48 | sprintf(fileName, "%s/%s-%d%02d%02d-%03d.%s", screenshotConfig.sPath, Title, \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: screenshot.c:48:25: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: screenshot.c:48:25: note: directive argument in the range [1, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from /usr/include/vdr/i18n.h:13, BUILDSTDERR: from /usr/include/vdr/plugin.h:13, BUILDSTDERR: from screenshot.h:11, BUILDSTDERR: from screenshot.c:8: BUILDSTDERR: /usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 237) into a destination of size 100 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/vdr/tools.h:25, BUILDSTDERR: from /usr/include/vdr/i18n.h:14, BUILDSTDERR: from /usr/include/vdr/plugin.h:13, BUILDSTDERR: from screenshot.h:11, BUILDSTDERR: from screenshot.c:8: BUILDSTDERR: In function 'char* strncpy(char*, const char*, size_t)', BUILDSTDERR: inlined from 'virtual void cPluginScreenshot::OsdTitle(const char*)' at screenshot.c:316:11: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 100 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'char* strncpy(char*, const char*, size_t)', BUILDSTDERR: inlined from 'virtual void cPluginScreenshot::Replaying(const cControl*, const char*, const char*, bool)' at screenshot.c:286:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 100 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'char* strncpy(char*, const char*, size_t)', BUILDSTDERR: inlined from 'virtual void cPluginScreenshot::OsdProgramme(time_t, const char*, const char*, time_t, const char*, const char*)' at screenshot.c:296:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 100 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 g++ -O3 -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 -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"screenshot"' -I/usr/lib64/vdr/include screenshot.c xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o po/screenshot.pot screenshot.c msgmerge -U --no-wrap --no-location --backup=none -q po/ca_ES.po po/screenshot.pot msgmerge -U --no-wrap --no-location --backup=none -q po/fi_FI.po po/screenshot.pot msgmerge -U --no-wrap --no-location --backup=none -q po/es_ES.po po/screenshot.pot msgmerge -U --no-wrap --no-location --backup=none -q po/it_IT.po po/screenshot.pot msgmerge -U --no-wrap --no-location --backup=none -q po/tr_TR.po po/screenshot.pot msgmerge -U --no-wrap --no-location --backup=none -q po/de_DE.po po/screenshot.pot msgfmt -c -o po/ca_ES.mo po/ca_ES.po msgfmt -c -o po/fi_FI.mo po/fi_FI.po msgfmt -c -o po/es_ES.mo po/es_ES.po msgfmt -c -o po/it_IT.mo po/it_IT.po msgfmt -c -o po/tr_TR.mo po/tr_TR.po msgfmt -c -o po/de_DE.mo po/de_DE.po cp po/ca_ES.mo locale/ca_ES/LC_MESSAGES/vdr-screenshot.mo cp po/fi_FI.mo locale/fi_FI/LC_MESSAGES/vdr-screenshot.mo cp po/es_ES.mo locale/es_ES/LC_MESSAGES/vdr-screenshot.mo cp po/it_IT.mo locale/it_IT/LC_MESSAGES/vdr-screenshot.mo cp po/tr_TR.mo locale/tr_TR/LC_MESSAGES/vdr-screenshot.mo cp po/de_DE.mo locale/de_DE/LC_MESSAGES/vdr-screenshot.mo g++ -O3 -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 -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -shared screenshot.o -o libvdr-screenshot.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aMUaWg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 + cd vdr-screenshot-0.0.16 + install -dm 755 /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/lib64/vdr + install -dm 755 /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/var/cache/vdr/screenshot + install -pm 755 libvdr-screenshot.so.2.4.0 /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/lib64/vdr + install -dm 755 /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/locale + cp -pR locale/ca_ES locale/de_DE locale/es_ES locale/fi_FI locale/it_IT locale/tr_TR /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 vdr-screenshot + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.0.16-16.fc31 --unique-debug-suffix -0.0.16-16.fc31.riscv64 --unique-debug-src-base vdr-screenshot-0.0.16-16.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/vdr-screenshot-0.0.16 BUILDSTDERR: 30 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/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/lib64/vdr/libvdr-screenshot.so.2.4.0 extracting debug info from /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/lib64/vdr/libvdr-screenshot.so.2.4.0 original debug info size: 120kB, size after compression: 120kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: vdr-screenshot-0.0.16-16.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SNR3Yg + umask 022 + cd /builddir/build/BUILD + cd vdr-screenshot-0.0.16 + DOCDIR=/builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/doc/vdr-screenshot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/doc/vdr-screenshot + cp -pr HISTORY /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/doc/vdr-screenshot + cp -pr README /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/doc/vdr-screenshot + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wRDBhj + umask 022 + cd /builddir/build/BUILD + cd vdr-screenshot-0.0.16 + LICENSEDIR=/builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/licenses/vdr-screenshot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/licenses/vdr-screenshot + cp -pr COPYING /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64/usr/share/licenses/vdr-screenshot + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: libvdr-screenshot.so.2.4.0()(64bit) vdr-screenshot = 0.0.16-16.fc31 vdr-screenshot(riscv-64) = 0.0.16-16.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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: vdr-screenshot-debugsource-0.0.16-16.fc31.riscv64 Provides: vdr-screenshot-debugsource = 0.0.16-16.fc31 vdr-screenshot-debugsource(riscv-64) = 0.0.16-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vdr-screenshot-debuginfo-0.0.16-16.fc31.riscv64 Provides: debuginfo(build-id) = 2546d9ad01258e361e07cb094e6dbd316259dbc8 vdr-screenshot-debuginfo = 0.0.16-16.fc31 vdr-screenshot-debuginfo(riscv-64) = 0.0.16-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vdr-screenshot-debugsource(riscv-64) = 0.0.16-16.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 Wrote: /builddir/build/RPMS/vdr-screenshot-debugsource-0.0.16-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vdr-screenshot-0.0.16-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vdr-screenshot-debuginfo-0.0.16-16.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QfN5Tg + umask 022 + cd /builddir/build/BUILD + cd vdr-screenshot-0.0.16 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vdr-screenshot-0.0.16-16.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0