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/dwdiff.spec'], chrootPath='/var/lib/mock/f31-build-54935-28069/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/dwdiff.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=1548892800 Wrote: /builddir/build/SRPMS/dwdiff-2.0.9-20.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dwdiff.spec'], chrootPath='/var/lib/mock/f31-build-54935-28069/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/dwdiff.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=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.H8bbAv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dwdiff-2.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/dwdiff-2.0.9.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dwdiff-2.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (dwdiff-localedir.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .localedir --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (dwdiff-localedir.patch): patching file configure patching file Makefile.in Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.q3Grkt + umask 022 + cd /builddir/build/BUILD + cd dwdiff-2.0.9 + ./configure --prefix=/usr --binddir=/usr/share/locale --docdir=share/doc/dwdiff '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' + make BUILDSTDERR: src/buffer.c: In function 'addchar': BUILDSTDERR: src/buffer.c:59:9: warning: variable 'ignore' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 59 | int i, ignore; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/buffer.c: In function 'writeString': BUILDSTDERR: src/buffer.c:210:6: warning: variable 'ignore' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 210 | int ignore; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from src/option.c:18: BUILDSTDERR: src/option.c: In function 'parseColor': BUILDSTDERR: src/definitions.h:56:17: warning: implicit declaration of function 'strdup'; did you mean 'strdupA'? [-Wimplicit-function-declaration] BUILDSTDERR: 56 | #define strdupA strdup BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/option.c:408:10: note: in expansion of macro 'strdupA' BUILDSTDERR: 408 | color = strdupA(_color); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/option.c:408:8: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 408 | color = strdupA(_color); BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/option.c:18: BUILDSTDERR: src/definitions.h:56:17: warning: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 56 | #define strdupA strdup BUILDSTDERR: src/option.c:459:9: note: in expansion of macro 'strdupA' BUILDSTDERR: 459 | return strdupA(sequenceBuffer); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from src/option.c:21: BUILDSTDERR: src/option.c: In function 'parseCmdLine': BUILDSTDERR: src/optionMacros.h:111:22: warning: variable 'optptr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 111 | char *optcurrent, *optptr; \ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/option.c:480:2: note: in expansion of macro 'OPTIONS' BUILDSTDERR: 480 | OPTIONS BUILDSTDERR: | ^~~~~~~ Using settings 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 Checking for working make (make)... yes Checking for required functions... yes Checking for required functions for dwfilter... yes Checking for strdup... yes Checking for setlocale... yes Checking for gettext and related functions... yes Checking for gettext in standard library... yes Checking for msgfmt... yes Checking for icu-config... yes Checking ICU version >= 3.4... yes (63.2) Checking for functions in libicu... yes Checking for nl_langinfo... yes Checking for working install 'install'... yes Creating Makefile c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/buffer.o src/buffer.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/diff/analyze.o src/diff/analyze.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/doDiff.o src/doDiff.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/dwdiff.o src/dwdiff.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/file.o src/file.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/hashtable.o src/hashtable.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/option.o src/option.c BUILDSTDERR: c99 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexsrc/tempfile.c: In function 'tempFile': BUILDSTDERR: src/tempfile.c:55:12: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] BUILDSTDERR: 55 | if ((fd = mkstemp(files[openIndex].name)) < 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/unicode.c: In function 'decomposeChar': BUILDSTDERR: src/unicode.c:392:2: warning: 'unorm_normalize_63' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 392 | requiredLength = unorm_normalize(c->UTF8Char.original.data, c->UTF8Char.original.used, option.decomposition, 0, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/unicode/platform.h:25, BUILDSTDERR: from /usr/include/unicode/ptypes.h:52, BUILDSTDERR: from /usr/include/unicode/umachine.h:46, BUILDSTDERR: from /usr/include/unicode/utypes.h:38, BUILDSTDERR: from /usr/include/unicode/unorm.h:20, BUILDSTDERR: from src/unicode.c:18: BUILDSTDERR: /usr/include/unicode/unorm.h:214:1: note: declared here BUILDSTDERR: 214 | unorm_normalize(const UChar *source, int32_t sourceLength, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/unicode.c:400:3: warning: 'unorm_normalize_63' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 400 | requiredLength = unorm_normalize(c->UTF8Char.original.data, c->UTF8Char.original.used, option.decomposition, 0, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/unicode/platform.h:25, BUILDSTDERR: from /usr/include/unicode/ptypes.h:52, BUILDSTDERR: from /usr/include/unicode/umachine.h:46, BUILDSTDERR: from /usr/include/unicode/utypes.h:38, BUILDSTDERR: from /usr/include/unicode/unorm.h:20, BUILDSTDERR: from src/unicode.c:18: BUILDSTDERR: /usr/include/unicode/unorm.h:214:1: note: declared here BUILDSTDERR: 214 | unorm_normalize(const UChar *source, int32_t sourceLength, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/util.c:21: BUILDSTDERR: src/util.c: In function 'safe_strdup': BUILDSTDERR: src/definitions.h:56:17: warning: implicit declaration of function 'strdup'; did you mean 'strdupA'? [-Wimplicit-function-declaration] BUILDSTDERR: 56 | #define strdupA strdup BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/util.c:56:17: note: in expansion of macro 'strdupA' BUILDSTDERR: 56 | char *result = strdupA(orig); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/definitions.h:56:17: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 56 | #define strdupA strdup BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/util.c:56:17: note: in expansion of macro 'strdupA' BUILDSTDERR: 56 | char *result = strdupA(orig); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from src/dwfilter.c:25: BUILDSTDERR: src/dwfilter.c: In function 'parseCmdLine': BUILDSTDERR: src/optionMacros.h:111:22: warning: variable 'optptr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 111 | char *optcurrent, *optptr; \ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: src/dwfilter.c:50:2: note: in expansion of macro 'OPTIONS' BUILDSTDERR: 50 | OPTIONS BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/dwfilter.c:45:7: warning: variable 'discard' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 45 | bool discard; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/dwfilter.c: In function 'createTempfile': BUILDSTDERR: src/dwfilter.c:147:12: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] BUILDSTDERR: 147 | if ((fd = mkstemp(tempfile)) < 0) BUILDSTDERR: | ^~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ceptions -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/stream.o src/stream.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/tempfile.o src/tempfile.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/unicode.o src/unicode.c c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/util.o src/util.c c99 -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 -o dwdiff src/buffer.o src/diff/analyze.o src/doDiff.o src/dwdiff.o src/file.o src/hashtable.o src/option.o src/stream.o src/tempfile.o src/unicode.o src/util.o `"icu-config" --ldflags` c99 -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 -Isrc -DUSE_GETTEXT -DLOCALEDIR=\"/usr/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/dwfilter.o src/dwfilter.c c99 -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 -o dwfilter src/dwfilter.o src/util.o `"icu-config" --ldflags` cd po && make "LINGUAS=de es fr nl" linguas make[1]: Entering directory '/builddir/build/BUILD/dwdiff-2.0.9/po' msgfmt -o de.mo de.po msgfmt -o es.mo es.po msgfmt -o fr.mo fr.po msgfmt -o nl.mo nl.po make[1]: Leaving directory '/builddir/build/BUILD/dwdiff-2.0.9/po' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bgAERw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 + cd dwdiff-2.0.9 + rm -rf /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 dwdiff + rm -rf /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl.ISO8859-1/man1/ + rm -rf /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl.ISO8859-15/man1/ + mkdir /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/man1/nl/ + mv /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl.UTF-8/man1/dwdiff.1 /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl/man1/dwdiff.1 + mv /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl.UTF-8/man1/dwfilter.1 /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/nl/man1/dwfilter.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.0.9-20.fc31 --unique-debug-suffix -2.0.9-20.fc31.riscv64 --unique-debug-src-base dwdiff-2.0.9-20.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dwdiff-2.0.9 BUILDSTDERR: 351 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 install -d "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin" install dwdiff "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin" if [ -n "yes" ] ; then install dwfilter "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin" ; fi install -d "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/man1" install -m 644 "man/dwdiff.1" "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/man1" if [ -n "yes" ] ; then install -m 644 "man/dwfilter.1" "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man/man1" ; fi install -d "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff" install -m 644 README COPYING Changelog "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff" if [ -n "de es fr nl" ] ; then \ mandir="/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/man" LINGUAS="de es fr nl" INSTALL="install" ./install-manpages yes ;\ cd po && make "LOCALEDIR=/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/locale" "INSTALL=install" "LINGUAS=de es fr nl" lingua-install ;\ fi No manual page for dwfiff for lingua de No manual page for dwfiff for lingua es No manual page for dwfiff for lingua fr make[1]: Entering directory '/builddir/build/BUILD/dwdiff-2.0.9/po' for lingua in de es fr nl ; do \ if [ ! -f "${lingua}.mo" ] ; then continue ; fi ;\ install -d "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/locale/${lingua}/LC_MESSAGES" ;\ install -m 644 "${lingua}.mo" "/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/locale/${lingua}/LC_MESSAGES/dwdiff.mo" ;\ done make[1]: Leaving directory '/builddir/build/BUILD/dwdiff-2.0.9/po' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin/dwfilter explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin/dwdiff extracting debug info from /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin/dwfilter extracting debug info from /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/bin/dwdiff original debug info size: 336kB, size after compression: 312kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Processing files: dwdiff-2.0.9-20.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.T5uxwu + umask 022 + cd /builddir/build/BUILD + cd dwdiff-2.0.9 + DOCDIR=/builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff + cp -pr README /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff + cp -pr COPYING /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff + cp -pr Changelog /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64/usr/share/doc/dwdiff + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: dwdiff = 2.0.9-20.fc31 dwdiff(riscv-64) = 2.0.9-20.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) libicudata.so.63()(64bit) libicui18n.so.63()(64bit) libicuuc.so.63()(64bit) rtld(GNU_HASH) Processing files: dwdiff-debugsource-2.0.9-20.fc31.riscv64 Provides: dwdiff-debugsource = 2.0.9-20.fc31 dwdiff-debugsource(riscv-64) = 2.0.9-20.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dwdiff-debuginfo-2.0.9-20.fc31.riscv64 Provides: debuginfo(build-id) = 31c2fdff8a993f966568280ddce5e4aa86795bc6 debuginfo(build-id) = d8ddb1cc480c7d9552dab80747376c6e4468a413 dwdiff-debuginfo = 2.0.9-20.fc31 dwdiff-debuginfo(riscv-64) = 2.0.9-20.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dwdiff-debugsource(riscv-64) = 2.0.9-20.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 Wrote: /builddir/build/RPMS/dwdiff-2.0.9-20.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dwdiff-debugsource-2.0.9-20.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dwdiff-debuginfo-2.0.9-20.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EOYx8t + umask 022 + cd /builddir/build/BUILD + cd dwdiff-2.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dwdiff-2.0.9-20.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0