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-Bottleneck.spec'], chrootPath='/var/lib/mock/f31-build-50898-27434/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-Bottleneck.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=1561680000 Wrote: /builddir/build/SRPMS/python-Bottleneck-1.2.1-9.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-Bottleneck.spec'], chrootPath='/var/lib/mock/f31-build-50898-27434/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-Bottleneck.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=1561680000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.D0KPUz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Bottleneck-1.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/Bottleneck-1.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Bottleneck-1.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/rm -fr '.egg*' Bottleneck.egg-info + /usr/bin/rm -f doc/sphinxext/numpydoc.py doc/sphinxext/numpydoc.pyc + /usr/bin/sed -i 's/fid = file(/fid = open(/' doc/source/conf.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MqAEdE + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.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' running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/bottleneck copying bottleneck/__init__.py -> build/lib.linux-riscv64-3.7/bottleneck copying bottleneck/version.py -> build/lib.linux-riscv64-3.7/bottleneck creating build/lib.linux-riscv64-3.7/bottleneck/slow copying bottleneck/slow/nonreduce_axis.py -> build/lib.linux-riscv64-3.7/bottleneck/slow copying bottleneck/slow/move.py -> build/lib.linux-riscv64-3.7/bottleneck/slow copying bottleneck/slow/__init__.py -> build/lib.linux-riscv64-3.7/bottleneck/slow copying bottleneck/slow/nonreduce.py -> build/lib.linux-riscv64-3.7/bottleneck/slow copying bottleneck/slow/reduce.py -> build/lib.linux-riscv64-3.7/bottleneck/slow creating build/lib.linux-riscv64-3.7/bottleneck/benchmark copying bottleneck/benchmark/autotimeit.py -> build/lib.linux-riscv64-3.7/bottleneck/benchmark copying bottleneck/benchmark/__init__.py -> build/lib.linux-riscv64-3.7/bottleneck/benchmark copying bottleneck/benchmark/bench_detailed.py -> build/lib.linux-riscv64-3.7/bottleneck/benchmark copying bottleneck/benchmark/bench.py -> build/lib.linux-riscv64-3.7/bottleneck/benchmark creating build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/scalar_input_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/nonreduce_axis_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/__init__.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/move_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/input_modifcation_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/nonreduce_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/reduce_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/util.py -> build/lib.linux-riscv64-3.7/bottleneck/tests copying bottleneck/tests/list_input_test.py -> build/lib.linux-riscv64-3.7/bottleneck/tests creating build/lib.linux-riscv64-3.7/bottleneck/src copying bottleneck/src/__init__.py -> build/lib.linux-riscv64-3.7/bottleneck/src copying bottleneck/src/template.py -> build/lib.linux-riscv64-3.7/bottleneck/src copying bottleneck/LICENSE -> build/lib.linux-riscv64-3.7/bottleneck running build_ext building 'bottleneck.reduce' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/bottleneck creating build/temp.linux-riscv64-3.7/bottleneck/src 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 bottleneck/src/reduce.c -o build/temp.linux-riscv64-3.7/bottleneck/src/reduce.o -O2 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/bottleneck/src/reduce.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/bottleneck/reduce.cpython-37m-riscv64-linux-gnu.so building 'bottleneck.move' extension creating build/temp.linux-riscv64-3.7/bottleneck/src/move_median BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-sbottleneck/src/move.c: In function ‘move_rank_int64’: BUILDSTDERR: bottleneck/src/move.c:2009:24: warning: self-comparison always evaluates to true [-Wtautological-compare] BUILDSTDERR: 2009 | if (aj == aj) { BUILDSTDERR: | ^~ BUILDSTDERR: bottleneck/src/move.c: In function ‘move_rank_int32’: BUILDSTDERR: bottleneck/src/move.c:2070:24: warning: self-comparison always evaluates to true [-Wtautological-compare] BUILDSTDERR: 2070 | if (aj == aj) { BUILDSTDERR: | ^~ ecurity -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 bottleneck/src/move.c -o build/temp.linux-riscv64-3.7/bottleneck/src/move.o -O2 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 bottleneck/src/move_median/move_median.c -o build/temp.linux-riscv64-3.7/bottleneck/src/move_median/move_median.o -O2 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/bottleneck/src/move.o build/temp.linux-riscv64-3.7/bottleneck/src/move_median/move_median.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/bottleneck/move.cpython-37m-riscv64-linux-gnu.so building 'bottleneck.nonreduce' extension 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 bottleneck/src/nonreduce.c -o build/temp.linux-riscv64-3.7/bottleneck/src/nonreduce.o -O2 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/bottleneck/src/nonreduce.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/bottleneck/nonreduce.cpython-37m-riscv64-linux-gnu.so building 'bottleneck.nonreduce_axis' extension 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 -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 /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 bottleneck/src/nonreduce_axis.c -o build/temp.linux-riscv64-3.7/bottleneck/src/nonreduce_axis.o -O2 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/bottleneck/src/nonreduce_axis.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/bottleneck/nonreduce_axis.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5A9OHC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 + cd Bottleneck-1.2.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-Bottleneck-1.2.1-9.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow copying build/lib.linux-riscv64-3.7/bottleneck/slow/nonreduce_axis.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow copying build/lib.linux-riscv64-3.7/bottleneck/slow/move.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow copying build/lib.linux-riscv64-3.7/bottleneck/slow/__init__.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow copying build/lib.linux-riscv64-3.7/bottleneck/slow/nonreduce.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow copying build/lib.linux-riscv64-3.7/bottleneck/slow/reduce.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark copying build/lib.linux-riscv64-3.7/bottleneck/benchmark/autotimeit.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark copying build/lib.linux-riscv64-3.7/bottleneck/benchmark/__init__.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark copying build/lib.linux-riscv64-3.7/bottleneck/benchmark/bench_detailed.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark copying build/lib.linux-riscv64-3.7/bottleneck/benchmark/bench.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/scalar_input_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/nonreduce_axis_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/__init__.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/move_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/input_modifcation_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/nonreduce_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/reduce_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/util.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/tests/list_input_test.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests copying build/lib.linux-riscv64-3.7/bottleneck/nonreduce.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck copying build/lib.linux-riscv64-3.7/bottleneck/__init__.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck creating /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src copying build/lib.linux-riscv64-3.7/bottleneck/src/__init__.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src copying build/lib.linux-riscv64-3.7/bottleneck/src/template.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src copying build/lib.linux-riscv64-3.7/bottleneck/move.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck copying build/lib.linux-riscv64-3.7/bottleneck/nonreduce_axis.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck copying build/lib.linux-riscv64-3.7/bottleneck/LICENSE -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck copying build/lib.linux-riscv64-3.7/bottleneck/reduce.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck copying build/lib.linux-riscv64-3.7/bottleneck/version.py -> /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow/nonreduce_axis.py to nonreduce_axis.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow/move.py to move.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow/nonreduce.py to nonreduce.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/slow/reduce.py to reduce.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark/autotimeit.py to autotimeit.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark/bench_detailed.py to bench_detailed.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/benchmark/bench.py to bench.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/scalar_input_test.py to scalar_input_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/nonreduce_axis_test.py to nonreduce_axis_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/__init__.py to __init__.cpython-37.pyc BUILDSTDERR: bywarning: no previously-included files matching '*' found under directory 'doc/build' + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/LICENSE + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr + /usr/bin/mkdir -p tmp_inst + /usr/bin/cp -fpr /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr tmp_inst BUILDSTDERR: ++ /bin/pwd + export PYTHONPATH=/builddir/build/BUILD/Bottleneck-1.2.1/tmp_inst//usr/lib64/python3.7/site-packages + PYTHONPATH=/builddir/build/BUILD/Bottleneck-1.2.1/tmp_inst//usr/lib64/python3.7/site-packages + /usr/bin/mkdir -p doc/source/_static + /usr/bin/sphinx-build -b html doc/source doc/html + unset PYTHONPATH + /usr/bin/rm -rf doc/html/.buildinfo doc/html/.doctrees + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.1-9.fc31 --unique-debug-suffix -1.2.1-9.fc31.riscv64 --unique-debug-src-base python-Bottleneck-1.2.1-9.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Bottleneck-1.2.1 te-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/move_test.py to move_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/input_modifcation_test.py to input_modifcation_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/nonreduce_test.py to nonreduce_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/reduce_test.py to reduce_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/tests/list_input_test.py to list_input_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/src/template.py to template.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/version.py to version.cpython-37.pyc writing byte-compilation script '/tmp/tmpvq0mxoiv.py' /usr/bin/python3 /tmp/tmpvq0mxoiv.py removing /tmp/tmpvq0mxoiv.py running install_egg_info running egg_info creating Bottleneck.egg-info writing Bottleneck.egg-info/PKG-INFO writing dependency_links to Bottleneck.egg-info/dependency_links.txt writing requirements to Bottleneck.egg-info/requires.txt writing top-level names to Bottleneck.egg-info/top_level.txt writing manifest file 'Bottleneck.egg-info/SOURCES.txt' reading manifest file 'Bottleneck.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Bottleneck.egg-info/SOURCES.txt' Copying Bottleneck.egg-info to /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/Bottleneck-1.2.1-py3.7.egg-info running install_scripts Running Sphinx v2.1.2 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: 5 added, 0 changed, 0 removed reading sources... [ 20%] index reading sources... [ 40%] intro reading sources... [ 60%] license reading sources... [ 80%] reference reading sources... [100%] release looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] index writing output... [ 40%] intro writing output... [ 60%] license writing output... [ 80%] reference writing output... [100%] release generating indices... genindex 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. The HTML pages are in doc/html. explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/move.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/nonreduce_axis.cpython-37m-riscv64-linux-gnu.so BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/reduce.c498 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 python-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/nonreduce.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/nonreduce_axis.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/move.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/reduce.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7/site-packages/bottleneck/nonreduce.cpython-37m-riscv64-linux-gnu.so original debug info size: 1144kB, size after compression: 1100kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.u9GX3C Processing files: python-Bottleneck-doc-1.2.1-9.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EtKaRA + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python-Bottleneck-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python-Bottleneck-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python-Bottleneck-doc + cp -pr RELEASE.rst /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python-Bottleneck-doc + cp -pr doc/html /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python-Bottleneck-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WWzPVC + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python-Bottleneck-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python-Bottleneck-doc + cp -pr bottleneck/LICENSE /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python-Bottleneck-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-Bottleneck-doc = 1.2.1-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-Bottleneck-1.2.1-9.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6GLS6A + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python3-Bottleneck + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python3-Bottleneck + cp -pr README.rst /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python3-Bottleneck + cp -pr RELEASE.rst /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/doc/python3-Bottleneck + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Jrz1zB + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python3-Bottleneck + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python3-Bottleneck + cp -pr bottleneck/LICENSE /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64/usr/share/licenses/python3-Bottleneck + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-Bottleneck = 1.2.1-9.fc31 python3-Bottleneck = 1.2.1-9.fc31 python3-Bottleneck(riscv-64) = 1.2.1-9.fc31 python3.7dist(bottleneck) = 1.2.1 python3dist(bottleneck) = 1.2.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) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 python3.7dist(numpy) rtld(GNU_HASH) Obsoletes: python-Bottleneck < 1.2.1-9.fc31 Processing files: python-Bottleneck-debugsource-1.2.1-9.fc31.riscv64 Provides: python-Bottleneck-debugsource = 1.2.1-9.fc31 python-Bottleneck-debugsource(riscv-64) = 1.2.1-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-Bottleneck-debuginfo-1.2.1-9.fc31.riscv64 Provides: debuginfo(build-id) = 34a064df2535dd0665f82ad29bb082838b4fc6cd debuginfo(build-id) = d4ccc0aa8526e438cb380cc46e683201ef32c332 debuginfo(build-id) = dcb2e9ba6a71451541079682a8480dffa6f4b7e3 debuginfo(build-id) = f2510ae85932f08e06964619d4fefe8b582f6ef1 python3-Bottleneck-debuginfo = 1.2.1-9.fc31 python3-Bottleneck-debuginfo(riscv-64) = 1.2.1-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-Bottleneck-debugsource(riscv-64) = 1.2.1-9.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 Wrote: /builddir/build/RPMS/python-Bottleneck-debugsource-1.2.1-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-Bottleneck-1.2.1-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-Bottleneck-doc-1.2.1-9.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python3-Bottleneck-debuginfo-1.2.1-9.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w5HEoD + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-1.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Bottleneck-1.2.1-9.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0