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/python-yappi.spec'], chrootPath='/var/lib/mock/f31-build-87276-31760/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/python-yappi.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=1564099200 Wrote: /builddir/build/SRPMS/python-yappi-1.0-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-yappi.spec'], chrootPath='/var/lib/mock/f31-build-87276-31760/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/python-yappi.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OSZejy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf yappi-1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/yappi-1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd yappi-1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-yappi-1.0 base' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.H7HIIy + umask 022 + cd /builddir/build/BUILD + cd yappi-1.0 + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: /tmp/timer_createxhqf0miw.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int] BUILDSTDERR: 1 | main (int argc, char **argv) { BUILDSTDERR: | ^~~~ BUILDSTDERR: /tmp/timer_createxhqf0miw.c: In function ‘main’: BUILDSTDERR: /tmp/timer_createxhqf0miw.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration] BUILDSTDERR: 2 | timer_create(); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: _yappi.c: In function ‘set_clock_type’: BUILDSTDERR: _yappi.c:1284:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘clock_type_t’ {aka ‘enum ’} [-Wsign-compare] BUILDSTDERR: 1284 | if (clock_type == get_timing_clock_type()) BUILDSTDERR: | ^~ running build running build_py creating build creating build/lib.linux-riscv64-3.7 copying yappi.py -> build/lib.linux-riscv64-3.7 running build_ext building '_yappi' extension creating build/temp.linux-riscv64-3.7 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c _yappi.c -o build/temp.linux-riscv64-3.7/_yappi.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c callstack.c -o build/temp.linux-riscv64-3.7/callstack.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c hashtab.c -o build/temp.linux-riscv64-3.7/hashtab.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c mem.c -o build/temp.linux-riscv64-3.7/mem.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c freelist.c -o build/temp.linux-riscv64-3.7/freelist.o BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexce+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ptions -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 -DLIB_RT_AVAILABLE=1 -I/usr/include/python3.7m -c timing.c -o build/temp.linux-riscv64-3.7/timing.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 build/temp.linux-riscv64-3.7/_yappi.o build/temp.linux-riscv64-3.7/callstack.o build/temp.linux-riscv64-3.7/hashtab.o build/temp.linux-riscv64-3.7/mem.o build/temp.linux-riscv64-3.7/freelist.o build/temp.linux-riscv64-3.7/timing.o -L/usr/lib64 -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/_yappi.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.96cgPx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 + cd yappi-1.0 + rm -f /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin/yappi + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 BUILDSTDERR: /tmp/timer_createxrf2tvau.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int] BUILDSTDERR: 1 | main (int argc, char **argv) { BUILDSTDERR: | ^~~~ BUILDSTDERR: /tmp/timer_createxrf2tvau.c: In function ‘main’: BUILDSTDERR: /tmp/timer_createxrf2tvau.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration] BUILDSTDERR: 2 | timer_create(); BUILDSTDERR: | ^~~~~~~~~~~~ + mv /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin/yappi /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin/yappi-3.7 + ln -s yappi-3.7 /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin/yappi-3 + ln -s yappi-3 /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin/yappi + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0-2.fc31 --unique-debug-suffix -1.0-2.fc31.riscv64 --unique-debug-src-base python-yappi-1.0-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/yappi-1.0 BUILDSTDERR: 107 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 running install running install_lib creating /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages copying build/lib.linux-riscv64-3.7/_yappi.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages copying build/lib.linux-riscv64-3.7/yappi.py -> /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yappi.py to yappi.cpython-37.pyc writing byte-compilation script '/tmp/tmpocktaz0k.py' /usr/bin/python3 /tmp/tmpocktaz0k.py removing /tmp/tmpocktaz0k.py running install_egg_info running egg_info writing yappi.egg-info/PKG-INFO writing dependency_links to yappi.egg-info/dependency_links.txt writing entry points to yappi.egg-info/entry_points.txt writing top-level names to yappi.egg-info/top_level.txt reading manifest file 'yappi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'yappi.egg-info/SOURCES.txt' Copying yappi.egg-info to /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yappi-1.0-py3.7.egg-info running install_scripts Installing yappi script to /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/bin explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages/_yappi.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7/site-packages/_yappi.cpython-37m-riscv64-linux-gnu.so original debug info size: 200kB, size after compression: 152kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9gjdyz + umask 022 + cd /builddir/build/BUILD + cd yappi-1.0 + export PYTHONPATH=/builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64//usr/lib64/python3.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64//usr/lib64/python3.7/site-packages + /usr/bin/python3 tests/test_functionality.py BUILDSTDERR: .................... BUILDSTDERR: Yappi puts 80.5 times overhead to the profiled application in average. BUILDSTDERR: ........................... BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 47 tests in 185.708s BUILDSTDERR: OK + /usr/bin/python3 tests/test_hooks.py BUILDSTDERR: ..Traceback (most recent call last): BUILDSTDERR: File "tests/test_hooks.py", line 70, in callback BUILDSTDERR: raise Exception('callback error') BUILDSTDERR: Exception: callback error BUILDSTDERR: .[*] [yappi-err] context id callback returned non-integer BUILDSTDERR: ......Traceback (most recent call last): BUILDSTDERR: File "tests/test_hooks.py", line 188, in callback BUILDSTDERR: raise Exception('callback error') BUILDSTDERR: Exception: callback error BUILDSTDERR: .[*] [yappi-err] context name callback returned non-string BUILDSTDERR: ... BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 13 tests in 0.930s BUILDSTDERR: OK + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Processing files: python3-yappi-1.0-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JlLC7w + umask 022 + cd /builddir/build/BUILD + cd yappi-1.0 + DOCDIR=/builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/doc/python3-yappi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/doc/python3-yappi + cp -pr README.md /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/doc/python3-yappi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JtZ8mx + umask 022 + cd /builddir/build/BUILD + cd yappi-1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/licenses/python3-yappi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/licenses/python3-yappi + cp -pr LICENSE /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64/usr/share/licenses/python3-yappi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python3-yappi = 1.0-2.fc31 python3-yappi(riscv-64) = 1.0-2.fc31 python3.7dist(yappi) = 1 python3dist(yappi) = 1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 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) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 python3.7dist(setuptools) rtld(GNU_HASH) Processing files: python-yappi-debugsource-1.0-2.fc31.riscv64 Provides: python-yappi-debugsource = 1.0-2.fc31 python-yappi-debugsource(riscv-64) = 1.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-yappi-debuginfo-1.0-2.fc31.riscv64 Provides: debuginfo(build-id) = 51da99dd472cda981fc2354ea6ed79af1e2d3a00 python3-yappi-debuginfo = 1.0-2.fc31 python3-yappi-debuginfo(riscv-64) = 1.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-yappi-debugsource(riscv-64) = 1.0-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 Wrote: /builddir/build/RPMS/python-yappi-debugsource-1.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-yappi-1.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-yappi-debuginfo-1.0-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.48Z1vA + umask 022 + cd /builddir/build/BUILD + cd yappi-1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-yappi-1.0-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0