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-numpy-stl.spec'], chrootPath='/var/lib/mock/f31-build-47622-26899/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-numpy-stl.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/python-numpy-stl-2.10.0-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-numpy-stl.spec'], chrootPath='/var/lib/mock/f31-build-47622-26899/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-numpy-stl.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.SGRmwg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf numpy-stl-v2.10.0 + /usr/bin/xz -dc /builddir/build/SOURCES/numpy-stl-v2.10.0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd numpy-stl-v2.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf numpy-stl.egg-info + rm pytest.ini + sed -i s/warnings.ImportWarning/ImportWarning/ tests/test_ascii.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.N4vxVg + umask 022 + cd /builddir/build/BUILD + cd numpy-stl-v2.10.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: 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 stl/_speedups.c:634: 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: stl/_speedups.c: In function ‘__pyx_pf_3stl_9_speedups_ascii_read’: BUILDSTDERR: stl/_speedups.c:3145:50: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 3145 | __pyx_t_9 = (((__pyx_v_arr->dimensions[0]) == __pyx_v_offset) != 0); BUILDSTDERR: | ^~ BUILDSTDERR: stl/_speedups.c: In function ‘__pyx_pf_3stl_9_speedups_2ascii_write.isra.0’: BUILDSTDERR: stl/_speedups.c:3973:23: warning: ‘__pyx_v_fp’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3973 | __pyx_v_pos = ftell(__pyx_v_fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ 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/numpy-stl-v2.10.0/stl/_speedups.pyx BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) + sphinx-build-3 docs html BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://docs.python.org/2/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /2/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://python-utils.readthedocs.org/en/latest/objects.inv' not fetchable due to : HTTPConnectionPool(host='python-utils.readthedocs.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://docs.scipy.org/doc/numpy/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.scipy.org', port=80): Max retries exceeded with url: /doc/numpy/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://docs.scipy.org/doc/scipy/reference/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.scipy.org', port=80): Max retries exceeded with url: /doc/scipy/reference/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://matplotlib.sourceforge.net/objects.inv' not fetchable due to : HTTPConnectionPool(host='matplotlib.sourceforge.net', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'points': stl.Mesh.points, stl.base.BaseMesh.points, stl.mesh.Mesh.points, stl.stl.BaseStl.points BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'normals': stl.Mesh.normals, stl.base.BaseMesh.normals, stl.mesh.Mesh.normals, stl.stl.BaseStl.normals BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'vectors': stl.Mesh.vectors, stl.base.BaseMesh.vectors, stl.mesh.Mesh.vectors, stl.stl.BaseStl.vectors BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'attr': stl.Mesh.attr, stl.base.BaseMesh.attr, stl.mesh.Mesh.attr, stl.stl.BaseStl.attr BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'x': stl.Mesh.x, stl.base.BaseMesh.x, stl.mesh.Mesh.x, stl.stl.BaseStl.x BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'y': stl.Mesh.y, stl.base.BaseMesh.y, stl.mesh.Mesh.y, stl.stl.BaseStl.y BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'z': stl.Mesh.z, stl.base.BaseMesh.z, stl.mesh.Mesh.z, stl.stl.BaseStl.z BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'v0': stl.Mesh.v0, stl.base.BaseMesh.v0, stl.mesh.Mesh.v0, stl.stl.BaseStl.v0 BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'v1': stl.Mesh.v1, stl.base.BaseMesh.v1, stl.mesh.Mesh.v1, stl.stl.BaseStl.v1 BUILDSTDERR: /builddir/build/BUILD/numpy-stl-v2.10.0/stl/base.py:docstring of stl.base.BaseMesh:: WARNING: more than one target found for cross-reference 'v2': stl.Mesh.v2, stl.base.BaseMesh.v2, stl.mesh.Mesh.v2, stl.stl.BaseStl.v2 + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Compiling stl/_speedups.pyx because it changed. [1/1] Cythonizing stl/_speedups.pyx running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/stl copying stl/main.py -> build/lib.linux-riscv64-3.7/stl copying stl/__about__.py -> build/lib.linux-riscv64-3.7/stl copying stl/stl.py -> build/lib.linux-riscv64-3.7/stl copying stl/__init__.py -> build/lib.linux-riscv64-3.7/stl copying stl/utils.py -> build/lib.linux-riscv64-3.7/stl copying stl/mesh.py -> build/lib.linux-riscv64-3.7/stl copying stl/base.py -> build/lib.linux-riscv64-3.7/stl running build_ext building 'stl._speedups' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/stl 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/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c stl/_speedups.c -o build/temp.linux-riscv64-3.7/stl/_speedups.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/stl/_speedups.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/stl/_speedups.cpython-37m-riscv64-linux-gnu.so Running Sphinx v2.1.2 making output directory... done loading intersphinx inventory from http://docs.python.org/2/objects.inv... loading intersphinx inventory from http://python-utils.readthedocs.org/en/latest/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 4 source files that are out of date updating environment: 4 added, 0 changed, 0 removed reading sources... [ 25%] index reading sources... [ 50%] stl reading sources... [ 75%] tests reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 25%] index writing output... [ 50%] stl writing output... [ 75%] tests writing output... [100%] usage generating indices... genindex py-modindex highlighting module code... [ 16%] collections.abc highlighting module code... [ 33%] logging highlighting module code... [ 50%] stl.base highlighting module code... [ 66%] stl.main highlighting module code... [ 83%] stl.mesh highlighting module code... [100%] stl.stl writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 15 warnings. The HTML pages are in html. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8jp4Kc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 + cd numpy-stl-v2.10.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 install -O1 --skip-build --root /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 BUILDSTDERR: warning: manifest_maker: MANIFEST.in, line 1: unknown action 'include-recursive' BUILDSTDERR: warning: no previously-included files matching '*.py[co]' found anywhere in distribution BUILDSTDERR: no previously-included directories found matching 'docs/_build' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.10.0-1.fc31 --unique-debug-suffix -2.10.0-1.fc31.riscv64 --unique-debug-src-base python-numpy-stl-2.10.0-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/numpy-stl-v2.10.0 running install running install_lib creating /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/main.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/__about__.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/stl.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/__init__.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/utils.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/mesh.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/_speedups.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl copying build/lib.linux-riscv64-3.7/stl/base.py -> /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/main.py to main.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/__about__.py to __about__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/stl.py to stl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/mesh.py to mesh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/base.py to base.cpython-37.pyc writing byte-compilation script '/tmp/tmpa6kbz5qw.py' /usr/bin/python3 /tmp/tmpa6kbz5qw.py removing /tmp/tmpa6kbz5qw.py running install_egg_info running egg_info creating numpy_stl.egg-info writing numpy_stl.egg-info/PKG-INFO writing dependency_links to numpy_stl.egg-info/dependency_links.txt writing entry points to numpy_stl.egg-info/entry_points.txt writing requirements to numpy_stl.egg-info/requires.txt writing top-level names to numpy_stl.egg-info/top_level.txt writing manifest file 'numpy_stl.egg-info/SOURCES.txt' reading manifest file 'numpy_stl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'numpy_stl.egg-info/SOURCES.txt' Copying numpy_stl.egg-info to /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/numpy_stl-2.10.0-py3.7.egg-info running install_scripts Installing stl script to /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/bin Installing stl2ascii script to /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/bin Installing stl2bin script to /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/bin BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROO804 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 T/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/_speedups.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7/site-packages/stl/_speedups.cpython-37m-riscv64-linux-gnu.so original debug info size: 420kB, size after compression: 412kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mPCuCf Processing files: python3-numpy-stl-2.10.0-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YGxSmf + umask 022 + cd /builddir/build/BUILD + cd numpy-stl-v2.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python3-numpy-stl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python3-numpy-stl + cp -pr README.rst /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python3-numpy-stl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xFdSAd + umask 022 + cd /builddir/build/BUILD + cd numpy-stl-v2.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/licenses/python3-numpy-stl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/licenses/python3-numpy-stl + cp -pr LICENSE /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/licenses/python3-numpy-stl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-numpy-stl = 2.10.0-1.fc31 python3-numpy-stl = 2.10.0-1.fc31 python3-numpy-stl(riscv-64) = 2.10.0-1.fc31 python3.7dist(numpy-stl) = 2.10 python3dist(numpy-stl) = 2.10 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(numpy) python3.7dist(python-utils) >= 1.6.2 python3.7dist(setuptools) rtld(GNU_HASH) Obsoletes: python-numpy-stl < 2.10.0-1.fc31 Processing files: python-numpy-stl-doc-2.10.0-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CDsPSc + umask 022 + cd /builddir/build/BUILD + cd numpy-stl-v2.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python-numpy-stl-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python-numpy-stl-doc + cp -pr html /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64/usr/share/doc/python-numpy-stl-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-numpy-stl-doc = 2.10.0-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Suggests: python3-numpy-stl Processing files: python-numpy-stl-debugsource-2.10.0-1.fc31.riscv64 Provides: python-numpy-stl-debugsource = 2.10.0-1.fc31 python-numpy-stl-debugsource(riscv-64) = 2.10.0-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-numpy-stl-debuginfo-2.10.0-1.fc31.riscv64 Provides: debuginfo(build-id) = 2edf3cae5c2f246d300ab3d083e79b9f1bb35e8b python3-numpy-stl-debuginfo = 2.10.0-1.fc31 python3-numpy-stl-debuginfo(riscv-64) = 2.10.0-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-numpy-stl-debugsource(riscv-64) = 2.10.0-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-numpy-stl-2.10.0-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-numpy-stl-debuginfo-2.10.0-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-numpy-stl-debugsource-2.10.0-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-numpy-stl-doc-2.10.0-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GJDiag + umask 022 + cd /builddir/build/BUILD + cd numpy-stl-v2.10.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-numpy-stl-2.10.0-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0