Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/jpype.spec'], chrootPath='/var/lib/mock/f31-build-55959-28156/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/jpype.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: extra tokens at the end of %else directive in line 38: %else # python3-sphinx is not available, just in case BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 65: %endif # python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548979200 Wrote: /builddir/build/SRPMS/jpype-0.6.3-8.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/jpype.spec'], chrootPath='/var/lib/mock/f31-build-55959-28156/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/jpype.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: extra tokens at the end of %else directive in line 38: %else # python3-sphinx is not available, just in case BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 65: %endif # python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548979200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AoHD2O + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jpype-0.6.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/jpype-0.6.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jpype-0.6.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/jpype-0.6.3-python37-pep432.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + find . -name '*.py' -or -name '*.java' -or -name '*.TXT' -or -name '*.sh' -or -name '*.xml' -or -name '*.js' + xargs sed -i 's|\r||g' + cp -pr test/jpypetest . + cp -pr test/testsuite.py jpypetest + sed -i -r -e 's|packages=.|\0 '\''jpypetest'\'',|' setup.py + sed -i -r 's|classes|jpypetest/\0|' jpypetest/common.py + sed -i -e '/import jpype/d' -e 's|jpype.__version__|'\''0.6.3'\''|g' doc/conf.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HA36CL + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/reflect.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/properties.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/startup.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/values.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/overloads.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/imports.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/jvmfinder.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/proxy_multithreaded.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/exc.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/collection.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/objectwrapper.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/boxed.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/serial.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/numeric.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/closeable.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/varargs.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/attr.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/mro.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/proxy.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/testsuite.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/closed.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/__init__.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/forname.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/array.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/leak.py -> build/lib.linux-riscv64-3.7/jpypetest copying jpypetest/common.py -> build/lib.linux-riscv64-3.7/jpypetest creating build/lib.linux-riscv64-3.7/jpype copying jpype/reflect.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/nio.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jboxed.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jpackage.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_pykeywords.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/imports.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jwrapper.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jvmfinder.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jio.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jcollection.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jclass.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/JClassUtil.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_classpath.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_linux.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jarray.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jobject.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_cygwin.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jproxy.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_jexception.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/__init__.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_core.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_darwin.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_refdaemon.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_properties.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_windows.py -> build/lib.linux-riscv64-3.7/jpype copying jpype/_gui.py -> build/lib.linux-riscv64-3.7/jpype creating build/lib.linux-riscv64-3.7/jpype/awt copying jpype/awt/__init__.py -> build/lib.linux-riscv64-3.7/jpype/awt creating build/lib.linux-riscv64-3.7/jpype/awt/event copying jpype/awt/event/WindowAdapter.py -> build/lib.linux-riscv64-3.7/jpype/awt/event copying jpype/awt/event/__init__.py -> build/lib.linux-riscv64-3.7/jpype/awt/event creating build/lib.linux-riscv64-3.7/jpypex copying jpypex/__init__.py -> build/lib.linux-riscv64-3.7/jpypex creating build/lib.linux-riscv64-3.7/jpypex/swing copying jpypex/swing/AbstractAction.py -> build/lib.linux-riscv64-3.7/jpypex/swing copying jpypex/swing/pyutils.py -> build/lib.linux-riscv64-3.7/jpypex/swing copying jpypex/swing/__init__.py -> build/lib.linux-riscv64-3.7/jpypex/swing running build_ext building '_jpype' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/native creating build/temp.linux-riscv64-3.7/native/common creating build/temp.linux-riscv64-3.7/native/python 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_javaenv.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_javaenv.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_proxy.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_proxy.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_classbase.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_classbase.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_reference.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_reference.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_env.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_env.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_platform_linux.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_platform_linux.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_typename.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_typename.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_voidtype.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_voidtype.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_invocationhandler.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_invocationhandler.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_jniutil.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_jniutil.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_primitivetypes_autogen.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_primitivetypes_autogen.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_field.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_field.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_primitivetypes.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_primitivetypes.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_javaenv_autogen.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_javaenv_autogen.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_typemanager.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_typemanager.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_method.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_method.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_platform_win32.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_platform_win32.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_objecttypes.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_objecttypes.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_object.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_object.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_class.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_class.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_array.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_array.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_arrayclass.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_arrayclass.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_monitor.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_monitor.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_referencequeue.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_referencequeue.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/common/jp_methodoverload.cpp -o build/temp.linux-riscv64-3.7/native/common/jp_methodoverload.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/pythonenv.cpp -o build/temp.linux-riscv64-3.7/native/python/pythonenv.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/py_field.cpp -o build/temp.linux-riscv64-3.7/native/python/py_field.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_module.cpp -o build/temp.linux-riscv64-3.7/native/python/jpype_module.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_javaclass.cpp -o build/temp.linux-riscv64-3.7/native/python/jpype_javaclass.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_javanio.cpp -o build/temp.linux-riscv64-3.7/native/python/jpype_javanio.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/py_method.cpp -o build/temp.linux-riscv64-3.7/native/python/py_method.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/py_hostenv.cpp -o build/temp.linux-riscv64-3.7/native/python/py_hostenv.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_python.cpp -o build/temp.linux-riscv64-3.7/native/python/jpype_python.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_javaarray.cpp -o build/temp.linux-riscv64-3.7/native/python/jpype_javaarray.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/jpype_memory_view.c -o build/temp.linux-riscv64-3.7/native/python/jpype_memory_view.o -ggdb 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_G+ pushd test + ant compile LIBCXX_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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/py_monitor.cpp -o build/temp.linux-riscv64-3.7/native/python/py_monitor.o -ggdb 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 -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.7m -c native/python/py_class.cpp -o build/temp.linux-riscv64-3.7/native/python/py_class.o -ggdb 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/native/common/jp_javaenv.o build/temp.linux-riscv64-3.7/native/common/jp_proxy.o build/temp.linux-riscv64-3.7/native/common/jp_classbase.o build/temp.linux-riscv64-3.7/native/common/jp_reference.o build/temp.linux-riscv64-3.7/native/common/jp_env.o build/temp.linux-riscv64-3.7/native/common/jp_platform_linux.o build/temp.linux-riscv64-3.7/native/common/jp_typename.o build/temp.linux-riscv64-3.7/native/common/jp_voidtype.o build/temp.linux-riscv64-3.7/native/common/jp_invocationhandler.o build/temp.linux-riscv64-3.7/native/common/jp_jniutil.o build/temp.linux-riscv64-3.7/native/common/jp_primitivetypes_autogen.o build/temp.linux-riscv64-3.7/native/common/jp_field.o build/temp.linux-riscv64-3.7/native/common/jp_primitivetypes.o build/temp.linux-riscv64-3.7/native/common/jp_javaenv_autogen.o build/temp.linux-riscv64-3.7/native/common/jp_typemanager.o build/temp.linux-riscv64-3.7/native/common/jp_method.o build/temp.linux-riscv64-3.7/native/common/jp_platform_win32.o build/temp.linux-riscv64-3.7/native/common/jp_objecttypes.o build/temp.linux-riscv64-3.7/native/common/jp_object.o build/temp.linux-riscv64-3.7/native/common/jp_class.o build/temp.linux-riscv64-3.7/native/common/jp_array.o build/temp.linux-riscv64-3.7/native/common/jp_arrayclass.o build/temp.linux-riscv64-3.7/native/common/jp_monitor.o build/temp.linux-riscv64-3.7/native/common/jp_referencequeue.o build/temp.linux-riscv64-3.7/native/common/jp_methodoverload.o build/temp.linux-riscv64-3.7/native/python/pythonenv.o build/temp.linux-riscv64-3.7/native/python/py_field.o build/temp.linux-riscv64-3.7/native/python/jpype_module.o build/temp.linux-riscv64-3.7/native/python/jpype_javaclass.o build/temp.linux-riscv64-3.7/native/python/jpype_javanio.o build/temp.linux-riscv64-3.7/native/python/py_method.o build/temp.linux-riscv64-3.7/native/python/py_hostenv.o build/temp.linux-riscv64-3.7/native/python/jpype_python.o build/temp.linux-riscv64-3.7/native/python/jpype_javaarray.o build/temp.linux-riscv64-3.7/native/python/jpype_memory_view.o build/temp.linux-riscv64-3.7/native/python/py_monitor.o build/temp.linux-riscv64-3.7/native/python/py_class.o -L/usr/lib64 -ldl -lpython3.7m -o build/lib.linux-riscv64-3.7/_jpype.cpython-37m-riscv64-linux-gnu.so ~/build/BUILD/jpype-0.6.3/test ~/build/BUILD/jpype-0.6.3 Buildfile: /builddir/build/BUILD/jpype-0.6.3/test/build.xml compile: BUILDSTDERR: [mkdir] Created dir: /builddir/build/BUILD/j+ popd + sphinx-build-3 -d doctrees doc html BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/CHANGELOG.rst:9: WARNING: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/CHANGELOG.rst:18: WARNING: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/CHANGELOG.rst:19: WARNING: Block quote ends without a blank line; unexpected unindent. BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/CHANGELOG.rst:21: WARNING: Unknown target name: "java.lang.object.class". BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst:30: WARNING: Title underline too short. BUILDSTDERR: 2) Import of the package path as a module BUILDSTDERR: -------------------------------- BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst:30: WARNING: Title underline too short. BUILDSTDERR: 2) Import of the package path as a module BUILDSTDERR: -------------------------------- BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst:93: WARNING: Title underline too short. BUILDSTDERR: Controlling Java package imports BUILDSTDERR: ========================== BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst:93: WARNING: Title underline too short. BUILDSTDERR: Controlling Java package imports BUILDSTDERR: ========================== BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst:90: WARNING: Unknown target name: "org.raise". BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/install.rst:2: WARNING: Duplicate explicit target name: "anaconda". BUILDSTDERR: /builddir/build/BUILD/jpype-0.6.3/doc/imports.rst: WARNING: document isn't included in any toctree BUILDSTDERR: /usr/lib/python3.7/site-packages/sphinx_rtd_theme/search.html:20: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a