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-pyopencl.spec'], chrootPath='/var/lib/mock/f33-build-632314-68074/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-pyopencl.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=1635724800 Wrote: /builddir/build/SRPMS/python-pyopencl-2021.2.9-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-pyopencl.spec'], chrootPath='/var/lib/mock/f33-build-632314-68074/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-pyopencl.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=1635724800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NDPbmW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyopencl-2021.2.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyopencl-2021.2.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyopencl-2021.2.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-disable-executing-git-submodule.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0002-don-t-hack-distutils-with-C-LDFLAGS.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -vrf pyopencl.egg-info removed 'pyopencl.egg-info/dependency_links.txt' removed 'pyopencl.egg-info/requires.txt' removed 'pyopencl.egg-info/not-zip-safe' removed 'pyopencl.egg-info/SOURCES.txt' removed 'pyopencl.egg-info/PKG-INFO' removed 'pyopencl.egg-info/top_level.txt' removed directory 'pyopencl.egg-info' + rm -vf examples/download-examples-from-wiki.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.htrGZY + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2021.2.9 + /usr/bin/python3 configure.py --cl-enable-gl --cl-pretend-version=1.2 + 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' --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.linux-riscv64-3.9 creating build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/elementwise.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/ipython_ext.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/array.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/_mymako.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/scan.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/cache.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/algorithm.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/_cluda.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/capture_call.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/invoker.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/tools.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/reduction.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/__init__.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/cltypes.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/clmath.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/version.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.linux-riscv64-3.9/pyopencl copying pyopencl/clrandom.py -> build/lib.linux-riscv64-3.9/pyopencl creating build/lib.linux-riscv64-3.9/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte creating build/lib.linux-riscv64-3.9/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.linux-riscv64-3.9/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.linux-riscv64-3.9/pyopencl/characterize creating build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray running egg_info creating pyopencl.egg-info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt writing manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl creating build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123 running build_ext creating tmp 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/include/python3.9 -c /tmp/tmplg88r09x.cpp -o tmp/tmplg88r09x.o -std=gnu++14 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/include/python3.9 -c /tmp/tmpirzxrj9g.cpp -o tmp/tmpirzxrj9g.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/src 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/bitlog.cpp -o build/temp.linux-riscv64-3.9/src/bitlog.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/wrap_cl.cpp -o build/temp.linux-riscv64-3.9/src/wrap_cl.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 src/wrap_cl.hpp:101, from src/wrap_cl.cpp:29: /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 " \ | ^~~~~~~ In file included from src/wrap_cl.cpp:29: src/wrap_cl.hpp: In constructor ‘pyopencl::command_queue::command_queue(const pyopencl::context&, const pyopencl::device*, pybind11::object)’: src/wrap_cl.hpp:1414:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 1414 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ src/wrap_cl.hpp: In constructor ‘pyopencl::sampler::sampler(const pyopencl::context&, bool, cl_addressing_mode, cl_filter_mode)’: src/wrap_cl.hpp:3727:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 3727 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/wrap_cl_part_1.cpp -o build/temp.linux-riscv64-3.9/src/wrap_cl_part_1.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 src/wrap_cl.hpp:101, from src/wrap_cl_part_1.cpp:30: /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 " \ | ^~~~~~~ In file included from src/wrap_cl_part_1.cpp:30: src/wrap_cl.hpp: In constructor ‘pyopencl::command_queue::command_queue(const pyopencl::context&, const pyopencl::device*, pybind11::object)’: src/wrap_cl.hpp:1414:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 1414 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ src/wrap_cl.hpp: In constructor ‘pyopencl::sampler::sampler(const pyopencl::context&, bool, cl_addressing_mode, cl_filter_mode)’: src/wrap_cl.hpp:3727:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 3727 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/wrap_cl_part_2.cpp -o build/temp.linux-riscv64-3.9/src/wrap_cl_part_2.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 src/wrap_cl.hpp:101, from src/wrap_cl_part_2.cpp:30: /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 " \ | ^~~~~~~ In file included from src/wrap_cl_part_2.cpp:30: src/wrap_cl.hpp: In constructor ‘pyopencl::command_queue::command_queue(const pyopencl::context&, const pyopencl::device*, pybind11::object)’: src/wrap_cl.hpp:1414:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 1414 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ src/wrap_cl.hpp: In constructor ‘pyopencl::sampler::sampler(const pyopencl::context&, bool, cl_addressing_mode, cl_filter_mode)’: src/wrap_cl.hpp:3727:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 3727 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/wrap_constants.cpp -o build/temp.linux-riscv64-3.9/src/wrap_constants.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 src/wrap_cl.hpp:101, from src/wrap_constants.cpp:30: /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 " \ | ^~~~~~~ In file included from src/wrap_constants.cpp:30: src/wrap_cl.hpp: In constructor ‘pyopencl::command_queue::command_queue(const pyopencl::context&, const pyopencl::device*, pybind11::object)’: src/wrap_cl.hpp:1414:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 1414 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ src/wrap_cl.hpp: In constructor ‘pyopencl::sampler::sampler(const pyopencl::context&, bool, cl_addressing_mode, cl_filter_mode)’: src/wrap_cl.hpp:3727:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 3727 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_PRETEND_CL_VERSION=4128 -Ipybind11/include -I/usr/include/pybind11 -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c -std=gnu++14 src/wrap_mempool.cpp -o build/temp.linux-riscv64-3.9/src/wrap_mempool.o -fvisibility=hidden -DVERSION_INFO="2021.2.9" -fvisibility=hidden 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 src/wrap_cl.hpp:101, from src/wrap_mempool.cpp:37: /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 " \ | ^~~~~~~ In file included from src/wrap_mempool.cpp:37: src/wrap_cl.hpp: In constructor ‘pyopencl::command_queue::command_queue(const pyopencl::context&, const pyopencl::device*, pybind11::object)’: src/wrap_cl.hpp:1414:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 1414 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ src/wrap_cl.hpp: In constructor ‘pyopencl::sampler::sampler(const pyopencl::context&, bool, cl_addressing_mode, cl_filter_mode)’: src/wrap_cl.hpp:3727:13: warning: unused variable ‘hex_plat_version’ [-Wunused-variable] 3727 | int hex_plat_version = ctx.get_hex_platform_version(); | ^~~~~~~~~~~~~~~~ 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/src/bitlog.o build/temp.linux-riscv64-3.9/src/wrap_cl.o build/temp.linux-riscv64-3.9/src/wrap_cl_part_1.o build/temp.linux-riscv64-3.9/src/wrap_cl_part_2.o build/temp.linux-riscv64-3.9/src/wrap_constants.o build/temp.linux-riscv64-3.9/src/wrap_mempool.o -L/usr/lib64 -lOpenCL -o build/lib.linux-riscv64-3.9/pyopencl/_cl.cpython-39-riscv64-linux-gnu.so -Wl,--no-as-needed + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lNhM7Z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 + cd pyopencl-2021.2.9 + 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-pyopencl-2021.2.9-1.fc33.riscv64 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running install running install_lib creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/elementwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/ipython_ext.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.9/pyopencl/compyte/array.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/gen_reduction.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/test_gpu_ndarray.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/gen_elemwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/setup_opencl.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/ndarray/test_gpu_elemwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.9/pyopencl/compyte/dtypes.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.9/pyopencl/compyte/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.9/pyopencl/array.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/_mymako.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/scan.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/cache.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/algorithm.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/bitonic_sort.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/_cluda.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/capture_call.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/invoker.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/_cl.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/tools.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/reduction.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/cltypes.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/clmath.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.9/pyopencl/characterize/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.9/pyopencl/characterize/performance.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.9/pyopencl/version.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/bitonic_sort_templates.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl copying build/lib.linux-riscv64-3.9/pyopencl/clrandom.py -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-ranluxcl.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-bessel-y.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl creating /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123/philox.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123/openclfeatures.h -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123/array.h -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-random123/threefry.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-bessel-j-complex.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-hankel-complex.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-bessel-j.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-eval-tbl.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-airy.cl -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.9/pyopencl/cl/pyopencl-complex.h -> /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cl byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/elementwise.py to elementwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/ipython_ext.py to ipython_ext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/gen_reduction.py to gen_reduction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/test_gpu_ndarray.py to test_gpu_ndarray.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/gen_elemwise.py to gen_elemwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/setup_opencl.py to setup_opencl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/ndarray/test_gpu_elemwise.py to test_gpu_elemwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/dtypes.py to dtypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/compyte/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/_mymako.py to _mymako.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/scan.py to scan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/algorithm.py to algorithm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/bitonic_sort.py to bitonic_sort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/_cluda.py to _cluda.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/capture_call.py to capture_call.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/invoker.py to invoker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/reduction.py to reduction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/cltypes.py to cltypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/clmath.py to clmath.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/characterize/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/characterize/performance.py to performance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/bitonic_sort_templates.py to bitonic_sort_templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/clrandom.py to clrandom.cpython-39.pyc writing byte-compilation script '/tmp/tmpofgrksuw.py' /usr/bin/python3 /tmp/tmpofgrksuw.py removing /tmp/tmpofgrksuw.py running install_egg_info running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' Copying pyopencl.egg-info to /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl-2021.2.9-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/bin/__pycache__ + find /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl -name '*.so' -exec chmod 755 '{}' + + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2021.2.9-1.fc33 --unique-debug-suffix -2021.2.9-1.fc33.riscv64 --unique-debug-src-base python-pyopencl-2021.2.9-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyopencl-2021.2.9 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/_cl.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib64/python3.9/site-packages/pyopencl/_cl.cpython-39-riscv64-linux-gnu.so original debug info size: 36964kB, size after compression: 35768kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 498 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-pyopencl-2021.2.9-1.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-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-pyopencl-2021.2.9-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2ZcBxZ + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2021.2.9 + DOCDIR=/builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/doc/python3-pyopencl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/doc/python3-pyopencl + cp -pr examples /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/doc/python3-pyopencl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HDesZW + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2021.2.9 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/licenses/python3-pyopencl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/licenses/python3-pyopencl + cp -pr LICENSE /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64/usr/share/licenses/python3-pyopencl + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyopencl = 2021.2.9-1.fc33 python3-pyopencl = 2021.2.9-1.fc33 python3-pyopencl(riscv-64) = 2021.2.9-1.fc33 python3.9-pyopencl = 2021.2.9-1.fc33 python3.9dist(pyopencl) = 2021.2.9 python3dist(pyopencl) = 2021.2.9 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) libOpenCL.so.1()(64bit) libOpenCL.so.1(OPENCL_1.0)(64bit) libOpenCL.so.1(OPENCL_1.1)(64bit) libOpenCL.so.1(OPENCL_1.2)(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) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.2)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 3.9 python3.9dist(appdirs) >= 1.4 python3.9dist(numpy) python3.9dist(pytools) >= 2021.2.7 rtld(GNU_HASH) Obsoletes: python-pyopencl < 2021.2.9-1.fc33 Recommends: python3dist(Mako) Processing files: python-pyopencl-debugsource-2021.2.9-1.fc33.riscv64 Provides: python-pyopencl-debugsource = 2021.2.9-1.fc33 python-pyopencl-debugsource(riscv-64) = 2021.2.9-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyopencl-debuginfo-2021.2.9-1.fc33.riscv64 Provides: debuginfo(build-id) = 07e36cd865a6b480c6d27f30e638ae8f2bcb766f python-pyopencl-debuginfo = 2021.2.9-1.fc33 python3-pyopencl-debuginfo = 2021.2.9-1.fc33 python3-pyopencl-debuginfo(riscv-64) = 2021.2.9-1.fc33 python3.9-pyopencl-debuginfo = 2021.2.9-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pyopencl-debugsource(riscv-64) = 2021.2.9-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 Wrote: /builddir/build/RPMS/python-pyopencl-debugsource-2021.2.9-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyopencl-2021.2.9-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyopencl-debuginfo-2021.2.9-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gXkFyW + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2021.2.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyopencl-2021.2.9-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0