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/compat-tolua++.spec'], chrootPath='/var/lib/mock/f31-build-89145-32039/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/compat-tolua++.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=1550448000 Wrote: /builddir/build/SRPMS/compat-tolua++-1.0.93-10.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/compat-tolua++.spec'], chrootPath='/var/lib/mock/f31-build-89145-32039/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/compat-tolua++.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=1550448000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3Kwy42 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tolua++-1.0.93 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/tolua++-1.0.93.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd tolua++-1.0.93 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/tolua++-1.0.93-lua51.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/tolua++-1.0.93-lua-include-path.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/tolua++-1.0.93-scons304.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i 's/\r//' doc/tolua++.html + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YTSfw4 + umask 022 + cd /builddir/build/BUILD + cd tolua++-1.0.93 BUILDSTDERR: ++ pkg-config --cflags lua-5.1 + scons-3 -j4 -Q 'CCFLAGS=-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 -I/usr/include/lua-5.1 ' tolua_lib=tolua++-5.1 LINKFLAGS=-Wl,-soname,libtolua++-5.1.so shared=1 BUILDSTDERR: scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead. BUILDSTDERR: File "/builddir/build/BUILD/tolua++-1.0.93/src/tests/SCsub", line 2, in BUILDSTDERR: src/lib/tolua_is.c:119:58: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] BUILDSTDERR: 119 | static int lua_isusertable (lua_State* L, int lo, const const char* type) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/lib/tolua_map.c: In function 'tolua_usertype': BUILDSTDERR: src/lib/tolua_map.c:398:58: warning: passing argument 2 of 'tolua_newmetatable' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 398 | if (tolua_newmetatable(L,ctype) && tolua_newmetatable(L,type)) BUILDSTDERR: | ^~~~ BUILDSTDERR: src/lib/tolua_map.c:28:52: note: expected 'char *' but argument is of type 'const char *' BUILDSTDERR: 28 | static int tolua_newmetatable (lua_State* L, char* name) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: src/lib/tolua_map.c: In function 'tolua_dobuffer': BUILDSTDERR: src/lib/tolua_map.c:699:36: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 699 | luaL_loadbuffer(L, B, size, name) || lua_pcall(L, 0, 0, 0); BUILDSTDERR: | ^~ BUILDSTDERR: src/lib/tolua_is.c:119:58: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] BUILDSTDERR: 119 | static int lua_isusertable (lua_State* L, int lo, const const char* type) BUILDSTDERR: | ^~~~~ ********* tolua is bin/tolua++_bootstrap gcc -o src/bin/tolua.o -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 -I/usr/include/lua-5.1 -Iinclude src/bin/tolua.c gcc -o src/bin/toluabind_default.o -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 -I/usr/include/lua-5.1 -Iinclude src/bin/toluabind_default.c gcc -o src/lib/tolua_event.o -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 -I/usr/include/lua-5.1 -Iinclude src/lib/tolua_event.c gcc -o src/lib/tolua_is.o -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 -I/usr/include/lua-5.1 -Iinclude src/lib/tolua_is.c gcc -o src/lib/tolua_map.o -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 -I/usr/include/lua-5.1 -Iinclude src/lib/tolua_map.c gcc -o src/lib/tolua_push.o -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 -I/usr/include/lua-5.1 -Iinclude src/lib/tolua_push.c gcc -o src/lib/tolua_to.o -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 -I/usr/include/lua-5.1 -Iinclude src/lib/tolua_to.c gcc -o src/lib/tolua_event.os -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 -I/usr/include/lua-5.1 -fPIC -Iinclude src/lib/tolua_event.c gcc -o src/lib/tolua_is.os -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 -I/usr/include/lua-5.1 -fPIC -Iinclude src/lib/tolua_is.c ar rc lib/libtolua++-5.1_static src/lib/tolua_event.o src/lib/tolua_is.o src/lib/tolua_map.o src/lib/tolua_push.o src/lib/tolua_to.o ranlib lib/libtolua++-5.1_static gcc -o src/lib/tolua_map.os -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 -I/usr/include/lua-5.1 -fPIC -Iinclude src/lib/tolua_map.c BUILDSTDERR: gcc -o bin/tolua++_bootstsrc/lib/tolua_map.c: In function 'tolua_usertype': BUILDSTDERR: src/lib/tolua_map.c:398:58: warning: passing argument 2 of 'tolua_newmetatable' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 398 | if (tolua_newmetatable(L,ctype) && tolua_newmetatable(L,type)) BUILDSTDERR: | ^~~~ BUILDSTDERR: src/lib/tolua_map.c:28:52: note: expected 'char *' but argument is of type 'const char *' BUILDSTDERR: 28 | static int tolua_newmetatable (lua_State* L, char* name) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: src/lib/tolua_map.c: In function 'tolua_dobuffer': BUILDSTDERR: src/lib/tolua_map.c:699:36: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 699 | luaL_loadbuffer(L, B, size, name) || lua_pcall(L, 0, 0, 0); BUILDSTDERR: | ^~ + gcc -o bin/tolua++ src/bin/tolua.o src/bin/toluabind_default.o -Llib -ltolua++-5.1 -llua-5.1 -ldl -lm + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 rap -Wl,-soname,libtolua++-5.1.so src/bin/tolua.o src/bin/toluabind_default.o lib/libtolua++-5.1_static -Llib -llua-5.1 -ldl -lm gcc -o src/lib/tolua_push.os -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 -I/usr/include/lua-5.1 -fPIC -Iinclude src/lib/tolua_push.c bin/tolua++_bootstrap -C -H src/bin/toluabind.h -o src/bin/toluabind.c -n tolua src/bin/tolua_scons.pkg gcc -o src/lib/tolua_to.os -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 -I/usr/include/lua-5.1 -fPIC -Iinclude src/lib/tolua_to.c gcc -o lib/libtolua++-5.1.so -Wl,-soname,libtolua++-5.1.so -shared src/lib/tolua_event.os src/lib/tolua_is.os src/lib/tolua_map.os src/lib/tolua_push.os src/lib/tolua_to.os -Llib -llua-5.1 -ldl -lm gcc -o src/bin/toluabind.o -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 -I/usr/include/lua-5.1 -Iinclude src/bin/toluabind.c gcc -o bin/tolua++ -Wl,-soname,libtolua++-5.1.so src/bin/tolua.o src/bin/toluabind.o -Llib -ltolua++-5.1 -llua-5.1 -ldl -lm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50plc6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 + cd tolua++-1.0.93 + mkdir -p /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/lib64 + mkdir -p /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/include + install -m 755 bin/tolua++ /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/bin + install -m 755 lib/libtolua++-5.1.so /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/lib64 + ln -s libtolua++-5.1.so /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/lib64/libtolua++.so + install -p -m 644 include/tolua++.h /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/include + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.93-10.fc31 --unique-debug-suffix -1.0.93-10.fc31.riscv64 --unique-debug-src-base compat-tolua++-1.0.93-10.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/tolua++-1.0.93 BUILDSTDERR: 1123 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/redhat/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/compat-tolua++-1.0.93-10.fc31.riscv64/usr/bin/tolua++ explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/lib64/libtolua++-5.1.so extracting debug info from /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/lib64/libtolua++-5.1.so extracting debug info from /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/bin/tolua++ original debug info size: 176kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Processing files: compat-tolua++-1.0.93-10.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.owA3d4 + umask 022 + cd /builddir/build/BUILD + cd tolua++-1.0.93 + DOCDIR=/builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/share/doc/compat-tolua++ + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/share/doc/compat-tolua++ + cp -pr README /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/share/doc/compat-tolua++ + cp -pr doc/index.html doc/tolua++.html doc/toluapp.gif /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64/usr/share/doc/compat-tolua++ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: compat-tolua++ = 1.0.93-10.fc31 compat-tolua++(riscv-64) = 1.0.93-10.fc31 libtolua++-5.1.so()(64bit) 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) libdl.so.2()(64bit) liblua-5.1.so()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: compat-tolua++-devel-1.0.93-10.fc31.riscv64 Provides: compat-tolua++-devel = 1.0.93-10.fc31 compat-tolua++-devel(riscv-64) = 1.0.93-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) liblua-5.1.so()(64bit) libm.so.6()(64bit) libtolua++-5.1.so()(64bit) rtld(GNU_HASH) Conflicts: tolua++-devel Processing files: compat-tolua++-debugsource-1.0.93-10.fc31.riscv64 Provides: compat-tolua++-debugsource = 1.0.93-10.fc31 compat-tolua++-debugsource(riscv-64) = 1.0.93-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: compat-tolua++-debuginfo-1.0.93-10.fc31.riscv64 Provides: compat-tolua++-debuginfo = 1.0.93-10.fc31 compat-tolua++-debuginfo(riscv-64) = 1.0.93-10.fc31 debuginfo(build-id) = 6bfb67689491de541e116b348a51ada46859d1c8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: compat-tolua++-debugsource(riscv-64) = 1.0.93-10.fc31 Processing files: compat-tolua++-devel-debuginfo-1.0.93-10.fc31.riscv64 Provides: compat-tolua++-devel-debuginfo = 1.0.93-10.fc31 compat-tolua++-devel-debuginfo(riscv-64) = 1.0.93-10.fc31 debuginfo(build-id) = 313eecc29a069ba721664c591550805b65f3c1a2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: compat-tolua++-debugsource(riscv-64) = 1.0.93-10.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 Wrote: /builddir/build/RPMS/compat-tolua++-1.0.93-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/compat-tolua++-debuginfo-1.0.93-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/compat-tolua++-devel-1.0.93-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/compat-tolua++-devel-debuginfo-1.0.93-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/compat-tolua++-debugsource-1.0.93-10.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NKemE2 + umask 022 + cd /builddir/build/BUILD + cd tolua++-1.0.93 + /usr/bin/rm -rf /builddir/build/BUILDROOT/compat-tolua++-1.0.93-10.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0