Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-jep.spec'], chrootPath='/var/lib/mock/f33-build-126788-39656/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-jep.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=1580342400 Wrote: /builddir/build/SRPMS/python-jep-3.9.0-3.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-jep.spec'], chrootPath='/var/lib/mock/f33-build-126788-39656/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-jep.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=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zOXPNh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jep-3.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v3.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jep-3.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' -print -delete ./src/test/python/lib/sqlitejdbc-v056.jar ./src/test/python/lib/fakenetty.jar + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hoam9h + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + 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' + 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' numpy include found at /usr/lib64/python3.8/site-packages/numpy/core/include running build running setup_java running build_java /usr/lib/jvm/java/bin/javac -deprecation -d build/java -classpath src src/main/java/jep/LibraryLocator.java src/main/java/jep/ClassList.java src/main/java/jep/JepConfig.java src/main/java/jep/JepAccess.java src/main/java/jep/Interpreter.java src/main/java/jep/Proxy.java src/main/java/jep/NDArray.java src/main/java/jep/SubInterpreter.java src/main/java/jep/JepException.java src/main/java/jep/SharedInterpreter.java src/main/java/jep/ClassEnquirer.java src/main/java/jep/PyConfig.java src/main/java/jep/Run.java src/main/java/jep/DirectNDArray.java src/main/java/jep/AbstractNDArray.java src/main/java/jep/NamingConventionClassEnquirer.java src/main/java/jep/Util.java src/main/java/jep/Jep.java src/main/java/jep/MainInterpreter.java src/main/java/jep/python/InvocationHandler.java src/main/java/jep/python/PyPointer.java src/main/java/jep/python/PyObject.java src/main/java/jep/python/MemoryManager.java src/main/java/jep/python/PyCallable.java /usr/lib/jvm/java/bin/javah -classpath build/java -d build/include jep.Jep jep.MainInterpreter jep.python.InvocationHandler jep.python.PyObject jep.python.PyCallable jep.python.PyPointer /usr/lib/jvm/java/bin/javac -deprecation -d build/java/test -classpath build/java:src src/test/java/jep/test/TestSharedModulesThreads.java src/test/java/jep/test/TestDefaultMethods.java src/test/java/jep/test/TestExceptionCause.java src/test/java/jep/test/TestCompiledScript.java src/test/java/jep/test/TestGetWithClass.java src/test/java/jep/test/TestExec.java src/test/java/jep/test/TestGetByteArray.java src/test/java/jep/test/Test.java src/test/java/jep/test/TestInvoke.java src/test/java/jep/test/TestOverload.java src/test/java/jep/test/TestGetJPyObject.java src/test/java/jep/test/TestSharedModules.java src/test/java/jep/test/TestGetCollectionBoxing.java src/test/java/jep/test/TestCloseWithThreads.java src/test/java/jep/test/TestPreInitVariables.java src/test/java/jep/test/TestSharedArgv.java src/test/java/jep/test/TestSharedInterpreter.java src/test/java/jep/test/TestGetTempValue.java src/test/java/jep/test/synchronization/TestCrossLangSync.java src/test/java/jep/test/types/TestStaticMethodTypes.java src/test/java/jep/test/types/TestFieldTypes.java src/test/java/jep/test/types/TestMethodTypes.java src/test/java/jep/test/types/TestStaticFieldTypes.java src/test/java/jep/test/closeable/TestAutoCloseable.java src/test/java/jep/test/numpy/TestNumpyProdShared.java src/test/java/jep/test/numpy/TestNumpyArrayToString.java src/test/java/jep/test/numpy/TestNumpy.java src/test/java/jep/test/numpy/example/TestNumpyMemoryLeak.java src/test/java/jep/test/numpy/example/TestNumpyGILFreeze.java src/test/java/jep/test/numpy/example/TestScipyFreeze.java src/test/java/jep/test/numpy/example/TestNumpyProdLost.java copying src/main/java/jep/LibraryLocator.java to build/java/jep.src/main/java/jep/LibraryLocator.java copying src/main/java/jep/ClassList.java to build/java/jep.src/main/java/jep/ClassList.java copying src/main/java/jep/JepConfig.java to build/java/jep.src/main/java/jep/JepConfig.java copying src/main/java/jep/JepAccess.java to build/java/jep.src/main/java/jep/JepAccess.java copying src/main/java/jep/Interpreter.java to build/java/jep.src/main/java/jep/Interpreter.java copying src/main/java/jep/Proxy.java to build/java/jep.src/main/java/jep/Proxy.java copying src/main/java/jep/NDArray.java to build/java/jep.src/main/java/jep/NDArray.java copying src/main/java/jep/SubInterpreter.java to build/java/jep.src/main/java/jep/SubInterpreter.java copying src/main/java/jep/JepException.java to build/java/jep.src/main/java/jep/JepException.java copying src/main/java/jep/SharedInterpreter.java to build/java/jep.src/main/java/jep/SharedInterpreter.java copying src/main/java/jep/ClassEnquirer.java to build/java/jep.src/main/java/jep/ClassEnquirer.java copying src/main/java/jep/PyConfig.java to build/java/jep.src/main/java/jep/PyConfig.java copying src/main/java/jep/Run.java to build/java/jep.src/main/java/jep/Run.java copying src/main/java/jep/DirectNDArray.java to build/java/jep.src/main/java/jep/DirectNDArray.java copying src/main/java/jep/AbstractNDArray.java to build/java/jep.src/main/java/jep/AbstractNDArray.java copying src/main/java/jep/NamingConventionClassEnquirer.java to build/java/jep.src/main/java/jep/NamingConventionClassEnquirer.java copying src/main/java/jep/Util.java to build/java/jep.src/main/java/jep/Util.java copying src/main/java/jep/Jep.java to build/java/jep.src/main/java/jep/Jep.java copying src/main/java/jep/MainInterpreter.java to build/java/jep.src/main/java/jep/MainInterpreter.java copying src/main/java/jep/python/InvocationHandler.java to build/java/jep.src/main/java/jep/python/InvocationHandler.java copying src/main/java/jep/python/PyPointer.java to build/java/jep.src/main/java/jep/python/PyPointer.java copying src/main/java/jep/python/PyObject.java to build/java/jep.src/main/java/jep/python/PyObject.java copying src/main/java/jep/python/MemoryManager.java to build/java/jep.src/main/java/jep/python/MemoryManager.java copying src/main/java/jep/python/PyCallable.java to build/java/jep.src/main/java/jep/python/PyCallable.java copying src/test/java/jep/test/TestSharedModulesThreads.java to build/java/jep.test.src/test/java/jep/test/TestSharedModulesThreads.java copying src/test/java/jep/test/TestDefaultMethods.java to build/java/jep.test.src/test/java/jep/test/TestDefaultMethods.java copying src/test/java/jep/test/TestExceptionCause.java to build/java/jep.test.src/test/java/jep/test/TestExceptionCause.java copying src/test/java/jep/test/TestCompiledScript.java to build/java/jep.test.src/test/java/jep/test/TestCompiledScript.java copying src/test/java/jep/test/TestGetWithClass.java to build/java/jep.test.src/test/java/jep/test/TestGetWithClass.java copying src/test/java/jep/test/TestExec.java to build/java/jep.test.src/test/java/jep/test/TestExec.java copying src/test/java/jep/test/TestGetByteArray.java to build/java/jep.test.src/test/java/jep/test/TestGetByteArray.java copying src/test/java/jep/test/Test.java to build/java/jep.test.src/test/java/jep/test/Test.java copying src/test/java/jep/test/TestInvoke.java to build/java/jep.test.src/test/java/jep/test/TestInvoke.java copying src/test/java/jep/test/TestOverload.java to build/java/jep.test.src/test/java/jep/test/TestOverload.java copying src/test/java/jep/test/TestGetJPyObject.java to build/java/jep.test.src/test/java/jep/test/TestGetJPyObject.java copying src/test/java/jep/test/TestSharedModules.java to build/java/jep.test.src/test/java/jep/test/TestSharedModules.java copying src/test/java/jep/test/TestGetCollectionBoxing.java to build/java/jep.test.src/test/java/jep/test/TestGetCollectionBoxing.java copying src/test/java/jep/test/TestCloseWithThreads.java to build/java/jep.test.src/test/java/jep/test/TestCloseWithThreads.java copying src/test/java/jep/test/TestPreInitVariables.java to build/java/jep.test.src/test/java/jep/test/TestPreInitVariables.java copying src/test/java/jep/test/TestSharedArgv.java to build/java/jep.test.src/test/java/jep/test/TestSharedArgv.java copying src/test/java/jep/test/TestSharedInterpreter.java to build/java/jep.test.src/test/java/jep/test/TestSharedInterpreter.java copying src/test/java/jep/test/TestGetTempValue.java to build/java/jep.test.src/test/java/jep/test/TestGetTempValue.java copying src/test/java/jep/test/synchronization/TestCrossLangSync.java to build/java/jep.test.src/test/java/jep/test/synchronization/TestCrossLangSync.java copying src/test/java/jep/test/types/TestStaticMethodTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestStaticMethodTypes.java copying src/test/java/jep/test/types/TestFieldTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestFieldTypes.java copying src/test/java/jep/test/types/TestMethodTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestMethodTypes.java copying src/test/java/jep/test/types/TestStaticFieldTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestStaticFieldTypes.java copying src/test/java/jep/test/closeable/TestAutoCloseable.java to build/java/jep.test.src/test/java/jep/test/closeable/TestAutoCloseable.java copying src/test/java/jep/test/numpy/TestNumpyProdShared.java to build/java/jep.test.src/test/java/jep/test/numpy/TestNumpyProdShared.java copying src/test/java/jep/test/numpy/TestNumpyArrayToString.java to build/java/jep.test.src/test/java/jep/test/numpy/TestNumpyArrayToString.java copying src/test/java/jep/test/numpy/TestNumpy.java to build/java/jep.test.src/test/java/jep/test/numpy/TestNumpy.java copying src/test/java/jep/test/numpy/example/TestNumpyMemoryLeak.java to build/java/jep.test.src/test/java/jep/test/numpy/example/TestNumpyMemoryLeak.java copying src/test/java/jep/test/numpy/example/TestNumpyGILFreeze.java to build/java/jep.test.src/test/java/jep/test/numpy/example/TestNumpyGILFreeze.java copying src/test/java/jep/test/numpy/example/TestScipyFreeze.java to build/java/jep.test.src/test/java/jep/test/numpy/example/TestScipyFreeze.java copying src/test/java/jep/test/numpy/example/TestNumpyProdLost.java to build/java/jep.test.src/test/java/jep/test/numpy/example/TestNumpyProdLost.java running build_jar copying src/main/resources/jep/classlist_7.txt to build/java/jep copying src/main/resources/jep/classlist_8.txt to build/java/jep copying src/main/resources/jep/classlist_9.txt to build/java/jep copying src/main/resources/jep/classlist_10.txt to build/java/jep copying src/main/resources/jep/classlist_11.txt to build/java/jep /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.9.0-sources.jar -C build/java/jep.src/main/java jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.9.0.jar jep.Run -C build/java jep /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.9.0-test-sources.jar -C build/java/jep.test.src/test/java jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.9.0-test.jar test.jep.Test -C build/java/test jep running build_py creating build/lib.linux-riscv64-3.8 creating build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/jdbc.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/__init__.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/console.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/java_import_hook.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/redirect_streams.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/version.py -> build/lib.linux-riscv64-3.8/jep copying src/main/python/jep/shared_modules_hook.py -> build/lib.linux-riscv64-3.8/jep running build_ext building 'jep' extension creating build/temp.linux-riscv64-3.8 creating build/temp.linux-riscv64-3.8/src creating build/temp.linux-riscv64-3.8/src/main creating build/temp.linux-riscv64-3.8/src/main/c creating build/temp.linux-riscv64-3.8/src/main/c/Jep creating build/temp.linux-riscv64-3.8/src/main/c/Jep/python creating build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access creating build/temp.linux-riscv64-3.8/src/main/c/Objects 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/convert_p2j.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/convert_p2j.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/jep.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/maininterpreter.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/maininterpreter.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/pyembed.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/pyembed.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/jep_util.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_util.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/jep_numpy.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_numpy.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/jep_exceptions.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_exceptions.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/convert_j2p.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/convert_j2p.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/python/jep_object.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/jep_object.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/python/pypointer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/pypointer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/python/invocationhandler.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/invocationhandler.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/python/jpycallable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/jpycallable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Map.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Map.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/FloatBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/FloatBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Object.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Object.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/ClassLoader.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ClassLoader.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Short.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Short.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Buffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Buffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Collections.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Collections.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Method.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Method.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/JPyObject.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JPyObject.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Field.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Field.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/IntBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/IntBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/LongBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/LongBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Collection.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Collection.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/ByteOrder.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ByteOrder.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Long.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Long.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Constructor.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Constructor.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Entry.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Entry.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Float.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Float.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Iterable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Iterable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/ShortBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ShortBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/ArrayList.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ArrayList.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/List.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/List.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Throwable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Throwable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Class.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Class.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/DoubleBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/DoubleBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Comparable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Comparable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Number.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Number.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/CharBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/CharBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/AutoCloseable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/AutoCloseable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Integer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Integer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Member.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Member.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/JPyCallable.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JPyCallable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Byte.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Byte.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Boolean.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Boolean.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Double.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Double.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Modifier.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Modifier.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Character.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Character.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/HashMap.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/HashMap.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/String.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/String.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/ByteBuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ByteBuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Iterator.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Iterator.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/JepException.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JepException.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Jep/java_access/Proxy.c -o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Proxy.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjconstructor.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjconstructor.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjcollection.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjcollection.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjmethod.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmethod.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjiterator.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjiterator.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjbuffer.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjbuffer.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjmap.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmap.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjnumber.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjnumber.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjarray.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjarray.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjautocloseable.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjautocloseable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjiterable.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjiterable.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjmonitor.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmonitor.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjlist.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjlist.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjfield.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjfield.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjmultimethod.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmultimethod.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjclass.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjclass.o 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 -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 -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 -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.8.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/main/c/Objects/pyjobject.c -o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjobject.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -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.8/src/main/c/Jep/convert_p2j.o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep.o build/temp.linux-riscv64-3.8/src/main/c/Jep/maininterpreter.o build/temp.linux-riscv64-3.8/src/main/c/Jep/pyembed.o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_util.o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_numpy.o build/temp.linux-riscv64-3.8/src/main/c/Jep/jep_exceptions.o build/temp.linux-riscv64-3.8/src/main/c/Jep/convert_j2p.o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/jep_object.o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/pypointer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/invocationhandler.o build/temp.linux-riscv64-3.8/src/main/c/Jep/python/jpycallable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Map.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/FloatBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Object.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ClassLoader.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Short.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Buffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Collections.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Method.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JPyObject.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Field.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/IntBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/LongBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Collection.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ByteOrder.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Long.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Constructor.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Entry.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Float.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Iterable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ShortBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ArrayList.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/List.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Throwable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Class.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/DoubleBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Comparable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Number.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/CharBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/AutoCloseable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Integer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Member.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JPyCallable.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Byte.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Boolean.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Double.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Modifier.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Character.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/HashMap.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/String.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/ByteBuffer.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Iterator.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/JepException.o build/temp.linux-riscv64-3.8/src/main/c/Jep/java_access/Proxy.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjconstructor.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjcollection.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmethod.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjiterator.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjbuffer.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmap.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjnumber.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjarray.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjautocloseable.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjiterable.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmonitor.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjlist.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjfield.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjmultimethod.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjclass.o build/temp.linux-riscv64-3.8/src/main/c/Objects/pyjobject.o -L/usr/lib/jvm/java/jre/lib/riscv64/server/ -L/usr/lib64 -ljvm -lpython3.8 -ldl -o build/lib.linux-riscv64-3.8/jep/jep.cpython-38-riscv64-linux-gnu.so -L/usr/lib64 running build_scripts creating build/scripts-3.8 copying and adjusting src/main/scripts/jep -> build/scripts-3.8 changing mode of build/scripts-3.8/jep from 644 to 755 Using JAVA_HOME: /usr/lib/jvm/java + /usr/bin/python3 setup.py javadoc numpy include found at /usr/lib64/python3.8/site-packages/numpy/core/include running javadoc /usr/lib/jvm/java/bin/javadoc -public -notimestamp -d javadoc/3.9.0 -sourcepath src/main/java -subpackages jep Loading source files for package jep... Loading source files for package jep.python... Constructing Javadoc information... Creating destination directory: "javadoc/3.9.0/" Standard Doclet version 1.8.0_212 Building tree for all the packages and classes... Generating javadoc/3.9.0/jep/ClassEnquirer.html... Generating javadoc/3.9.0/jep/ClassList.html... Generating javadoc/3.9.0/jep/DirectNDArray.html... Generating javadoc/3.9.0/jep/Interpreter.html... Generating javadoc/3.9.0/jep/Jep.html... Generating javadoc/3.9.0/jep/JepAccess.html... Generating javadoc/3.9.0/jep/JepConfig.html... Generating javadoc/3.9.0/jep/JepException.html... Generating javadoc/3.9.0/jep/MainInterpreter.html... Generating javadoc/3.9.0/jep/NamingConventionClassEnquirer.html... Generating javadoc/3.9.0/jep/NDArray.html... Generating javadoc/3.9.0/jep/PyConfig.html... Generating javadoc/3.9.0/jep/Run.html... Generating javadoc/3.9.0/jep/SharedInterpreter.html... Generating javadoc/3.9.0/jep/SubInterpreter.html... Generating javadoc/3.9.0/jep/Util.html... Generating javadoc/3.9.0/jep/python/InvocationHandler.html... Generating javadoc/3.9.0/jep/python/MemoryManager.html... Generating javadoc/3.9.0/jep/python/PyCallable.html... Generating javadoc/3.9.0/jep/python/PyObject.html... Generating javadoc/3.9.0/jep/python/PyPointer.html... Generating javadoc/3.9.0/overview-frame.html... Generating javadoc/3.9.0/jep/package-frame.html... Generating javadoc/3.9.0/jep/package-summary.html... Generating javadoc/3.9.0/jep/package-tree.html... Generating javadoc/3.9.0/jep/python/package-frame.html... Generating javadoc/3.9.0/jep/python/package-summary.html... Generating javadoc/3.9.0/jep/python/package-tree.html... Generating javadoc/3.9.0/constant-values.html... Generating javadoc/3.9.0/serialized-form.html... Building index for all the packages and classes... Generating javadoc/3.9.0/overview-tree.html... Generating javadoc/3.9.0/index-all.html... Generating javadoc/3.9.0/deprecated-list.html... Building index for all classes... Generating javadoc/3.9.0/allclasses-frame.html... Generating javadoc/3.9.0/allclasses-noframe.html... Generating javadoc/3.9.0/index.html... Generating javadoc/3.9.0/overview-summary.html... Generating javadoc/3.9.0/help-doc.html... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.65GIMh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 + cd jep-3.9.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + 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-jep-3.9.0-3.fc33.riscv64 numpy include found at /usr/lib64/python3.8/site-packages/numpy/core/include running install running install_lib copying build/lib.linux-riscv64-3.8/jep/jep.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/java/jep-3.9.0.jar -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/jdbc.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/__init__.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/console.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/java_import_hook.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/redirect_streams.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/version.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep copying build/lib.linux-riscv64-3.8/jep/shared_modules_hook.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep ln -sf jep.cpython-38-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep/libjep.so running install_scripts creating /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/bin copying build/scripts-3.8/jep -> /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/bin/jep to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep-3.9.0-py3.8.egg-info + rm -rfv /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/bin/__pycache__ + install -dm755 /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/javadoc/python-jep + cp -pr javadoc/3.9.0 /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/javadoc/python-jep + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.9.0-3.fc33 --unique-debug-suffix -3.9.0-3.fc33.riscv64 --unique-debug-src-base python-jep-3.9.0-3.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jep-3.9.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep/jep.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8/site-packages/jep/jep.cpython-38-riscv64-linux-gnu.so original debug info size: 1956kB, size after compression: 864kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1178 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/jep from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AkUhkf + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + sed -i -r 's:TextTestRunner\(:\0verbosity=2:' src/test/python/runtests.py + /usr/bin/python3 setup.py test numpy include found at /usr/lib64/python3.8/site-packages/numpy/core/include running test running build running setup_java running build_java running build_jar running build_py running build_ext running build_scripts ln -sf jep.cpython-38-riscv64-linux-gnu.so build/lib.linux-riscv64-3.8/jep/libjep.so test_initialization (test_array.TestArray) ... ok test_int_setitem_wrong_type_throws_exception (test_array.TestArray) ... ok test_integer_setitem_int (test_array.TestArray) ... ok test_integer_setitem_object_throws_exception (test_array.TestArray) ... ok test_iter (test_array.TestArray) ... ok test_jarray_one_arg_throws_exception (test_array.TestArray) ... ok test_object_setitem (test_array.TestArray) ... ok test_object_setitem_None (test_array.TestArray) ... ok test_object_setitem_int (test_array.TestArray) ... ok test_object_setitem_jarray (test_array.TestArray) ... ok test_object_setitem_jclass (test_array.TestArray) ... ok test_read_file (test_array.TestArray) ... ok test_set_string_array (test_array.TestArray) ... ok test_setitem (test_array.TestArray) ... ok test_setitem_out_of_bounds_throws_exception (test_array.TestArray) ... ok test_slice (test_array.TestArray) ... ok test_slice_out_of_bounds_handled_cleanly (test_array.TestArray) ... ok test_slice_with_step_not_1_throws_exception (test_array.TestArray) ... ok test_string_index_conversion (test_array.TestArray) ... ok test_inner_exception (test_autocloseable.TestAutoCloseables) ... ok test_io_exception (test_autocloseable.TestAutoCloseables) ... ok test_with (test_autocloseable.TestAutoCloseables) ... ok test_20args (test_call.TestTypes) ... ok test_bool_array (test_call.TestTypes) ... ok test_callback (test_call.TestTypes) ... ok test_deepList (test_call.TestTypes) ... ok test_enum (test_call.TestTypes) ... ok test_equals (test_call.TestTypes) ... ok test_float_array (test_call.TestTypes) ... ok test_getstring_array (test_call.TestTypes) ... ok test_int_array (test_call.TestTypes) ... ok test_object_array (test_call.TestTypes) ... ok test_observer (test_call.TestTypes) ... ok test_overload (test_call.TestTypes) ... ok test_short_array (test_call.TestTypes) ... ok test_stream_callbacks (test_call.TestTypes) ... ok test_string_string_array (test_call.TestTypes) ... ok test_vararg (test_call.TestTypes) ... ok test_date_compare (test_compare.TestCompare) ... ok test_equals (test_compare.TestCompare) ... ok test_int_compare (test_compare.TestCompare) ... ok test_dir_arraylist (test_dir.TestDir) ... ok test_dir_package (test_dir.TestDir) ... ok test_dir_subpackage (test_dir.TestDir) ... ok test_arithmetic_error (test_exceptions.TestExceptions) ... ok test_exception_cause (test_exceptions.TestExceptions) ... ok test_import_error (test_exceptions.TestExceptions) ... ok test_index_error (test_exceptions.TestExceptions) ... ok test_io_error (test_exceptions.TestExceptions) ... ok test_io_exception (test_exceptions.TestExceptions) ... ok test_null_pointer_exception (test_exceptions.TestExceptions) ... ok test_number_format (test_exceptions.TestExceptions) ... ok test_type_error (test_exceptions.TestExceptions) ... ok test_value_err (test_exceptions.TestExceptions) ... ok test_compiledScript (test_exec.TestRunScript) ... ok test_get_bytearray (test_getvalue.TestGetValue) ... ok test_get_collection_boxing (test_getvalue.TestGetValue) ... ok test_get_jpyobject (test_getvalue.TestGetValue) ... ok test_get_temp_value (test_getvalue.TestGetValue) ... ok test_get_with_class (test_getvalue.TestGetValue) ... ok test_class_import (test_import.TestImport) ... ok test_conflicting_package (test_import.TestImport) ... ok test_inner_class (test_import.TestImport) ... ok test_java_sql (test_import.TestImport) ... ok test_not_found (test_import.TestImport) ... ok test_restricted_classloader (test_import.TestImport) ... ok test_without_restricted_classloader (test_import.TestImport) ... ok test_inits (test_invoke.TestInvokes) ... ok test_iter_itr_crash (test_iterators.TestIterators) ... ok test_iteration (test_iterators.TestIterators) ... ok test_batch (test_jdbc.TestJdbc) ... skipped 'JDBC not on classpath' test_datetime (test_jdbc.TestJdbc) ... skipped 'JDBC not on classpath' test_dbapi_primitives (test_jdbc.TestJdbc) ... skipped 'JDBC not on classpath' test_java_sql (test_jdbc.TestJdbc) regression test ... skipped 'JDBC not on classpath' test_default_methods (test_jproxy.TestJProxy) ... skipped 'Default method tests are disabled to support java 7.' test_runnable (test_jproxy.TestJProxy) ... ok test_add (test_lists.TestLists) ... ok test_addequals (test_lists.TestLists) ... ok test_contains (test_lists.TestLists) ... ok test_del (test_lists.TestLists) ... ok test_getitem (test_lists.TestLists) ... ok test_getslice (test_lists.TestLists) ... ok test_getstringbyindex (test_lists.TestLists) ... ok test_getstringbyiterator (test_lists.TestLists) ... ok test_len (test_lists.TestLists) ... ok test_loop (test_lists.TestLists) ... ok test_multiply (test_lists.TestLists) ... ok test_multiplyequals (test_lists.TestLists) ... ok test_sequence (test_lists.TestLists) ... ok test_setitem (test_lists.TestLists) ... ok test_setslice (test_lists.TestLists) ... ok test_del (test_maps.TestMaps) ... ok test_getitem (test_maps.TestMaps) ... ok test_iter (test_maps.TestMaps) ... ok test_len (test_maps.TestMaps) ... ok test_absolute (test_numbers.TestNumbers) ... ok test_add (test_numbers.TestNumbers) ... ok test_compare (test_numbers.TestNumbers) ... ok test_divide (test_numbers.TestNumbers) ... ok test_divmod (test_numbers.TestNumbers) ... ok test_hash (test_numbers.TestNumbers) ... ok test_index (test_numbers.TestNumbers) ... ok test_multiply (test_numbers.TestNumbers) ... ok test_negative (test_numbers.TestNumbers) ... ok test_nonzero (test_numbers.TestNumbers) ... ok test_number_transform (test_numbers.TestNumbers) ... ok test_positive (test_numbers.TestNumbers) ... ok test_pow (test_numbers.TestNumbers) ... ok test_remainder (test_numbers.TestNumbers) ... ok test_subtract (test_numbers.TestNumbers) ... ok testArgReturn (test_numpy.TestNumpy) Tests making a python ndarray, sending it to Java, ... ok testArrayParams (test_numpy.TestNumpy) Tests passing an ndarray to a Java method that is expecting ... ok testCharArrayCreation (test_numpy.TestNumpy) ... ok testDirect (test_numpy.TestNumpy) ... ok testDirectArgReturn (test_numpy.TestNumpy) Tests making a python ndarray from a java DirectNDArray. ... ok testDirectNative (test_numpy.TestNumpy) ... ok testIncompatibleConversion (test_numpy.TestNumpy) ... ok testMultiDimensional (test_numpy.TestNumpy) Tests sending a 3-dimensional ndarray to Java, ... ok testPassingDirect (test_numpy.TestNumpy) Test that when a numpy ndarray created from a java direct buffer is ... ok testScalarBoxing (test_numpy.TestNumpy) ... ok testSetGet (test_numpy.TestNumpy) Tests using Jep.set(String, Object) for java NDArrays ... ok test_del_throws_exception (test_object.TestObject) ... ok test_hash (test_object.TestObject) ... ok test_java_name (test_object.TestObject) ... ok test_str (test_object.TestObject) ... ok test_any_primitive (test_overload.TestTypes) ... ok test_boxing (test_overload.TestTypes) ... ok test_class (test_overload.TestTypes) ... ok test_collections (test_overload.TestTypes) ... ok test_string (test_overload.TestTypes) ... ok test_inits (test_preinits.TestPreInits) ... ok test_array_access (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_array_assignment (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_array_creation (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_class_import (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_construction (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_dir_class (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_field_access (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_list_setslice (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_method_binding (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_method_call (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_number_compare (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_package_import (test_python_memory.TestPythonRefCounts) ... skipped 'Python must be compiled --with-pydebug.' test_byte_value (test_regressions.TestRegressions) ... ok test_close_with_threads (test_regressions.TestRegressions) ... ok test_out (test_regressions.TestRegressions) ... ok test_static_access_to_nonstatic_field (test_regressions.TestRegressions) ... ok test_compiledScript (test_run_script.TestRunScript) ... ok test_shared_interpreter (test_shared_interpreter.TestSharedInterpreter) ... ok test_numpy_array_to_string (test_shared_modules.TestSharedModules) ... ok test_numpy_prod_succeeds (test_shared_modules.TestSharedModules) ... ok test_shared_argv (test_shared_modules.TestSharedModules) ... ok test_shared_modules (test_shared_modules.TestSharedModules) ... ok test_shared_modules_threads (test_shared_modules.TestSharedModules) ... ok test_unshared (test_shared_modules.TestSharedModules) ... ok test_bad_form (test_synchronized.TestSynchronized) Tests attempting unlock of a non-locked object, please don't do this in application code ... ok test_explicit (test_synchronized.TestSynchronized) Tests explicit method calls, please don't do this in application code ... ok test_synchronized (test_synchronized.TestSynchronized) Tests that multiple threads in both Python and Java using the same Java ... ok test_with (test_synchronized.TestSynchronized) Simple test illustrating basic usage ... ok test_with_exception_unlocks (test_synchronized.TestSynchronized) Tests that the end of the with block will unlock even if an exception occurred ... ok test_arrayList (test_types.TestTypes) ... ok test_arrayList_coercion (test_types.TestTypes) ... ok test_boolean (test_types.TestTypes) ... ok test_buffers (test_types.TestTypes) ... ok test_byte (test_types.TestTypes) ... ok test_byte_array (test_types.TestTypes) ... ok test_byte_coercion (test_types.TestTypes) ... ok test_byte_overflow (test_types.TestTypes) ... ok test_char (test_types.TestTypes) ... ok test_char_coercion (test_types.TestTypes) ... ok test_class (test_types.TestTypes) ... ok test_class_coercion (test_types.TestTypes) ... ok test_double (test_types.TestTypes) ... ok test_double_coercion (test_types.TestTypes) ... ok test_double_nan (test_types.TestTypes) ... ok test_float (test_types.TestTypes) ... ok test_float_array (test_types.TestTypes) ... ok test_float_coercion (test_types.TestTypes) ... ok test_float_nan (test_types.TestTypes) ... ok test_int (test_types.TestTypes) ... ok test_int_array (test_types.TestTypes) ... ok test_int_array_coercion (test_types.TestTypes) ... ok test_int_coersion (test_types.TestTypes) ... ok test_int_overflow (test_types.TestTypes) ... ok test_list (test_types.TestTypes) ... ok test_list_coercion (test_types.TestTypes) ... ok test_long (test_types.TestTypes) ... ok test_long_array (test_types.TestTypes) ... ok test_long_coersion (test_types.TestTypes) ... ok test_long_overflow (test_types.TestTypes) ... ok test_map_coercion (test_types.TestTypes) ... ok test_object_boolean_coercion (test_types.TestTypes) ... ok test_object_byte_boolean_coercion (test_types.TestTypes) ... ok test_object_double_int_coercion (test_types.TestTypes) ... ok test_object_float_int_coercion (test_types.TestTypes) ... ok test_object_int_boolean_coersion (test_types.TestTypes) ... ok test_object_long_boolean_coersion (test_types.TestTypes) ... ok test_object_short_boolean_coercion (test_types.TestTypes) ... ok test_primitive_boolean_coercion (test_types.TestTypes) ... ok test_primitive_byte_boolean_coercion (test_types.TestTypes) ... ok test_primitive_double_int_coercion (test_types.TestTypes) ... ok test_primitive_float_int_coercion (test_types.TestTypes) ... ok test_primitive_int_boolean_coersion (test_types.TestTypes) ... ok test_primitive_long_boolean_coersion (test_types.TestTypes) ... ok test_primitive_short_boolean_coercion (test_types.TestTypes) ... ok test_short (test_types.TestTypes) ... ok test_short_coercion (test_types.TestTypes) ... ok test_short_overflow (test_types.TestTypes) ... ok test_string (test_types.TestTypes) ... ok test_string_array (test_types.TestTypes) ... ok test_string_array_coercion (test_types.TestTypes) ... ok test_string_coercion (test_types.TestTypes) ... + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-jep-3.9.0-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.D0Tdch + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + DOCDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/doc/python3-jep + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/doc/python3-jep + cp -pr README.rst /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/doc/python3-jep + cp -pr AUTHORS /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/doc/python3-jep + cp -pr release_notes/ /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/doc/python3-jep + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.z6Rwog + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python3-jep + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python3-jep + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python3-jep + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep = 3.9.0-3.fc33 python3-jep = 3.9.0-3.fc33 python3-jep(riscv-64) = 3.9.0-3.fc33 python3.8dist(jep) = 3.9 python38-jep = 3.9.0-3.fc33 python3dist(jep) = 3.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libjvm.so()(64bit) libjvm.so(SUNWprivate_1.1)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 rtld(GNU_HASH) Obsoletes: python-jep < 3.9.0-3.fc33 Processing files: python-jep-javadoc-3.9.0-3.fc33.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MY3Mve + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python-jep-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python-jep-javadoc + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64/usr/share/licenses/python-jep-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep-javadoc = 3.9.0-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-jep-debugsource-3.9.0-3.fc33.riscv64 Provides: python-jep-debugsource = 3.9.0-3.fc33 python-jep-debugsource(riscv-64) = 3.9.0-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-jep-debuginfo-3.9.0-3.fc33.riscv64 Provides: debuginfo(build-id) = 6ab77cf356fd139c62445b168f157707437e1d95 python3-jep-debuginfo = 3.9.0-3.fc33 python3-jep-debuginfo(riscv-64) = 3.9.0-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-jep-debugsource(riscv-64) = 3.9.0-3.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-jep-3.9.0-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-debugsource-3.9.0-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-javadoc-3.9.0-3.fc33.noarch.rpm Wrote: /builddir/build/RPMS/python3-jep-debuginfo-3.9.0-3.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OCLLge + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-3.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0