Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-contextualbandits.spec'], chrootPath='/var/lib/mock/f33-build-603462-67250/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-contextualbandits.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=1618704000 Wrote: /builddir/build/SRPMS/python-contextualbandits-0.3.14-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-contextualbandits.spec'], chrootPath='/var/lib/mock/f33-build-603462-67250/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-contextualbandits.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=1618704000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cgx3dK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + /usr/bin/gzip -dc /builddir/build/SOURCES/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Remove-Compile-Flags-for-contextualbandits.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Yu06iL + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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.9 creating build/lib.linux-riscv64-3.9/contextualbandits copying contextualbandits/online.py -> build/lib.linux-riscv64-3.9/contextualbandits copying contextualbandits/evaluation.py -> build/lib.linux-riscv64-3.9/contextualbandits copying contextualbandits/utils.py -> build/lib.linux-riscv64-3.9/contextualbandits copying contextualbandits/__init__.py -> build/lib.linux-riscv64-3.9/contextualbandits copying contextualbandits/offpolicy.py -> build/lib.linux-riscv64-3.9/contextualbandits creating build/lib.linux-riscv64-3.9/contextualbandits/linreg copying contextualbandits/linreg/__init__.py -> build/lib.linux-riscv64-3.9/contextualbandits/linreg running build_ext cythoning contextualbandits/linreg/linreg_double.pyx to contextualbandits/linreg/linreg_double.c /usr/lib64/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/linreg_double.pyx tree = Parsing.p_module(s, pxd, full_module_name) cythoning contextualbandits/linreg/linreg_float.pyx to contextualbandits/linreg/linreg_float.c /usr/lib64/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/linreg_float.pyx tree = Parsing.p_module(s, pxd, full_module_name) cythoning contextualbandits/_cy_utils.pyx to contextualbandits/_cy_utils.cpp /usr/lib64/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/_cy_utils.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'contextualbandits.linreg._wrapper_double' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/contextualbandits creating build/temp.linux-riscv64-3.9/contextualbandits/linreg gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c contextualbandits/linreg/linreg_double.c -o build/temp.linux-riscv64-3.9/contextualbandits/linreg/linreg_double.o -O3 -fopenmp In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from contextualbandits/linreg/linreg_double.c:611: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/contextualbandits/linreg/linreg_double.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/contextualbandits/linreg/_wrapper_double.cpython-39-riscv64-linux-gnu.so -fopenmp building 'contextualbandits.linreg._wrapper_float' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c contextualbandits/linreg/linreg_float.c -o build/temp.linux-riscv64-3.9/contextualbandits/linreg/linreg_float.o -O3 -fopenmp In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from contextualbandits/linreg/linreg_float.c:611: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/contextualbandits/linreg/linreg_float.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/contextualbandits/linreg/_wrapper_float.cpython-39-riscv64-linux-gnu.so -fopenmp building 'contextualbandits._cy_utils' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c contextualbandits/_cy_utils.cpp -o build/temp.linux-riscv64-3.9/contextualbandits/_cy_utils.o -O3 -fopenmp -std=c++11 In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from contextualbandits/_cy_utils.cpp:624: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/contextualbandits/_cy_utils.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/contextualbandits/_cy_utils.cpython-39-riscv64-linux-gnu.so -fopenmp + PYTHONPATH=/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + sphinx-build-3 docs html Running Sphinx v3.2.1 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date building [html]: targets for 1 source files that are out of date updating environment: [new config] 1 added, 0 changed, 0 removed reading sources... [100%] index WARNING: autodoc: failed to import class 'online.ActiveExplorer' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.AdaptiveGreedy' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.BootstrappedTS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.BootstrappedUCB' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.EpsilonGreedy' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.ExploreFirst' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.LinTS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.LinUCB' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.LogisticTS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.LogisticUCB' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.ParametricTS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.PartitionedTS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.PartitionedUCB' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.SeparateClassifiers' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'online.SoftmaxExplorer' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'offpolicy.DoublyRobustEstimator' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... WARNING: autodoc: failed to import class 'offpolicy.OffsetTree' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'evaluation.evaluateRejectionSampling' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'evaluation.evaluateDoublyRobust' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'evaluation.evaluateFullyLabeled' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'evaluation.evaluateNCIS' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'linreg.LinearRegression' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) WARNING: autodoc: failed to import class 'linreg.ElasticNet' from module 'contextualbandits'; the following exception was raised: cannot import name '_wrapper_double' from partially initialized module 'contextualbandits.linreg' (most likely due to a circular import) (/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/contextualbandits/linreg/__init__.py) /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/docs/index.rst: WARNING: self referenced toctree found. Ignored. done writing output... [100%] index /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/docs/index.rst: WARNING: circular toctree references detected, ignoring: index <- index /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/docs/index.rst: WARNING: circular toctree references detected, ignoring: index <- index generating indices... genindex/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/docs/index.rst: WARNING: circular toctree references detected, ignoring: index <- index done writing additional pages... search/builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5/docs/index.rst: WARNING: circular toctree references detected, ignoring: index <- index done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 29 warnings. The HTML pages are in html. + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bcpkCK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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-contextualbandits-0.3.14-1.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits copying build/lib.linux-riscv64-3.9/contextualbandits/online.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits copying build/lib.linux-riscv64-3.9/contextualbandits/evaluation.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits copying build/lib.linux-riscv64-3.9/contextualbandits/utils.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits copying build/lib.linux-riscv64-3.9/contextualbandits/__init__.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits creating /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg copying build/lib.linux-riscv64-3.9/contextualbandits/linreg/_wrapper_double.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg copying build/lib.linux-riscv64-3.9/contextualbandits/linreg/__init__.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg copying build/lib.linux-riscv64-3.9/contextualbandits/linreg/_wrapper_float.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg copying build/lib.linux-riscv64-3.9/contextualbandits/_cy_utils.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits copying build/lib.linux-riscv64-3.9/contextualbandits/offpolicy.py -> /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/online.py to online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/evaluation.py to evaluation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/offpolicy.py to offpolicy.cpython-39.pyc writing byte-compilation script '/tmp/tmp4wg6tye4.py' /usr/bin/python3 /tmp/tmp4wg6tye4.py removing /tmp/tmp4wg6tye4.py running install_egg_info running egg_info creating contextualbandits.egg-info writing contextualbandits.egg-info/PKG-INFO writing dependency_links to contextualbandits.egg-info/dependency_links.txt writing requirements to contextualbandits.egg-info/requires.txt writing top-level names to contextualbandits.egg-info/top_level.txt writing manifest file 'contextualbandits.egg-info/SOURCES.txt' reading manifest file 'contextualbandits.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.c' found anywhere in distribution warning: no previously-included files matching '*.h' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.o' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.dynlib' found anywhere in distribution warning: no previously-included files matching '*.directory' found anywhere in distribution warning: no previously-included files found matching 'contextualbandits/_cy_utils.cpp' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files found matching 'example/*' warning: no previously-included files found matching 'build/*' warning: no previously-included files found matching 'dist/*' warning: no previously-included files found matching 'plots/*' warning: no previously-included files found matching 'docs/*' no previously-included directories found matching 'docs/*' writing manifest file 'contextualbandits.egg-info/SOURCES.txt' Copying contextualbandits.egg-info to /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits-0.3.14-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.3.14-1.fc33 --unique-debug-suffix -0.3.14-1.fc33.riscv64 --unique-debug-src-base python-contextualbandits-0.3.14-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/_cy_utils.cpython-39-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg/_wrapper_double.cpython-39-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg/_wrapper_float.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/_cy_utils.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg/_wrapper_double.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9/site-packages/contextualbandits/linreg/_wrapper_float.cpython-39-riscv64-linux-gnu.so original debug info size: 9920kB, size after compression: 9828kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 4749 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-contextualbandits-0.3.14-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GBdhDJ + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + DOCDIR=/builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python3-contextualbandits + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python3-contextualbandits + cp -pr README.md /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python3-contextualbandits + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YPvgSL + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + LICENSEDIR=/builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python3-contextualbandits + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python3-contextualbandits + cp -pr LICENSE /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python3-contextualbandits + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-contextualbandits = 0.3.14-1.fc33 python3-contextualbandits = 0.3.14-1.fc33 python3-contextualbandits(riscv-64) = 0.3.14-1.fc33 python3.9-contextualbandits = 0.3.14-1.fc33 python3.9dist(contextualbandits) = 0.3.14 python3dist(contextualbandits) = 0.3.14 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) libgomp.so.1()(64bit) libgomp.so.1(GOMP_4.0)(64bit) libgomp.so.1(OMP_1.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 3.9 python3.9dist(cython) python3.9dist(joblib) >= 0.13 python3.9dist(numpy) >= 1.17 python3.9dist(pandas) >= 0.25 python3.9dist(scikit-learn) >= 0.22 python3.9dist(scipy) rtld(GNU_HASH) Processing files: python-contextualbandits-doc-0.3.14-1.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jnrQHL + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + DOCDIR=/builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python-contextualbandits-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python-contextualbandits-doc + cp -pr html/ /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python-contextualbandits-doc + cp -pr example/ /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/doc/python-contextualbandits-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ocWo7H + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + LICENSEDIR=/builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python-contextualbandits-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python-contextualbandits-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64/usr/share/licenses/python-contextualbandits-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-contextualbandits-doc = 0.3.14-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-contextualbandits-debugsource-0.3.14-1.fc33.riscv64 Provides: python-contextualbandits-debugsource = 0.3.14-1.fc33 python-contextualbandits-debugsource(riscv-64) = 0.3.14-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-contextualbandits-debuginfo-0.3.14-1.fc33.riscv64 Provides: debuginfo(build-id) = 7433dc94a27c1edab5316cea7f6aa4a14cd0b301 debuginfo(build-id) = 9b73e5df26c81e1adc92271ad7dbf6f53df79848 debuginfo(build-id) = d07b4c98b4af343f498f61a74fbfc79fb10d8e91 python-contextualbandits-debuginfo = 0.3.14-1.fc33 python3-contextualbandits-debuginfo = 0.3.14-1.fc33 python3-contextualbandits-debuginfo(riscv-64) = 0.3.14-1.fc33 python3.9-contextualbandits-debuginfo = 0.3.14-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-contextualbandits-debugsource(riscv-64) = 0.3.14-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-contextualbandits-0.3.14-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-contextualbandits-debugsource-0.3.14-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-contextualbandits-debuginfo-0.3.14-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-contextualbandits-doc-0.3.14-1.fc33.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jXJbgJ + umask 022 + cd /builddir/build/BUILD + cd contextualbandits-8c935a254129050ca7355f4d1ec5608bcdcd3bb5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-contextualbandits-0.3.14-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0