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-pyopencl.spec'], chrootPath='/var/lib/mock/f31-build-47189-26762/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-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=1549065600 Wrote: /builddir/build/SRPMS/python-pyopencl-2018.1.1-4.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pyopencl.spec'], chrootPath='/var/lib/mock/f31-build-47189-26762/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-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=1549065600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UB97O9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyopencl-2018.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyopencl-2018.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyopencl-2018.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0002-disable-executing-git-submodule.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0003-don-t-hack-distutils-with-C-LDFLAGS.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -vrf pyopencl.egg-info + rm -vf examples/download-examples-from-wiki.py + sed -i -e /pytest/d setup.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 removed 'pyopencl.egg-info/PKG-INFO' removed 'pyopencl.egg-info/not-zip-safe' removed 'pyopencl.egg-info/top_level.txt' removed 'pyopencl.egg-info/dependency_links.txt' removed 'pyopencl.egg-info/requires.txt' removed 'pyopencl.egg-info/SOURCES.txt' removed directory 'pyopencl.egg-info' removed 'examples/download-examples-from-wiki.py' Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.w5LfE5 + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2018.1.1 + /usr/bin/python3 configure.py --cl-enable-gl + 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' --------------------------------------------------------------------------- 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.7 creating build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/scan.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/_cluda.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/_mymako.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/clrandom.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/elementwise.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/__init__.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/_buffers.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/mempool.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/clmath.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/tools.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/invoker.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/array.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/cltypes.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/reduction.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/cffi_cl.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/cache.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/capture_call.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/algorithm.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/version.py -> build/lib.linux-riscv64-3.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.linux-riscv64-3.7/pyopencl creating build/lib.linux-riscv64-3.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.linux-riscv64-3.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.linux-riscv64-3.7/pyopencl/characterize creating build/lib.linux-riscv64-3.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte creating build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.linux-riscv64-3.7/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 BUILDSTDERR: writing requirements to pyopencl.egg-iWARNING: yacc table file version is out of date BUILDSTDERR: warning: no files found matching 'src/c_wrapper/*.hpp' BUILDSTDERR: warning: no files found matching 'doc/_static/*.css' BUILDSTDERR: warning: no files found matching 'doc/_templates/*.html' BUILDSTDERR: In file included from src/c_wrapper/wrap_cl.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/wrap_cl.cpp:2: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ nfo/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.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl creating build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123 running build_ext generating cffi module 'build/temp.linux-riscv64-3.7/pyopencl._cffi.cpp' creating build/temp.linux-riscv64-3.7 building 'pyopencl._cffi' extension creating build/temp.linux-riscv64-3.7/build creating build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src creating build/temp.linux-riscv64-3.7/src/c_wrapper 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c build/temp.linux-riscv64-3.7/pyopencl._cffi.cpp -o build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/pyopencl._cffi.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/wrap_cl.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/wrap_cl.o -std=gnu++11 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/redhat-hardened-cc1 -specs=/usr/lib/rpmIn file included from src/c_wrapper/pyhelper.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/pyhelper.cpp:7:29: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 7 | WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/platform.h:1, BUILDSTDERR: from src/c_wrapper/platform.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/platform.h:1, BUILDSTDERR: from src/c_wrapper/platform.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/device.h:1, BUILDSTDERR: from src/c_wrapper/device.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/device.h:1, BUILDSTDERR: from src/c_wrapper/device.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ /redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/wrap_constants.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/wrap_constants.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/bitlog.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/bitlog.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/pyhelper.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/pyhelper.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/platform.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/platform.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/device.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/device.o -std=gnu++11 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/redhatIn file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/context.h:1, BUILDSTDERR: from src/c_wrapper/context.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/context.h:1, BUILDSTDERR: from src/c_wrapper/context.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/command_queue.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/command_queue.cpp:63:39: warning: ‘_cl_command_queue* clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 63 | pyopencl_call_guarded(clCreateCommandQueue, ctx, dev, props); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1443:1: note: declared here BUILDSTDERR: 1443 | clCreateCommandQueue(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘_cl_command_queue* clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/command_queue.cpp:63:17: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 63 | pyopencl_call_guarded(clCreateCommandQueue, ctx, dev, props); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1443:1: note: declared here BUILDSTDERR: 1443 | clCreateCommandQueue(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/command_queue.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/command_queue.cpp:121:35: warning: ‘cl_int clEnqueueMarker(cl_command_queue, _cl_event**)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 121 | pyopencl_call_guarded(clEnqueueMarker, queue, event_out(evt)); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1424:1: note: declared here BUILDSTDERR: 1424 | clEnqueueMarker(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘cl_int clEnqueueMarker(cl_command_queue, _cl_event**)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/command_queue.cpp:121:13: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 121 | pyopencl_call_guarded(clEnqueueMarker, queue, event_out(evt)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1424:1: note: declared here BUILDSTDERR: 1424 | clEnqueueMarker(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/command_queue.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/command_queue.cpp:130:35: warning: ‘cl_int clEnqueueBarrier(cl_command_queue)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 130 | pyopencl_call_guarded(clEnqueueBarrier, queue); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1433:1: note: declared here BUILDSTDERR: 1433 | clEnqueueBarrier(cl_command_queue /* command_queue */) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘cl_int clEnqueueBarrier(cl_command_queue)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/command_queue.cpp:130:13: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 130 | pyopencl_call_guarded(clEnqueueBarrier, queue); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.h:1, BUILDSTDERR: from src/c_wrapper/command_queue.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1433:1: note: declared here BUILDSTDERR: 1433 | clEnqueueBarrier(cl_command_queue /* command_queue */) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: src/c_wrapper/event.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/event.cpp:269:35: warning: ‘cl_int clEnqueueWaitForEvents(cl_command_queue, cl_uint, _cl_event* const*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 269 | pyopencl_call_guarded(clEnqueueWaitForEvents, queue, wait_for); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1428:1: note: declared here BUILDSTDERR: 1428 | clEnqueueWaitForEvents(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘cl_int clEnqueueWaitForEvents(cl_command_queue, cl_uint, _cl_event* const*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/event.cpp:269:13: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 269 | pyopencl_call_guarded(clEnqueueWaitForEvents, queue, wait_for); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/event.h:1, BUILDSTDERR: from src/c_wrapper/event.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1428:1: note: declared here BUILDSTDERR: 1428 | clEnqueueWaitForEvents(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/context.h:1, BUILDSTDERR: from src/c_wrapper/svm.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/context.h:1, BUILDSTDERR: from src/c_wrapper/svm.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ -hardened-cc1 -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_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/context.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/context.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/command_queue.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/command_queue.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/event.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/event.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/memory_object.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/memory_object.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/svm.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/svm.o -std=gnu++11 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 -sIn file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/image.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/image.cpp:64:46: warning: ‘_cl_mem* clCreateImage2D(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 64 | auto mem = pyopencl_call_guarded(clCreateImage2D, ctx, flags, fmt, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1402:1: note: declared here BUILDSTDERR: 1402 | clCreateImage2D(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘_cl_mem* clCreateImage2D(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/image.cpp:64:24: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 64 | auto mem = pyopencl_call_guarded(clCreateImage2D, ctx, flags, fmt, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1402:1: note: declared here BUILDSTDERR: 1402 | clCreateImage2D(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/image.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/image.cpp:77:46: warning: ‘_cl_mem* clCreateImage3D(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 77 | auto mem = pyopencl_call_guarded(clCreateImage3D, ctx, flags, fmt, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1412:1: note: declared here BUILDSTDERR: 1412 | clCreateImage3D(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘_cl_mem* clCreateImage3D(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/image.cpp:77:24: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 77 | auto mem = pyopencl_call_guarded(clCreateImage3D, ctx, flags, fmt, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/image.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1412:1: note: declared here BUILDSTDERR: 1412 | clCreateImage3D(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/gl_obj.h:1, BUILDSTDERR: from src/c_wrapper/gl_obj.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/image.h:1, BUILDSTDERR: from src/c_wrapper/gl_obj.h:1, BUILDSTDERR: from src/c_wrapper/gl_obj.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/memory_map.h:1, BUILDSTDERR: from src/c_wrapper/memory_map.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/memory_map.h:1, BUILDSTDERR: from src/c_wrapper/memory_map.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/buffer.h:1, BUILDSTDERR: from src/c_wrapper/buffer.cpp:2: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/memory_object.h:1, BUILDSTDERR: from src/c_wrapper/buffer.h:1, BUILDSTDERR: from src/c_wrapper/buffer.cpp:2: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: src/c_wrapper/sampler.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/sampler.cpp:50:55: warning: ‘_cl_sampler* clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 50 | *samp = new sampler(pyopencl_call_guarded(clCreateSampler, ctx, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1450:1: note: declared here BUILDSTDERR: 1450 | clCreateSampler(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘_cl_sampler* clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/sampler.cpp:50:33: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 50 | *samp = new sampler(pyopencl_call_guarded(clCreateSampler, ctx, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/sampler.h:1, BUILDSTDERR: from src/c_wrapper/sampler.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1450:1: note: declared here BUILDSTDERR: 1450 | clCreateSampler(cl_context /* context */, BUILDSTDERR: | ^~~~~~~~~~~~~~~ pecs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/image.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/image.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/gl_obj.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/gl_obj.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/memory_map.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/memory_map.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/buffer.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/buffer.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/sampler.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/sampler.o -std=gnu++11 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 -grecorIn file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/program.h:1, BUILDSTDERR: from src/c_wrapper/program.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/clhelper.h:1, BUILDSTDERR: from src/c_wrapper/program.h:1, BUILDSTDERR: from src/c_wrapper/program.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/program.cpp: In function ‘error* create_program_with_binary(clbase**, clobj_t, cl_uint, clbase* const*, const unsigned char**, size_t*)’: BUILDSTDERR: src/c_wrapper/program.cpp:166:24: warning: ignoring attributes on template argument ‘cl_int’ {aka ‘int’} [-Wignored-attributes] BUILDSTDERR: 166 | pyopencl_buf binary_statuses(num_devices); BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/error.h:2, BUILDSTDERR: from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: src/c_wrapper/pyhelper.h:40:36: warning: ignoring attributes on template argument ‘void(void*, cl_int)’ {aka ‘void(void*, int)’} [-Wignored-attributes] BUILDSTDERR: 40 | extern WrapFunc call; BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/clobj.h:1, BUILDSTDERR: from src/c_wrapper/error.h:3, BUILDSTDERR: from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: src/c_wrapper/utils.h:220:41: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 220 | class CLArg : public CLArg { BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/utils.h: In constructor ‘CLArg::CLArg(bool)’: BUILDSTDERR: src/c_wrapper/utils.h:224:24: warning: ignoring attributes on template argument ‘cl_bool’ {aka ‘unsigned int’} [-Wignored-attributes] BUILDSTDERR: 224 | : CLArg(m_arg), m_arg(arg ? CL_TRUE : CL_FALSE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: src/c_wrapper/kernel.cpp: In lambda function: BUILDSTDERR: src/c_wrapper/kernel.cpp:210:35: warning: ‘cl_int clEnqueueTask(cl_command_queue, cl_kernel, cl_uint, _cl_event* const*, _cl_event**)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 210 | pyopencl_call_guarded(clEnqueueTask, queue, knl, wait_for, BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/c_wrapper/error.h:265:18: note: in definition of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1457:1: note: declared here BUILDSTDERR: 1457 | clEnqueueTask(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: src/c_wrapper/error.h:265:42: warning: ‘cl_int clEnqueueTask(cl_command_queue, cl_kernel, cl_uint, _cl_event* const*, _cl_event**)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 265 | call_guarded(func, #func, __VA_ARGS__) BUILDSTDERR: | ^ BUILDSTDERR: src/c_wrapper/kernel.cpp:210:13: note: in expansion of macro ‘pyopencl_call_guarded’ BUILDSTDERR: 210 | pyopencl_call_guarded(clEnqueueTask, queue, knl, wait_for, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/c_wrapper/clinfo_ext.h:10, BUILDSTDERR: from src/c_wrapper/pyopencl_ext.h:6, BUILDSTDERR: from src/c_wrapper/wrap_cl.h:12, BUILDSTDERR: from src/c_wrapper/error.h:1, BUILDSTDERR: from src/c_wrapper/kernel.h:1, BUILDSTDERR: from src/c_wrapper/kernel.cpp:1: BUILDSTDERR: /usr/include/CL/cl.h:1457:1: note: declared here BUILDSTDERR: 1457 | clEnqueueTask(cl_command_queue /* command_queue */, BUILDSTDERR: | ^~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 d-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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/program.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/program.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/kernel.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/kernel.o -std=gnu++11 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 -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -DPYOPENCL_USE_SHIPPED_EXT=1 -Isrc/c_wrapper/ -I/usr/include/python3.7m -c src/c_wrapper/debug.cpp -o build/temp.linux-riscv64-3.7/src/c_wrapper/debug.o -std=gnu++11 g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/pyopencl._cffi.o build/temp.linux-riscv64-3.7/src/c_wrapper/wrap_cl.o build/temp.linux-riscv64-3.7/src/c_wrapper/wrap_constants.o build/temp.linux-riscv64-3.7/src/c_wrapper/bitlog.o build/temp.linux-riscv64-3.7/src/c_wrapper/pyhelper.o build/temp.linux-riscv64-3.7/src/c_wrapper/platform.o build/temp.linux-riscv64-3.7/src/c_wrapper/device.o build/temp.linux-riscv64-3.7/src/c_wrapper/context.o build/temp.linux-riscv64-3.7/src/c_wrapper/command_queue.o build/temp.linux-riscv64-3.7/src/c_wrapper/event.o build/temp.linux-riscv64-3.7/src/c_wrapper/memory_object.o build/temp.linux-riscv64-3.7/src/c_wrapper/svm.o build/temp.linux-riscv64-3.7/src/c_wrapper/image.o build/temp.linux-riscv64-3.7/src/c_wrapper/gl_obj.o build/temp.linux-riscv64-3.7/src/c_wrapper/memory_map.o build/temp.linux-riscv64-3.7/src/c_wrapper/buffer.o build/temp.linux-riscv64-3.7/src/c_wrapper/sampler.o build/temp.linux-riscv64-3.7/src/c_wrapper/program.o build/temp.linux-riscv64-3.7/src/c_wrapper/kernel.o build/temp.linux-riscv64-3.7/src/c_wrapper/debug.o -L/usr/lib64 -lOpenCL -lpython3.7m -o build/lib.linux-riscv64-3.7/pyopencl/_cffi.abi3.so -Wl,--no-as-needed Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PfJWV7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 + cd pyopencl-2018.1.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-pyopencl-2018.1.1-4.fc31.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-2018.1.1-4.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-complex.h -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-eval-tbl.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-ranluxcl.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-bessel-j-complex.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-bessel-j.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123/philox.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123/array.h -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123/openclfeatures.h -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-random123/threefry.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-hankel-complex.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-bessel-y.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/cl/pyopencl-airy.cl -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cl copying build/lib.linux-riscv64-3.7/pyopencl/scan.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/_cluda.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/_mymako.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/clrandom.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/elementwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/_cffi.abi3.so -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.7/pyopencl/characterize/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.7/pyopencl/characterize/performance.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/characterize copying build/lib.linux-riscv64-3.7/pyopencl/_buffers.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/mempool.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/clmath.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/bitonic_sort_templates.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/tools.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/invoker.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/array.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/cltypes.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/reduction.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/cffi_cl.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/ipython_ext.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/cache.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/capture_call.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/algorithm.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/version.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl copying build/lib.linux-riscv64-3.7/pyopencl/bitonic_sort.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.7/pyopencl/compyte/dtypes.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.7/pyopencl/compyte/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte copying build/lib.linux-riscv64-3.7/pyopencl/compyte/array.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte creating /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/__init__.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/test_gpu_elemwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/gen_reduction.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/setup_opencl.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/gen_elemwise.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-riscv64-3.7/pyopencl/compyte/ndarray/test_gpu_ndarray.py -> /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/scan.py to scan.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/_cluda.py to _cluda.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/_mymako.py to _mymako.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/clrandom.py to clrandom.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/elementwise.py to elementwise.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/characterize/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/characterize/performance.py to performance.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/_buffers.py to _buffers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/mempool.py to mempool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/clmath.py to clmath.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/bitonic_sort_templates.py to bitonic_sort_templates.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/tools.py to tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/invoker.py to invoker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/array.py to array.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cltypes.py to cltypes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/reduction.py to reduction.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cffi_cl.py to cffi_cl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/ipython_ext.py to ipython_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/cache.py to cache.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/capture_call.py to capture_call.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/algorithm.py to algorithm.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/bitonic_sort.py to bitonic_sort.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/dtypes.py to dtypes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/array.py to array.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/test_gpu_elemwise.py to test_gpu_elemwise.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/gen_reduction.py to gen_reduction.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/setup_opencl.py to setup_opencl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/gen_elemwise.py to gen_elemwise.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/compyte/ndarray/test_gpu_ndarray.py to test_gpu_ndarray.cpython-37.pyc writing byte-compilation script '/tmp/tmp7ic5tfqv.py' /usr/bin/python3 /tmp/tmp7ic5tfqv.py removing /tmp/tmp7ic5tfqv.py running install_egg_info running egg_info writing pyopencl.egg-info/PKG-INFO BUILDSTDERR: writing WARNING: yacc table file version is out of date BUILDSTDERR: warning: no files found matching 'src/c_wrapper/*.hpp' BUILDSTDERR: warning: no files found matching 'doc/_static/*.css' BUILDSTDERR: warning: no files found matching 'doc/_templates/*.html' + find /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl -name '*.so' -exec chmod 755 '{}' + + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2018.1.1-4.fc31 --unique-debug-suffix -2018.1.1-4.fc31.riscv64 --unique-debug-src-base python-pyopencl-2018.1.1-4.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyopencl-2018.1.1 BUILDSTDERR: 1023 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 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-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl-2018.1.1-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/_cffi.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7/site-packages/pyopencl/_cffi.abi3.so original debug info size: 16872kB, size after compression: 15060kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Processing files: python3-pyopencl-2018.1.1-4.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fPpZz6 + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2018.1.1 + DOCDIR=/builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/doc/python3-pyopencl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/doc/python3-pyopencl + cp -pr examples /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/doc/python3-pyopencl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rVg0I7 + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2018.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/licenses/python3-pyopencl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/licenses/python3-pyopencl + cp -pr LICENSE /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64/usr/share/licenses/python3-pyopencl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pyopencl = 2018.1.1-4.fc31 python3-pyopencl = 2018.1.1-4.fc31 python3-pyopencl(riscv-64) = 2018.1.1-4.fc31 python3.7dist(pyopencl) = 2018.1.1 python3dist(pyopencl) = 2018.1.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) 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) libOpenCL.so.1(OPENCL_2.0)(64bit) libOpenCL.so.1(OPENCL_2.1)(64bit) libatomic.so.1()(64bit) libatomic.so.1(LIBATOMIC_1.0)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(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.7 python3.7dist(appdirs) >= 1.4.0 python3.7dist(cffi) >= 1.1.0 python3.7dist(decorator) >= 3.2.0 python3.7dist(numpy) python3.7dist(pytools) >= 2017.6 python3.7dist(six) >= 1.9.0 rtld(GNU_HASH) Obsoletes: python-pyopencl < 2018.1.1-4.fc31 Recommends: python3.7dist(Mako) >= 0.3.6 Processing files: python-pyopencl-debugsource-2018.1.1-4.fc31.riscv64 Provides: python-pyopencl-debugsource = 2018.1.1-4.fc31 python-pyopencl-debugsource(riscv-64) = 2018.1.1-4.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyopencl-debuginfo-2018.1.1-4.fc31.riscv64 Provides: debuginfo(build-id) = d39220a8d87fd120d4dcf5986b72113329fe87e7 python3-pyopencl-debuginfo = 2018.1.1-4.fc31 python3-pyopencl-debuginfo(riscv-64) = 2018.1.1-4.fc31 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) = 2018.1.1-4.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 Wrote: /builddir/build/RPMS/python-pyopencl-debugsource-2018.1.1-4.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyopencl-2018.1.1-4.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyopencl-debuginfo-2018.1.1-4.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fva7D8 + umask 022 + cd /builddir/build/BUILD + cd pyopencl-2018.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyopencl-2018.1.1-4.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0