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-pyemd.spec'], chrootPath='/var/lib/mock/f31-build-46966-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-pyemd.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=1549065600 Wrote: /builddir/build/SRPMS/python-pyemd-0.5.1-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-pyemd.spec'], chrootPath='/var/lib/mock/f31-build-46966-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-pyemd.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=1549065600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0aiJ2H + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyemd-0.5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyemd-0.5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyemd-0.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pyemd.egg-info + rm -rf .eggs + sed -i '/^#!\/usr\/bin\/env python3/ d' pyemd/__about__.py + sed -i '/^#!\/usr\/bin\/env python3/ d' pyemd/__init__.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CJJ7DK + umask 022 + cd /builddir/build/BUILD + cd pyemd-0.5.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 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 pyemd/emd.cpp:652: 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: In file included from pyemd/lib/emd_hat.hpp:95, BUILDSTDERR: from pyemd/emd.cpp:654: BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp: In instantiation of ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’: BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:41:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 41 | {for (NODE_T i=0; i::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = NO_FLOW]’: BUILDSTDERR: pyemd/emd.cpp:2483:85: required from here BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:41:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp: In instantiation of ‘void fillFWithZeros(std::vector >&) [with NUM_T = double]’: BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:33:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:17:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector >, std::allocator > > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 17 | for (NODE_T i= 0; i >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 18 | for (NODE_T j= 0; j::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = long long int; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’: BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:385:62: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, emd_hat_impl::NUM_T, std::vector >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:456:56: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >, std::allocator > > >&, emd_hat_impl::NUM_T, std::vector >, std::allocator > > >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = double]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:57:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:255:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 255 | {for (NODE_T i=0; i, std::allocator > >, std::allocator, std::allocator > > > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 263 | {for (NODE_T i=0; i, std::allocator > >, std::allocator, std::allocator > > > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 296 | for (NODE_T new_name_from=0; new_name_from::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = long long int; FLOW_TYPE_T FLOW_TYPE = NO_FLOW]’: BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:385:62: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, emd_hat_impl::NUM_T, std::vector >*) [with FLOW_TYPE_T FLOW_TYPE = NO_FLOW; emd_hat_impl::NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:456:56: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >, std::allocator > > >&, emd_hat_impl::NUM_T, std::vector >, std::allocator > > >*) [with FLOW_TYPE_T FLOW_TYPE = NO_FLOW; emd_hat_impl::NUM_T = double]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:57:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = NO_FLOW]’ BUILDSTDERR: pyemd/emd.cpp:2483:85: required from here BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:255:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 255 | {for (NODE_T i=0; i, std::allocator > >, std::allocator, std::allocator > > > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 263 | {for (NODE_T i=0; i::compute_shortest_path(std::vector&, std::vector&, NODE_T, std::vector > >&, std::vector > >&, const std::vector&, NODE_T&) [with NUM_T = long long int; NODE_T = int]’: BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:155:17: required from ‘NUM_T min_cost_flow::operator()(std::vector&, const std::vector > >&, std::vector > >&) [with NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:291:24: required from ‘NUM_T emd_hat_impl_integral_types::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = long long int; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:385:62: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, emd_hat_impl::NUM_T, std::vector >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:456:56: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >, std::allocator > > >&, emd_hat_impl::NUM_T, std::vector >, std::allocator > > >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = double]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:57:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:321:37: warning: comparison of integer expressions of different signedness: ‘__gnu_cxx::__alloc_traits, int>::value_type’ {aka ‘int’} and ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 321 | if ( (_nodes_to_Q[v], int>::value_type’ {aka ‘int’} and ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 332 | if ( (_nodes_to_Q[v] >&, const std::vector&, const std::vector&, std::vector&, std::vector&) [with NUM_T = long long int]’: BUILDSTDERR: pyemd/lib/flow_utils.hpp:46:44: required from ‘void transform_flow_to_regular(std::vector >&, const std::vector&, const std::vector&) [with NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:322:70: required from ‘NUM_T emd_hat_impl_integral_types::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = long long int; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:385:62: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, emd_hat_impl::NUM_T, std::vector >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:456:56: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >, std::allocator > > >&, emd_hat_impl::NUM_T, std::vector >, std::allocator > > >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = double]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:57:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/flow_utils.hpp:25:24: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 25 | for (NODE_T i= 0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 26 | for (NODE_T j= 0; j::heapify(std::vector >&, std::vector&, NODE_T) [with NUM_T = long long int; NODE_T = int]’: BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:392:9: required from ‘void min_cost_flow::heap_remove_first(std::vector >&, std::vector&) [with NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:313:13: required from ‘void min_cost_flow::compute_shortest_path(std::vector&, std::vector&, NODE_T, std::vector > >&, std::vector > >&, const std::vector&, NODE_T&) [with NUM_T = long long int; NODE_T = int]’ BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:155:17: required from ‘NUM_T min_cost_flow::operator()(std::vector&, const std::vector > >&, std::vector > >&) [with NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:291:24: required from ‘NUM_T emd_hat_impl_integral_types::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = long long int; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:385:62: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector >&, emd_hat_impl::NUM_T, std::vector >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = long long int]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:456:56: required from ‘emd_hat_impl::NUM_T emd_hat_impl::operator()(const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >&, const std::vector >, std::allocator > > >&, emd_hat_impl::NUM_T, std::vector >, std::allocator > > >*) [with FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW; emd_hat_impl::NUM_T = double]’ BUILDSTDERR: pyemd/lib/emd_hat_impl.hpp:57:43: required from ‘NUM_T emd_hat_gd_metric::operator()(const std::vector&, const std::vector&, const std::vector >&, NUM_T, std::vector >*) [with NUM_T = double; FLOW_TYPE_T FLOW_TYPE = WITHOUT_EXTRA_MASS_FLOW]’ BUILDSTDERR: pyemd/lib/emd_hat.hpp:87:87: required from here BUILDSTDERR: pyemd/lib/min_cost_flow.hpp:405:20: warning: comparison of integer expressions of different signedness: ‘NODE_T’ {aka ‘int’} and ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 405 | if ( (l, std::allocator > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 410 | if ( (r build/lib.linux-riscv64-3.7/pyemd copying pyemd/__init__.py -> build/lib.linux-riscv64-3.7/pyemd running build_ext building 'pyemd.emd' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/pyemd 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 -Ipyemd -I/usr/include/python3.7m -I/usr/lib64/python3.7/site-packages/numpy/core/include -c pyemd/emd.cpp -o build/temp.linux-riscv64-3.7/pyemd/emd.o g++ -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/pyemd/emd.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/pyemd/emd.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.71UtfJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 + cd pyemd-0.5.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-pyemd-0.5.1-2.fc31.riscv64 BUILDSTDERR: warning: no previously-included files matching '__pycache__' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.py[cod]' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.so' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.dylib' found anywhere in distribution + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.1-2.fc31 --unique-debug-suffix -0.5.1-2.fc31.riscv64 --unique-debug-src-base python-pyemd-0.5.1-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyemd-0.5.1 BUILDSTDERR: 1056 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-pyemd-0.5.1-2.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd copying build/lib.linux-riscv64-3.7/pyemd/__about__.py -> /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd copying build/lib.linux-riscv64-3.7/pyemd/__init__.py -> /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd copying build/lib.linux-riscv64-3.7/pyemd/emd.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd byte-compiling /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd/__about__.py to __about__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpsd2h6l9n.py' /usr/bin/python3 /tmp/tmpsd2h6l9n.py removing /tmp/tmpsd2h6l9n.py running install_egg_info running egg_info creating pyemd.egg-info writing pyemd.egg-info/PKG-INFO writing dependency_links to pyemd.egg-info/dependency_links.txt writing requirements to pyemd.egg-info/requires.txt writing top-level names to pyemd.egg-info/top_level.txt writing manifest file 'pyemd.egg-info/SOURCES.txt' reading manifest file 'pyemd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyemd.egg-info/SOURCES.txt' Copying pyemd.egg-info to /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd-0.5.1-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd/emd.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/pyemd/emd.cpython-37m-riscv64-linux-gnu.so original debug info size: 1608kB, size after compression: 1548kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Eq50pL Processing files: python3-pyemd-0.5.1-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KxsCiL + umask 022 + cd /builddir/build/BUILD + cd pyemd-0.5.1 + DOCDIR=/builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/doc/python3-pyemd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/doc/python3-pyemd + cp -pr README.rst /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/doc/python3-pyemd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HpwB2L + umask 022 + cd /builddir/build/BUILD + cd pyemd-0.5.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/licenses/python3-pyemd + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/licenses/python3-pyemd + cp -pr LICENSE /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64/usr/share/licenses/python3-pyemd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pyemd = 0.5.1-2.fc31 python3-pyemd = 0.5.1-2.fc31 python3-pyemd(riscv-64) = 0.5.1-2.fc31 python3.7dist(pyemd) = 0.5.1 python3dist(pyemd) = 0.5.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.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) python(abi) = 3.7 python3.7dist(numpy) >= 1.9.0 python3.7dist(numpy) < 2.0.0 rtld(GNU_HASH) Obsoletes: python-pyemd < 0.5.1-2.fc31 Processing files: python-pyemd-debugsource-0.5.1-2.fc31.riscv64 Provides: python-pyemd-debugsource = 0.5.1-2.fc31 python-pyemd-debugsource(riscv-64) = 0.5.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyemd-debuginfo-0.5.1-2.fc31.riscv64 Provides: debuginfo(build-id) = 9eb9a1160563538542a424f8048e80d9d4e661a2 python3-pyemd-debuginfo = 0.5.1-2.fc31 python3-pyemd-debuginfo(riscv-64) = 0.5.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pyemd-debugsource(riscv-64) = 0.5.1-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-pyemd-0.5.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-pyemd-debugsource-0.5.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyemd-debuginfo-0.5.1-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nd68eI + umask 022 + cd /builddir/build/BUILD + cd pyemd-0.5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyemd-0.5.1-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0