Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bidiv.spec'], chrootPath='/var/lib/mock/f31-build-75409-31251/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bidiv.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 37: %{_mandir}/he/man1/bidiv.1 ? ;) Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/bidiv-1.5-25.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bidiv.spec'], chrootPath='/var/lib/mock/f31-build-75409-31251/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bidiv.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 37: %{_mandir}/he/man1/bidiv.1 ? ;) Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PcCoeG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bidiv + /usr/bin/gzip -dc /builddir/build/SOURCES/bidiv-1.5.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bidiv + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nostrip.patch.gz):' + /usr/bin/gzip -dc /builddir/build/SOURCES/nostrip.patch.gz + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #1 (fribidi-0.19.patch.gz):' + /usr/bin/gzip -dc /builddir/build/SOURCES/fribidi-0.19.patch.gz + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (nostrip.patch.gz): patching file Makefile Patch #1 (fribidi-0.19.patch.gz): patching file Makefile patching file bidiv.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jyjGQF + umask 022 + cd /builddir/build/BUILD + cd bidiv + make PREFIX=/builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 'CC_OPT_FLAGS=-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' -j4 BUILDSTDERR: bidiv.c: In function 'bidiv': BUILDSTDERR: bidiv.c:80:16: warning: comparison between 'FriBidiCharType' {aka 'enum '} and 'enum ' [-Wenum-compare] BUILDSTDERR: 80 | if(base_dir!=FRIBIDI_TYPE_N) BUILDSTDERR: | ^~ BUILDSTDERR: bidiv.c:86:16: warning: comparison between 'FriBidiCharType' {aka 'enum '} and 'enum ' [-Wenum-compare] BUILDSTDERR: 86 | if(base_dir!=FRIBIDI_TYPE_N) BUILDSTDERR: | ^~ BUILDSTDERR: bidiv.c:141:7: warning: passing argument 2 of 'fribidi_charset_to_unicode' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 141 | &c, 1, &unicode_in[len]); BUILDSTDERR: | ^~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from /usr/include/fribidi/fribidi.h:42, BUILDSTDERR: from bidiv.c:23: BUILDSTDERR: /usr/include/fribidi/fribidi-char-sets.h:60:15: note: expected 'const char *' but argument is of type 'int *' BUILDSTDERR: 60 | const char *s, /* input string encoded in char_set */ BUILDSTDERR: | ~~~~~~~~~~~~^ BUILDSTDERR: bidiv.c:154:6: warning: passing argument 2 of 'fribidi_charset_to_unicode' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 154 | &c, 1, &unicode_in[len]); BUILDSTDERR: | ^~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from /usr/include/fribidi/fribidi.h:42, BUILDSTDERR: from bidiv.c:23: BUILDSTDERR: /usr/include/fribidi/fribidi-char-sets.h:60:15: note: expected 'const char *' but argument is of type 'int *' BUILDSTDERR: 60 | const char *s, /* input string encoded in char_set */ BUILDSTDERR: | ~~~~~~~~~~~~^ BUILDSTDERR: bidiv.c:181:36: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 181 | fribidi_log2vis(unicode_in, len, &base_dir, BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | FriBidiCharType * {aka enum *} BUILDSTDERR: In file included from /usr/include/fribidi/fribidi.h:47, BUILDSTDERR: from bidiv.c:23: BUILDSTDERR: /usr/include/fribidi/fribidi-deprecated.h:186:19: note: expected 'FriBidiParType *' {aka 'enum *'} but argument is of type 'FriBidiCharType *' {aka 'enum *'} BUILDSTDERR: 186 | FriBidiParType *pbase_dir, /* requested and resolved paragraph BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~ BUILDSTDERR: bidiv.c:189:14: warning: comparison between 'FriBidiCharType' {aka 'enum '} and 'enum ' [-Wenum-compare] BUILDSTDERR: 189 | if(base_dir==FRIBIDI_TYPE_N){ BUILDSTDERR: | ^~ BUILDSTDERR: bidiv.c:196:37: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 196 | fribidi_log2vis(unicode_in, len, &tmp_dir, BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | FriBidiCharType * {aka enum *} BUILDSTDERR: In file included from /usr/include/fribidi/fribidi.h:47, BUILDSTDERR: from bidiv.c:23: BUILDSTDERR: /usr/include/fribidi/fribidi-deprecated.h:186:19: note: expected 'FriBidiParType *' {aka 'enum *'} but argument is of type 'FriBidiCharType *' {aka 'enum *'} BUILDSTDERR: 186 | FriBidiParType *pbase_dir, /* requested and resolved paragraph BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~ BUILDSTDERR: bidiv.c:181:3: warning: ignoring return value of 'fribidi_log2vis', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 181 | fribidi_log2vis(unicode_in, len, &base_dir, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 182 | unicode_out, NULL, NULL, NULL); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: bidiv.c:196:4: warning: ignoring return value of 'fribidi_log2vis', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 196 | fribidi_log2vis(unicode_in, len, &tmp_dir, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 197 | unicode_out, NULL, NULL, NULL); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -c -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 `pkg-config --cflags fribidi` bidiv.c cc -o bidiv bidiv.o `pkg-config --libs fribidi` Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.25qmQF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 + cd bidiv + rm -rf /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 + install -d /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/bin + install -d /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/man/man1 + make PREFIX=/builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr MAN_PATH=/builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/man install + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.5-25.fc31 --unique-debug-suffix -1.5-25.fc31.riscv64 --unique-debug-src-base bidiv-1.5-25.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/bidiv BUILDSTDERR: 16 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 cp bidiv /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/bin chmod 755 /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/bin/bidiv cp bidiv.1 /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/man/man1/bidiv.1 chmod 644 /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/man/man1/bidiv.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/bin/bidiv extracting debug info from /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/bin/bidiv original debug info size: 60kB, size after compression: 64kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: bidiv-1.5-25.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Hkq4ZI + umask 022 + cd /builddir/build/BUILD + cd bidiv + DOCDIR=/builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/doc/bidiv + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/doc/bidiv + cp -pr README /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/doc/bidiv + cp -pr COPYING /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64/usr/share/doc/bidiv + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: bidiv = 1.5-25.fc31 bidiv(riscv-64) = 1.5-25.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) libfribidi.so.0()(64bit) rtld(GNU_HASH) Processing files: bidiv-debugsource-1.5-25.fc31.riscv64 Provides: bidiv-debugsource = 1.5-25.fc31 bidiv-debugsource(riscv-64) = 1.5-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: bidiv-debuginfo-1.5-25.fc31.riscv64 Provides: bidiv-debuginfo = 1.5-25.fc31 bidiv-debuginfo(riscv-64) = 1.5-25.fc31 debuginfo(build-id) = 2e768a540f2657bdd41e1e2988b2a8c90dd4eb55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bidiv-debugsource(riscv-64) = 1.5-25.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 Wrote: /builddir/build/RPMS/bidiv-debugsource-1.5-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/bidiv-1.5-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/bidiv-debuginfo-1.5-25.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mkoIWF + umask 022 + cd /builddir/build/BUILD + cd bidiv + /usr/bin/rm -rf /builddir/build/BUILDROOT/bidiv-1.5-25.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0