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-pykdtree.spec'], chrootPath='/var/lib/mock/f31-build-47090-26762/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-pykdtree.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=1559347200 Wrote: /builddir/build/SRPMS/python-pykdtree-1.3.1-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pykdtree.spec'], chrootPath='/var/lib/mock/f31-build-47090-26762/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-pykdtree.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=1559347200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9SgHu5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pykdtree-1.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pykdtree-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pykdtree.egg-info BUILDSTDERR: ++ grep -rl '/\* Generated by Cython' + rm pykdtree/kdtree.c + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xgs9P1 + umask 022 + cd /builddir/build/BUILD + cd pykdtree-1.3.1 + cython pykdtree/kdtree.pyx BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/pykdtree-1.3.1/pykdtree/kdtree.pyx BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) + 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: In file included from /usr/lib64/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821, BUILDSTDERR: from /usr/lib64/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, BUILDSTDERR: from /usr/lib64/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, BUILDSTDERR: from pykdtree/kdtree.c:613: BUILDSTDERR: /usr/lib64/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] BUILDSTDERR: 15 | #warning "Using deprecated NumPy API, disable it by " \ BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: pykdtree/kdtree.c: In function ‘__pyx_pf_8pykdtree_6kdtree_6KDTree_4query’: BUILDSTDERR: pykdtree/kdtree.c:4281:19: warning: ‘__pyx_v_dub_double’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4281 | __pyx_t_7 = PyFloat_FromDouble(__pyx_v_dub_double); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 266, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykdtree/kdtree.c:4256:19: warning: ‘__pyx_v_dub_float’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4256 | __pyx_t_8 = PyFloat_FromDouble(__pyx_v_dub_float); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 264, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykdtree/kdtree.c:4026:11: warning: ‘__pyx_v_query_array_data_double’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4026 | search_tree_double(__pyx_v_self->_kdtree_double, __pyx_v_self->_data_pts_data_double, __pyx_v_query_array_data_double, __pyx_v_num_qpoints, __pyx_v_num_n, __pyx_v_dub_double, __pyx_v_epsilon_double, __pyx_v_query_mask_data, __pyx_v_closest_idxs_data, __pyx_v_closest_dists_data_double); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykdtree/kdtree.c:3971:11: warning: ‘__pyx_v_query_array_data_float’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3971 | search_tree_float(__pyx_v_self->_kdtree_float, __pyx_v_self->_data_pts_data_float, __pyx_v_query_array_data_float, __pyx_v_num_qpoints, __pyx_v_num_n, __pyx_v_dub_float, __pyx_v_epsilon_float, __pyx_v_query_mask_data, __pyx_v_closest_idxs_data, __pyx_v_closest_dists_data_float); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykdtree/kdtree.c:4026:11: warning: ‘__pyx_v_closest_dists_data_double’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4026 | search_tree_double(__pyx_v_self->_kdtree_double, __pyx_v_self->_data_pts_data_double, __pyx_v_query_array_data_double, __pyx_v_num_qpoints, __pyx_v_num_n, __pyx_v_dub_double, __pyx_v_epsilon_double, __pyx_v_query_mask_data, __pyx_v_closest_idxs_data, __pyx_v_closest_dists_data_double); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykdtree/kdtree.c:3971:11: warning: ‘__pyx_v_closest_dists_data_float’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3971 | search_tree_float(__pyx_v_self->_kdtree_float, __pyx_v_self->_data_pts_data_float, __pyx_v_query_array_data_float, __pyx_v_num_qpoints, __pyx_v_num_n, __pyx_v_dub_float, __pyx_v_epsilon_float, __pyx_v_query_mask_data, __pyx_v_closest_idxs_data, __pyx_v_closest_dists_data_float); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/pykdtree copying pykdtree/render_template.py -> build/lib.linux-riscv64-3.7/pykdtree copying pykdtree/__init__.py -> build/lib.linux-riscv64-3.7/pykdtree copying pykdtree/test_tree.py -> build/lib.linux-riscv64-3.7/pykdtree running build_ext building 'pykdtree.kdtree' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/pykdtree 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 -I/usr/include/python3.7m -I/usr/lib64/python3.7/site-packages/numpy/core/include -c pykdtree/kdtree.c -o build/temp.linux-riscv64-3.7/pykdtree/kdtree.o -std=c99 -O3 -fopenmp 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 -I/usr/include/python3.7m -I/usr/lib64/python3.7/site-packages/numpy/core/include -c pykdtree/_kdtree_core.c -o build/temp.linux-riscv64-3.7/pykdtree/_kdtree_core.o -std=c99 -O3 -fopenmp 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/pykdtree/kdtree.o build/temp.linux-riscv64-3.7/pykdtree/_kdtree_core.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/pykdtree/kdtree.cpython-37m-riscv64-linux-gnu.so -lgomp Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tTnMj2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 + cd pykdtree-1.3.1 + 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-pykdtree-1.3.1-3.fc31.riscv64 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.3.1-3.fc31 --unique-debug-suffix -1.3.1-3.fc31.riscv64 --unique-debug-src-base python-pykdtree-1.3.1-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pykdtree-1.3.1 BUILDSTDERR: 1032 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 running install running install_lib creating /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree copying build/lib.linux-riscv64-3.7/pykdtree/render_template.py -> /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree copying build/lib.linux-riscv64-3.7/pykdtree/__init__.py -> /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree copying build/lib.linux-riscv64-3.7/pykdtree/kdtree.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree copying build/lib.linux-riscv64-3.7/pykdtree/test_tree.py -> /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree byte-compiling /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree/render_template.py to render_template.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree/test_tree.py to test_tree.cpython-37.pyc writing byte-compilation script '/tmp/tmph4psh5_2.py' /usr/bin/python3 /tmp/tmph4psh5_2.py removing /tmp/tmph4psh5_2.py running install_egg_info running egg_info creating pykdtree.egg-info writing pykdtree.egg-info/PKG-INFO writing dependency_links to pykdtree.egg-info/dependency_links.txt writing requirements to pykdtree.egg-info/requires.txt writing top-level names to pykdtree.egg-info/top_level.txt writing manifest file 'pykdtree.egg-info/SOURCES.txt' reading manifest file 'pykdtree.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pykdtree.egg-info/SOURCES.txt' Copying pykdtree.egg-info to /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree-1.3.1-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree/kdtree.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/pykdtree/kdtree.cpython-37m-riscv64-linux-gnu.so original debug info size: 568kB, size after compression: 560kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eXsRP2 Processing files: python3-pykdtree-1.3.1-3.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iDaAh4 + umask 022 + cd /builddir/build/BUILD + cd pykdtree-1.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/share/licenses/python3-pykdtree + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/share/licenses/python3-pykdtree + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64/usr/share/licenses/python3-pykdtree + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pykdtree = 1.3.1-3.fc31 python3-pykdtree = 1.3.1-3.fc31 python3-pykdtree(riscv-64) = 1.3.1-3.fc31 python3.7dist(pykdtree) = 1.3.1 python3dist(pykdtree) = 1.3.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: 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.3.1)(64bit) libgomp.so.1()(64bit) libgomp.so.1(GOMP_4.0)(64bit) libgomp.so.1(OMP_1.0)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 python3.7dist(numpy) rtld(GNU_HASH) Obsoletes: python-pykdtree < 1.3.1-3.fc31 Processing files: python-pykdtree-debugsource-1.3.1-3.fc31.riscv64 Provides: python-pykdtree-debugsource = 1.3.1-3.fc31 python-pykdtree-debugsource(riscv-64) = 1.3.1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pykdtree-debuginfo-1.3.1-3.fc31.riscv64 Provides: debuginfo(build-id) = 2c3c7088faf48db11ebca41504ab01eeddc317eb python3-pykdtree-debuginfo = 1.3.1-3.fc31 python3-pykdtree-debuginfo(riscv-64) = 1.3.1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pykdtree-debugsource(riscv-64) = 1.3.1-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-pykdtree-1.3.1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pykdtree-debuginfo-1.3.1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-pykdtree-debugsource-1.3.1-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3mgpy4 + umask 022 + cd /builddir/build/BUILD + cd pykdtree-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pykdtree-1.3.1-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0