Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-jep.spec'], chrootPath='/var/lib/mock/f31-build-47387-26813/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-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=1557446400 Wrote: /builddir/build/SRPMS/python-jep-3.8.2-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-jep.spec'], chrootPath='/var/lib/mock/f31-build-47387-26813/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-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=1557446400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Wua2xU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jep-3.8.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/v3.8.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jep-3.8.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' -print -delete + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ./src/test/python/lib/fakenetty.jar ./src/test/python/lib/sqlitejdbc-v056.jar Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3Tr0wX + umask 022 + cd /builddir/build/BUILD + cd jep-3.8.2 + 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.7/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/NamingConventionClassEnquirer.java src/main/java/jep/Jep.java src/main/java/jep/LibraryLocator.java src/main/java/jep/ClassEnquirer.java src/main/java/jep/Proxy.java src/main/java/jep/JepScriptEngine.java src/main/java/jep/PyConfig.java src/main/java/jep/JepScriptEngineFactory.java src/main/java/jep/JepConfig.java src/main/java/jep/DirectNDArray.java src/main/java/jep/ClassList.java src/main/java/jep/Run.java src/main/java/jep/NDArray.java src/main/java/jep/Util.java src/main/java/jep/JepException.java src/main/java/jep/SharedInterpreter.java src/main/java/jep/AbstractNDArray.java src/main/java/jep/MainInterpreter.java src/main/java/jep/python/PyModule.java src/main/java/jep/python/MemoryManager.java src/main/java/jep/python/PyCallable.java src/main/java/jep/python/InvocationHandler.java src/main/java/jep/python/PyPointer.java src/main/java/jep/python/PyClass.java src/main/java/jep/python/PyObject.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/TestOverload.java src/test/java/jep/test/TestGetTempValue.java src/test/java/jep/test/Test.java src/test/java/jep/test/TestGetWithClass.java src/test/java/jep/test/TestCompiledScript.java src/test/java/jep/test/TestGetJPyObject.java src/test/java/jep/test/TestSharedInterpreter.java src/test/java/jep/test/TestSharedArgv.java src/test/java/jep/test/TestGetCollectionBoxing.java src/test/java/jep/test/TestInvoke.java src/test/java/jep/test/TestPreInitVariables.java src/test/java/jep/test/TestSharedModules.java src/test/java/jep/test/TestDefaultMethods.java src/test/java/jep/test/TestSharedModulesThreads.java src/test/java/jep/test/TestGetByteArray.java src/test/java/jep/test/TestExceptionCause.java src/test/java/jep/test/synchronization/TestCrossLangSync.java src/test/java/jep/test/numpy/TestNumpyArrayToString.java src/test/java/jep/test/numpy/TestNumpyProdShared.java src/test/java/jep/test/numpy/TestNumpy.java src/test/java/jep/test/numpy/example/TestScipyFreeze.java src/test/java/jep/test/numpy/example/TestNumpyProdLost.java src/test/java/jep/test/numpy/example/TestNumpyMemoryLeak.java src/test/java/jep/test/numpy/example/TestNumpyGILFreeze.java src/test/java/jep/test/closeable/TestAutoCloseable.java src/test/java/jep/test/types/TestMethodTypes.java src/test/java/jep/test/types/TestStaticMethodTypes.java src/test/java/jep/test/types/TestStaticFieldTypes.java src/test/java/jep/test/types/TestFieldTypes.java copying src/main/java/jep/NamingConventionClassEnquirer.java to build/java/jep.src/main/java/jep/NamingConventionClassEnquirer.java copying src/main/java/jep/Jep.java to build/java/jep.src/main/java/jep/Jep.java copying src/main/java/jep/LibraryLocator.java to build/java/jep.src/main/java/jep/LibraryLocator.java copying src/main/java/jep/ClassEnquirer.java to build/java/jep.src/main/java/jep/ClassEnquirer.java copying src/main/java/jep/Proxy.java to build/java/jep.src/main/java/jep/Proxy.java copying src/main/java/jep/JepScriptEngine.java to build/java/jep.src/main/java/jep/JepScriptEngine.java copying src/main/java/jep/PyConfig.java to build/java/jep.src/main/java/jep/PyConfig.java copying src/main/java/jep/JepScriptEngineFactory.java to build/java/jep.src/main/java/jep/JepScriptEngineFactory.java copying src/main/java/jep/JepConfig.java to build/java/jep.src/main/java/jep/JepConfig.java copying src/main/java/jep/DirectNDArray.java to build/java/jep.src/main/java/jep/DirectNDArray.java copying src/main/java/jep/ClassList.java to build/java/jep.src/main/java/jep/ClassList.java copying src/main/java/jep/Run.java to build/java/jep.src/main/java/jep/Run.java copying src/main/java/jep/NDArray.java to build/java/jep.src/main/java/jep/NDArray.java copying src/main/java/jep/Util.java to build/java/jep.src/main/java/jep/Util.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/AbstractNDArray.java to build/java/jep.src/main/java/jep/AbstractNDArray.java copying src/main/java/jep/MainInterpreter.java to build/java/jep.src/main/java/jep/MainInterpreter.java copying src/main/java/jep/python/PyModule.java to build/java/jep.src/main/java/jep/python/PyModule.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/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/PyClass.java to build/java/jep.src/main/java/jep/python/PyClass.java copying src/main/java/jep/python/PyObject.java to build/java/jep.src/main/java/jep/python/PyObject.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/TestGetTempValue.java to build/java/jep.test.src/test/java/jep/test/TestGetTempValue.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/TestGetWithClass.java to build/java/jep.test.src/test/java/jep/test/TestGetWithClass.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/TestGetJPyObject.java to build/java/jep.test.src/test/java/jep/test/TestGetJPyObject.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/TestSharedArgv.java to build/java/jep.test.src/test/java/jep/test/TestSharedArgv.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/TestInvoke.java to build/java/jep.test.src/test/java/jep/test/TestInvoke.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/TestSharedModules.java to build/java/jep.test.src/test/java/jep/test/TestSharedModules.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/TestSharedModulesThreads.java to build/java/jep.test.src/test/java/jep/test/TestSharedModulesThreads.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/TestExceptionCause.java to build/java/jep.test.src/test/java/jep/test/TestExceptionCause.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/numpy/TestNumpyArrayToString.java to build/java/jep.test.src/test/java/jep/test/numpy/TestNumpyArrayToString.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/TestNumpy.java to build/java/jep.test.src/test/java/jep/test/numpy/TestNumpy.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 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/closeable/TestAutoCloseable.java to build/java/jep.test.src/test/java/jep/test/closeable/TestAutoCloseable.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/TestStaticMethodTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestStaticMethodTypes.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/types/TestFieldTypes.java to build/java/jep.test.src/test/java/jep/test/types/TestFieldTypes.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 /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.8.2-sources.jar -C build/java/jep.src/main/java jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.8.2.jar jep.Run -C build/java jep /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.8.2-test-sources.jar -C build/java/jep.test.src/test/java jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.8.2-test.jar test.jep.Test -C build/java/test jep running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/shared_modules_hook.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/redirect_streams.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/java_import_hook.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/__init__.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/jdbc.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/console.py -> build/lib.linux-riscv64-3.7/jep copying src/main/python/jep/version.py -> build/lib.linux-riscv64-3.7/jep running build_ext building 'jep' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src creating build/temp.linux-riscv64-3.7/src/main creating build/temp.linux-riscv64-3.7/src/main/c creating build/temp.linux-riscv64-3.7/src/main/c/Objects creating build/temp.linux-riscv64-3.7/src/main/c/Jep creating build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access creating build/temp.linux-riscv64-3.7/src/main/c/Jep/python gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjmultimethod.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjautocloseable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjiterator.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjobject.c -o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjobject.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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjlist.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjiterable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjclass.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjconstructor.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjmap.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjmethod.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjmonitor.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjfield.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjarray.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjnumber.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Objects/pyjcollection.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/pyembed.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/maininterpreter.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/convert_j2p.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/convert_p2j.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/jep_exceptions.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/jep_numpy.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/jep_util.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/jep.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/JPyCallable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Byte.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Entry.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/HashMap.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Proxy.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/JepException.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Method.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Object.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Float.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/List.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Member.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Double.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Boolean.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/String.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/ArrayList.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Class.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Comparable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/AutoCloseable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/JPyObject.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Iterable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Character.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Number.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Modifier.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Throwable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Constructor.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Collection.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Long.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Map.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/ClassLoader.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Short.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Iterator.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Integer.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Collections.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/java_access/Field.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/python/invocationhandler.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/python/jep_object.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/python/jpycallable.c -o build/temp.linux-riscv64-3.7/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 -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.8.2" -DPYTHON_LDLIBRARY="libpython3.7m.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -c src/main/c/Jep/python/pypointer.c -o build/temp.linux-riscv64-3.7/src/main/c/Jep/python/pypointer.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjmultimethod.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjautocloseable.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjiterator.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjobject.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjlist.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjiterable.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjclass.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjconstructor.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjmap.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjmethod.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjmonitor.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjfield.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjarray.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjnumber.o build/temp.linux-riscv64-3.7/src/main/c/Objects/pyjcollection.o build/temp.linux-riscv64-3.7/src/main/c/Jep/pyembed.o build/temp.linux-riscv64-3.7/src/main/c/Jep/maininterpreter.o build/temp.linux-riscv64-3.7/src/main/c/Jep/convert_j2p.o build/temp.linux-riscv64-3.7/src/main/c/Jep/convert_p2j.o build/temp.linux-riscv64-3.7/src/main/c/Jep/jep_exceptions.o build/temp.linux-riscv64-3.7/src/main/c/Jep/jep_numpy.o build/temp.linux-riscv64-3.7/src/main/c/Jep/jep_util.o build/temp.linux-riscv64-3.7/src/main/c/Jep/jep.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/JPyCallable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Byte.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Entry.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/HashMap.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Proxy.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/JepException.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Method.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Object.o build/temp.liUsing JAVA_HOME: /usr/lib/jvm/java + /usr/bin/python3 setup.py javadoc nux-riscv64-3.7/src/main/c/Jep/java_access/Float.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/List.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Member.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Double.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Boolean.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/String.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/ArrayList.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Class.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Comparable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/AutoCloseable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/JPyObject.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Iterable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Character.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Number.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Modifier.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Throwable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Constructor.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Collection.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Long.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Map.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/ClassLoader.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Short.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Iterator.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Integer.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Collections.o build/temp.linux-riscv64-3.7/src/main/c/Jep/java_access/Field.o build/temp.linux-riscv64-3.7/src/main/c/Jep/python/invocationhandler.o build/temp.linux-riscv64-3.7/src/main/c/Jep/python/jep_object.o build/temp.linux-riscv64-3.7/src/main/c/Jep/python/jpycallable.o build/temp.linux-riscv64-3.7/src/main/c/Jep/python/pypointer.o -L/usr/lib/jvm/java/jre/lib/riscv64/server/ -L/usr/lib64 -ljvm -lpython3.7m -ldl -lpython3.7m -o build/lib.linux-riscv64-3.7/jep/jep.cpython-37m-riscv64-linux-gnu.so -L/usr/lib64 running build_scripts creating build/scripts-3.7 copying and adjusting src/main/scripts/jep -> build/scripts-3.7 changing mode of build/scripts-3.7/jep from 644 to 755 numpy include found at /usr/lib64/python3.7/site-packages/numpy/core/include running javadoc /usr/lib/jvm/java/bin/javadoc -public -notimestamp -d javadoc/3.8.2 -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.8.2/" Standard Doclet version 1.8.0_212 Building tree for all the packages and classes... Generating javadoc/3.8.2/jep/ClassEnquirer.html... Generating javadoc/3.8.2/jep/ClassList.html... Generating javadoc/3.8.2/jep/DirectNDArray.html... Generating javadoc/3.8.2/jep/Jep.html... Generating javadoc/3.8.2/jep/JepConfig.html... Generating javadoc/3.8.2/jep/JepException.html... Generating javadoc/3.8.2/jep/JepScriptEngine.html... Generating javadoc/3.8.2/jep/JepScriptEngineFactory.html... Generating javadoc/3.8.2/jep/MainInterpreter.html... Generating javadoc/3.8.2/jep/NamingConventionClassEnquirer.html... Generating javadoc/3.8.2/jep/NDArray.html... Generating javadoc/3.8.2/jep/Proxy.html... Generating javadoc/3.8.2/jep/PyConfig.html... Generating javadoc/3.8.2/jep/Run.html... Generating javadoc/3.8.2/jep/SharedInterpreter.html... Generating javadoc/3.8.2/jep/Util.html... Generating javadoc/3.8.2/jep/python/InvocationHandler.html... Generating javadoc/3.8.2/jep/python/MemoryManager.html... Generating javadoc/3.8.2/jep/python/PyCallable.html... Generating javadoc/3.8.2/jep/python/PyClass.html... Generating javadoc/3.8.2/jep/python/PyModule.html... Generating javadoc/3.8.2/jep/python/PyObject.html... Generating javadoc/3.8.2/jep/python/PyPointer.html... Generating javadoc/3.8.2/overview-frame.html... Generating javadoc/3.8.2/jep/package-frame.html... BUILDSTDERR: Generating javadoc/3.8.2/jep/pac+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 kage-summary.html... Generating javadoc/3.8.2/jep/package-tree.html... Generating javadoc/3.8.2/jep/python/package-frame.html... Generating javadoc/3.8.2/jep/python/package-summary.html... Generating javadoc/3.8.2/jep/python/package-tree.html... Generating javadoc/3.8.2/constant-values.html... Generating javadoc/3.8.2/serialized-form.html... Building index for all the packages and classes... Generating javadoc/3.8.2/overview-tree.html... Generating javadoc/3.8.2/index-all.html... Generating javadoc/3.8.2/deprecated-list.html... Building index for all classes... Generating javadoc/3.8.2/allclasses-frame.html... Generating javadoc/3.8.2/allclasses-noframe.html... Generating javadoc/3.8.2/index.html... Generating javadoc/3.8.2/overview-summary.html... Generating javadoc/3.8.2/help-doc.html... Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LRFZxU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 + cd jep-3.8.2 + 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.8.2-3.fc31.riscv64 + install -dm755 /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/javadoc/python-jep + cp -pr javadoc/3.8.2 /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/javadoc/python-jep + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.8.2-3.fc31 --unique-debug-suffix -3.8.2-3.fc31.riscv64 --unique-debug-src-base python-jep-3.8.2-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jep-3.8.2 BUILDSTDERR: 1107 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs numpy include found at /usr/lib64/python3.7/site-packages/numpy/core/include running install running install_lib copying build/lib.linux-riscv64-3.7/jep/jep.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/java/jep-3.8.2.jar -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/shared_modules_hook.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/redirect_streams.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/java_import_hook.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/__init__.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/jdbc.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/console.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep copying build/lib.linux-riscv64-3.7/jep/version.py -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep ln -sf jep.cpython-37m-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep/libjep.so running install_scripts creating /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/bin copying build/scripts-3.7/jep -> /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/bin/jep to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep-3.8.2-py3.7.egg-info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep/jep.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7/site-packages/jep/jep.cpython-37m-riscv64-linux-gnu.so original debug info size: 2152kB, size after compression: 824kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 mangling shebang in /usr/bin/jep from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3cumrX Processing files: python3-jep-3.8.2-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JRaiGX + umask 022 + cd /builddir/build/BUILD + cd jep-3.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.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.8.2-3.fc31.riscv64/usr/share/doc/python3-jep + cp -pr README.rst /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/doc/python3-jep + cp -pr AUTHORS /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/doc/python3-jep + cp -pr release_notes/ /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/doc/python3-jep + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.i6xZbW + umask 022 + cd /builddir/build/BUILD + cd jep-3.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.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.8.2-3.fc31.riscv64/usr/share/licenses/python3-jep + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/licenses/python3-jep + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-jep = 3.8.2-3.fc31 python3-jep = 3.8.2-3.fc31 python3-jep(riscv-64) = 3.8.2-3.fc31 python3.7dist(jep) = 3.8.2 python3dist(jep) = 3.8.2 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.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-jep < 3.8.2-3.fc31 Processing files: python-jep-javadoc-3.8.2-3.fc31.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CPF8WW + umask 022 + cd /builddir/build/BUILD + cd jep-3.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.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.8.2-3.fc31.riscv64/usr/share/licenses/python-jep-javadoc + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64/usr/share/licenses/python-jep-javadoc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-jep-javadoc = 3.8.2-3.fc31 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.8.2-3.fc31.riscv64 Provides: python-jep-debugsource = 3.8.2-3.fc31 python-jep-debugsource(riscv-64) = 3.8.2-3.fc31 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.8.2-3.fc31.riscv64 Provides: debuginfo(build-id) = fcf45d29bfa1e704101ca94fb79ddf14cb51a652 python3-jep-debuginfo = 3.8.2-3.fc31 python3-jep-debuginfo(riscv-64) = 3.8.2-3.fc31 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.8.2-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-jep-3.8.2-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-debugsource-3.8.2-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-jep-debuginfo-3.8.2-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-javadoc-3.8.2-3.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.e1z5MT + umask 022 + cd /builddir/build/BUILD + cd jep-3.8.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jep-3.8.2-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0