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-295264-55454/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=1595980800 Wrote: /builddir/build/SRPMS/python-jep-3.9.0-7.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-295264-55454/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=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MBRY8r + 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 . + /usr/bin/cat /builddir/build/SOURCES/a31d461c6cacc96de68d68320eaa83e19a45d0cc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + 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.dRm4oq + 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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' numpy include found at /usr/lib64/python3.9/site-packages/numpy/core/include running build running setup_java Using JAVA_HOME: /usr/lib/jvm/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.9 creating build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/jdbc.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/__init__.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/console.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/java_import_hook.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/redirect_streams.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/version.py -> build/lib.linux-riscv64-3.9/jep copying src/main/python/jep/shared_modules_hook.py -> build/lib.linux-riscv64-3.9/jep running build_ext building 'jep' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/src creating build/temp.linux-riscv64-3.9/src/main creating build/temp.linux-riscv64-3.9/src/main/c creating build/temp.linux-riscv64-3.9/src/main/c/Jep creating build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access creating build/temp.linux-riscv64-3.9/src/main/c/Jep/python creating build/temp.linux-riscv64-3.9/src/main/c/Objects gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/convert_j2p.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/convert_j2p.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/convert_p2j.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/convert_p2j.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/ArrayList.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ArrayList.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/AutoCloseable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/AutoCloseable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Boolean.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Boolean.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Buffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Buffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Byte.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Byte.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/ByteBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ByteBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/ByteOrder.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ByteOrder.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/CharBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/CharBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Character.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Character.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Class.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Class.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/ClassLoader.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ClassLoader.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Collection.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Collection.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Collections.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Collections.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Comparable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Comparable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Constructor.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Constructor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Double.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Double.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/DoubleBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/DoubleBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Entry.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Entry.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Field.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Field.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Float.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Float.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/FloatBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/FloatBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/HashMap.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/HashMap.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/IntBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/IntBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Integer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Integer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Iterable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Iterable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Iterator.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Iterator.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/JPyCallable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JPyCallable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/JPyObject.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JPyObject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/JepException.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JepException.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/List.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/List.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Long.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Long.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/LongBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/LongBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Map.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Map.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Member.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Member.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Method.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Method.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Modifier.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Modifier.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Number.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Number.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Object.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Object.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Proxy.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Proxy.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Short.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Short.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/ShortBuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ShortBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/String.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/String.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/java_access/Throwable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Throwable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/jep.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/jep_exceptions.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_exceptions.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/jep_numpy.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_numpy.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/jep_util.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_util.o src/main/c/Jep/jep_util.c: In function ‘pyarg_matches_jtype’: src/main/c/Jep/jep_util.c:477:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 477 | if (PyUnicode_GET_SIZE(param) == 1) { | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:97, from src/main/c/Include/jep_platform.h:35, from src/main/c/Include/Jep.h:35, from src/main/c/Jep/jep_util.c:28: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/main/c/Jep/jep_util.c:477:13: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 477 | if (PyUnicode_GET_SIZE(param) == 1) { | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:97, from src/main/c/Include/jep_platform.h:35, from src/main/c/Include/Jep.h:35, from src/main/c/Jep/jep_util.c:28: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/main/c/Jep/jep_util.c:477:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 477 | if (PyUnicode_GET_SIZE(param) == 1) { | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:97, from src/main/c/Include/jep_platform.h:35, from src/main/c/Include/Jep.h:35, from src/main/c/Jep/jep_util.c:28: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/maininterpreter.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/maininterpreter.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/pyembed.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/pyembed.o src/main/c/Jep/pyembed.c: In function ‘pyembed_startup’: src/main/c/Jep/pyembed.c:409:5: warning: ‘PyEval_InitThreads’ is deprecated [-Wdeprecated-declarations] 409 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from src/main/c/Include/jep_platform.h:35, from src/main/c/Include/Jep.h:35, from src/main/c/Jep/pyembed.c:44: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ src/main/c/Jep/pyembed.c: In function ‘pyembed_thread_close’: src/main/c/Jep/pyembed.c:836:5: warning: ‘PyEval_ReleaseLock’ is deprecated [-Wdeprecated-declarations] 836 | PyEval_ReleaseLock(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from src/main/c/Include/jep_platform.h:35, from src/main/c/Include/Jep.h:35, from src/main/c/Jep/pyembed.c:44: /usr/include/python3.9/ceval.h:136:37: note: declared here 136 | Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_ReleaseLock(void); | ^~~~~~~~~~~~~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/python/invocationhandler.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/invocationhandler.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/python/jep_object.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/jep_object.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/python/jpycallable.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/jpycallable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Jep/python/pypointer.c -o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/pypointer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjarray.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjarray.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjautocloseable.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjautocloseable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjbuffer.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjbuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjclass.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjclass.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjcollection.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjcollection.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjconstructor.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjconstructor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjfield.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjfield.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjiterable.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjiterable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjiterator.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjiterator.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjlist.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjlist.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjmap.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmap.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjmethod.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmethod.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjmonitor.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmonitor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjmultimethod.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmultimethod.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjnumber.c -o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjnumber.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.9.0" -DPYTHON_LDLIBRARY="libpython3.9.so" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/main/c/Include -Ibuild/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c src/main/c/Objects/pyjobject.c -o build/temp.linux-riscv64-3.9/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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/src/main/c/Jep/convert_j2p.o build/temp.linux-riscv64-3.9/src/main/c/Jep/convert_p2j.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ArrayList.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/AutoCloseable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Boolean.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Buffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Byte.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ByteBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ByteOrder.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/CharBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Character.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Class.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ClassLoader.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Collection.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Collections.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Comparable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Constructor.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Double.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/DoubleBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Entry.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Field.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Float.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/FloatBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/HashMap.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/IntBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Integer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Iterable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Iterator.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JPyCallable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JPyObject.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/JepException.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/List.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Long.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/LongBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Map.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Member.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Method.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Modifier.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Number.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Object.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Proxy.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Short.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/ShortBuffer.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/String.o build/temp.linux-riscv64-3.9/src/main/c/Jep/java_access/Throwable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep.o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_exceptions.o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_numpy.o build/temp.linux-riscv64-3.9/src/main/c/Jep/jep_util.o build/temp.linux-riscv64-3.9/src/main/c/Jep/maininterpreter.o build/temp.linux-riscv64-3.9/src/main/c/Jep/pyembed.o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/invocationhandler.o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/jep_object.o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/jpycallable.o build/temp.linux-riscv64-3.9/src/main/c/Jep/python/pypointer.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjarray.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjautocloseable.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjbuffer.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjclass.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjcollection.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjconstructor.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjfield.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjiterable.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjiterator.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjlist.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmap.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmethod.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmonitor.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjmultimethod.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjnumber.o build/temp.linux-riscv64-3.9/src/main/c/Objects/pyjobject.o -L/usr/lib/jvm/java/jre/lib/riscv64/server/ -L/usr/lib64 -ljvm -lpython3.9 -ldl -o build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so -L/usr/lib64 running build_scripts creating build/scripts-3.9 copying and adjusting src/main/scripts/jep -> build/scripts-3.9 changing mode of build/scripts-3.9/jep from 644 to 755 + /usr/bin/python3 setup.py javadoc numpy include found at /usr/lib64/python3.9/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.IrAPZr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 + cd jep-3.9.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 numpy include found at /usr/lib64/python3.9/site-packages/numpy/core/include running install running install_lib copying build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/java/jep-3.9.0.jar -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/jdbc.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/__init__.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/console.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/java_import_hook.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/redirect_streams.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/version.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep copying build/lib.linux-riscv64-3.9/jep/shared_modules_hook.py -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep ln -sf jep.cpython-39-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep/libjep.so running install_scripts creating /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/bin copying build/scripts-3.9/jep -> /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/bin/jep to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep-3.9.0-py3.9.egg-info + rm -rfv /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/bin/__pycache__ + install -dm755 /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/javadoc/python-jep + cp -pr javadoc/3.9.0 /builddir/build/BUILDROOT/python-jep-3.9.0-7.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-7.fc33 --unique-debug-suffix -3.9.0-7.fc33.riscv64 --unique-debug-src-base python-jep-3.9.0-7.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-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep/jep.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9/site-packages/jep/jep.cpython-39-riscv64-linux-gnu.so original debug info size: 3852kB, size after compression: 2796kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1194 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/lib64/python3.9 using /usr/bin/python3.9 + /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.5FnJzp + 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.9/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-39-riscv64-linux-gnu.so build/lib.linux-riscv64-3.9/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) ... FAIL 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) ... FAIL test_get_bytearray (test_getvalue.TestGetValue) ... FAIL test_get_collection_boxing (test_getvalue.TestGetValue) ... FAIL test_get_jpyobject (test_getvalue.TestGetValue) ... FAIL test_get_temp_value (test_getvalue.TestGetValue) ... FAIL test_get_with_class (test_getvalue.TestGetValue) ... FAIL 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) ... # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188921, tid=0x0000003fb4533150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188921 # # An error report file with more information is saved as: # /builddir/build/BUILD/jep-3.9.0/hs_err_pid188921.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # error: Unit tests failed with exit status -6 + cat hs_err_pid188921.log hs_err_pid188933.log hs_err_pid188944.log hs_err_pid188961.log hs_err_pid188978.log hs_err_pid188996.log hs_err_pid189016.log hs_err_pid189036.log # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188921, tid=0x0000003fb4533150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188921 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fd068bb70): JavaThread "Thread-0" [_thread_in_native, id=189054, stack(0x0000003fb43b4000,0x0000003fb4534000)] Stack: [0x0000003fb43b4000,0x0000003fb4534000], sp=0x0000003fb4476d70, free space=779k Java frames: 0x0000003fb4532080: unboxed parameter[1] = 0x0000003fb4532148 0x0000003fb4532088: parameter[0] (JNIEnv) = 0x0000003fb4477638 0x0000003fb4532090: parameter[1] (this) = 0x0000003fb4532080 0x0000003fb4532098: parameter[2] = 0x0000003fb4532138 0x0000003fb45320a0: istate->_thread = 0x0000003fd068bb70 0x0000003fb45320a8: istate->_bcp = 0x0000000000000000 0x0000003fb45320b0: istate->_locals = 0x0000003fb4532148 0x0000003fb45320b8: istate->_constants = 0x0000003fd4a48cf0 0x0000003fb45320c0: istate->_method = jep.Jep.close(J)V 0x0000003fb45320c8: istate->_mdx = 0x0000000000000000 0x0000003fb45320d0: istate->_stack = 0x0000003fb4532098 0x0000003fb45320d8: istate->_msg = 0x0000000000000002 0x0000003fb45320e0: istate->_result = 0x0000000000000000 0x0000003fb45320e8: (istate->_result) = 0x0000003fd4fd71a0 0x0000003fb45320f0: (istate->_result) = 0x0000000000000000 0x0000003fb45320f8: istate->_prev_link = 0x0000000000000000 0x0000003fb4532100: istate->_oop_temp = 0x0000000000000000 0x0000003fb4532108: istate->_stack_base = 0x0000003fb45320a0 0x0000003fb4532110: istate->_stack_limit = 0x0000003fb4532098 0x0000003fb4532118: istate->_monitor_base = 0x0000003fb45320a0 0x0000003fb4532120: istate->_self_link = 0x0000003fb45320a0 0x0000003fb4532128: frame_type = INTERPRETER_FRAME 0x0000003fb4532130: next_frame = 0x0000003fb45321f0 0x0000003fb4532138: local[2] = 0x0000003f940010e0 0x0000003fb4532140: local[1] = 0x0000003fc008ce38 0x0000003fb4532148: local[0] = 0x0000003fc008ce38 0x0000003fb4532150: monitor[0]->_lock = 0x0000000000000001 0x0000003fb4532158: monitor[0]->_obj = 0x0000003fc008ce38 0x0000003fb4532160: istate->_thread = 0x0000003fd068bb70 0x0000003fb4532168: istate->_bcp = 0x0000003fd4a4647a (bci 170) 0x0000003fb4532170: istate->_locals = 0x0000003fb4532208 0x0000003fb4532178: istate->_constants = 0x0000003fd4a48cf0 0x0000003fb4532180: istate->_method = jep.Jep.close()V 0x0000003fb4532188: istate->_mdx = 0x0000000000000000 0x0000003fb4532190: istate->_stack = 0x0000003fb4532130 0x0000003fb4532198: istate->_msg = 0x0000003f00000008 0x0000003fb45321a0: istate->_result = 0x0000003fd4a46550 0x0000003fb45321a8: (istate->_result) = 0x0000003fd4fd7218 0x0000003fb45321b0: (istate->_result) = 0x0000003f00000003 0x0000003fb45321b8: istate->_prev_link = 0x0000000000000000 0x0000003fb45321c0: istate->_oop_temp = 0x0000000000000000 0x0000003fb45321c8: istate->_stack_base = 0x0000003fb4532150 0x0000003fb45321d0: istate->_stack_limit = 0x0000003fb4532120 0x0000003fb45321d8: istate->_monitor_base = 0x0000003fb4532160 0x0000003fb45321e0: istate->_self_link = 0x0000003fb4532160 0x0000003fb45321e8: frame_type = INTERPRETER_FRAME 0x0000003fb45321f0: next_frame = 0x0000003fb45322a0 0x0000003fb45321f8: local[2] = 0x0000000000000000 0x0000003fb4532200: local[1] = 0x0000003fc0091298 0x0000003fb4532208: local[0] = 0x0000003fc008ce38 0x0000003fb4532210: istate->_thread = 0x0000003fd068bb70 0x0000003fb4532218: istate->_bcp = 0x0000003fd4a6cfa3 (bci 91) 0x0000003fb4532220: istate->_locals = 0x0000003fb45322e0 0x0000003fb4532228: istate->_constants = 0x0000003fd4a6d3b0 0x0000003fb4532230: istate->_method = jep.test.Test$2.run()V 0x0000003fb4532238: istate->_mdx = 0x0000000000000000 0x0000003fb4532240: istate->_stack = 0x0000003fb4532200 0x0000003fb4532248: istate->_msg = 0x0000003f00000008 0x0000003fb4532250: istate->_result = 0x0000003fd4a464b0 0x0000003fb4532258: (istate->_result) = 0x0000003fd4fd71a8 0x0000003fb4532260: (istate->_result) = 0x0000003f00000003 0x0000003fb4532268: istate->_prev_link = 0x0000000000000000 0x0000003fb4532270: istate->_oop_temp = 0x0000000000000000 0x0000003fb4532278: istate->_stack_base = 0x0000003fb4532210 0x0000003fb4532280: istate->_stack_limit = 0x0000003fb45321e0 0x0000003fb4532288: istate->_monitor_base = 0x0000003fb4532210 0x0000003fb4532290: istate->_self_link = 0x0000003fb4532210 0x0000003fb4532298: frame_type = INTERPRETER_FRAME 0x0000003fb45322a0: next_frame = 0x0000003fb4532378 0x0000003fb45322a8: local[7] = 0x0000000000000000 0x0000003fb45322b0: local[6] = 0x0000000000000000 0x0000003fb45322b8: local[5] = 0x0000000000000000 0x0000003fb45322c0: local[4] = 0x0000000000000000 0x0000003fb45322c8: local[3] = 0x0000000000000000 0x0000003fb45322d0: local[2] = 0x0000003fc0090070 0x0000003fb45322d8: local[1] = 0x0000003fc008ce38 0x0000003fb45322e0: local[0] = 0x0000003fc008cc80 0x0000003fb45322e8: istate->_thread = 0x0000003fd068bb70 0x0000003fb45322f0: istate->_bcp = 0x0000003fd467a903 (bci 11) 0x0000003fb45322f8: istate->_locals = 0x0000003fb4532380 0x0000003fb4532300: istate->_constants = 0x0000003fd47208b0 0x0000003fb4532308: istate->_method = java.lang.Thread.run()V 0x0000003fb4532310: istate->_mdx = 0x0000000000000000 0x0000003fb4532318: istate->_stack = 0x0000003fb45322d8 0x0000003fb4532320: istate->_msg = 0x0000003f00000008 0x0000003fb4532328: istate->_result = 0x0000003fd4a6d0a8 0x0000003fb4532330: (istate->_result) = 0x0000003fd4fd71a0 0x0000003fb4532338: (istate->_result) = 0x0000003f00000005 0x0000003fb4532340: istate->_prev_link = 0x0000000000000000 0x0000003fb4532348: istate->_oop_temp = 0x0000000000000000 0x0000003fb4532350: istate->_stack_base = 0x0000003fb45322e8 0x0000003fb4532358: istate->_stack_limit = 0x0000003fb45322d0 0x0000003fb4532360: istate->_monitor_base = 0x0000003fb45322e8 0x0000003fb4532368: istate->_self_link = 0x0000003fb45322e8 0x0000003fb4532370: frame_type = INTERPRETER_FRAME 0x0000003fb4532378: next_frame = 0x0000003fb4532398 0x0000003fb4532380: local[0] = 0x0000003fc0089e88 0x0000003fb4532388: call_wrapper = 0x0000003fb4532468 0x0000003fb4532390: frame_type = ENTRY_FRAME 0x0000003fb4532398: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) =>0x0000003fd068bb70 JavaThread "Thread-0" [_thread_in_native, id=189054, stack(0x0000003fb43b4000,0x0000003fb4534000)] 0x0000003fd015f9d0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=188929, stack(0x0000003fb766a000,0x0000003fb77ea000)] 0x0000003fd010f3d0 JavaThread "Service Thread" daemon [_thread_blocked, id=188927, stack(0x0000003fb7b80000,0x0000003fb7d00000)] 0x0000003fd00fee70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=188926, stack(0x0000003fb7d00000,0x0000003fb7e80000)] 0x0000003fd00d6100 JavaThread "Finalizer" daemon [_thread_blocked, id=188925, stack(0x0000003fb7e80000,0x0000003fb8000000)] 0x0000003fd00d2070 JavaThread "Reference Handler" daemon [_thread_blocked, id=188924, stack(0x0000003fd40a7000,0x0000003fd4227000)] 0x0000003fd004b170 JavaThread "main" [_thread_blocked, id=188922, stack(0x0000003fd703b000,0x0000003fd71ba000)] Other Threads: 0x0000003fd00c87a0 VMThread [stack: 0x0000003fd4229000,0x0000003fd4328000] [id=188923] 0x0000003fd0111250 WatcherThread [stack: 0x0000003fb7a81000,0x0000003fb7b80000] [id=188928] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 1093K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 13% used [0x0000003fc0000000, 0x0000003fc0091568, 0x0000003fc0450000) from space 512K, 100% used [0x0000003fc0450000, 0x0000003fc04d0000, 0x0000003fc04d0000) to space 512K, 0% used [0x0000003fc04d0000, 0x0000003fc04d0000, 0x0000003fc0550000) tenured generation total 10944K, used 1405K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 12% used [0x0000003fc5550000, 0x0000003fc56af5b8, 0x0000003fc56af600, 0x0000003fc6000000) Metaspace used 4628K, capacity 4680K, committed 4864K, reserved 8192K Card table byte_map: [0x0000003fd4e95000,0x0000003fd4f16000] byte_map_base: 0x0000003fb5095000 Polling page: 0x0000003fd7bec000 CodeCache: size=32768Kb used=90Kb max_used=90Kb free=32677Kb bounds [0x0000003fd4fd7000, 0x0000003fd4fff000, 0x0000003fd6fd7000] total_blobs=205 nmethods=0 adapters=197 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (4 events): Event: 13.481 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 99% used [0x0000003fc0000000, 0x0000003fc044ffe0, 0x0000003fc0450000) from space 512K, 0% used [0x0000003fc0450000, 0x0000003fc0450000, 0x0000003fc04d0000) to space 512K, 0% used [0x0000003fc04d0000, 0x0000003fc04d0000, 0x0000003fc0550000) tenured generation total 10944K, used 0K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 0% used [0x0000003fc5550000, 0x0000003fc5550000, 0x0000003fc5550200, 0x0000003fc6000000) Metaspace used 3384K, capacity 4232K, committed 4352K, reserved 8192K Event: 13.630 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 0% used [0x0000003fc0000000, 0x0000003fc0000000, 0x0000003fc0450000) from space 512K, 99% used [0x0000003fc04d0000, 0x0000003fc054fff8, 0x0000003fc0550000) to space 512K, 0% used [0x0000003fc0450000, 0x0000003fc0450000, 0x0000003fc04d0000) tenured generation total 10944K, used 433K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 3% used [0x0000003fc5550000, 0x0000003fc55bc6c0, 0x0000003fc55bc800, 0x0000003fc6000000) Metaspace used 3384K, capacity 4232K, committed 4352K, reserved 8192K } Event: 32.371 GC heap before {Heap before GC invocations=1 (full 0): def new generation total 4928K, used 4927K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 99% used [0x0000003fc0000000, 0x0000003fc044ffd8, 0x0000003fc0450000) from space 512K, 99% used [0x0000003fc04d0000, 0x0000003fc054fff8, 0x0000003fc0550000) to space 512K, 0% used [0x0000003fc0450000, 0x0000003fc0450000, 0x0000003fc04d0000) tenured generation total 10944K, used 433K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 3% used [0x0000003fc5550000, 0x0000003fc55bc6c0, 0x0000003fc55bc800, 0x0000003fc6000000) Metaspace used 4090K, capacity 4296K, committed 4352K, reserved 8192K Event: 32.513 GC heap after Heap after GC invocations=2 (full 0): def new generation total 4928K, used 512K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 0% used [0x0000003fc0000000, 0x0000003fc0000000, 0x0000003fc0450000) from space 512K, 100% used [0x0000003fc0450000, 0x0000003fc04d0000, 0x0000003fc04d0000) to space 512K, 0% used [0x0000003fc04d0000, 0x0000003fc04d0000, 0x0000003fc0550000) tenured generation total 10944K, used 1405K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 12% used [0x0000003fc5550000, 0x0000003fc56af5b8, 0x0000003fc56af600, 0x0000003fc6000000) Metaspace used 4090K, capacity 4296K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (16 events): Event: 1.362 Thread 0x0000003fd004b170 Exception (0x0000003fc000b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.364 Thread 0x0000003fd004b170 Exception (0x0000003fc000bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 6.477 Thread 0x0000003fd004b170 Exception (0x0000003fc0136ef0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.478 Thread 0x0000003fd004b170 Exception (0x0000003fc01371d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.496 Thread 0x0000003fd004b170 Exception (0x0000003fc0139fc0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.497 Thread 0x0000003fd004b170 Exception (0x0000003fc013a2a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.502 Thread 0x0000003fd004b170 Exception (0x0000003fc013b238) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.503 Thread 0x0000003fd004b170 Exception (0x0000003fc013b518) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.524 Thread 0x0000003fd004b170 Exception (0x0000003fc013dd30) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.524 Thread 0x0000003fd004b170 Exception (0x0000003fc013e010) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.530 Thread 0x0000003fd004b170 Exception (0x0000003fc013ee90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 6.530 Thread 0x0000003fd004b170 Exception (0x0000003fc013f170) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 24.965 Thread 0x0000003fd004b170 Exception (0x0000003fc039ead0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199] Event: 63.462 Thread 0x0000003fd004b170 Exception (0x0000003fc0059530) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 63.488 Thread 0x0000003fd004b170 Exception (0x0000003fc005b630) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 281.360 Thread 0x0000003fd068bb70 Exception (0x0000003fc0090070) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Events (250 events): Event: 31.680 loading class java/util/concurrent/Executors$1 done Event: 31.745 loading class java/util/stream/LongStream Event: 31.750 loading class java/util/stream/LongStream done Event: 31.755 loading class java/util/function/LongBinaryOperator Event: 31.757 loading class java/util/function/LongBinaryOperator done Event: 31.758 loading class java/util/OptionalLong Event: 31.761 loading class java/util/OptionalLong done Event: 31.762 loading class java/util/function/LongFunction Event: 31.763 loading class java/util/function/LongFunction done Event: 31.764 loading class java/util/function/LongToDoubleFunction Event: 31.766 loading class java/util/function/LongToDoubleFunction done Event: 31.766 loading class java/util/stream/DoubleStream Event: 31.771 loading class java/util/stream/DoubleStream done Event: 31.773 loading class java/util/function/LongConsumer Event: 31.775 loading class java/util/function/LongConsumer done Event: 31.775 loading class java/util/OptionalDouble Event: 31.779 loading class java/util/OptionalDouble done Event: 31.779 loading class java/util/LongSummaryStatistics Event: 31.781 loading class java/util/function/IntConsumer Event: 31.783 loading class java/util/function/IntConsumer done Event: 31.784 loading class java/util/LongSummaryStatistics done Event: 31.785 loading class java/util/function/LongPredicate Event: 31.788 loading class java/util/function/LongPredicate done Event: 31.790 loading class java/util/function/LongSupplier Event: 31.792 loading class java/util/function/LongSupplier done Event: 31.793 loading class java/util/function/LongToIntFunction Event: 31.795 loading class java/util/function/LongToIntFunction done Event: 31.796 loading class java/util/stream/LongStream$Builder Event: 31.799 loading class java/util/stream/LongStream$Builder done Event: 31.800 loading class java/util/PrimitiveIterator$OfLong Event: 31.801 loading class java/util/PrimitiveIterator Event: 31.804 loading class java/util/PrimitiveIterator done Event: 31.805 loading class java/util/PrimitiveIterator$OfLong done Event: 31.806 loading class java/util/Spliterator$OfLong Event: 31.808 loading class java/util/Spliterator$OfPrimitive Event: 31.811 loading class java/util/Spliterator$OfPrimitive done Event: 31.813 loading class java/util/Spliterator$OfLong done Event: 31.814 loading class java/util/function/ObjLongConsumer Event: 31.816 loading class java/util/function/ObjLongConsumer done Event: 31.817 loading class java/util/function/LongUnaryOperator Event: 31.820 loading class java/util/function/LongUnaryOperator done Event: 31.867 loading class java/util/stream/Streams$RangeLongSpliterator Event: 31.870 loading class java/util/stream/Streams$RangeLongSpliterator done Event: 31.875 loading class java/util/stream/Streams Event: 31.877 loading class java/util/stream/Streams done Event: 31.879 loading class java/util/stream/StreamSupport Event: 31.881 loading class java/util/stream/StreamSupport done Event: 31.883 loading class java/util/stream/LongPipeline$Head Event: 31.885 loading class java/util/stream/LongPipeline Event: 31.892 loading class java/util/stream/AbstractPipeline Event: 31.896 loading class java/util/stream/PipelineHelper Event: 31.899 loading class java/util/stream/PipelineHelper done Event: 31.900 loading class java/util/stream/AbstractPipeline done Event: 31.901 loading class java/util/stream/LongPipeline done Event: 31.902 loading class java/util/stream/LongPipeline$Head done Event: 31.910 loading class java/util/stream/StreamOpFlag Event: 31.913 loading class java/util/stream/StreamOpFlag done Event: 31.914 loading class java/util/stream/StreamOpFlag$Type Event: 31.916 loading class java/util/stream/StreamOpFlag$Type done Event: 31.919 loading class java/util/stream/StreamOpFlag$MaskBuilder Event: 31.922 loading class java/util/stream/StreamOpFlag$MaskBuilder done Event: 31.924 loading class java/util/EnumMap Event: 31.930 loading class java/util/EnumMap done Event: 31.933 loading class java/util/EnumMap$1 Event: 31.935 loading class java/util/EnumMap$1 done Event: 31.941 loading class java/lang/Class$4 Event: 31.943 loading class java/lang/Class$4 done Event: 31.947 loading class sun/reflect/NativeMethodAccessorImpl Event: 31.950 loading class sun/reflect/NativeMethodAccessorImpl done Event: 31.954 loading class sun/reflect/DelegatingMethodAccessorImpl Event: 31.957 loading class sun/reflect/DelegatingMethodAccessorImpl done Event: 32.246 loading class java/util/stream/LongPipeline$8 Event: 32.247 loading class java/util/stream/LongPipeline$StatelessOp Event: 32.249 loading class java/util/stream/LongPipeline$StatelessOp done Event: 32.250 loading class java/util/stream/LongPipeline$8 done Event: 32.253 loading class java/util/stream/StreamShape Event: 32.254 loading class java/util/stream/StreamShape done Event: 32.370 Executing VM operation: GenCollectForAllocation Event: 32.514 Executing VM operation: GenCollectForAllocation done Event: 32.608 loading class java/util/stream/ReduceOps Event: 32.612 loading class java/util/stream/ReduceOps done Event: 32.614 loading class java/util/stream/ReduceOps$9 Event: 32.616 loading class java/util/stream/ReduceOps$ReduceOp Event: 32.618 loading class java/util/stream/TerminalOp Event: 32.620 loading class java/util/stream/TerminalOp done Event: 32.621 loading class java/util/stream/ReduceOps$ReduceOp done Event: 32.622 loading class java/util/stream/ReduceOps$9 done Event: 32.627 loading class java/util/stream/ReduceOps$9ReducingSink Event: 32.629 loading class java/util/stream/ReduceOps$AccumulatingSink Event: 32.631 loading class java/util/stream/TerminalSink Event: 32.632 loading class java/util/stream/Sink Event: 32.635 loading class java/util/stream/Sink done Event: 32.636 loading class java/util/stream/TerminalSink done Event: 32.638 loading class java/util/stream/ReduceOps$AccumulatingSink done Event: 32.638 loading class java/util/stream/Sink$OfLong Event: 32.641 loading class java/util/stream/Sink$OfLong done Event: 32.643 loading class java/util/stream/ReduceOps$9ReducingSink done Event: 32.650 loading class java/util/stream/LongPipeline$8$1 Event: 32.652 loading class java/util/stream/Sink$ChainedLong Event: 32.655 loading class java/util/stream/Sink$ChainedLong done Event: 32.656 loading class java/util/stream/LongPipeline$8$1 done Event: 33.446 loading class java/util/Spliterator$OfInt Event: 33.450 loading class java/util/Spliterator$OfInt done Event: 33.451 loading class java/util/Spliterator$OfDouble Event: 33.454 loading class java/util/Spliterator$OfDouble done Event: 33.466 loading class java/util/function/DoubleBinaryOperator Event: 33.468 loading class java/util/function/DoubleBinaryOperator done Event: 33.470 loading class java/util/function/BinaryOperator Event: 33.473 loading class java/util/function/BinaryOperator done Event: 33.475 loading class java/util/function/IntToDoubleFunction Event: 33.477 loading class java/util/function/IntToDoubleFunction done Event: 33.478 loading class java/util/function/IntFunction Event: 33.479 loading class java/util/function/IntFunction done Event: 33.480 loading class java/util/function/IntToLongFunction Event: 33.482 loading class java/util/function/IntToLongFunction done Event: 33.550 loading class java/util/Arrays$ArrayList Event: 33.552 loading class java/util/Arrays$ArrayList done Event: 33.553 loading class java/util/Arrays$LegacyMergeSort Event: 33.554 loading class java/util/Arrays$LegacyMergeSort done Event: 33.554 loading class java/util/Arrays$NaturalOrder Event: 33.555 loading class java/util/Arrays$NaturalOrder done Event: 33.611 loading class sun/util/calendar/CalendarSystem Event: 33.614 loading class sun/util/calendar/CalendarSystem done Event: 33.615 loading class sun/util/calendar/Gregorian Event: 33.617 loading class sun/util/calendar/BaseCalendar Event: 33.620 loading class sun/util/calendar/AbstractCalendar Event: 33.622 loading class sun/util/calendar/AbstractCalendar done Event: 33.623 loading class sun/util/calendar/BaseCalendar done Event: 33.623 loading class sun/util/calendar/Gregorian done Event: 33.829 loading class java/math/BigDecimal Event: 33.848 loading class java/math/BigDecimal done Event: 33.857 loading class java/math/MathContext Event: 33.860 loading class java/math/MathContext done Event: 33.865 loading class java/math/BigInteger Event: 33.883 loading class java/math/BigInteger done Event: 33.884 loading class java/math/RoundingMode Event: 33.886 loading class java/math/RoundingMode done Event: 33.946 loading class java/math/BigDecimal$UnsafeHolder Event: 33.949 loading class java/math/BigDecimal$UnsafeHolder done Event: 33.949 loading class java/math/BigDecimal$StringBuilderHelper Event: 33.952 loading class java/math/BigDecimal$StringBuilderHelper done Event: 33.952 loading class java/math/BigDecimal$LongOverflow Event: 33.954 loading class java/math/BigDecimal$LongOverflow done Event: 33.970 loading class java/lang/StrictMath Event: 33.975 loading class java/lang/StrictMath done Event: 34.009 loading class java/math/BigDecimal$1 Event: 34.011 loading class java/math/BigDecimal$1 done Event: 63.407 loading class java/lang/ArrayList Event: 63.408 loading class java/lang/ArrayList done Event: 63.594 loading class java/util/Random Event: 63.603 loading class java/util/Random done Event: 63.607 loading class java/util/SortedSet Event: 63.614 loading class java/util/SortedSet done Event: 63.615 loading class java/util/NavigableSet Event: 63.621 loading class java/util/NavigableSet done Event: 63.622 loading class java/util/SortedMap Event: 63.626 loading class java/util/SortedMap done Event: 63.628 loading class java/util/NavigableMap Event: 63.635 loading class java/util/NavigableMap done Event: 63.695 loading class java/util/Collections$AsLIFOQueue Event: 63.700 loading class java/util/Collections$AsLIFOQueue done Event: 63.701 loading class java/util/Collections$ReverseComparator2 Event: 63.704 loading class java/util/Collections$ReverseComparator2 done Event: 63.704 loading class java/util/Collections$ReverseComparator Event: 63.707 loading class java/util/Collections$ReverseComparator done Event: 63.708 loading class java/util/Collections$CopiesList Event: 63.713 loading class java/util/Collections$CopiesList done Event: 63.713 loading class java/util/Collections$SingletonMap Event: 63.717 loading class java/util/Collections$SingletonMap done Event: 63.718 loading class java/util/Collections$SingletonList Event: 63.722 loading class java/util/Collections$SingletonList done Event: 63.722 loading class java/util/Collections$SingletonSet Event: 63.726 loading class java/util/Collections$SingletonSet done Event: 63.726 loading class java/util/Collections$EmptyEnumeration Event: 63.729 loading class java/util/Collections$EmptyEnumeration done Event: 63.729 loading class java/util/Collections$EmptyListIterator Event: 63.732 loading class java/util/Collections$EmptyIterator Event: 63.734 loading class java/util/Collections$EmptyIterator done Event: 63.735 loading class java/util/Collections$EmptyListIterator done Event: 63.736 loading class java/util/Collections$CheckedNavigableMap Event: 63.740 loading class java/util/Collections$CheckedSortedMap Event: 63.742 loading class java/util/Collections$CheckedMap Event: 63.748 loading class java/util/Collections$CheckedMap done Event: 63.749 loading class java/util/Collections$CheckedSortedMap done Event: 63.750 loading class java/util/Collections$CheckedNavigableMap done Event: 63.751 loading class java/util/Collections$CheckedRandomAccessList Event: 63.753 loading class java/util/Collections$CheckedList Event: 63.756 loading class java/util/Collections$CheckedCollection Event: 63.761 loading class java/util/Collections$CheckedCollection done Event: 63.762 loading class java/util/Collections$CheckedList done Event: 63.763 loading class java/util/Collections$CheckedRandomAccessList done Event: 63.763 loading class java/util/Collections$CheckedNavigableSet Event: 63.767 loading class java/util/Collections$CheckedSortedSet Event: 63.769 loading class java/util/Collections$CheckedSet Event: 63.772 loading class java/util/Collections$CheckedSet done Event: 63.773 loading class java/util/Collections$CheckedSortedSet done Event: 63.774 loading class java/util/Collections$CheckedNavigableSet done Event: 63.775 loading class java/util/Collections$CheckedQueue Event: 63.778 loading class java/util/Collections$CheckedQueue done Event: 63.779 loading class java/util/Collections$SynchronizedNavigableMap Event: 63.782 loading class java/util/Collections$SynchronizedSortedMap Event: 63.785 loading class java/util/Collections$SynchronizedMap Event: 63.790 loading class java/util/Collections$SynchronizedMap done Event: 63.791 loading class java/util/Collections$SynchronizedSortedMap done Event: 63.792 loading class java/util/Collections$SynchronizedNavigableMap done Event: 63.793 loading class java/util/Collections$SynchronizedRandomAccessList Event: 63.795 loading class java/util/Collections$SynchronizedList Event: 63.799 loading class java/util/Collections$SynchronizedList done Event: 63.800 loading class java/util/Collections$SynchronizedRandomAccessList done Event: 63.800 loading class java/util/Collections$SynchronizedNavigableSet Event: 63.802 loading class java/util/Collections$SynchronizedSortedSet Event: 63.805 loading class java/util/Collections$SynchronizedSortedSet done Event: 63.806 loading class java/util/Collections$SynchronizedNavigableSet done Event: 63.807 loading class java/util/Collections$UnmodifiableNavigableMap Event: 63.811 loading class java/util/Collections$UnmodifiableSortedMap Event: 63.814 loading class java/util/Collections$UnmodifiableSortedMap done Event: 63.815 loading class java/util/Collections$UnmodifiableNavigableMap done Event: 63.816 loading class java/util/Collections$UnmodifiableNavigableSet Event: 63.820 loading class java/util/Collections$UnmodifiableSortedSet Event: 63.823 loading class java/util/Collections$UnmodifiableSet Event: 63.825 loading class java/util/Collections$UnmodifiableSet done Event: 63.826 loading class java/util/Collections$UnmodifiableSortedSet done Event: 63.828 loading class java/util/Collections$UnmodifiableNavigableSet done Event: 279.772 loading class java/lang/Thread$State Event: 279.776 loading class java/lang/Thread$State done Event: 279.810 loading class java/lang/Thread$WeakClassKey Event: 279.813 loading class java/lang/Thread$WeakClassKey done Event: 279.814 loading class java/lang/Thread$Caches Event: 279.816 loading class java/lang/Thread$Caches done Event: 279.871 loading class java/sql/DriverManager Event: 279.879 loading class java/sql/DriverManager done Event: 279.883 loading class java/sql/Connection Event: 279.885 loading class java/sql/Wrapper Event: 279.888 loading class java/sql/Wrapper done Event: 279.890 loading class java/sql/Connection done Event: 279.891 loading class java/sql/SQLException Event: 279.894 loading class java/sql/SQLException done Event: 279.896 loading class java/sql/Driver Event: 279.898 loading class java/sql/Driver done Event: 279.900 loading class java/sql/DriverAction Event: 279.902 loading class java/sql/DriverAction done Event: 279.949 loading class java/lang/asdf Event: 279.950 loading class java/lang/asdf done Event: 279.975 loading class jep/test/Test$2 Event: 279.975 loading class jep/test/Test$2 done Event: 280.019 Thread 0x0000003fd068bb70 Thread added: 0x0000003fd068bb70 Event: 281.371 loading class java/util/IdentityHashMap$KeyIterator Event: 281.372 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 281.374 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 281.375 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2aaed9d000-2aaed9e000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aaed9e000-2aaed9f000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aaed9f000-2aaeda0000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2adb816000-2adb837000 rw-p 00000000 00:00 0 [heap] 3f94000000-3f94097000 rw-p 00000000 00:00 0 3f94097000-3f98000000 ---p 00000000 00:00 0 3f9a000000-3fa0000000 rw-p 00000000 00:00 0 3fa0000000-3fa0021000 rw-p 00000000 00:00 0 3fa0021000-3fa4000000 ---p 00000000 00:00 0 3fa4000000-3fa40b3000 rw-p 00000000 00:00 0 3fa40b3000-3fa8000000 ---p 00000000 00:00 0 3fa8000000-3fa8021000 rw-p 00000000 00:00 0 3fa8021000-3fac000000 ---p 00000000 00:00 0 3fac000000-3fac021000 rw-p 00000000 00:00 0 3fac021000-3fb0000000 ---p 00000000 00:00 0 3fb0000000-3fb0021000 rw-p 00000000 00:00 0 3fb0021000-3fb4000000 ---p 00000000 00:00 0 3fb4274000-3fb43b4000 rw-p 00000000 00:00 0 3fb43b4000-3fb43b7000 ---p 00000000 00:00 0 3fb43b7000-3fb45f4000 rw-p 00000000 00:00 0 3fb45f4000-3fb4665000 r-xp 00000000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb4665000-3fb4666000 ---p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb4666000-3fb4667000 r--p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb4667000-3fb468b000 rw-p 00072000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb468b000-3fb468d000 rw-p 00000000 00:00 0 3fb468d000-3fb4696000 r-xp 00000000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb4696000-3fb4697000 r--p 00008000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb4697000-3fb4698000 rw-p 00009000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb4698000-3fb4699000 rw-p 00000000 00:00 0 3fb4699000-3fb46a5000 r-xp 00000000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb46a5000-3fb46a6000 r--p 0000b000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb46a6000-3fb46a8000 rw-p 0000c000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb46a8000-3fb46b5000 r-xp 00000000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb46b5000-3fb46b6000 r--p 0000c000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb46b6000-3fb46b8000 rw-p 0000d000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb46b8000-3fb46c8000 r-xp 00000000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb46c8000-3fb46c9000 r--p 0000f000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb46c9000-3fb46cb000 rw-p 00010000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb46cb000-3fb4702000 r-xp 00000000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb4702000-3fb4703000 r--p 00036000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb4703000-3fb4705000 rw-p 00037000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb4705000-3fb4706000 rw-p 00000000 00:00 0 3fb4706000-3fb470c000 r-xp 00000000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb470c000-3fb470d000 r--p 00005000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb470d000-3fb470e000 rw-p 00006000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb470e000-3fb4711000 r-xp 00000000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb4711000-3fb4712000 r--p 00002000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb4712000-3fb4713000 rw-p 00003000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb4713000-3fb4715000 r-xp 00000000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb4715000-3fb4716000 ---p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb4716000-3fb4717000 r--p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb4717000-3fb4718000 rw-p 00003000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb4718000-3fb4758000 rw-p 00000000 00:00 0 3fb4758000-3fb4765000 r-xp 00000000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb4765000-3fb4766000 ---p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb4766000-3fb4767000 r--p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb4767000-3fb4768000 rw-p 0000e000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb4768000-3fb495b000 r-xp 00000000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb495b000-3fb495c000 ---p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb495c000-3fb4984000 r--p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb4984000-3fb4989000 rw-p 0021b000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb4989000-3fb498d000 rw-p 00000000 00:00 0 3fb498d000-3fb4997000 r-xp 00000000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb4997000-3fb4998000 ---p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb4998000-3fb4999000 r--p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb4999000-3fb499b000 rw-p 0000b000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb499b000-3fb49a1000 r-xp 00000000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb49a1000-3fb49a2000 r--p 00005000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb49a2000-3fb49a3000 rw-p 00006000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb49a3000-3fb49c5000 r-xp 00000000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb49c5000-3fb49c6000 r--p 00021000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb49c6000-3fb49c8000 rw-p 00022000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb49c8000-3fb49c9000 rw-p 00000000 00:00 0 3fb49c9000-3fb49e6000 r-xp 00000000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb49e6000-3fb49e7000 r--p 0001c000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb49e7000-3fb49ec000 rw-p 0001d000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb49ec000-3fb4a4b000 r-xp 00000000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb4a4b000-3fb4a4c000 r--p 0005e000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb4a4c000-3fb4a72000 rw-p 0005f000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb4a72000-3fb4ab3000 rw-p 00000000 00:00 0 3fb4ab3000-3fb4abe000 r-xp 00000000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb4abe000-3fb4abf000 r--p 0000a000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb4abf000-3fb4ac0000 rw-p 0000b000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb4ac0000-3fb4b00000 rw-p 00000000 00:00 0 3fb4b00000-3fb4b21000 r-xp 00000000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb4b21000-3fb4b22000 ---p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb4b22000-3fb4b23000 r--p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb4b23000-3fb4b24000 rw-p 00022000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb4b24000-3fb4b2b000 r-xp 00000000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb4b2b000-3fb4b2c000 r--p 00006000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb4b2c000-3fb4b2d000 rw-p 00007000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb4b2d000-3fb4b3b000 r-xp 00000000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb4b3b000-3fb4b3c000 r--p 0000d000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb4b3c000-3fb4b3d000 rw-p 0000e000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb4b3d000-3fb4b41000 r-xp 00000000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb4b41000-3fb4b42000 r--p 00003000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb4b42000-3fb4b43000 rw-p 00004000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb4b43000-3fb4b4a000 r-xp 00000000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb4b4a000-3fb4b4b000 r--p 00006000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb4b4b000-3fb4b4c000 rw-p 00007000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb4b4c000-3fb4c0c000 rw-p 00000000 00:00 0 3fb4c0c000-3fb4c29000 r-xp 00000000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb4c29000-3fb4c2a000 r--p 0001c000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb4c2a000-3fb4c2b000 rw-p 0001d000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb4c2b000-3fb4c2c000 rw-p 00000000 00:00 0 3fb4c2c000-3fb4c2f000 r-xp 00000000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb4c2f000-3fb4c30000 r--p 00002000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb4c30000-3fb4c31000 rw-p 00003000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb4c31000-3fb4c71000 rw-p 00000000 00:00 0 3fb4c71000-3fb4c89000 r-xp 00000000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb4c89000-3fb4c8a000 r--p 00017000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb4c8a000-3fb4c8e000 rw-p 00018000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb4c8e000-3fb4d0e000 rw-p 00000000 00:00 0 3fb4d0e000-3fb4d27000 r-xp 00000000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb4d27000-3fb4d28000 r--p 00018000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb4d28000-3fb4d2a000 rw-p 00019000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb4d2a000-3fb4daa000 rw-p 00000000 00:00 0 3fb4daa000-3fb4dc0000 r-xp 00000000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb4dc0000-3fb4dc1000 r--p 00015000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb4dc1000-3fb4dc3000 rw-p 00016000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb4dc3000-3fb4dcd000 r-xp 00000000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb4dcd000-3fb4dce000 r--p 00009000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb4dce000-3fb4dcf000 rw-p 0000a000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb4dcf000-3fb4dd0000 ---p 00000000 00:00 0 3fb4dd0000-3fb55d0000 rw-p 00000000 00:00 0 3fb55d0000-3fb55d1000 ---p 00000000 00:00 0 3fb55d1000-3fb5dd1000 rw-p 00000000 00:00 0 3fb5dd1000-3fb5dd2000 ---p 00000000 00:00 0 3fb5dd2000-3fb65d2000 rw-p 00000000 00:00 0 3fb65d2000-3fb66e4000 r-xp 00000000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb66e4000-3fb66e5000 r--p 00111000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb66e5000-3fb66e7000 rw-p 00112000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb66e7000-3fb6e68000 r-xp 00000000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb6e68000-3fb6e6e000 r--p 00780000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb6e6e000-3fb6e78000 rw-p 00786000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb6e78000-3fb6e83000 rw-p 00000000 00:00 0 3fb6e83000-3fb707f000 r-xp 00000000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb707f000-3fb7081000 r--p 001fc000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb7081000-3fb709e000 rw-p 001fe000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb709e000-3fb71fe000 rw-p 00000000 00:00 0 3fb71fe000-3fb7210000 r-xp 00000000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb7210000-3fb7211000 ---p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb7211000-3fb7212000 r--p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb7212000-3fb7215000 rw-p 00013000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb7215000-3fb7295000 rw-p 00000000 00:00 0 3fb7295000-3fb72ca000 r-xp 00000000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb72ca000-3fb72cb000 ---p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb72cb000-3fb72cc000 r--p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb72cc000-3fb72cf000 rw-p 00036000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb72cf000-3fb72da000 r-xp 00000000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb72da000-3fb72db000 r--p 0000a000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb72db000-3fb72dc000 rw-p 0000b000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb72dc000-3fb731c000 rw-p 00000000 00:00 0 3fb731c000-3fb7322000 r-xp 00000000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb7322000-3fb7323000 r--p 00005000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb7323000-3fb7324000 rw-p 00006000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb7324000-3fb7328000 r-xp 00000000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb7328000-3fb7329000 r--p 00003000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb7329000-3fb732a000 rw-p 00004000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb732a000-3fb766a000 rw-p 00000000 00:00 0 3fb766a000-3fb766d000 ---p 00000000 00:00 0 3fb766d000-3fb77ea000 rw-p 00000000 00:00 0 3fb77ea000-3fb7a21000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb7a21000-3fb7a26000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb7a26000-3fb7a5d000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb7a5d000-3fb7a7f000 rw-p 00000000 00:00 0 3fb7a7f000-3fb7a80000 ---p 00000000 00:00 0 3fb7a80000-3fb7b80000 rw-p 00000000 00:00 0 3fb7b80000-3fb7b83000 ---p 00000000 00:00 0 3fb7b83000-3fb7d00000 rw-p 00000000 00:00 0 3fb7d00000-3fb7d03000 ---p 00000000 00:00 0 3fb7d03000-3fb7e80000 rw-p 00000000 00:00 0 3fb7e80000-3fb7e83000 ---p 00000000 00:00 0 3fb7e83000-3fb8000000 rw-p 00000000 00:00 0 3fb8000000-3fb8021000 rw-p 00000000 00:00 0 3fb8021000-3fbc000000 ---p 00000000 00:00 0 3fbc000000-3fbc021000 rw-p 00000000 00:00 0 3fbc021000-3fc0000000 ---p 00000000 00:00 0 3fc0000000-3fc0550000 rw-p 00000000 00:00 0 3fc0550000-3fc5550000 ---p 00000000 00:00 0 3fc5550000-3fc6000000 rw-p 00000000 00:00 0 3fc6000000-3fd0000000 ---p 00000000 00:00 0 3fd0000000-3fd0697000 rw-p 00000000 00:00 0 3fd0697000-3fd4000000 ---p 00000000 00:00 0 3fd4000000-3fd4001000 r--p 00000000 00:00 0 3fd4001000-3fd4004000 r-xp 00000000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd4004000-3fd4005000 r--p 00002000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd4005000-3fd4006000 rw-p 00003000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd4006000-3fd4011000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fd4011000-3fd4012000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fd4012000-3fd4018000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fd4018000-3fd402b000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fd402b000-3fd402d000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fd402d000-3fd4031000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4031000-3fd4032000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4032000-3fd4033000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4033000-3fd4073000 rw-p 00000000 00:00 0 3fd4073000-3fd4075000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd4075000-3fd4076000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd4076000-3fd4077000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd4077000-3fd409f000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd409f000-3fd40a0000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd40a0000-3fd40a1000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd40a1000-3fd40a5000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd40a5000-3fd40a7000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fd40a7000-3fd40aa000 ---p 00000000 00:00 0 3fd40aa000-3fd4227000 rw-p 00000000 00:00 0 3fd4227000-3fd4228000 ---p 00000000 00:00 0 3fd4228000-3fd4376000 rw-p 00000000 00:00 0 3fd4376000-3fd4546000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fd4546000-3fd4aff000 rw-p 00000000 00:00 0 3fd4aff000-3fd4e3f000 ---p 00000000 00:00 0 3fd4e3f000-3fd4e45000 rw-p 00000000 00:00 0 3fd4e45000-3fd4e95000 ---p 00000000 00:00 0 3fd4e95000-3fd4e98000 rw-p 00000000 00:00 0 3fd4e98000-3fd4ebf000 ---p 00000000 00:00 0 3fd4ebf000-3fd4ec5000 rw-p 00000000 00:00 0 3fd4ec5000-3fd4f15000 ---p 00000000 00:00 0 3fd4f15000-3fd4f58000 rw-p 00000000 00:00 0 3fd4f58000-3fd4fd7000 ---p 00000000 00:00 0 3fd4fd7000-3fd4fff000 rwxp 00000000 00:00 0 3fd4fff000-3fd6fd7000 ---p 00000000 00:00 0 3fd6fd7000-3fd6fde000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd6fde000-3fd6fdf000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd6fdf000-3fd6fe0000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd6fe0000-3fd6fe1000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd6fe1000-3fd6fe9000 rw-s 00000000 fd:04 1050450 /tmp/hsperfdata_mockbuild/188921 3fd6fe9000-3fd6ff2000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd6ff2000-3fd6ff3000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd6ff3000-3fd6ff4000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd6ff4000-3fd6ffa000 rw-p 00000000 00:00 0 3fd6ffa000-3fd701f000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd701f000-3fd7020000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd7020000-3fd7022000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd7022000-3fd702e000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd702e000-3fd7030000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd7030000-3fd7031000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd7031000-3fd7037000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd7037000-3fd7038000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd7038000-3fd7039000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd7039000-3fd703a000 ---p 00000000 00:00 0 3fd703a000-3fd703b000 rw-p 00000000 00:00 0 3fd703b000-3fd703e000 ---p 00000000 00:00 0 3fd703e000-3fd71ba000 rw-p 00000000 00:00 0 3fd71ba000-3fd71cd000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd71cd000-3fd71ce000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd71ce000-3fd71cf000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd71cf000-3fd71d5000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd71d5000-3fd71d6000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd71d6000-3fd71d7000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd71d7000-3fd7261000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd7261000-3fd7262000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd7262000-3fd7263000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd7263000-3fd7402000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd7402000-3fd740c000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd740c000-3fd7410000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd7410000-3fd7414000 rw-p 00000000 00:00 0 3fd7414000-3fd7a0e000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd7a0e000-3fd7a27000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd7a27000-3fd7a47000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd7a47000-3fd7a60000 rw-p 00000000 00:00 0 3fd7a60000-3fd7a76000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd7a76000-3fd7a77000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd7a77000-3fd7a78000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd7a78000-3fd7a7c000 rw-p 00000000 00:00 0 3fd7a7c000-3fd7a7e000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd7a7e000-3fd7a7f000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd7a7f000-3fd7a80000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd7a80000-3fd7a81000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd7a81000-3fd7a94000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd7a94000-3fd7a95000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd7a95000-3fd7a96000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd7a96000-3fd7bb5000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd7bb5000-3fd7bb8000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd7bb8000-3fd7bbb000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd7bbb000-3fd7bbe000 rw-p 00000000 00:00 0 3fd7bbe000-3fd7bcb000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd7bcb000-3fd7bcc000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd7bcc000-3fd7bcd000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd7bcd000-3fd7bcf000 rw-p 00000000 00:00 0 3fd7bcf000-3fd7bd1000 r-xp 00000000 00:00 0 [vdso] 3fd7bd1000-3fd7bec000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fd7bec000-3fd7bed000 r--p 00000000 00:00 0 3fd7bed000-3fd7bee000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fd7bee000-3fd7bf0000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fff9d2000-3fff9f3000 rw-p 00000000 00:00 0 [stack] VM Arguments: java_command: jep.Run src/test/python/runtests.py java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:6.12 3.35 2.14 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6006576 kB MemAvailable: 7749416 kB Buffers: 206376 kB Cached: 1509160 kB SwapCached: 0 kB Active: 919452 kB Inactive: 975132 kB Active(anon): 182320 kB Inactive(anon): 180 kB Active(file): 737132 kB Inactive(file): 974952 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 6508 kB Writeback: 0 kB AnonPages: 179008 kB Mapped: 285860 kB Shmem: 3508 kB KReclaimable: 121024 kB Slab: 197664 kB SReclaimable: 121024 kB SUnreclaim: 76640 kB KernelStack: 1248 kB PageTables: 3120 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 750632 kB VmallocTotal: 67108863 kB VmallocUsed: 1392 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6006324k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:35:46 2020 timezone: EDT elapsed time: 282 seconds (0d 0h 4m 42s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188933, tid=0x0000003ff1eba150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188933 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fec04b270): JavaThread "main" [_thread_in_native, id=188934, stack(0x0000003ff1d3c000,0x0000003ff1ebb000)] Stack: [0x0000003ff1d3c000,0x0000003ff1ebb000], sp=0x0000003ff1dfe680, free space=777k Java frames: 0x0000003ff1eb9148: unboxed parameter[1] = 0x0000003ff1eb9210 0x0000003ff1eb9150: parameter[0] (JNIEnv) = 0x0000003ff1dfef48 0x0000003ff1eb9158: parameter[1] (this) = 0x0000003ff1eb9148 0x0000003ff1eb9160: parameter[2] = 0x0000003ff1eb9200 0x0000003ff1eb9168: istate->_thread = 0x0000003fec04b270 0x0000003ff1eb9170: istate->_bcp = 0x0000000000000000 0x0000003ff1eb9178: istate->_locals = 0x0000003ff1eb9210 0x0000003ff1eb9180: istate->_constants = 0x0000003ff174a5a8 0x0000003ff1eb9188: istate->_method = jep.Jep.close(J)V 0x0000003ff1eb9190: istate->_mdx = 0x0000000000000000 0x0000003ff1eb9198: istate->_stack = 0x0000003ff1eb9160 0x0000003ff1eb91a0: istate->_msg = 0x0000000000000002 0x0000003ff1eb91a8: istate->_result = 0x0000000000000000 0x0000003ff1eb91b0: (istate->_result) = 0x0000003fea0001a0 0x0000003ff1eb91b8: (istate->_result) = 0x0000000000000000 0x0000003ff1eb91c0: istate->_prev_link = 0x0000000000000000 0x0000003ff1eb91c8: istate->_oop_temp = 0x0000000000000000 0x0000003ff1eb91d0: istate->_stack_base = 0x0000003ff1eb9168 0x0000003ff1eb91d8: istate->_stack_limit = 0x0000003ff1eb9160 0x0000003ff1eb91e0: istate->_monitor_base = 0x0000003ff1eb9168 0x0000003ff1eb91e8: istate->_self_link = 0x0000003ff1eb9168 0x0000003ff1eb91f0: frame_type = INTERPRETER_FRAME 0x0000003ff1eb91f8: next_frame = 0x0000003ff1eb92b8 0x0000003ff1eb9200: local[2] = 0x0000003fec174c70 0x0000003ff1eb9208: local[1] = 0x0000003fda4efa10 0x0000003ff1eb9210: local[0] = 0x0000003fda4efa10 0x0000003ff1eb9218: monitor[0]->_lock = 0x0000000000000009 0x0000003ff1eb9220: monitor[0]->_obj = 0x0000003fda4efa10 0x0000003ff1eb9228: istate->_thread = 0x0000003fec04b270 0x0000003ff1eb9230: istate->_bcp = 0x0000003ff1748b02 (bci 170) 0x0000003ff1eb9238: istate->_locals = 0x0000003ff1eb92d0 0x0000003ff1eb9240: istate->_constants = 0x0000003ff174a5a8 0x0000003ff1eb9248: istate->_method = jep.Jep.close()V 0x0000003ff1eb9250: istate->_mdx = 0x0000000000000000 0x0000003ff1eb9258: istate->_stack = 0x0000003ff1eb91f8 0x0000003ff1eb9260: istate->_msg = 0x0000000000000008 0x0000003ff1eb9268: istate->_result = 0x0000003ff1748bd8 0x0000003ff1eb9270: (istate->_result) = 0x0000003fea000218 0x0000003ff1eb9278: (istate->_result) = 0x0000000000000003 0x0000003ff1eb9280: istate->_prev_link = 0x0000000000000000 0x0000003ff1eb9288: istate->_oop_temp = 0x0000000000000000 0x0000003ff1eb9290: istate->_stack_base = 0x0000003ff1eb9218 0x0000003ff1eb9298: istate->_stack_limit = 0x0000003ff1eb91e8 0x0000003ff1eb92a0: istate->_monitor_base = 0x0000003ff1eb9228 0x0000003ff1eb92a8: istate->_self_link = 0x0000003ff1eb9228 0x0000003ff1eb92b0: frame_type = INTERPRETER_FRAME 0x0000003ff1eb92b8: next_frame = 0x0000003ff1eb9368 0x0000003ff1eb92c0: local[2] = 0x0000000000000000 0x0000003ff1eb92c8: local[1] = 0x0000003fda32e830 0x0000003ff1eb92d0: local[0] = 0x0000003fda4efa10 0x0000003ff1eb92d8: istate->_thread = 0x0000003fec04b270 0x0000003ff1eb92e0: istate->_bcp = 0x0000003ff174045d (bci 125) 0x0000003ff1eb92e8: istate->_locals = 0x0000003ff1eb93a0 0x0000003ff1eb92f0: istate->_constants = 0x0000003ff1741c20 0x0000003ff1eb92f8: istate->_method = jep.test.TestExceptionCause.main([Ljava/lang/String;)V 0x0000003ff1eb9300: istate->_mdx = 0x0000000000000000 0x0000003ff1eb9308: istate->_stack = 0x0000003ff1eb92c8 0x0000003ff1eb9310: istate->_msg = 0x0000003f00000008 0x0000003ff1eb9318: istate->_result = 0x0000003ff1748b38 0x0000003ff1eb9320: (istate->_result) = 0x0000003fea0001a8 0x0000003ff1eb9328: (istate->_result) = 0x0000003f00000005 0x0000003ff1eb9330: istate->_prev_link = 0x0000000000000000 0x0000003ff1eb9338: istate->_oop_temp = 0x0000000000000000 0x0000003ff1eb9340: istate->_stack_base = 0x0000003ff1eb92d8 0x0000003ff1eb9348: istate->_stack_limit = 0x0000003ff1eb92a0 0x0000003ff1eb9350: istate->_monitor_base = 0x0000003ff1eb92d8 0x0000003ff1eb9358: istate->_self_link = 0x0000003ff1eb92d8 0x0000003ff1eb9360: frame_type = INTERPRETER_FRAME 0x0000003ff1eb9368: next_frame = 0x0000003ff1eb93b8 0x0000003ff1eb9370: local[6] = 0x0000000000000000 0x0000003ff1eb9378: local[5] = 0x0000000000000000 0x0000003ff1eb9380: local[4] = 0x0000003fda32e1f0 0x0000003ff1eb9388: local[3] = 0x0000000000000000 0x0000003ff1eb9390: local[2] = 0x0000003fda4efa10 0x0000003ff1eb9398: local[1] = 0x0000003fda4efa50 0x0000003ff1eb93a0: local[0] = 0x0000003fda4efa88 0x0000003ff1eb93a8: call_wrapper = 0x0000003ff1eb9488 0x0000003ff1eb93b0: frame_type = ENTRY_FRAME 0x0000003ff1eb93b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fec173570 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=188941, stack(0x0000003ff03dc000,0x0000003ff055c000)] 0x0000003fec10f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=188939, stack(0x0000003ff0928000,0x0000003ff0aa8000)] 0x0000003fec0fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=188938, stack(0x0000003ff0aa8000,0x0000003ff0c28000)] 0x0000003fec0d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=188937, stack(0x0000003ff0c28000,0x0000003ff0da8000)] 0x0000003fec0d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=188936, stack(0x0000003ff0da8000,0x0000003ff0f28000)] =>0x0000003fec04b270 JavaThread "main" [_thread_in_native, id=188934, stack(0x0000003ff1d3c000,0x0000003ff1ebb000)] Other Threads: 0x0000003fec0c88a0 VMThread [stack: 0x0000003ff0f2a000,0x0000003ff1029000] [id=188935] 0x0000003fec111350 WatcherThread [stack: 0x0000003ff0829000,0x0000003ff0928000] [id=188940] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3770K [0x0000003fda000000, 0x0000003fda550000, 0x0000003fdf550000) eden space 4416K, 73% used [0x0000003fda000000, 0x0000003fda32eb00, 0x0000003fda450000) from space 512K, 100% used [0x0000003fda4d0000, 0x0000003fda550000, 0x0000003fda550000) to space 512K, 0% used [0x0000003fda450000, 0x0000003fda450000, 0x0000003fda4d0000) tenured generation total 10944K, used 431K [0x0000003fdf550000, 0x0000003fe0000000, 0x0000003fea000000) the space 10944K, 3% used [0x0000003fdf550000, 0x0000003fdf5bbd28, 0x0000003fdf5bbe00, 0x0000003fe0000000) Metaspace used 3456K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003ff1b96000,0x0000003ff1c17000] byte_map_base: 0x0000003fd1cc6000 Polling page: 0x0000003ff28ed000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fea000000, 0x0000003fea028000, 0x0000003fec000000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 14.078 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fda000000, 0x0000003fda550000, 0x0000003fdf550000) eden space 4416K, 99% used [0x0000003fda000000, 0x0000003fda44ffe8, 0x0000003fda450000) from space 512K, 0% used [0x0000003fda450000, 0x0000003fda450000, 0x0000003fda4d0000) to space 512K, 0% used [0x0000003fda4d0000, 0x0000003fda4d0000, 0x0000003fda550000) tenured generation total 10944K, used 0K [0x0000003fdf550000, 0x0000003fe0000000, 0x0000003fea000000) the space 10944K, 0% used [0x0000003fdf550000, 0x0000003fdf550000, 0x0000003fdf550200, 0x0000003fe0000000) Metaspace used 3379K, capacity 4240K, committed 4352K, reserved 8192K Event: 14.223 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fda000000, 0x0000003fda550000, 0x0000003fdf550000) eden space 4416K, 0% used [0x0000003fda000000, 0x0000003fda000000, 0x0000003fda450000) from space 512K, 100% used [0x0000003fda4d0000, 0x0000003fda550000, 0x0000003fda550000) to space 512K, 0% used [0x0000003fda450000, 0x0000003fda450000, 0x0000003fda4d0000) tenured generation total 10944K, used 431K [0x0000003fdf550000, 0x0000003fe0000000, 0x0000003fea000000) the space 10944K, 3% used [0x0000003fdf550000, 0x0000003fdf5bbd28, 0x0000003fdf5bbe00, 0x0000003fe0000000) Metaspace used 3379K, capacity 4240K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (14 events): Event: 1.518 Thread 0x0000003fec04b270 Exception (0x0000003fda00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.520 Thread 0x0000003fec04b270 Exception (0x0000003fda00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 7.716 Thread 0x0000003fec04b270 Exception (0x0000003fda1370f0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.717 Thread 0x0000003fec04b270 Exception (0x0000003fda1373d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.744 Thread 0x0000003fec04b270 Exception (0x0000003fda13a1c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.745 Thread 0x0000003fec04b270 Exception (0x0000003fda13a4a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.753 Thread 0x0000003fec04b270 Exception (0x0000003fda13b438) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.754 Thread 0x0000003fec04b270 Exception (0x0000003fda13b718) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.771 Thread 0x0000003fec04b270 Exception (0x0000003fda13c8c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.772 Thread 0x0000003fec04b270 Exception (0x0000003fda13cba0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.780 Thread 0x0000003fec04b270 Exception (0x0000003fda13da20) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.780 Thread 0x0000003fec04b270 Exception (0x0000003fda13dd00) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 21.984 Thread 0x0000003fec04b270 Exception (0x0000003fda32c940) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 22.000 Thread 0x0000003fec04b270 Exception (0x0000003fda32e1f0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Events (250 events): Event: 3.710 loading class java/security/AllPermission done Event: 3.711 loading class java/security/UnresolvedPermission Event: 3.715 loading class java/security/UnresolvedPermission done Event: 3.717 loading class java/security/BasicPermissionCollection Event: 3.720 loading class java/security/BasicPermissionCollection done Event: 3.751 loading class sun/launcher/LauncherHelper$FXHelper Event: 3.754 loading class sun/launcher/LauncherHelper$FXHelper done Event: 3.759 loading class java/lang/Class$MethodArray Event: 3.762 loading class java/lang/Class$MethodArray done Event: 3.780 loading class jep/JepException Event: 3.781 loading class jep/JepException done Event: 3.830 loading class jep/Interpreter Event: 3.831 loading class jep/Interpreter done Event: 3.872 loading class java/lang/Void Event: 3.874 loading class java/lang/Void done Event: 3.881 loading class jep/JepConfig Event: 3.881 loading class jep/JepConfig done Event: 3.911 loading class jep/Jep Event: 3.911 loading class jep/Jep done Event: 3.937 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 3.939 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 3.951 loading class jep/SubInterpreter Event: 3.951 loading class jep/SubInterpreter done Event: 3.988 loading class jep/ClassEnquirer Event: 3.989 loading class jep/ClassEnquirer done Event: 4.009 loading class jep/Jep$1 Event: 4.009 loading class jep/Jep$1 done Event: 4.032 loading class jep/python/MemoryManager Event: 4.033 loading class jep/python/MemoryManager done Event: 4.054 loading class java/util/IdentityHashMap Event: 4.058 loading class java/util/IdentityHashMap done Event: 4.063 loading class java/util/IdentityHashMap$KeySet Event: 4.066 loading class java/util/IdentityHashMap$KeySet done Event: 4.069 loading class jep/MainInterpreter Event: 4.070 loading class jep/MainInterpreter done Event: 4.101 loading class java/util/concurrent/BlockingQueue Event: 4.106 loading class java/util/concurrent/BlockingQueue done Event: 4.110 loading class java/lang/UnsatisfiedLinkError Event: 4.111 loading class java/lang/UnsatisfiedLinkError done Event: 4.116 loading class jep/MainInterpreter$1 Event: 4.116 loading class jep/MainInterpreter$1 done Event: 4.132 loading class java/util/concurrent/SynchronousQueue Event: 4.134 loading class java/util/AbstractQueue Event: 4.137 loading class java/util/AbstractQueue done Event: 4.138 loading class java/util/concurrent/SynchronousQueue done Event: 4.143 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 4.144 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 4.146 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 4.146 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 4.149 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 4.151 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 4.165 loading class java/lang/ClassLoaderHelper Event: 4.167 loading class java/lang/ClassLoaderHelper done Event: 4.191 loading class jep/LibraryLocator Event: 4.191 loading class jep/LibraryLocator done Event: 4.228 loading class java/lang/ProcessEnvironment Event: 4.231 loading class java/lang/ProcessEnvironment done Event: 4.236 loading class java/lang/ProcessEnvironment$Variable Event: 4.239 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.241 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.242 loading class java/lang/ProcessEnvironment$Variable done Event: 4.248 loading class java/lang/ProcessEnvironment$Value Event: 4.251 loading class java/lang/ProcessEnvironment$Value done Event: 4.259 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.263 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.266 loading class java/util/Collections$UnmodifiableMap Event: 4.271 loading class java/util/Collections$UnmodifiableMap done Event: 4.440 Thread 0x0000003fec173570 Thread added: 0x0000003fec173570 Event: 5.603 loading class java/util/concurrent/locks/LockSupport Event: 5.606 loading class java/util/concurrent/locks/LockSupport done Event: 5.613 loading class sun/nio/ch/Interruptible Event: 5.615 loading class sun/nio/ch/Interruptible done Event: 6.096 loading class java/nio/ShortBuffer Event: 6.100 loading class java/nio/ShortBuffer done Event: 6.128 loading class java/nio/IntBuffer Event: 6.132 loading class java/nio/IntBuffer done Event: 6.144 loading class java/nio/DoubleBuffer Event: 6.148 loading class java/nio/DoubleBuffer done Event: 6.155 loading class java/nio/FloatBuffer Event: 6.159 loading class java/nio/FloatBuffer done Event: 6.194 loading class jep/Proxy Event: 6.194 loading class jep/Proxy done Event: 6.219 loading class java/lang/reflect/InvocationHandler Event: 6.221 loading class java/lang/reflect/InvocationHandler done Event: 6.231 loading class java/lang/IndexOutOfBoundsException Event: 6.233 loading class java/lang/IndexOutOfBoundsException done Event: 6.238 loading class java/io/IOException Event: 6.240 loading class java/io/IOException done Event: 6.252 loading class java/lang/AssertionError Event: 6.255 loading class java/lang/AssertionError done Event: 6.261 loading class jep/python/PyObject Event: 6.262 loading class jep/python/PyObject done Event: 6.281 loading class jep/JepAccess Event: 6.281 loading class jep/JepAccess done Event: 6.305 loading class java/lang/IllegalStateException Event: 6.307 loading class java/lang/IllegalStateException done Event: 6.315 loading class jep/python/PyCallable Event: 6.315 loading class jep/python/PyCallable done Event: 6.337 loading class jep/NDArray Event: 6.337 loading class jep/NDArray done Event: 6.355 loading class jep/AbstractNDArray Event: 6.356 loading class jep/AbstractNDArray done Event: 6.390 loading class jep/DirectNDArray Event: 6.390 loading class jep/DirectNDArray done Event: 6.445 loading class java/util/regex/Pattern Event: 6.457 loading class java/util/regex/Pattern done Event: 6.462 loading class java/util/regex/Pattern$4 Event: 6.464 loading class java/util/regex/Pattern$Node Event: 6.466 loading class java/util/regex/Pattern$Node done Event: 6.467 loading class java/util/regex/Pattern$4 done Event: 6.471 loading class java/util/regex/Pattern$LastNode Event: 6.473 loading class java/util/regex/Pattern$LastNode done Event: 6.478 loading class java/util/regex/Pattern$GroupHead Event: 6.480 loading class java/util/regex/Pattern$GroupHead done Event: 6.483 loading class java/util/regex/Pattern$Single Event: 6.485 loading class java/util/regex/Pattern$BmpCharProperty Event: 6.486 loading class java/util/regex/Pattern$CharProperty Event: 6.489 loading class java/util/regex/Pattern$CharProperty done Event: 6.490 loading class java/util/regex/Pattern$BmpCharProperty done Event: 6.491 loading class java/util/regex/Pattern$Single done Event: 6.496 loading class java/util/regex/Pattern$Slice Event: 6.498 loading class java/util/regex/Pattern$SliceNode Event: 6.500 loading class java/util/regex/Pattern$SliceNode done Event: 6.501 loading class java/util/regex/Pattern$Slice done Event: 6.501 loading class java/util/regex/Pattern$Begin Event: 6.503 loading class java/util/regex/Pattern$Begin done Event: 6.504 loading class java/util/regex/Pattern$First Event: 6.505 loading class java/util/regex/Pattern$First done Event: 6.506 loading class java/util/regex/Pattern$Start Event: 6.508 loading class java/util/regex/Pattern$Start done Event: 6.510 loading class java/util/regex/Pattern$TreeInfo Event: 6.512 loading class java/util/regex/Pattern$TreeInfo done Event: 6.515 loading class java/util/regex/Matcher Event: 6.518 loading class java/util/regex/MatchResult Event: 6.519 loading class java/util/regex/MatchResult done Event: 6.523 loading class java/util/regex/Matcher done Event: 6.604 loading class jep/ClassList Event: 6.604 loading class jep/ClassList done Event: 6.640 loading class java/net/URISyntaxException Event: 6.642 loading class java/net/URISyntaxException done Event: 6.648 loading class java/io/FilenameFilter Event: 6.649 loading class java/io/FilenameFilter done Event: 6.670 loading class java/util/LinkedList Event: 6.676 loading class java/util/AbstractSequentialList Event: 6.680 loading class java/util/AbstractSequentialList done Event: 6.682 loading class java/util/LinkedList done Event: 6.693 loading class java/util/LinkedList$Node Event: 6.695 loading class java/util/LinkedList$Node done Event: 6.773 loading class java/util/jar/JarFile$JarEntryIterator Event: 6.776 loading class java/util/jar/JarFile$JarEntryIterator done Event: 6.779 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 6.782 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 6.907 loading class java/util/WeakHashMap$EntrySet Event: 6.910 loading class java/util/WeakHashMap$EntrySet done Event: 6.913 loading class java/util/WeakHashMap$EntryIterator Event: 6.915 loading class java/util/WeakHashMap$HashIterator Event: 6.918 loading class java/util/WeakHashMap$HashIterator done Event: 6.919 loading class java/util/WeakHashMap$EntryIterator done Event: 6.925 loading class java/util/HashMap$EntrySet Event: 6.928 loading class java/util/HashMap$EntrySet done Event: 6.931 loading class java/util/HashMap$EntryIterator Event: 6.933 loading class java/util/HashMap$HashIterator Event: 6.935 loading class java/util/HashMap$HashIterator done Event: 6.936 loading class java/util/HashMap$EntryIterator done Event: 7.171 loading class java/lang/Package$1 Event: 7.173 loading class java/lang/Package$1 done Event: 7.186 loading class java/util/jar/JarInputStream Event: 7.189 loading class java/util/zip/ZipInputStream Event: 7.192 loading class java/util/zip/ZipInputStream done Event: 7.193 loading class java/util/jar/JarInputStream done Event: 7.197 loading class java/io/PushbackInputStream Event: 7.200 loading class java/io/PushbackInputStream done Event: 7.203 loading class java/util/zip/CRC32 Event: 7.205 loading class java/util/zip/Checksum Event: 7.206 loading class java/util/zip/Checksum done Event: 7.208 loading class java/util/zip/CRC32 done Event: 7.214 loading class java/util/zip/ZipUtils Event: 7.217 loading class java/util/zip/ZipUtils done Event: 7.226 loading class java/io/ByteArrayOutputStream Event: 7.229 loading class java/io/ByteArrayOutputStream done Event: 7.507 loading class java/util/HashMap$Values Event: 7.510 loading class java/util/HashMap$Values done Event: 7.513 loading class java/util/HashMap$ValueIterator Event: 7.515 loading class java/util/HashMap$ValueIterator done Event: 7.539 loading class sun/misc/Launcher$BootClassPathHolder Event: 7.541 loading class sun/misc/Launcher$BootClassPathHolder done Event: 7.543 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 7.545 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 7.705 loading class java/io/FileNotFoundException Event: 7.707 loading class java/io/FileNotFoundException done Event: 7.711 loading class java/security/PrivilegedActionException Event: 7.713 loading class java/security/PrivilegedActionException done Event: 7.755 loading class java/net/URLClassLoader$2 Event: 7.757 loading class java/net/URLClassLoader$2 done Event: 7.950 loading class sun/net/www/protocol/jar/JarURLConnection Event: 7.953 loading class java/net/JarURLConnection Event: 7.954 loading class java/net/JarURLConnection done Event: 7.955 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 7.957 loading class sun/net/www/protocol/jar/JarFileFactory Event: 7.958 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 7.960 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 7.961 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 7.970 loading class sun/net/www/protocol/jar/URLJarFile Event: 7.972 loading class sun/net/www/protocol/jar/URLJarFile done Event: 7.982 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 7.983 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 7.986 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 7.987 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 8.006 loading class java/util/ArrayList$SubList Event: 8.009 loading class java/util/ArrayList$SubList done Event: 8.012 loading class java/util/ArrayList$SubList$1 Event: 8.013 loading class java/util/ListIterator Event: 8.014 loading class java/util/ListIterator done Event: 8.015 loading class java/util/ArrayList$SubList$1 done Event: 14.072 Executing VM operation: GenCollectForAllocation Event: 14.226 Executing VM operation: GenCollectForAllocation done Event: 21.256 loading class java/lang/reflect/Proxy Event: 21.259 loading class java/lang/reflect/Proxy done Event: 21.262 loading class java/lang/reflect/WeakCache Event: 21.264 loading class java/lang/reflect/WeakCache done Event: 21.265 loading class java/lang/reflect/Proxy$KeyFactory Event: 21.265 loading class java/util/function/BiFunction Event: 21.267 loading class java/util/function/BiFunction done Event: 21.268 loading class java/lang/reflect/Proxy$KeyFactory done Event: 21.270 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 21.272 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 21.337 loading class java/util/function/UnaryOperator Event: 21.340 loading class java/util/function/UnaryOperator done Event: 21.341 loading class java/util/Spliterator Event: 21.344 loading class java/util/Spliterator done Event: 21.345 loading class java/util/function/Consumer Event: 21.346 loading class java/util/function/Consumer done Event: 21.347 loading class java/util/function/Predicate Event: 21.349 loading class java/util/function/Predicate done Event: 21.356 loading class java/util/stream/Stream Event: 21.358 loading class java/util/stream/BaseStream Event: 21.359 loading class java/util/stream/BaseStream done Event: 21.361 loading class java/util/stream/Stream done Event: 21.518 loading class java/util/ArrayList$ArrayListSpliterator Event: 21.522 loading class java/util/ArrayList$ArrayListSpliterator done Event: 21.523 loading class java/util/ArrayList$ListItr Event: 21.526 loading class java/util/ArrayList$Itr Event: 21.528 loading class java/util/ArrayList$Itr done Event: 21.529 loading class java/util/ArrayList$ListItr done Event: 21.563 loading class java/io/PrintWriter Event: 21.568 loading class java/io/PrintWriter done Event: 22.006 loading class java/util/IdentityHashMap$KeyIterator Event: 22.008 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 22.010 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 22.010 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ae9dbb000-2ae9dbc000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae9dbc000-2ae9dbd000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae9dbd000-2ae9dbe000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2afc6bb000-2afc6dc000 rw-p 00000000 00:00 0 [heap] 3fbc000000-3fbc021000 rw-p 00000000 00:00 0 3fbc021000-3fc0000000 ---p 00000000 00:00 0 3fc0000000-3fc00b3000 rw-p 00000000 00:00 0 3fc00b3000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc4021000 rw-p 00000000 00:00 0 3fc4021000-3fc8000000 ---p 00000000 00:00 0 3fc8000000-3fc8021000 rw-p 00000000 00:00 0 3fc8021000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc021000 rw-p 00000000 00:00 0 3fcc021000-3fd0000000 ---p 00000000 00:00 0 3fd0000000-3fd0021000 rw-p 00000000 00:00 0 3fd0021000-3fd4000000 ---p 00000000 00:00 0 3fd4000000-3fd4021000 rw-p 00000000 00:00 0 3fd4021000-3fd8000000 ---p 00000000 00:00 0 3fda000000-3fda550000 rw-p 00000000 00:00 0 3fda550000-3fdf550000 ---p 00000000 00:00 0 3fdf550000-3fe0000000 rw-p 00000000 00:00 0 3fe0000000-3fea000000 ---p 00000000 00:00 0 3fea000000-3fea028000 rwxp 00000000 00:00 0 3fea028000-3fec000000 ---p 00000000 00:00 0 3fec000000-3fec236000 rw-p 00000000 00:00 0 3fec236000-3ff0000000 ---p 00000000 00:00 0 3ff0031000-3ff00f1000 rw-p 00000000 00:00 0 3ff00f1000-3ff00fc000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3ff00fc000-3ff00fd000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3ff00fd000-3ff0103000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3ff0103000-3ff0116000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3ff0116000-3ff0216000 rw-p 00000000 00:00 0 3ff0216000-3ff021a000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3ff021a000-3ff021b000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3ff021b000-3ff021c000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3ff021c000-3ff03dc000 rw-p 00000000 00:00 0 3ff03dc000-3ff03df000 ---p 00000000 00:00 0 3ff03df000-3ff055c000 rw-p 00000000 00:00 0 3ff055c000-3ff055e000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3ff055e000-3ff055f000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3ff055f000-3ff0560000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3ff0560000-3ff0797000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3ff0797000-3ff079c000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3ff079c000-3ff07d3000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3ff07d3000-3ff07f5000 rw-p 00000000 00:00 0 3ff07f5000-3ff081d000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3ff081d000-3ff081e000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3ff081e000-3ff081f000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3ff081f000-3ff0823000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3ff0823000-3ff0825000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3ff0825000-3ff0827000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3ff0827000-3ff0828000 ---p 00000000 00:00 0 3ff0828000-3ff0928000 rw-p 00000000 00:00 0 3ff0928000-3ff092b000 ---p 00000000 00:00 0 3ff092b000-3ff0aa8000 rw-p 00000000 00:00 0 3ff0aa8000-3ff0aab000 ---p 00000000 00:00 0 3ff0aab000-3ff0c28000 rw-p 00000000 00:00 0 3ff0c28000-3ff0c2b000 ---p 00000000 00:00 0 3ff0c2b000-3ff0da8000 rw-p 00000000 00:00 0 3ff0da8000-3ff0dab000 ---p 00000000 00:00 0 3ff0dab000-3ff0f28000 rw-p 00000000 00:00 0 3ff0f28000-3ff0f29000 ---p 00000000 00:00 0 3ff0f29000-3ff1077000 rw-p 00000000 00:00 0 3ff1077000-3ff1247000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3ff1247000-3ff1780000 rw-p 00000000 00:00 0 3ff1780000-3ff1b40000 ---p 00000000 00:00 0 3ff1b40000-3ff1b46000 rw-p 00000000 00:00 0 3ff1b46000-3ff1b96000 ---p 00000000 00:00 0 3ff1b96000-3ff1b99000 rw-p 00000000 00:00 0 3ff1b99000-3ff1bc0000 ---p 00000000 00:00 0 3ff1bc0000-3ff1bc6000 rw-p 00000000 00:00 0 3ff1bc6000-3ff1c16000 ---p 00000000 00:00 0 3ff1c16000-3ff1c59000 rw-p 00000000 00:00 0 3ff1c59000-3ff1cd8000 ---p 00000000 00:00 0 3ff1cd8000-3ff1cdf000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3ff1cdf000-3ff1ce0000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3ff1ce0000-3ff1ce1000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3ff1ce1000-3ff1ce2000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3ff1ce2000-3ff1cea000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/188933 3ff1cea000-3ff1cf3000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3ff1cf3000-3ff1cf4000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3ff1cf4000-3ff1cf5000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3ff1cf5000-3ff1cfb000 rw-p 00000000 00:00 0 3ff1cfb000-3ff1d20000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3ff1d20000-3ff1d21000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3ff1d21000-3ff1d23000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3ff1d23000-3ff1d2f000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3ff1d2f000-3ff1d31000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3ff1d31000-3ff1d32000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3ff1d32000-3ff1d38000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3ff1d38000-3ff1d39000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3ff1d39000-3ff1d3a000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3ff1d3a000-3ff1d3b000 ---p 00000000 00:00 0 3ff1d3b000-3ff1d3c000 rw-p 00000000 00:00 0 3ff1d3c000-3ff1d3f000 ---p 00000000 00:00 0 3ff1d3f000-3ff1ebb000 rw-p 00000000 00:00 0 3ff1ebb000-3ff1ece000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3ff1ece000-3ff1ecf000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3ff1ecf000-3ff1ed0000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3ff1ed0000-3ff1ed6000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3ff1ed6000-3ff1ed7000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3ff1ed7000-3ff1ed8000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3ff1ed8000-3ff1f62000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3ff1f62000-3ff1f63000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3ff1f63000-3ff1f64000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3ff1f64000-3ff2103000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3ff2103000-3ff210d000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3ff210d000-3ff2111000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3ff2111000-3ff2115000 rw-p 00000000 00:00 0 3ff2115000-3ff270f000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3ff270f000-3ff2728000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3ff2728000-3ff2748000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3ff2748000-3ff2761000 rw-p 00000000 00:00 0 3ff2761000-3ff2777000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3ff2777000-3ff2778000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3ff2778000-3ff2779000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3ff2779000-3ff277d000 rw-p 00000000 00:00 0 3ff277d000-3ff277f000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3ff277f000-3ff2780000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3ff2780000-3ff2781000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3ff2781000-3ff2782000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3ff2782000-3ff2795000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3ff2795000-3ff2796000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3ff2796000-3ff2797000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3ff2797000-3ff28b6000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3ff28b6000-3ff28b9000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3ff28b9000-3ff28bc000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3ff28bc000-3ff28bf000 rw-p 00000000 00:00 0 3ff28bf000-3ff28cc000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3ff28cc000-3ff28cd000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3ff28cd000-3ff28ce000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3ff28ce000-3ff28d0000 rw-p 00000000 00:00 0 3ff28d0000-3ff28d2000 r-xp 00000000 00:00 0 [vdso] 3ff28d2000-3ff28ed000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3ff28ed000-3ff28ee000 r--p 00000000 00:00 0 3ff28ee000-3ff28ef000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3ff28ef000-3ff28f1000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fffd7d000-3fffd9e000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestExceptionCause java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:1.36 1.38 1.37 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6158940 kB MemAvailable: 7735420 kB Buffers: 206348 kB Cached: 1347996 kB SwapCached: 0 kB Active: 933452 kB Inactive: 815732 kB Active(anon): 198172 kB Inactive(anon): 176 kB Active(file): 735280 kB Inactive(file): 815556 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 116 kB Writeback: 0 kB AnonPages: 194932 kB Mapped: 197456 kB Shmem: 3504 kB KReclaimable: 115912 kB Slab: 192024 kB SReclaimable: 115912 kB SUnreclaim: 76112 kB KernelStack: 1264 kB PageTables: 3076 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 780560 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6158940k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:32:01 2020 timezone: EDT elapsed time: 22 seconds (0d 0h 0m 22s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188944, tid=0x0000003fd2c05150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188944 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fcc04b250): JavaThread "main" [_thread_in_native, id=188945, stack(0x0000003fd2a87000,0x0000003fd2c06000)] Stack: [0x0000003fd2a87000,0x0000003fd2c06000], sp=0x0000003fd2b49680, free space=777k Java frames: 0x0000003fd2c04148: unboxed parameter[1] = 0x0000003fd2c04210 0x0000003fd2c04150: parameter[0] (JNIEnv) = 0x0000003fd2b49f48 0x0000003fd2c04158: parameter[1] (this) = 0x0000003fd2c04148 0x0000003fd2c04160: parameter[2] = 0x0000003fd2c04200 0x0000003fd2c04168: istate->_thread = 0x0000003fcc04b250 0x0000003fd2c04170: istate->_bcp = 0x0000000000000000 0x0000003fd2c04178: istate->_locals = 0x0000003fd2c04210 0x0000003fd2c04180: istate->_constants = 0x0000003fd0494118 0x0000003fd2c04188: istate->_method = jep.Jep.close(J)V 0x0000003fd2c04190: istate->_mdx = 0x0000000000000000 0x0000003fd2c04198: istate->_stack = 0x0000003fd2c04160 0x0000003fd2c041a0: istate->_msg = 0x0000003f00000002 0x0000003fd2c041a8: istate->_result = 0x0000000000000000 0x0000003fd2c041b0: (istate->_result) = 0x0000003fd0a231a0 0x0000003fd2c041b8: (istate->_result) = 0x0000000000000005 0x0000003fd2c041c0: istate->_prev_link = 0x0000000000000000 0x0000003fd2c041c8: istate->_oop_temp = 0x0000000000000000 0x0000003fd2c041d0: istate->_stack_base = 0x0000003fd2c04168 0x0000003fd2c041d8: istate->_stack_limit = 0x0000003fd2c04160 0x0000003fd2c041e0: istate->_monitor_base = 0x0000003fd2c04168 0x0000003fd2c041e8: istate->_self_link = 0x0000003fd2c04168 0x0000003fd2c041f0: frame_type = INTERPRETER_FRAME 0x0000003fd2c041f8: next_frame = 0x0000003fd2c042b8 0x0000003fd2c04200: local[2] = 0x0000003fcc174ed0 0x0000003fd2c04208: local[1] = 0x0000003fbc4efb00 0x0000003fd2c04210: local[0] = 0x0000003fbc4efb00 0x0000003fd2c04218: monitor[0]->_lock = 0x0000000000000009 0x0000003fd2c04220: monitor[0]->_obj = 0x0000003fbc4efb00 0x0000003fd2c04228: istate->_thread = 0x0000003fcc04b250 0x0000003fd2c04230: istate->_bcp = 0x0000003fd0492b02 (bci 170) 0x0000003fd2c04238: istate->_locals = 0x0000003fd2c042d0 0x0000003fd2c04240: istate->_constants = 0x0000003fd0494118 0x0000003fd2c04248: istate->_method = jep.Jep.close()V 0x0000003fd2c04250: istate->_mdx = 0x0000000000000000 0x0000003fd2c04258: istate->_stack = 0x0000003fd2c041f8 0x0000003fd2c04260: istate->_msg = 0x0000000000000008 0x0000003fd2c04268: istate->_result = 0x0000003fd0492bd8 0x0000003fd2c04270: (istate->_result) = 0x0000003fd0a23218 0x0000003fd2c04278: (istate->_result) = 0x0000003f00000003 0x0000003fd2c04280: istate->_prev_link = 0x0000000000000000 0x0000003fd2c04288: istate->_oop_temp = 0x0000000000000000 0x0000003fd2c04290: istate->_stack_base = 0x0000003fd2c04218 0x0000003fd2c04298: istate->_stack_limit = 0x0000003fd2c041e8 0x0000003fd2c042a0: istate->_monitor_base = 0x0000003fd2c04228 0x0000003fd2c042a8: istate->_self_link = 0x0000003fd2c04228 0x0000003fd2c042b0: frame_type = INTERPRETER_FRAME 0x0000003fd2c042b8: next_frame = 0x0000003fd2c04368 0x0000003fd2c042c0: local[2] = 0x0000000000000000 0x0000003fd2c042c8: local[1] = 0x0000000000000000 0x0000003fd2c042d0: local[0] = 0x0000003fbc4efb00 0x0000003fd2c042d8: istate->_thread = 0x0000003fcc04b250 0x0000003fd2c042e0: istate->_bcp = 0x0000003fd048b4c3 (bci 131) 0x0000003fd2c042e8: istate->_locals = 0x0000003fd2c043a0 0x0000003fd2c042f0: istate->_constants = 0x0000003fd048c200 0x0000003fd2c042f8: istate->_method = jep.test.TestExec.main([Ljava/lang/String;)V 0x0000003fd2c04300: istate->_mdx = 0x0000000000000000 0x0000003fd2c04308: istate->_stack = 0x0000003fd2c042c8 0x0000003fd2c04310: istate->_msg = 0x0000003f00000008 0x0000003fd2c04318: istate->_result = 0x0000003fd0492b38 0x0000003fd2c04320: (istate->_result) = 0x0000003fd0a231a8 0x0000003fd2c04328: (istate->_result) = 0x0000003f00000005 0x0000003fd2c04330: istate->_prev_link = 0x0000000000000000 0x0000003fd2c04338: istate->_oop_temp = 0x0000000000000000 0x0000003fd2c04340: istate->_stack_base = 0x0000003fd2c042d8 0x0000003fd2c04348: istate->_stack_limit = 0x0000003fd2c042a8 0x0000003fd2c04350: istate->_monitor_base = 0x0000003fd2c042d8 0x0000003fd2c04358: istate->_self_link = 0x0000003fd2c042d8 0x0000003fd2c04360: frame_type = INTERPRETER_FRAME 0x0000003fd2c04368: next_frame = 0x0000003fd2c043b8 0x0000003fd2c04370: local[6] = 0x0000000000000000 0x0000003fd2c04378: local[5] = 0x0000000000000000 0x0000003fd2c04380: local[4] = 0x0000003fbc319bc0 0x0000003fd2c04388: local[3] = 0x0000000000000000 0x0000003fd2c04390: local[2] = 0x0000003fbc4efb00 0x0000003fd2c04398: local[1] = 0x0000003fbc4efb90 0x0000003fd2c043a0: local[0] = 0x0000003fbc4efb78 0x0000003fd2c043a8: call_wrapper = 0x0000003fd2c04488 0x0000003fd2c043b0: frame_type = ENTRY_FRAME 0x0000003fd2c043b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fcc173a40 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=188957, stack(0x0000003fbb127000,0x0000003fbb2a7000)] 0x0000003fcc10f4b0 JavaThread "Service Thread" daemon [_thread_blocked, id=188954, stack(0x0000003fbb66b000,0x0000003fbb7eb000)] 0x0000003fcc0fef50 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=188950, stack(0x0000003fbb7eb000,0x0000003fbb96b000)] 0x0000003fcc0d61e0 JavaThread "Finalizer" daemon [_thread_blocked, id=188948, stack(0x0000003fbb96b000,0x0000003fbbaeb000)] 0x0000003fcc0d2150 JavaThread "Reference Handler" daemon [_thread_blocked, id=188947, stack(0x0000003fbbaeb000,0x0000003fbbc6b000)] =>0x0000003fcc04b250 JavaThread "main" [_thread_in_native, id=188945, stack(0x0000003fd2a87000,0x0000003fd2c06000)] Other Threads: 0x0000003fcc0c8880 VMThread [stack: 0x0000003fbbc6d000,0x0000003fbbd6c000] [id=188946] 0x0000003fcc111330 WatcherThread [stack: 0x0000003fbb56c000,0x0000003fbb66b000] [id=188955] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3687K [0x0000003fbc000000, 0x0000003fbc550000, 0x0000003fc1550000) eden space 4416K, 71% used [0x0000003fbc000000, 0x0000003fbc319e78, 0x0000003fbc450000) from space 512K, 100% used [0x0000003fbc4d0000, 0x0000003fbc550000, 0x0000003fbc550000) to space 512K, 0% used [0x0000003fbc450000, 0x0000003fbc450000, 0x0000003fbc4d0000) tenured generation total 10944K, used 433K [0x0000003fc1550000, 0x0000003fc2000000, 0x0000003fcc000000) the space 10944K, 3% used [0x0000003fc1550000, 0x0000003fc15bc538, 0x0000003fc15bc600, 0x0000003fc2000000) Metaspace used 3411K, capacity 4236K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fd08e1000,0x0000003fd0962000] byte_map_base: 0x0000003fb0b01000 Polling page: 0x0000003fd3638000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fd0a23000, 0x0000003fd0a4b000, 0x0000003fd2a23000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 13.573 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fbc000000, 0x0000003fbc550000, 0x0000003fc1550000) eden space 4416K, 99% used [0x0000003fbc000000, 0x0000003fbc44ffd8, 0x0000003fbc450000) from space 512K, 0% used [0x0000003fbc450000, 0x0000003fbc450000, 0x0000003fbc4d0000) to space 512K, 0% used [0x0000003fbc4d0000, 0x0000003fbc4d0000, 0x0000003fbc550000) tenured generation total 10944K, used 0K [0x0000003fc1550000, 0x0000003fc2000000, 0x0000003fcc000000) the space 10944K, 0% used [0x0000003fc1550000, 0x0000003fc1550000, 0x0000003fc1550200, 0x0000003fc2000000) Metaspace used 3381K, capacity 4236K, committed 4352K, reserved 8192K Event: 13.725 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fbc000000, 0x0000003fbc550000, 0x0000003fc1550000) eden space 4416K, 0% used [0x0000003fbc000000, 0x0000003fbc000000, 0x0000003fbc450000) from space 512K, 100% used [0x0000003fbc4d0000, 0x0000003fbc550000, 0x0000003fbc550000) to space 512K, 0% used [0x0000003fbc450000, 0x0000003fbc450000, 0x0000003fbc4d0000) tenured generation total 10944K, used 433K [0x0000003fc1550000, 0x0000003fc2000000, 0x0000003fcc000000) the space 10944K, 3% used [0x0000003fc1550000, 0x0000003fc15bc538, 0x0000003fc15bc600, 0x0000003fc2000000) Metaspace used 3381K, capacity 4236K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (12 events): Event: 1.267 Thread 0x0000003fcc04b250 Exception (0x0000003fbc00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.270 Thread 0x0000003fcc04b250 Exception (0x0000003fbc00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 7.181 Thread 0x0000003fcc04b250 Exception (0x0000003fbc139608) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.182 Thread 0x0000003fcc04b250 Exception (0x0000003fbc1398e8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.200 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13c6d8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.201 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13c9b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.206 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13d950) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.207 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13dc30) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.218 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13edd8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.219 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13f0b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.224 Thread 0x0000003fcc04b250 Exception (0x0000003fbc13ff38) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.224 Thread 0x0000003fcc04b250 Exception (0x0000003fbc140218) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Events (250 events): Event: 3.861 loading class java/security/PermissionCollection Event: 3.864 loading class java/security/PermissionCollection done Event: 3.864 loading class java/security/Permissions done Event: 3.874 loading class sun/net/www/protocol/file/FileURLConnection Event: 3.877 loading class sun/net/www/URLConnection Event: 3.880 loading class java/net/URLConnection Event: 3.888 loading class java/net/URLConnection done Event: 3.888 loading class sun/net/www/URLConnection done Event: 3.889 loading class sun/net/www/protocol/file/FileURLConnection done Event: 3.898 loading class sun/net/www/MessageHeader Event: 3.902 loading class sun/net/www/MessageHeader done Event: 3.907 loading class java/io/FilePermission Event: 3.910 loading class java/io/FilePermission done Event: 3.913 loading class java/io/FilePermission$1 Event: 3.916 loading class java/io/FilePermission$1 done Event: 3.923 loading class java/io/FilePermissionCollection Event: 3.926 loading class java/io/FilePermissionCollection done Event: 3.932 loading class java/security/AllPermission Event: 3.934 loading class java/security/AllPermission done Event: 3.935 loading class java/security/UnresolvedPermission Event: 3.950 loading class java/security/UnresolvedPermission done Event: 3.952 loading class java/security/BasicPermissionCollection Event: 3.955 loading class java/security/BasicPermissionCollection done Event: 3.987 loading class sun/launcher/LauncherHelper$FXHelper Event: 3.990 loading class sun/launcher/LauncherHelper$FXHelper done Event: 3.995 loading class java/lang/Class$MethodArray Event: 3.998 loading class java/lang/Class$MethodArray done Event: 4.022 loading class jep/Interpreter Event: 4.022 loading class jep/Interpreter done Event: 4.092 loading class java/lang/IllegalStateException Event: 4.094 loading class java/lang/IllegalStateException done Event: 4.106 loading class jep/JepException Event: 4.107 loading class jep/JepException done Event: 4.136 loading class java/lang/Void Event: 4.138 loading class java/lang/Void done Event: 4.151 loading class jep/SharedInterpreter Event: 4.152 loading class jep/SharedInterpreter done Event: 4.170 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 4.172 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 4.183 loading class jep/Jep Event: 4.184 loading class jep/Jep done Event: 4.235 loading class jep/ClassEnquirer Event: 4.236 loading class jep/ClassEnquirer done Event: 4.266 loading class jep/Jep$1 Event: 4.266 loading class jep/Jep$1 done Event: 4.312 loading class jep/JepConfig Event: 4.313 loading class jep/JepConfig done Event: 4.339 loading class jep/SubInterpreter Event: 4.340 loading class jep/SubInterpreter done Event: 4.363 loading class jep/python/MemoryManager Event: 4.364 loading class jep/python/MemoryManager done Event: 4.397 loading class java/util/IdentityHashMap Event: 4.403 loading class java/util/IdentityHashMap done Event: 4.424 loading class java/util/IdentityHashMap$KeySet Event: 4.427 loading class java/util/IdentityHashMap$KeySet done Event: 4.432 loading class jep/MainInterpreter Event: 4.433 loading class jep/MainInterpreter done Event: 4.468 loading class java/util/concurrent/BlockingQueue Event: 4.472 loading class java/util/concurrent/BlockingQueue done Event: 4.474 loading class java/lang/UnsatisfiedLinkError Event: 4.476 loading class java/lang/UnsatisfiedLinkError done Event: 4.481 loading class jep/MainInterpreter$1 Event: 4.481 loading class jep/MainInterpreter$1 done Event: 4.497 loading class java/util/concurrent/SynchronousQueue Event: 4.499 loading class java/util/AbstractQueue Event: 4.502 loading class java/util/AbstractQueue done Event: 4.503 loading class java/util/concurrent/SynchronousQueue done Event: 4.507 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 4.509 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 4.510 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 4.511 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 4.513 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 4.515 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 4.523 loading class java/lang/ClassLoaderHelper Event: 4.524 loading class java/lang/ClassLoaderHelper done Event: 4.536 loading class jep/LibraryLocator Event: 4.536 loading class jep/LibraryLocator done Event: 4.555 loading class java/lang/ProcessEnvironment Event: 4.558 loading class java/lang/ProcessEnvironment done Event: 4.561 loading class java/lang/ProcessEnvironment$Variable Event: 4.562 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.564 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.564 loading class java/lang/ProcessEnvironment$Variable done Event: 4.568 loading class java/lang/ProcessEnvironment$Value Event: 4.570 loading class java/lang/ProcessEnvironment$Value done Event: 4.575 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.578 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.580 loading class java/util/Collections$UnmodifiableMap Event: 4.582 loading class java/util/Collections$UnmodifiableMap done Event: 4.717 Thread 0x0000003fcc173a40 Thread added: 0x0000003fcc173a40 Event: 5.876 loading class java/util/concurrent/locks/LockSupport Event: 5.878 loading class java/util/concurrent/locks/LockSupport done Event: 5.883 loading class sun/nio/ch/Interruptible Event: 5.884 loading class sun/nio/ch/Interruptible done Event: 5.926 loading class java/nio/ShortBuffer Event: 5.930 loading class java/nio/ShortBuffer done Event: 5.938 loading class java/nio/IntBuffer Event: 5.942 loading class java/nio/IntBuffer done Event: 5.955 loading class java/nio/DoubleBuffer Event: 5.959 loading class java/nio/DoubleBuffer done Event: 5.966 loading class java/nio/FloatBuffer Event: 5.970 loading class java/nio/FloatBuffer done Event: 6.007 loading class jep/Proxy Event: 6.007 loading class jep/Proxy done Event: 6.032 loading class java/lang/reflect/InvocationHandler Event: 6.034 loading class java/lang/reflect/InvocationHandler done Event: 6.044 loading class java/lang/IndexOutOfBoundsException Event: 6.046 loading class java/lang/IndexOutOfBoundsException done Event: 6.050 loading class java/io/IOException Event: 6.053 loading class java/io/IOException done Event: 6.065 loading class java/lang/AssertionError Event: 6.068 loading class java/lang/AssertionError done Event: 6.074 loading class jep/python/PyObject Event: 6.075 loading class jep/python/PyObject done Event: 6.094 loading class jep/JepAccess Event: 6.095 loading class jep/JepAccess done Event: 6.122 loading class jep/python/PyCallable Event: 6.123 loading class jep/python/PyCallable done Event: 6.138 loading class jep/NDArray Event: 6.138 loading class jep/NDArray done Event: 6.149 loading class jep/AbstractNDArray Event: 6.149 loading class jep/AbstractNDArray done Event: 6.170 loading class jep/DirectNDArray Event: 6.170 loading class jep/DirectNDArray done Event: 6.194 loading class java/util/regex/Pattern Event: 6.205 loading class java/util/regex/Pattern done Event: 6.210 loading class java/util/regex/Pattern$4 Event: 6.213 loading class java/util/regex/Pattern$Node Event: 6.214 loading class java/util/regex/Pattern$Node done Event: 6.215 loading class java/util/regex/Pattern$4 done Event: 6.219 loading class java/util/regex/Pattern$LastNode Event: 6.221 loading class java/util/regex/Pattern$LastNode done Event: 6.224 loading class java/util/regex/Pattern$GroupHead Event: 6.226 loading class java/util/regex/Pattern$GroupHead done Event: 6.227 loading class java/util/regex/Pattern$Single Event: 6.228 loading class java/util/regex/Pattern$BmpCharProperty Event: 6.230 loading class java/util/regex/Pattern$CharProperty Event: 6.232 loading class java/util/regex/Pattern$CharProperty done Event: 6.233 loading class java/util/regex/Pattern$BmpCharProperty done Event: 6.233 loading class java/util/regex/Pattern$Single done Event: 6.237 loading class java/util/regex/Pattern$Slice Event: 6.238 loading class java/util/regex/Pattern$SliceNode Event: 6.240 loading class java/util/regex/Pattern$SliceNode done Event: 6.240 loading class java/util/regex/Pattern$Slice done Event: 6.240 loading class java/util/regex/Pattern$Begin Event: 6.242 loading class java/util/regex/Pattern$Begin done Event: 6.242 loading class java/util/regex/Pattern$First Event: 6.245 loading class java/util/regex/Pattern$First done Event: 6.245 loading class java/util/regex/Pattern$Start Event: 6.247 loading class java/util/regex/Pattern$Start done Event: 6.249 loading class java/util/regex/Pattern$TreeInfo Event: 6.250 loading class java/util/regex/Pattern$TreeInfo done Event: 6.253 loading class java/util/regex/Matcher Event: 6.255 loading class java/util/regex/MatchResult Event: 6.256 loading class java/util/regex/MatchResult done Event: 6.261 loading class java/util/regex/Matcher done Event: 6.321 loading class jep/ClassList Event: 6.322 loading class jep/ClassList done Event: 6.350 loading class java/net/URISyntaxException Event: 6.352 loading class java/net/URISyntaxException done Event: 6.355 loading class java/io/FilenameFilter Event: 6.356 loading class java/io/FilenameFilter done Event: 6.365 loading class java/util/LinkedList Event: 6.370 loading class java/util/AbstractSequentialList Event: 6.372 loading class java/util/AbstractSequentialList done Event: 6.373 loading class java/util/LinkedList done Event: 6.380 loading class java/util/LinkedList$Node Event: 6.382 loading class java/util/LinkedList$Node done Event: 6.433 loading class java/util/jar/JarFile$JarEntryIterator Event: 6.434 loading class java/util/jar/JarFile$JarEntryIterator done Event: 6.436 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 6.439 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 6.518 loading class java/util/WeakHashMap$EntrySet Event: 6.520 loading class java/util/WeakHashMap$EntrySet done Event: 6.522 loading class java/util/WeakHashMap$EntryIterator Event: 6.523 loading class java/util/WeakHashMap$HashIterator Event: 6.525 loading class java/util/WeakHashMap$HashIterator done Event: 6.525 loading class java/util/WeakHashMap$EntryIterator done Event: 6.530 loading class java/util/HashMap$EntrySet Event: 6.532 loading class java/util/HashMap$EntrySet done Event: 6.534 loading class java/util/HashMap$EntryIterator Event: 6.535 loading class java/util/HashMap$HashIterator Event: 6.536 loading class java/util/HashMap$HashIterator done Event: 6.537 loading class java/util/HashMap$EntryIterator done Event: 6.693 loading class java/lang/Package$1 Event: 6.695 loading class java/lang/Package$1 done Event: 6.704 loading class java/util/jar/JarInputStream Event: 6.706 loading class java/util/zip/ZipInputStream Event: 6.708 loading class java/util/zip/ZipInputStream done Event: 6.709 loading class java/util/jar/JarInputStream done Event: 6.713 loading class java/io/PushbackInputStream Event: 6.715 loading class java/io/PushbackInputStream done Event: 6.719 loading class java/util/zip/CRC32 Event: 6.721 loading class java/util/zip/Checksum Event: 6.722 loading class java/util/zip/Checksum done Event: 6.724 loading class java/util/zip/CRC32 done Event: 6.730 loading class java/util/zip/ZipUtils Event: 6.733 loading class java/util/zip/ZipUtils done Event: 6.743 loading class java/io/ByteArrayOutputStream Event: 6.746 loading class java/io/ByteArrayOutputStream done Event: 7.038 loading class java/util/HashMap$Values Event: 7.040 loading class java/util/HashMap$Values done Event: 7.042 loading class java/util/HashMap$ValueIterator Event: 7.044 loading class java/util/HashMap$ValueIterator done Event: 7.059 loading class sun/misc/Launcher$BootClassPathHolder Event: 7.060 loading class sun/misc/Launcher$BootClassPathHolder done Event: 7.061 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 7.063 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 7.174 loading class java/io/FileNotFoundException Event: 7.175 loading class java/io/FileNotFoundException done Event: 7.178 loading class java/security/PrivilegedActionException Event: 7.179 loading class java/security/PrivilegedActionException done Event: 7.207 loading class java/net/URLClassLoader$2 Event: 7.209 loading class java/net/URLClassLoader$2 done Event: 7.452 loading class sun/net/www/protocol/jar/JarURLConnection Event: 7.455 loading class java/net/JarURLConnection Event: 7.458 loading class java/net/JarURLConnection done Event: 7.459 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 7.462 loading class sun/net/www/protocol/jar/JarFileFactory Event: 7.464 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 7.466 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 7.468 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 7.481 loading class sun/net/www/protocol/jar/URLJarFile Event: 7.485 loading class sun/net/www/protocol/jar/URLJarFile done Event: 7.495 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 7.497 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 7.499 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 7.500 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 7.518 loading class java/util/ArrayList$SubList Event: 7.520 loading class java/util/ArrayList$SubList done Event: 7.523 loading class java/util/ArrayList$SubList$1 Event: 7.524 loading class java/util/ListIterator Event: 7.525 loading class java/util/ListIterator done Event: 7.526 loading class java/util/ArrayList$SubList$1 done Event: 13.565 Executing VM operation: GenCollectForAllocation Event: 13.728 Executing VM operation: GenCollectForAllocation done Event: 21.519 loading class java/lang/reflect/Proxy Event: 21.523 loading class java/lang/reflect/Proxy done Event: 21.525 loading class java/lang/reflect/WeakCache Event: 21.527 loading class java/lang/reflect/WeakCache done Event: 21.528 loading class java/lang/reflect/Proxy$KeyFactory Event: 21.529 loading class java/util/function/BiFunction Event: 21.531 loading class java/util/function/BiFunction done Event: 21.531 loading class java/lang/reflect/Proxy$KeyFactory done Event: 21.533 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 21.536 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 21.597 loading class java/util/IdentityHashMap$KeyIterator Event: 21.599 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 21.601 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 21.601 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2aaccf5000-2aaccf6000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aaccf6000-2aaccf7000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aaccf7000-2aaccf8000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac37d3000-2ac37f4000 rw-p 00000000 00:00 0 [heap] 3f9c000000-3f9c021000 rw-p 00000000 00:00 0 3f9c021000-3fa0000000 ---p 00000000 00:00 0 3fa0000000-3fa00b3000 rw-p 00000000 00:00 0 3fa00b3000-3fa4000000 ---p 00000000 00:00 0 3fa4000000-3fa4021000 rw-p 00000000 00:00 0 3fa4021000-3fa8000000 ---p 00000000 00:00 0 3fa8000000-3fa8021000 rw-p 00000000 00:00 0 3fa8021000-3fac000000 ---p 00000000 00:00 0 3fac000000-3fac021000 rw-p 00000000 00:00 0 3fac021000-3fb0000000 ---p 00000000 00:00 0 3fb0000000-3fb0021000 rw-p 00000000 00:00 0 3fb0021000-3fb4000000 ---p 00000000 00:00 0 3fb4000000-3fb4021000 rw-p 00000000 00:00 0 3fb4021000-3fb8000000 ---p 00000000 00:00 0 3fbaefc000-3fbaf07000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fbaf07000-3fbaf08000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fbaf08000-3fbaf0e000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fbaf0e000-3fbaf21000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fbaf21000-3fbaf61000 rw-p 00000000 00:00 0 3fbaf61000-3fbaf65000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbaf65000-3fbaf66000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbaf66000-3fbaf67000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbaf67000-3fbb127000 rw-p 00000000 00:00 0 3fbb127000-3fbb12a000 ---p 00000000 00:00 0 3fbb12a000-3fbb2a7000 rw-p 00000000 00:00 0 3fbb2a7000-3fbb4de000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fbb4de000-3fbb4e3000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fbb4e3000-3fbb51a000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fbb51a000-3fbb53c000 rw-p 00000000 00:00 0 3fbb53c000-3fbb564000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbb564000-3fbb565000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbb565000-3fbb566000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbb566000-3fbb56a000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbb56a000-3fbb56b000 ---p 00000000 00:00 0 3fbb56b000-3fbb66b000 rw-p 00000000 00:00 0 3fbb66b000-3fbb66e000 ---p 00000000 00:00 0 3fbb66e000-3fbb7eb000 rw-p 00000000 00:00 0 3fbb7eb000-3fbb7ee000 ---p 00000000 00:00 0 3fbb7ee000-3fbb96b000 rw-p 00000000 00:00 0 3fbb96b000-3fbb96e000 ---p 00000000 00:00 0 3fbb96e000-3fbbaeb000 rw-p 00000000 00:00 0 3fbbaeb000-3fbbaee000 ---p 00000000 00:00 0 3fbbaee000-3fbbc6b000 rw-p 00000000 00:00 0 3fbbc6b000-3fbbc6c000 ---p 00000000 00:00 0 3fbbc6c000-3fbbdba000 rw-p 00000000 00:00 0 3fbbdba000-3fbbf8a000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fbbf8a000-3fbc550000 rw-p 00000000 00:00 0 3fbc550000-3fc1550000 ---p 00000000 00:00 0 3fc1550000-3fc2000000 rw-p 00000000 00:00 0 3fc2000000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc1a7000 rw-p 00000000 00:00 0 3fcc1a7000-3fd0000000 ---p 00000000 00:00 0 3fd0000000-3fd0002000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd0002000-3fd0003000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd0003000-3fd0004000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fd0004000-3fd0006000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fd0006000-3fd0008000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fd0008000-3fd04cb000 rw-p 00000000 00:00 0 3fd04cb000-3fd088b000 ---p 00000000 00:00 0 3fd088b000-3fd0891000 rw-p 00000000 00:00 0 3fd0891000-3fd08e1000 ---p 00000000 00:00 0 3fd08e1000-3fd08e4000 rw-p 00000000 00:00 0 3fd08e4000-3fd090b000 ---p 00000000 00:00 0 3fd090b000-3fd0911000 rw-p 00000000 00:00 0 3fd0911000-3fd0961000 ---p 00000000 00:00 0 3fd0961000-3fd09a4000 rw-p 00000000 00:00 0 3fd09a4000-3fd0a23000 ---p 00000000 00:00 0 3fd0a23000-3fd0a4b000 rwxp 00000000 00:00 0 3fd0a4b000-3fd2a23000 ---p 00000000 00:00 0 3fd2a23000-3fd2a2a000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd2a2a000-3fd2a2b000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd2a2b000-3fd2a2c000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd2a2c000-3fd2a2d000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd2a2d000-3fd2a35000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/188944 3fd2a35000-3fd2a3e000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd2a3e000-3fd2a3f000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd2a3f000-3fd2a40000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fd2a40000-3fd2a46000 rw-p 00000000 00:00 0 3fd2a46000-3fd2a6b000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd2a6b000-3fd2a6c000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd2a6c000-3fd2a6e000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd2a6e000-3fd2a7a000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd2a7a000-3fd2a7c000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd2a7c000-3fd2a7d000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd2a7d000-3fd2a83000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd2a83000-3fd2a84000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd2a84000-3fd2a85000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fd2a85000-3fd2a86000 ---p 00000000 00:00 0 3fd2a86000-3fd2a87000 rw-p 00000000 00:00 0 3fd2a87000-3fd2a8a000 ---p 00000000 00:00 0 3fd2a8a000-3fd2c06000 rw-p 00000000 00:00 0 3fd2c06000-3fd2c19000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd2c19000-3fd2c1a000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd2c1a000-3fd2c1b000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fd2c1b000-3fd2c21000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd2c21000-3fd2c22000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd2c22000-3fd2c23000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fd2c23000-3fd2cad000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd2cad000-3fd2cae000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd2cae000-3fd2caf000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fd2caf000-3fd2e4e000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd2e4e000-3fd2e58000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd2e58000-3fd2e5c000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fd2e5c000-3fd2e60000 rw-p 00000000 00:00 0 3fd2e60000-3fd345a000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd345a000-3fd3473000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd3473000-3fd3493000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd3493000-3fd34ac000 rw-p 00000000 00:00 0 3fd34ac000-3fd34c2000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd34c2000-3fd34c3000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd34c3000-3fd34c4000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fd34c4000-3fd34c8000 rw-p 00000000 00:00 0 3fd34c8000-3fd34ca000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd34ca000-3fd34cb000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd34cb000-3fd34cc000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd34cc000-3fd34cd000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fd34cd000-3fd34e0000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd34e0000-3fd34e1000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd34e1000-3fd34e2000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fd34e2000-3fd3601000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd3601000-3fd3604000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd3604000-3fd3607000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fd3607000-3fd360a000 rw-p 00000000 00:00 0 3fd360a000-3fd3617000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd3617000-3fd3618000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd3618000-3fd3619000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd3619000-3fd361b000 rw-p 00000000 00:00 0 3fd361b000-3fd361d000 r-xp 00000000 00:00 0 [vdso] 3fd361d000-3fd3638000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fd3638000-3fd3639000 r--p 00000000 00:00 0 3fd3639000-3fd363a000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fd363a000-3fd363c000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fff98d000-3fff9ae000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestExec java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.47 1.69 1.47 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6154700 kB MemAvailable: 7737620 kB Buffers: 206356 kB Cached: 1354156 kB SwapCached: 0 kB Active: 932112 kB Inactive: 821484 kB Active(anon): 196408 kB Inactive(anon): 176 kB Active(file): 735704 kB Inactive(file): 821308 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 48 kB Writeback: 0 kB AnonPages: 193168 kB Mapped: 197620 kB Shmem: 3504 kB KReclaimable: 116176 kB Slab: 192300 kB SReclaimable: 116176 kB SUnreclaim: 76124 kB KernelStack: 1280 kB PageTables: 3072 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 773684 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6154700k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:32:30 2020 timezone: EDT elapsed time: 22 seconds (0d 0h 0m 22s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188961, tid=0x0000003fb8720150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188961 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fb404b270): JavaThread "main" [_thread_in_native, id=188962, stack(0x0000003fb85a2000,0x0000003fb8721000)] Stack: [0x0000003fb85a2000,0x0000003fb8721000], sp=0x0000003fb8664580, free space=777k Java frames: 0x0000003fb871f090: unboxed parameter[1] = 0x0000003fb871f158 0x0000003fb871f098: parameter[0] (JNIEnv) = 0x0000003fb8664e48 0x0000003fb871f0a0: parameter[1] (this) = 0x0000003fb871f090 0x0000003fb871f0a8: parameter[2] = 0x0000003fb871f148 0x0000003fb871f0b0: istate->_thread = 0x0000003fb404b270 0x0000003fb871f0b8: istate->_bcp = 0x0000000000000000 0x0000003fb871f0c0: istate->_locals = 0x0000003fb871f158 0x0000003fb871f0c8: istate->_constants = 0x0000003fa1c09338 0x0000003fb871f0d0: istate->_method = jep.Jep.close(J)V 0x0000003fb871f0d8: istate->_mdx = 0x0000000000000000 0x0000003fb871f0e0: istate->_stack = 0x0000003fb871f0a8 0x0000003fb871f0e8: istate->_msg = 0x0000000000000002 0x0000003fb871f0f0: istate->_result = 0x0000000000000000 0x0000003fb871f0f8: (istate->_result) = 0x0000003fb20001a0 0x0000003fb871f100: (istate->_result) = 0x0000000000000000 0x0000003fb871f108: istate->_prev_link = 0x0000000000000000 0x0000003fb871f110: istate->_oop_temp = 0x0000000000000000 0x0000003fb871f118: istate->_stack_base = 0x0000003fb871f0b0 0x0000003fb871f120: istate->_stack_limit = 0x0000003fb871f0a8 0x0000003fb871f128: istate->_monitor_base = 0x0000003fb871f0b0 0x0000003fb871f130: istate->_self_link = 0x0000003fb871f0b0 0x0000003fb871f138: frame_type = INTERPRETER_FRAME 0x0000003fb871f140: next_frame = 0x0000003fb871f200 0x0000003fb871f148: local[2] = 0x0000003fb4191f00 0x0000003fb871f150: local[1] = 0x0000003fa24f3e48 0x0000003fb871f158: local[0] = 0x0000003fa24f3e48 0x0000003fb871f160: monitor[0]->_lock = 0x0000000000000009 0x0000003fb871f168: monitor[0]->_obj = 0x0000003fa24f3e48 0x0000003fb871f170: istate->_thread = 0x0000003fb404b270 0x0000003fb871f178: istate->_bcp = 0x0000003fa1c0747a (bci 170) 0x0000003fb871f180: istate->_locals = 0x0000003fb871f218 0x0000003fb871f188: istate->_constants = 0x0000003fa1c09338 0x0000003fb871f190: istate->_method = jep.Jep.close()V 0x0000003fb871f198: istate->_mdx = 0x0000000000000000 0x0000003fb871f1a0: istate->_stack = 0x0000003fb871f140 0x0000003fb871f1a8: istate->_msg = 0x0000003f00000008 0x0000003fb871f1b0: istate->_result = 0x0000003fa1c07550 0x0000003fb871f1b8: (istate->_result) = 0x0000003fb2000218 0x0000003fb871f1c0: (istate->_result) = 0x0000003f00000003 0x0000003fb871f1c8: istate->_prev_link = 0x0000000000000000 0x0000003fb871f1d0: istate->_oop_temp = 0x0000000000000000 0x0000003fb871f1d8: istate->_stack_base = 0x0000003fb871f160 0x0000003fb871f1e0: istate->_stack_limit = 0x0000003fb871f130 0x0000003fb871f1e8: istate->_monitor_base = 0x0000003fb871f170 0x0000003fb871f1f0: istate->_self_link = 0x0000003fb871f170 0x0000003fb871f1f8: frame_type = INTERPRETER_FRAME 0x0000003fb871f200: next_frame = 0x0000003fb871f2b0 0x0000003fb871f208: local[2] = 0x0000000000000000 0x0000003fb871f210: local[1] = 0x0000003fa2369ed8 0x0000003fb871f218: local[0] = 0x0000003fa24f3e48 0x0000003fb871f220: istate->_thread = 0x0000003fb404b270 0x0000003fb871f228: istate->_bcp = 0x0000003fa1c00827 (bci 231) 0x0000003fb871f230: istate->_locals = 0x0000003fb871f2f8 0x0000003fb871f238: istate->_constants = 0x0000003fa1c00c20 0x0000003fb871f240: istate->_method = jep.test.TestGetByteArray.testGetByteArray()V 0x0000003fb871f248: istate->_mdx = 0x0000000000000000 0x0000003fb871f250: istate->_stack = 0x0000003fb871f210 0x0000003fb871f258: istate->_msg = 0x0000003f00000008 0x0000003fb871f260: istate->_result = 0x0000003fa1c074b0 0x0000003fb871f268: (istate->_result) = 0x0000003fb20001a8 0x0000003fb871f270: (istate->_result) = 0x0000000000000003 0x0000003fb871f278: istate->_prev_link = 0x0000000000000000 0x0000003fb871f280: istate->_oop_temp = 0x0000000000000000 0x0000003fb871f288: istate->_stack_base = 0x0000003fb871f220 0x0000003fb871f290: istate->_stack_limit = 0x0000003fb871f1d8 0x0000003fb871f298: istate->_monitor_base = 0x0000003fb871f220 0x0000003fb871f2a0: istate->_self_link = 0x0000003fb871f220 0x0000003fb871f2a8: frame_type = INTERPRETER_FRAME 0x0000003fb871f2b0: next_frame = 0x0000003fb871f390 0x0000003fb871f2b8: local[8] = 0x0000000000000000 0x0000003fb871f2c0: local[7] = 0x0000000000000000 0x0000003fb871f2c8: local[6] = 0x0000000000000000 0x0000003fb871f2d0: local[5] = 0x0000000000000000 0x0000003fb871f2d8: local[4] = 0x0000000000000000 0x0000003fb871f2e0: local[3] = 0x0000003fa24f3e48 0x0000003fb871f2e8: local[2] = 0x0000003fa23699e8 0x0000003fb871f2f0: local[1] = 0x0000003fa24f3ef0 0x0000003fb871f2f8: local[0] = 0x0000003fa24f3ec0 0x0000003fb871f300: istate->_thread = 0x0000003fb404b270 0x0000003fb871f308: istate->_bcp = 0x0000003fa1c00670 (bci 0) 0x0000003fb871f310: istate->_locals = 0x0000003fb871f3a0 0x0000003fb871f318: istate->_constants = 0x0000003fa1c00c20 0x0000003fb871f320: istate->_method = jep.test.TestGetByteArray.main([Ljava/lang/String;)V 0x0000003fb871f328: istate->_mdx = 0x0000000000000000 0x0000003fb871f330: istate->_stack = 0x0000003fb871f2f8 0x0000003fb871f338: istate->_msg = 0x0000000000000008 0x0000003fb871f340: istate->_result = 0x0000003fa1c00938 0x0000003fb871f348: (istate->_result) = 0x0000003fb20001a0 0x0000003fb871f350: (istate->_result) = 0x0000000000000003 0x0000003fb871f358: istate->_prev_link = 0x0000000000000000 0x0000003fb871f360: istate->_oop_temp = 0x0000000000000000 0x0000003fb871f368: istate->_stack_base = 0x0000003fb871f300 0x0000003fb871f370: istate->_stack_limit = 0x0000003fb871f2e8 0x0000003fb871f378: istate->_monitor_base = 0x0000003fb871f300 0x0000003fb871f380: istate->_self_link = 0x0000003fb871f300 0x0000003fb871f388: frame_type = INTERPRETER_FRAME 0x0000003fb871f390: next_frame = 0x0000003fb871f3b8 0x0000003fb871f398: local[1] = 0x0000000000000000 0x0000003fb871f3a0: local[0] = 0x0000003fa24f4308 0x0000003fb871f3a8: call_wrapper = 0x0000003fb871f488 0x0000003fb871f3b0: frame_type = ENTRY_FRAME 0x0000003fb871f3b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fb41907e0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=188975, stack(0x0000003fa0be9000,0x0000003fa0d69000)] 0x0000003fb410f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=188973, stack(0x0000003fa10ff000,0x0000003fa127f000)] 0x0000003fb40fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=188972, stack(0x0000003fa127f000,0x0000003fa13ff000)] 0x0000003fb40d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=188965, stack(0x0000003fa13ff000,0x0000003fa157f000)] 0x0000003fb40d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=188964, stack(0x0000003fa157f000,0x0000003fa16ff000)] =>0x0000003fb404b270 JavaThread "main" [_thread_in_native, id=188962, stack(0x0000003fb85a2000,0x0000003fb8721000)] Other Threads: 0x0000003fb40c88a0 VMThread [stack: 0x0000003fa1701000,0x0000003fa1800000] [id=188963] 0x0000003fb4111350 WatcherThread [stack: 0x0000003fa1000000,0x0000003fa10ff000] [id=188974] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 4008K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 79% used [0x0000003fa2000000, 0x0000003fa236a1a8, 0x0000003fa2450000) from space 512K, 99% used [0x0000003fa24d0000, 0x0000003fa254fff8, 0x0000003fa2550000) to space 512K, 0% used [0x0000003fa2450000, 0x0000003fa2450000, 0x0000003fa24d0000) tenured generation total 10944K, used 571K [0x0000003fa7550000, 0x0000003fa8000000, 0x0000003fb2000000) the space 10944K, 5% used [0x0000003fa7550000, 0x0000003fa75dee90, 0x0000003fa75df000, 0x0000003fa8000000) Metaspace used 3793K, capacity 4232K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fb83fc000,0x0000003fb847d000] byte_map_base: 0x0000003f986ec000 Polling page: 0x0000003fb9153000 CodeCache: size=32768Kb used=87Kb max_used=87Kb free=32680Kb bounds [0x0000003fb2000000, 0x0000003fb2028000, 0x0000003fb4000000] total_blobs=183 nmethods=0 adapters=175 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 14.055 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4416K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 100% used [0x0000003fa2000000, 0x0000003fa2450000, 0x0000003fa2450000) from space 512K, 0% used [0x0000003fa2450000, 0x0000003fa2450000, 0x0000003fa24d0000) to space 512K, 0% used [0x0000003fa24d0000, 0x0000003fa24d0000, 0x0000003fa2550000) tenured generation total 10944K, used 0K [0x0000003fa7550000, 0x0000003fa8000000, 0x0000003fb2000000) the space 10944K, 0% used [0x0000003fa7550000, 0x0000003fa7550000, 0x0000003fa7550200, 0x0000003fa8000000) Metaspace used 3763K, capacity 4232K, committed 4352K, reserved 8192K Event: 14.198 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 0% used [0x0000003fa2000000, 0x0000003fa2000000, 0x0000003fa2450000) from space 512K, 99% used [0x0000003fa24d0000, 0x0000003fa254fff8, 0x0000003fa2550000) to space 512K, 0% used [0x0000003fa2450000, 0x0000003fa2450000, 0x0000003fa24d0000) tenured generation total 10944K, used 571K [0x0000003fa7550000, 0x0000003fa8000000, 0x0000003fb2000000) the space 10944K, 5% used [0x0000003fa7550000, 0x0000003fa75dee90, 0x0000003fa75df000, 0x0000003fa8000000) Metaspace used 3763K, capacity 4232K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (12 events): Event: 1.374 Thread 0x0000003fb404b270 Exception (0x0000003fa200b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.376 Thread 0x0000003fb404b270 Exception (0x0000003fa200bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 8.982 Thread 0x0000003fb404b270 Exception (0x0000003fa2188558) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.984 Thread 0x0000003fb404b270 Exception (0x0000003fa2188838) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.011 Thread 0x0000003fb404b270 Exception (0x0000003fa218b628) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.012 Thread 0x0000003fb404b270 Exception (0x0000003fa218b908) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.020 Thread 0x0000003fb404b270 Exception (0x0000003fa218c8a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.021 Thread 0x0000003fb404b270 Exception (0x0000003fa218cb80) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.038 Thread 0x0000003fb404b270 Exception (0x0000003fa218dd28) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.039 Thread 0x0000003fb404b270 Exception (0x0000003fa218e008) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.047 Thread 0x0000003fb404b270 Exception (0x0000003fa218ee88) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 9.048 Thread 0x0000003fb404b270 Exception (0x0000003fa218f168) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Events (250 events): Event: 4.925 loading class java/util/LinkedHashSet done Event: 4.928 loading class java/util/LinkedHashMap$LinkedValues Event: 4.931 loading class java/util/LinkedHashMap$LinkedValues done Event: 4.934 loading class java/util/LinkedHashMap$LinkedValueIterator Event: 4.937 loading class java/util/LinkedHashMap$LinkedValueIterator done Event: 4.951 loading class java/util/Collections$UnmodifiableSet Event: 4.953 loading class java/util/Collections$UnmodifiableSet done Event: 4.956 loading class java/util/Collections$UnmodifiableCollection$1 Event: 4.959 loading class java/util/Collections$UnmodifiableCollection$1 done Event: 4.962 loading class java/util/LinkedHashMap$LinkedKeySet Event: 4.965 loading class java/util/LinkedHashMap$LinkedKeySet done Event: 4.968 loading class java/util/LinkedHashMap$LinkedKeyIterator Event: 4.970 loading class java/util/LinkedHashMap$LinkedKeyIterator done Event: 4.974 loading class sun/security/jca/GetInstance Event: 4.979 loading class sun/security/jca/GetInstance done Event: 4.988 loading class sun/security/jca/GetInstance$Instance Event: 4.990 loading class sun/security/jca/GetInstance$Instance done Event: 4.993 loading class sun/security/provider/SecureRandom Event: 4.995 loading class sun/security/provider/SecureRandom done Event: 4.997 loading class java/security/MessageDigest Event: 5.000 loading class java/security/MessageDigestSpi Event: 5.001 loading class java/security/MessageDigestSpi done Event: 5.001 loading class java/security/MessageDigest done Event: 5.008 loading class sun/security/provider/SHA Event: 5.010 loading class sun/security/provider/DigestBase Event: 5.012 loading class sun/security/provider/DigestBase done Event: 5.012 loading class sun/security/provider/SHA done Event: 5.017 loading class java/security/MessageDigest$Delegate Event: 5.019 loading class java/security/MessageDigest$Delegate done Event: 5.023 loading class sun/security/provider/ByteArrayAccess Event: 5.026 loading class sun/security/provider/ByteArrayAccess done Event: 5.077 loading class java/io/FileOutputStream$1 Event: 5.079 loading class java/io/FileOutputStream$1 done Event: 5.085 loading class jep/SubInterpreter Event: 5.086 loading class jep/SubInterpreter done Event: 5.115 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 5.117 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 5.123 loading class jep/Jep Event: 5.123 loading class jep/Jep done Event: 5.140 loading class jep/Interpreter Event: 5.141 loading class jep/Interpreter done Event: 5.166 loading class jep/JepException Event: 5.166 loading class jep/JepException done Event: 5.189 loading class jep/ClassEnquirer Event: 5.190 loading class jep/ClassEnquirer done Event: 5.210 loading class jep/Jep$1 Event: 5.211 loading class jep/Jep$1 done Event: 5.247 loading class jep/JepConfig Event: 5.248 loading class jep/JepConfig done Event: 5.281 loading class jep/python/MemoryManager Event: 5.281 loading class jep/python/MemoryManager done Event: 5.322 loading class java/util/IdentityHashMap Event: 5.329 loading class java/util/IdentityHashMap done Event: 5.337 loading class java/util/IdentityHashMap$KeySet Event: 5.340 loading class java/util/IdentityHashMap$KeySet done Event: 5.345 loading class jep/MainInterpreter Event: 5.345 loading class jep/MainInterpreter done Event: 5.378 loading class java/util/concurrent/BlockingQueue Event: 5.383 loading class java/util/concurrent/BlockingQueue done Event: 5.385 loading class java/lang/UnsatisfiedLinkError Event: 5.387 loading class java/lang/UnsatisfiedLinkError done Event: 5.392 loading class jep/MainInterpreter$1 Event: 5.392 loading class jep/MainInterpreter$1 done Event: 5.412 loading class java/util/concurrent/SynchronousQueue Event: 5.416 loading class java/util/AbstractQueue Event: 5.420 loading class java/util/AbstractQueue done Event: 5.421 loading class java/util/concurrent/SynchronousQueue done Event: 5.429 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 5.432 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 5.433 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 5.434 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 5.439 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 5.441 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 5.452 loading class java/lang/ClassLoaderHelper Event: 5.454 loading class java/lang/ClassLoaderHelper done Event: 5.473 loading class jep/LibraryLocator Event: 5.473 loading class jep/LibraryLocator done Event: 5.502 loading class java/lang/ProcessEnvironment Event: 5.505 loading class java/lang/ProcessEnvironment done Event: 5.510 loading class java/lang/ProcessEnvironment$Variable Event: 5.512 loading class java/lang/ProcessEnvironment$ExternalData Event: 5.514 loading class java/lang/ProcessEnvironment$ExternalData done Event: 5.515 loading class java/lang/ProcessEnvironment$Variable done Event: 5.521 loading class java/lang/ProcessEnvironment$Value Event: 5.524 loading class java/lang/ProcessEnvironment$Value done Event: 5.530 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 5.534 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 5.538 loading class java/util/Collections$UnmodifiableMap Event: 5.542 loading class java/util/Collections$UnmodifiableMap done Event: 5.686 Thread 0x0000003fb41907e0 Thread added: 0x0000003fb41907e0 Event: 7.189 loading class java/util/concurrent/locks/LockSupport Event: 7.192 loading class java/util/concurrent/locks/LockSupport done Event: 7.200 loading class sun/nio/ch/Interruptible Event: 7.202 loading class sun/nio/ch/Interruptible done Event: 7.672 loading class java/nio/ShortBuffer Event: 7.676 loading class java/nio/ShortBuffer done Event: 7.684 loading class java/nio/IntBuffer Event: 7.688 loading class java/nio/IntBuffer done Event: 7.700 loading class java/nio/DoubleBuffer Event: 7.704 loading class java/nio/DoubleBuffer done Event: 7.712 loading class java/nio/FloatBuffer Event: 7.716 loading class java/nio/FloatBuffer done Event: 7.747 loading class jep/Proxy Event: 7.748 loading class jep/Proxy done Event: 7.766 loading class java/lang/reflect/InvocationHandler Event: 7.767 loading class java/lang/reflect/InvocationHandler done Event: 7.774 loading class java/lang/IndexOutOfBoundsException Event: 7.775 loading class java/lang/IndexOutOfBoundsException done Event: 7.778 loading class java/io/IOException Event: 7.780 loading class java/io/IOException done Event: 7.790 loading class jep/python/PyObject Event: 7.790 loading class jep/python/PyObject done Event: 7.802 loading class jep/JepAccess Event: 7.802 loading class jep/JepAccess done Event: 7.817 loading class java/lang/IllegalStateException Event: 7.818 loading class java/lang/IllegalStateException done Event: 7.823 loading class jep/python/PyCallable Event: 7.824 loading class jep/python/PyCallable done Event: 7.838 loading class jep/NDArray Event: 7.839 loading class jep/NDArray done Event: 7.850 loading class jep/AbstractNDArray Event: 7.850 loading class jep/AbstractNDArray done Event: 7.871 loading class jep/DirectNDArray Event: 7.871 loading class jep/DirectNDArray done Event: 7.919 loading class java/util/regex/Pattern Event: 7.927 loading class java/util/regex/Pattern done Event: 7.931 loading class java/util/regex/Pattern$4 Event: 7.932 loading class java/util/regex/Pattern$Node Event: 7.934 loading class java/util/regex/Pattern$Node done Event: 7.934 loading class java/util/regex/Pattern$4 done Event: 7.937 loading class java/util/regex/Pattern$LastNode Event: 7.938 loading class java/util/regex/Pattern$LastNode done Event: 7.941 loading class java/util/regex/Pattern$GroupHead Event: 7.942 loading class java/util/regex/Pattern$GroupHead done Event: 7.943 loading class java/util/regex/Pattern$Single Event: 7.944 loading class java/util/regex/Pattern$BmpCharProperty Event: 7.945 loading class java/util/regex/Pattern$CharProperty Event: 7.947 loading class java/util/regex/Pattern$CharProperty done Event: 7.948 loading class java/util/regex/Pattern$BmpCharProperty done Event: 7.948 loading class java/util/regex/Pattern$Single done Event: 7.952 loading class java/util/regex/Pattern$Slice Event: 7.953 loading class java/util/regex/Pattern$SliceNode Event: 7.954 loading class java/util/regex/Pattern$SliceNode done Event: 7.954 loading class java/util/regex/Pattern$Slice done Event: 7.954 loading class java/util/regex/Pattern$Begin Event: 7.956 loading class java/util/regex/Pattern$Begin done Event: 7.956 loading class java/util/regex/Pattern$First Event: 7.958 loading class java/util/regex/Pattern$First done Event: 7.958 loading class java/util/regex/Pattern$Start Event: 7.960 loading class java/util/regex/Pattern$Start done Event: 7.961 loading class java/util/regex/Pattern$TreeInfo Event: 7.962 loading class java/util/regex/Pattern$TreeInfo done Event: 7.965 loading class java/util/regex/Matcher Event: 7.966 loading class java/util/regex/MatchResult Event: 7.968 loading class java/util/regex/MatchResult done Event: 7.970 loading class java/util/regex/Matcher done Event: 8.043 loading class jep/ClassList Event: 8.043 loading class jep/ClassList done Event: 8.069 loading class java/net/URISyntaxException Event: 8.071 loading class java/net/URISyntaxException done Event: 8.075 loading class java/io/FilenameFilter Event: 8.078 loading class java/io/FilenameFilter done Event: 8.119 loading class java/util/LinkedList Event: 8.125 loading class java/util/AbstractSequentialList Event: 8.128 loading class java/util/AbstractSequentialList done Event: 8.130 loading class java/util/LinkedList done Event: 8.181 loading class java/util/LinkedList$Node Event: 8.183 loading class java/util/LinkedList$Node done Event: 8.222 loading class java/util/jar/JarFile$JarEntryIterator Event: 8.224 loading class java/util/jar/JarFile$JarEntryIterator done Event: 8.228 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 8.230 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 8.315 loading class java/util/WeakHashMap$EntrySet Event: 8.318 loading class java/util/WeakHashMap$EntrySet done Event: 8.321 loading class java/util/WeakHashMap$EntryIterator Event: 8.322 loading class java/util/WeakHashMap$HashIterator Event: 8.324 loading class java/util/WeakHashMap$HashIterator done Event: 8.324 loading class java/util/WeakHashMap$EntryIterator done Event: 8.329 loading class java/util/HashMap$EntrySet Event: 8.331 loading class java/util/HashMap$EntrySet done Event: 8.333 loading class java/util/HashMap$EntryIterator Event: 8.334 loading class java/util/HashMap$HashIterator Event: 8.335 loading class java/util/HashMap$HashIterator done Event: 8.335 loading class java/util/HashMap$EntryIterator done Event: 8.517 loading class java/lang/Package$1 Event: 8.519 loading class java/lang/Package$1 done Event: 8.529 loading class java/util/jar/JarInputStream Event: 8.532 loading class java/util/zip/ZipInputStream Event: 8.535 loading class java/util/zip/ZipInputStream done Event: 8.535 loading class java/util/jar/JarInputStream done Event: 8.540 loading class java/io/PushbackInputStream Event: 8.542 loading class java/io/PushbackInputStream done Event: 8.545 loading class java/util/zip/CRC32 Event: 8.547 loading class java/util/zip/Checksum Event: 8.549 loading class java/util/zip/Checksum done Event: 8.550 loading class java/util/zip/CRC32 done Event: 8.555 loading class java/util/zip/ZipUtils Event: 8.557 loading class java/util/zip/ZipUtils done Event: 8.564 loading class java/io/ByteArrayOutputStream Event: 8.566 loading class java/io/ByteArrayOutputStream done Event: 8.779 loading class java/util/HashMap$Values Event: 8.781 loading class java/util/HashMap$Values done Event: 8.784 loading class java/util/HashMap$ValueIterator Event: 8.787 loading class java/util/HashMap$ValueIterator done Event: 8.810 loading class sun/misc/Launcher$BootClassPathHolder Event: 8.812 loading class sun/misc/Launcher$BootClassPathHolder done Event: 8.813 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 8.816 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 8.971 loading class java/io/FileNotFoundException Event: 8.973 loading class java/io/FileNotFoundException done Event: 8.977 loading class java/security/PrivilegedActionException Event: 8.979 loading class java/security/PrivilegedActionException done Event: 9.022 loading class java/net/URLClassLoader$2 Event: 9.024 loading class java/net/URLClassLoader$2 done Event: 9.261 loading class sun/net/www/protocol/jar/JarURLConnection Event: 9.264 loading class java/net/JarURLConnection Event: 9.266 loading class java/net/JarURLConnection done Event: 9.267 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 9.270 loading class sun/net/www/protocol/jar/JarFileFactory Event: 9.272 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 9.273 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 9.275 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 9.287 loading class sun/net/www/protocol/jar/URLJarFile Event: 9.291 loading class sun/net/www/protocol/jar/URLJarFile done Event: 9.304 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 9.307 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 9.310 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 9.312 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 9.329 loading class java/util/ArrayList$SubList Event: 9.332 loading class java/util/ArrayList$SubList done Event: 9.334 loading class java/util/ArrayList$SubList$1 Event: 9.336 loading class java/util/ListIterator Event: 9.337 loading class java/util/ListIterator done Event: 9.338 loading class java/util/ArrayList$SubList$1 done Event: 14.048 Executing VM operation: GenCollectForAllocation Event: 14.201 Executing VM operation: GenCollectForAllocation done Event: 20.166 loading class java/lang/reflect/Proxy Event: 20.169 loading class java/lang/reflect/Proxy done Event: 20.172 loading class java/lang/reflect/WeakCache Event: 20.173 loading class java/lang/reflect/WeakCache done Event: 20.174 loading class java/lang/reflect/Proxy$KeyFactory Event: 20.175 loading class java/util/function/BiFunction Event: 20.177 loading class java/util/function/BiFunction done Event: 20.178 loading class java/lang/reflect/Proxy$KeyFactory done Event: 20.180 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 20.182 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 20.244 loading class java/util/IdentityHashMap$KeyIterator Event: 20.245 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 20.247 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 20.248 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2acf50d000-2acf50e000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2acf50e000-2acf50f000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2acf50f000-2acf510000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aebbc0000-2aebbe1000 rw-p 00000000 00:00 0 [heap] 3f84000000-3f84021000 rw-p 00000000 00:00 0 3f84021000-3f88000000 ---p 00000000 00:00 0 3f88000000-3f880b3000 rw-p 00000000 00:00 0 3f880b3000-3f8c000000 ---p 00000000 00:00 0 3f8c000000-3f8c021000 rw-p 00000000 00:00 0 3f8c021000-3f90000000 ---p 00000000 00:00 0 3f90000000-3f90021000 rw-p 00000000 00:00 0 3f90021000-3f94000000 ---p 00000000 00:00 0 3f94000000-3f94021000 rw-p 00000000 00:00 0 3f94021000-3f98000000 ---p 00000000 00:00 0 3f98000000-3f98021000 rw-p 00000000 00:00 0 3f98021000-3f9c000000 ---p 00000000 00:00 0 3f9c000000-3f9c021000 rw-p 00000000 00:00 0 3f9c021000-3fa0000000 ---p 00000000 00:00 0 3fa094b000-3fa0956000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fa0956000-3fa0969000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fa0969000-3fa0be9000 rw-p 00000000 00:00 0 3fa0be9000-3fa0bec000 ---p 00000000 00:00 0 3fa0bec000-3fa0d69000 rw-p 00000000 00:00 0 3fa0d69000-3fa0fa0000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fa0fa0000-3fa0fa5000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fa0fa5000-3fa0fdc000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fa0fdc000-3fa0ffe000 rw-p 00000000 00:00 0 3fa0ffe000-3fa0fff000 ---p 00000000 00:00 0 3fa0fff000-3fa10ff000 rw-p 00000000 00:00 0 3fa10ff000-3fa1102000 ---p 00000000 00:00 0 3fa1102000-3fa127f000 rw-p 00000000 00:00 0 3fa127f000-3fa1282000 ---p 00000000 00:00 0 3fa1282000-3fa13ff000 rw-p 00000000 00:00 0 3fa13ff000-3fa1402000 ---p 00000000 00:00 0 3fa1402000-3fa157f000 rw-p 00000000 00:00 0 3fa157f000-3fa1582000 ---p 00000000 00:00 0 3fa1582000-3fa16ff000 rw-p 00000000 00:00 0 3fa16ff000-3fa1700000 ---p 00000000 00:00 0 3fa1700000-3fa1c40000 rw-p 00000000 00:00 0 3fa1c40000-3fa2000000 ---p 00000000 00:00 0 3fa2000000-3fa2550000 rw-p 00000000 00:00 0 3fa2550000-3fa7550000 ---p 00000000 00:00 0 3fa7550000-3fa8000000 rw-p 00000000 00:00 0 3fa8000000-3fb2000000 ---p 00000000 00:00 0 3fb2000000-3fb2028000 rwxp 00000000 00:00 0 3fb2028000-3fb4000000 ---p 00000000 00:00 0 3fb4000000-3fb421b000 rw-p 00000000 00:00 0 3fb421b000-3fb8000000 ---p 00000000 00:00 0 3fb8007000-3fb8008000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fb8008000-3fb800e000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fb800e000-3fb8012000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb8012000-3fb8013000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb8013000-3fb8014000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb8014000-3fb8054000 rw-p 00000000 00:00 0 3fb8054000-3fb8056000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fb8056000-3fb8057000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fb8057000-3fb8058000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fb8058000-3fb8080000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fb8080000-3fb8081000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fb8081000-3fb8082000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fb8082000-3fb8086000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fb8086000-3fb808b000 r--s 000ba000 fd:04 1182866 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/jsse.jar 3fb808b000-3fb808d000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fb808d000-3fb808f000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fb808f000-3fb80dd000 rw-p 00000000 00:00 0 3fb80dd000-3fb82ad000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fb82ad000-3fb83ac000 rw-p 00000000 00:00 0 3fb83ac000-3fb83fc000 ---p 00000000 00:00 0 3fb83fc000-3fb83ff000 rw-p 00000000 00:00 0 3fb83ff000-3fb8426000 ---p 00000000 00:00 0 3fb8426000-3fb842c000 rw-p 00000000 00:00 0 3fb842c000-3fb847c000 ---p 00000000 00:00 0 3fb847c000-3fb84bf000 rw-p 00000000 00:00 0 3fb84bf000-3fb853e000 ---p 00000000 00:00 0 3fb853e000-3fb8545000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb8545000-3fb8546000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb8546000-3fb8547000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb8547000-3fb8548000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb8548000-3fb8550000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/188961 3fb8550000-3fb8559000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fb8559000-3fb855a000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fb855a000-3fb855b000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fb855b000-3fb8561000 rw-p 00000000 00:00 0 3fb8561000-3fb8586000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8586000-3fb8587000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8587000-3fb8589000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8589000-3fb8595000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8595000-3fb8597000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8597000-3fb8598000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8598000-3fb859e000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fb859e000-3fb859f000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fb859f000-3fb85a0000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fb85a0000-3fb85a1000 ---p 00000000 00:00 0 3fb85a1000-3fb85a2000 rw-p 00000000 00:00 0 3fb85a2000-3fb85a5000 ---p 00000000 00:00 0 3fb85a5000-3fb8721000 rw-p 00000000 00:00 0 3fb8721000-3fb8734000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fb8734000-3fb8735000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fb8735000-3fb8736000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fb8736000-3fb873c000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fb873c000-3fb873d000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fb873d000-3fb873e000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fb873e000-3fb87c8000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fb87c8000-3fb87c9000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fb87c9000-3fb87ca000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fb87ca000-3fb8969000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fb8969000-3fb8973000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fb8973000-3fb8977000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fb8977000-3fb897b000 rw-p 00000000 00:00 0 3fb897b000-3fb8f75000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8f75000-3fb8f8e000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8f8e000-3fb8fae000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8fae000-3fb8fc7000 rw-p 00000000 00:00 0 3fb8fc7000-3fb8fdd000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fb8fdd000-3fb8fde000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fb8fde000-3fb8fdf000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fb8fdf000-3fb8fe3000 rw-p 00000000 00:00 0 3fb8fe3000-3fb8fe5000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fb8fe5000-3fb8fe6000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fb8fe6000-3fb8fe7000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fb8fe7000-3fb8fe8000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fb8fe8000-3fb8ffb000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fb8ffb000-3fb8ffc000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fb8ffc000-3fb8ffd000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fb8ffd000-3fb911c000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fb911c000-3fb911f000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fb911f000-3fb9122000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fb9122000-3fb9125000 rw-p 00000000 00:00 0 3fb9125000-3fb9132000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb9132000-3fb9133000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb9133000-3fb9134000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb9134000-3fb9136000 rw-p 00000000 00:00 0 3fb9136000-3fb9138000 r-xp 00000000 00:00 0 [vdso] 3fb9138000-3fb9153000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fb9153000-3fb9154000 r--p 00000000 00:00 0 3fb9154000-3fb9155000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fb9155000-3fb9157000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fff89e000-3fff8bf000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestGetByteArray java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.62 1.80 1.52 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6147200 kB MemAvailable: 7735316 kB Buffers: 206360 kB Cached: 1359136 kB SwapCached: 0 kB Active: 934632 kB Inactive: 825852 kB Active(anon): 198308 kB Inactive(anon): 176 kB Active(file): 736324 kB Inactive(file): 825676 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 16 kB Writeback: 0 kB AnonPages: 195000 kB Mapped: 197692 kB Shmem: 3504 kB KReclaimable: 116384 kB Slab: 192656 kB SReclaimable: 116384 kB SUnreclaim: 76272 kB KernelStack: 1288 kB PageTables: 3076 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 780088 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6147200k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:32:56 2020 timezone: EDT elapsed time: 20 seconds (0d 0h 0m 20s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188978, tid=0x0000003fcaf6c150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188978 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fc404b270): JavaThread "main" [_thread_in_native, id=188979, stack(0x0000003fcadee000,0x0000003fcaf6d000)] Stack: [0x0000003fcadee000,0x0000003fcaf6d000], sp=0x0000003fcaeb0680, free space=777k Java frames: 0x0000003fcaf6b150: unboxed parameter[1] = 0x0000003fcaf6b218 0x0000003fcaf6b158: parameter[0] (JNIEnv) = 0x0000003fcaeb0f48 0x0000003fcaf6b160: parameter[1] (this) = 0x0000003fcaf6b150 0x0000003fcaf6b168: parameter[2] = 0x0000003fcaf6b208 0x0000003fcaf6b170: istate->_thread = 0x0000003fc404b270 0x0000003fcaf6b178: istate->_bcp = 0x0000000000000000 0x0000003fcaf6b180: istate->_locals = 0x0000003fcaf6b218 0x0000003fcaf6b188: istate->_constants = 0x0000003fc87fb9c0 0x0000003fcaf6b190: istate->_method = jep.Jep.close(J)V 0x0000003fcaf6b198: istate->_mdx = 0x0000000000000000 0x0000003fcaf6b1a0: istate->_stack = 0x0000003fcaf6b168 0x0000003fcaf6b1a8: istate->_msg = 0x0000000000000002 0x0000003fcaf6b1b0: istate->_result = 0x0000000000000000 0x0000003fcaf6b1b8: (istate->_result) = 0x0000003fc8d8a1a0 0x0000003fcaf6b1c0: (istate->_result) = 0x0000000000000000 0x0000003fcaf6b1c8: istate->_prev_link = 0x0000000000000000 0x0000003fcaf6b1d0: istate->_oop_temp = 0x0000000000000000 0x0000003fcaf6b1d8: istate->_stack_base = 0x0000003fcaf6b170 0x0000003fcaf6b1e0: istate->_stack_limit = 0x0000003fcaf6b168 0x0000003fcaf6b1e8: istate->_monitor_base = 0x0000003fcaf6b170 0x0000003fcaf6b1f0: istate->_self_link = 0x0000003fcaf6b170 0x0000003fcaf6b1f8: frame_type = INTERPRETER_FRAME 0x0000003fcaf6b200: next_frame = 0x0000003fcaf6b2c0 0x0000003fcaf6b208: local[2] = 0x0000003fc4174fb0 0x0000003fcaf6b210: local[1] = 0x0000003fb44efb78 0x0000003fcaf6b218: local[0] = 0x0000003fb44efb78 0x0000003fcaf6b220: monitor[0]->_lock = 0x0000000000000009 0x0000003fcaf6b228: monitor[0]->_obj = 0x0000003fb44efb78 0x0000003fcaf6b230: istate->_thread = 0x0000003fc404b270 0x0000003fcaf6b238: istate->_bcp = 0x0000003fc87f9b02 (bci 170) 0x0000003fcaf6b240: istate->_locals = 0x0000003fcaf6b2d8 0x0000003fcaf6b248: istate->_constants = 0x0000003fc87fb9c0 0x0000003fcaf6b250: istate->_method = jep.Jep.close()V 0x0000003fcaf6b258: istate->_mdx = 0x0000000000000000 0x0000003fcaf6b260: istate->_stack = 0x0000003fcaf6b200 0x0000003fcaf6b268: istate->_msg = 0x0000003f00000008 0x0000003fcaf6b270: istate->_result = 0x0000003fc87f9bd8 0x0000003fcaf6b278: (istate->_result) = 0x0000003fc8d8a218 0x0000003fcaf6b280: (istate->_result) = 0x0000003f00000003 0x0000003fcaf6b288: istate->_prev_link = 0x0000000000000000 0x0000003fcaf6b290: istate->_oop_temp = 0x0000000000000000 0x0000003fcaf6b298: istate->_stack_base = 0x0000003fcaf6b220 0x0000003fcaf6b2a0: istate->_stack_limit = 0x0000003fcaf6b1f0 0x0000003fcaf6b2a8: istate->_monitor_base = 0x0000003fcaf6b230 0x0000003fcaf6b2b0: istate->_self_link = 0x0000003fcaf6b230 0x0000003fcaf6b2b8: frame_type = INTERPRETER_FRAME 0x0000003fcaf6b2c0: next_frame = 0x0000003fcaf6b370 0x0000003fcaf6b2c8: local[2] = 0x0000003fb431fbc8 0x0000003fcaf6b2d0: local[1] = 0x0000003fb431fb28 0x0000003fcaf6b2d8: local[0] = 0x0000003fb44efb78 0x0000003fcaf6b2e0: istate->_thread = 0x0000003fc404b270 0x0000003fcaf6b2e8: istate->_bcp = 0x0000003fc87f282c (bci 68) 0x0000003fcaf6b2f0: istate->_locals = 0x0000003fcaf6b3a0 0x0000003fcaf6b2f8: istate->_constants = 0x0000003fc87f3b80 0x0000003fcaf6b300: istate->_method = jep.test.TestGetCollectionBoxing.main([Ljava/lang/String;)V 0x0000003fcaf6b308: istate->_mdx = 0x0000000000000000 0x0000003fcaf6b310: istate->_stack = 0x0000003fcaf6b2d0 0x0000003fcaf6b318: istate->_msg = 0x0000003f00000008 0x0000003fcaf6b320: istate->_result = 0x0000003fc87f9b38 0x0000003fcaf6b328: (istate->_result) = 0x0000003fc8d8a1a8 0x0000003fcaf6b330: (istate->_result) = 0x0000003f00000005 0x0000003fcaf6b338: istate->_prev_link = 0x0000000000000000 0x0000003fcaf6b340: istate->_oop_temp = 0x0000000000000000 0x0000003fcaf6b348: istate->_stack_base = 0x0000003fcaf6b2e0 0x0000003fcaf6b350: istate->_stack_limit = 0x0000003fcaf6b298 0x0000003fcaf6b358: istate->_monitor_base = 0x0000003fcaf6b2e0 0x0000003fcaf6b360: istate->_self_link = 0x0000003fcaf6b2e0 0x0000003fcaf6b368: frame_type = INTERPRETER_FRAME 0x0000003fcaf6b370: next_frame = 0x0000003fcaf6b3b8 0x0000003fcaf6b378: local[5] = 0x0000000000000000 0x0000003fcaf6b380: local[4] = 0x0000000000000000 0x0000003fcaf6b388: local[3] = 0x0000000000000000 0x0000003fcaf6b390: local[2] = 0x0000000000000000 0x0000003fcaf6b398: local[1] = 0x0000003fb44efb78 0x0000003fcaf6b3a0: local[0] = 0x0000003fb44efbf0 0x0000003fcaf6b3a8: call_wrapper = 0x0000003fcaf6b488 0x0000003fcaf6b3b0: frame_type = ENTRY_FRAME 0x0000003fcaf6b3b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fc4173870 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=188990, stack(0x0000003fb33e9000,0x0000003fb3569000)] 0x0000003fc410f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=188985, stack(0x0000003fb38ff000,0x0000003fb3a7f000)] 0x0000003fc40fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=188984, stack(0x0000003fb3a7f000,0x0000003fb3bff000)] 0x0000003fc40d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=188982, stack(0x0000003fb3bff000,0x0000003fb3d7f000)] 0x0000003fc40d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=188981, stack(0x0000003fb3d7f000,0x0000003fb3eff000)] =>0x0000003fc404b270 JavaThread "main" [_thread_in_native, id=188979, stack(0x0000003fcadee000,0x0000003fcaf6d000)] Other Threads: 0x0000003fc40c88a0 VMThread [stack: 0x0000003fb3f01000,0x0000003fb4000000] [id=188980] 0x0000003fc4111350 WatcherThread [stack: 0x0000003fb3800000,0x0000003fb38ff000] [id=188986] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3711K [0x0000003fb4000000, 0x0000003fb4550000, 0x0000003fb9550000) eden space 4416K, 72% used [0x0000003fb4000000, 0x0000003fb431fe98, 0x0000003fb4450000) from space 512K, 99% used [0x0000003fb44d0000, 0x0000003fb454fff8, 0x0000003fb4550000) to space 512K, 0% used [0x0000003fb4450000, 0x0000003fb4450000, 0x0000003fb44d0000) tenured generation total 10944K, used 434K [0x0000003fb9550000, 0x0000003fba000000, 0x0000003fc4000000) the space 10944K, 3% used [0x0000003fb9550000, 0x0000003fb95bc8f8, 0x0000003fb95bca00, 0x0000003fba000000) Metaspace used 3413K, capacity 4236K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fc8c48000,0x0000003fc8cc9000] byte_map_base: 0x0000003fa8ea8000 Polling page: 0x0000003fcb99f000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fc8d8a000, 0x0000003fc8db2000, 0x0000003fcad8a000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 13.670 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fb4000000, 0x0000003fb4550000, 0x0000003fb9550000) eden space 4416K, 99% used [0x0000003fb4000000, 0x0000003fb444ffd0, 0x0000003fb4450000) from space 512K, 0% used [0x0000003fb4450000, 0x0000003fb4450000, 0x0000003fb44d0000) to space 512K, 0% used [0x0000003fb44d0000, 0x0000003fb44d0000, 0x0000003fb4550000) tenured generation total 10944K, used 0K [0x0000003fb9550000, 0x0000003fba000000, 0x0000003fc4000000) the space 10944K, 0% used [0x0000003fb9550000, 0x0000003fb9550000, 0x0000003fb9550200, 0x0000003fba000000) Metaspace used 3382K, capacity 4236K, committed 4352K, reserved 8192K Event: 13.831 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fb4000000, 0x0000003fb4550000, 0x0000003fb9550000) eden space 4416K, 0% used [0x0000003fb4000000, 0x0000003fb4000000, 0x0000003fb4450000) from space 512K, 99% used [0x0000003fb44d0000, 0x0000003fb454fff8, 0x0000003fb4550000) to space 512K, 0% used [0x0000003fb4450000, 0x0000003fb4450000, 0x0000003fb44d0000) tenured generation total 10944K, used 434K [0x0000003fb9550000, 0x0000003fba000000, 0x0000003fc4000000) the space 10944K, 3% used [0x0000003fb9550000, 0x0000003fb95bc8f8, 0x0000003fb95bca00, 0x0000003fba000000) Metaspace used 3382K, capacity 4236K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (12 events): Event: 1.416 Thread 0x0000003fc404b270 Exception (0x0000003fb400b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.418 Thread 0x0000003fc404b270 Exception (0x0000003fb400bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 7.217 Thread 0x0000003fc404b270 Exception (0x0000003fb41395c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.218 Thread 0x0000003fc404b270 Exception (0x0000003fb41398a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.234 Thread 0x0000003fc404b270 Exception (0x0000003fb413c690) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.235 Thread 0x0000003fc404b270 Exception (0x0000003fb413c970) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.240 Thread 0x0000003fc404b270 Exception (0x0000003fb413d908) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.241 Thread 0x0000003fc404b270 Exception (0x0000003fb413dbe8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.252 Thread 0x0000003fc404b270 Exception (0x0000003fb413ed90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.252 Thread 0x0000003fc404b270 Exception (0x0000003fb413f070) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.257 Thread 0x0000003fc404b270 Exception (0x0000003fb413fef0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.258 Thread 0x0000003fc404b270 Exception (0x0000003fb41401d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Events (250 events): Event: 3.435 loading class java/security/PermissionCollection Event: 3.437 loading class java/security/PermissionCollection done Event: 3.438 loading class java/security/Permissions done Event: 3.448 loading class sun/net/www/protocol/file/FileURLConnection Event: 3.451 loading class sun/net/www/URLConnection Event: 3.454 loading class java/net/URLConnection Event: 3.461 loading class java/net/URLConnection done Event: 3.462 loading class sun/net/www/URLConnection done Event: 3.462 loading class sun/net/www/protocol/file/FileURLConnection done Event: 3.471 loading class sun/net/www/MessageHeader Event: 3.476 loading class sun/net/www/MessageHeader done Event: 3.480 loading class java/io/FilePermission Event: 3.484 loading class java/io/FilePermission done Event: 3.487 loading class java/io/FilePermission$1 Event: 3.490 loading class java/io/FilePermission$1 done Event: 3.497 loading class java/io/FilePermissionCollection Event: 3.500 loading class java/io/FilePermissionCollection done Event: 3.505 loading class java/security/AllPermission Event: 3.508 loading class java/security/AllPermission done Event: 3.509 loading class java/security/UnresolvedPermission Event: 3.512 loading class java/security/UnresolvedPermission done Event: 3.514 loading class java/security/BasicPermissionCollection Event: 3.517 loading class java/security/BasicPermissionCollection done Event: 3.552 loading class sun/launcher/LauncherHelper$FXHelper Event: 3.555 loading class sun/launcher/LauncherHelper$FXHelper done Event: 3.560 loading class java/lang/Class$MethodArray Event: 3.563 loading class java/lang/Class$MethodArray done Event: 3.587 loading class java/lang/AssertionError Event: 3.589 loading class java/lang/AssertionError done Event: 3.605 loading class java/lang/UnsupportedOperationException Event: 3.607 loading class java/lang/UnsupportedOperationException done Event: 3.614 loading class jep/Interpreter Event: 3.614 loading class jep/Interpreter done Event: 3.649 loading class java/lang/Void Event: 3.650 loading class java/lang/Void done Event: 3.661 loading class jep/SubInterpreter Event: 3.661 loading class jep/SubInterpreter done Event: 3.680 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 3.682 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 3.693 loading class jep/Jep Event: 3.694 loading class jep/Jep done Event: 3.729 loading class jep/JepException Event: 3.729 loading class jep/JepException done Event: 3.748 loading class jep/ClassEnquirer Event: 3.748 loading class jep/ClassEnquirer done Event: 3.765 loading class jep/Jep$1 Event: 3.765 loading class jep/Jep$1 done Event: 3.794 loading class jep/JepConfig Event: 3.795 loading class jep/JepConfig done Event: 3.829 loading class jep/python/MemoryManager Event: 3.830 loading class jep/python/MemoryManager done Event: 3.872 loading class java/util/IdentityHashMap Event: 3.878 loading class java/util/IdentityHashMap done Event: 3.886 loading class java/util/IdentityHashMap$KeySet Event: 3.890 loading class java/util/IdentityHashMap$KeySet done Event: 3.895 loading class jep/MainInterpreter Event: 3.895 loading class jep/MainInterpreter done Event: 3.916 loading class java/util/concurrent/BlockingQueue Event: 3.919 loading class java/util/concurrent/BlockingQueue done Event: 3.922 loading class java/lang/UnsatisfiedLinkError Event: 3.923 loading class java/lang/UnsatisfiedLinkError done Event: 3.930 loading class jep/MainInterpreter$1 Event: 3.930 loading class jep/MainInterpreter$1 done Event: 3.947 loading class java/util/concurrent/SynchronousQueue Event: 3.949 loading class java/util/AbstractQueue Event: 3.951 loading class java/util/AbstractQueue done Event: 3.952 loading class java/util/concurrent/SynchronousQueue done Event: 3.957 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 3.959 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 3.960 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 3.960 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 3.963 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 3.964 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 3.972 loading class java/lang/ClassLoaderHelper Event: 3.974 loading class java/lang/ClassLoaderHelper done Event: 3.985 loading class jep/LibraryLocator Event: 3.986 loading class jep/LibraryLocator done Event: 4.004 loading class java/lang/ProcessEnvironment Event: 4.006 loading class java/lang/ProcessEnvironment done Event: 4.009 loading class java/lang/ProcessEnvironment$Variable Event: 4.010 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.012 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.012 loading class java/lang/ProcessEnvironment$Variable done Event: 4.016 loading class java/lang/ProcessEnvironment$Value Event: 4.018 loading class java/lang/ProcessEnvironment$Value done Event: 4.022 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.025 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.027 loading class java/util/Collections$UnmodifiableMap Event: 4.030 loading class java/util/Collections$UnmodifiableMap done Event: 4.152 Thread 0x0000003fc4173870 Thread added: 0x0000003fc4173870 Event: 5.104 loading class java/util/concurrent/locks/LockSupport Event: 5.107 loading class java/util/concurrent/locks/LockSupport done Event: 5.111 loading class sun/nio/ch/Interruptible Event: 5.112 loading class sun/nio/ch/Interruptible done Event: 5.653 loading class java/nio/ShortBuffer Event: 5.657 loading class java/nio/ShortBuffer done Event: 5.665 loading class java/nio/IntBuffer Event: 5.669 loading class java/nio/IntBuffer done Event: 5.682 loading class java/nio/DoubleBuffer Event: 5.686 loading class java/nio/DoubleBuffer done Event: 5.694 loading class java/nio/FloatBuffer Event: 5.698 loading class java/nio/FloatBuffer done Event: 5.732 loading class jep/Proxy Event: 5.733 loading class jep/Proxy done Event: 5.761 loading class java/lang/reflect/InvocationHandler Event: 5.763 loading class java/lang/reflect/InvocationHandler done Event: 5.770 loading class java/lang/IndexOutOfBoundsException Event: 5.772 loading class java/lang/IndexOutOfBoundsException done Event: 5.776 loading class java/io/IOException Event: 5.779 loading class java/io/IOException done Event: 5.795 loading class jep/python/PyObject Event: 5.795 loading class jep/python/PyObject done Event: 5.815 loading class jep/JepAccess Event: 5.815 loading class jep/JepAccess done Event: 5.842 loading class java/lang/IllegalStateException Event: 5.844 loading class java/lang/IllegalStateException done Event: 5.852 loading class jep/python/PyCallable Event: 5.852 loading class jep/python/PyCallable done Event: 5.875 loading class jep/NDArray Event: 5.876 loading class jep/NDArray done Event: 5.895 loading class jep/AbstractNDArray Event: 5.895 loading class jep/AbstractNDArray done Event: 5.928 loading class jep/DirectNDArray Event: 5.928 loading class jep/DirectNDArray done Event: 6.012 loading class java/util/regex/Pattern Event: 6.024 loading class java/util/regex/Pattern done Event: 6.030 loading class java/util/regex/Pattern$4 Event: 6.032 loading class java/util/regex/Pattern$Node Event: 6.033 loading class java/util/regex/Pattern$Node done Event: 6.034 loading class java/util/regex/Pattern$4 done Event: 6.038 loading class java/util/regex/Pattern$LastNode Event: 6.041 loading class java/util/regex/Pattern$LastNode done Event: 6.045 loading class java/util/regex/Pattern$GroupHead Event: 6.047 loading class java/util/regex/Pattern$GroupHead done Event: 6.049 loading class java/util/regex/Pattern$Single Event: 6.050 loading class java/util/regex/Pattern$BmpCharProperty Event: 6.052 loading class java/util/regex/Pattern$CharProperty Event: 6.054 loading class java/util/regex/Pattern$CharProperty done Event: 6.055 loading class java/util/regex/Pattern$BmpCharProperty done Event: 6.056 loading class java/util/regex/Pattern$Single done Event: 6.061 loading class java/util/regex/Pattern$Slice Event: 6.063 loading class java/util/regex/Pattern$SliceNode Event: 6.065 loading class java/util/regex/Pattern$SliceNode done Event: 6.066 loading class java/util/regex/Pattern$Slice done Event: 6.067 loading class java/util/regex/Pattern$Begin Event: 6.069 loading class java/util/regex/Pattern$Begin done Event: 6.069 loading class java/util/regex/Pattern$First Event: 6.071 loading class java/util/regex/Pattern$First done Event: 6.072 loading class java/util/regex/Pattern$Start Event: 6.074 loading class java/util/regex/Pattern$Start done Event: 6.077 loading class java/util/regex/Pattern$TreeInfo Event: 6.078 loading class java/util/regex/Pattern$TreeInfo done Event: 6.082 loading class java/util/regex/Matcher Event: 6.084 loading class java/util/regex/MatchResult Event: 6.086 loading class java/util/regex/MatchResult done Event: 6.090 loading class java/util/regex/Matcher done Event: 6.173 loading class jep/ClassList Event: 6.173 loading class jep/ClassList done Event: 6.200 loading class java/net/URISyntaxException Event: 6.203 loading class java/net/URISyntaxException done Event: 6.208 loading class java/io/FilenameFilter Event: 6.210 loading class java/io/FilenameFilter done Event: 6.244 loading class java/util/LinkedList Event: 6.250 loading class java/util/AbstractSequentialList Event: 6.254 loading class java/util/AbstractSequentialList done Event: 6.255 loading class java/util/LinkedList done Event: 6.267 loading class java/util/LinkedList$Node Event: 6.269 loading class java/util/LinkedList$Node done Event: 6.356 loading class java/util/jar/JarFile$JarEntryIterator Event: 6.359 loading class java/util/jar/JarFile$JarEntryIterator done Event: 6.362 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 6.365 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 6.497 loading class java/util/WeakHashMap$EntrySet Event: 6.501 loading class java/util/WeakHashMap$EntrySet done Event: 6.504 loading class java/util/WeakHashMap$EntryIterator Event: 6.506 loading class java/util/WeakHashMap$HashIterator Event: 6.509 loading class java/util/WeakHashMap$HashIterator done Event: 6.510 loading class java/util/WeakHashMap$EntryIterator done Event: 6.517 loading class java/util/HashMap$EntrySet Event: 6.520 loading class java/util/HashMap$EntrySet done Event: 6.522 loading class java/util/HashMap$EntryIterator Event: 6.524 loading class java/util/HashMap$HashIterator Event: 6.527 loading class java/util/HashMap$HashIterator done Event: 6.527 loading class java/util/HashMap$EntryIterator done Event: 6.787 loading class java/lang/Package$1 Event: 6.789 loading class java/lang/Package$1 done Event: 6.803 loading class java/util/jar/JarInputStream Event: 6.806 loading class java/util/zip/ZipInputStream Event: 6.809 loading class java/util/zip/ZipInputStream done Event: 6.810 loading class java/util/jar/JarInputStream done Event: 6.814 loading class java/io/PushbackInputStream Event: 6.817 loading class java/io/PushbackInputStream done Event: 6.820 loading class java/util/zip/CRC32 Event: 6.821 loading class java/util/zip/Checksum Event: 6.822 loading class java/util/zip/Checksum done Event: 6.823 loading class java/util/zip/CRC32 done Event: 6.828 loading class java/util/zip/ZipUtils Event: 6.830 loading class java/util/zip/ZipUtils done Event: 6.836 loading class java/io/ByteArrayOutputStream Event: 6.838 loading class java/io/ByteArrayOutputStream done Event: 7.047 loading class java/util/HashMap$Values Event: 7.049 loading class java/util/HashMap$Values done Event: 7.052 loading class java/util/HashMap$ValueIterator Event: 7.053 loading class java/util/HashMap$ValueIterator done Event: 7.067 loading class sun/misc/Launcher$BootClassPathHolder Event: 7.068 loading class sun/misc/Launcher$BootClassPathHolder done Event: 7.069 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 7.071 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 7.210 loading class java/io/FileNotFoundException Event: 7.211 loading class java/io/FileNotFoundException done Event: 7.213 loading class java/security/PrivilegedActionException Event: 7.215 loading class java/security/PrivilegedActionException done Event: 7.241 loading class java/net/URLClassLoader$2 Event: 7.243 loading class java/net/URLClassLoader$2 done Event: 7.395 loading class sun/net/www/protocol/jar/JarURLConnection Event: 7.397 loading class java/net/JarURLConnection Event: 7.399 loading class java/net/JarURLConnection done Event: 7.399 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 7.401 loading class sun/net/www/protocol/jar/JarFileFactory Event: 7.402 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 7.403 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 7.406 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 7.414 loading class sun/net/www/protocol/jar/URLJarFile Event: 7.417 loading class sun/net/www/protocol/jar/URLJarFile done Event: 7.425 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 7.427 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 7.429 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 7.430 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 7.453 loading class java/util/ArrayList$SubList Event: 7.457 loading class java/util/ArrayList$SubList done Event: 7.462 loading class java/util/ArrayList$SubList$1 Event: 7.463 loading class java/util/ListIterator Event: 7.465 loading class java/util/ListIterator done Event: 7.468 loading class java/util/ArrayList$SubList$1 done Event: 13.661 Executing VM operation: GenCollectForAllocation Event: 13.834 Executing VM operation: GenCollectForAllocation done Event: 20.856 loading class java/lang/reflect/Proxy Event: 20.860 loading class java/lang/reflect/Proxy done Event: 20.864 loading class java/lang/reflect/WeakCache Event: 20.867 loading class java/lang/reflect/WeakCache done Event: 20.870 loading class java/lang/reflect/Proxy$KeyFactory Event: 20.871 loading class java/util/function/BiFunction Event: 20.873 loading class java/util/function/BiFunction done Event: 20.875 loading class java/lang/reflect/Proxy$KeyFactory done Event: 20.878 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 20.882 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 27.105 loading class java/util/IdentityHashMap$KeyIterator Event: 27.107 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 27.110 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 27.111 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2addbe0000-2addbe1000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2addbe1000-2addbe2000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2addbe2000-2addbe3000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2af65bc000-2af65dd000 rw-p 00000000 00:00 0 [heap] 3f8e000000-3f94000000 rw-p 00000000 00:00 0 3f94000000-3f94021000 rw-p 00000000 00:00 0 3f94021000-3f98000000 ---p 00000000 00:00 0 3f98000000-3f980b3000 rw-p 00000000 00:00 0 3f980b3000-3f9c000000 ---p 00000000 00:00 0 3f9c000000-3f9c021000 rw-p 00000000 00:00 0 3f9c021000-3fa0000000 ---p 00000000 00:00 0 3fa0000000-3fa0021000 rw-p 00000000 00:00 0 3fa0021000-3fa4000000 ---p 00000000 00:00 0 3fa4000000-3fa4021000 rw-p 00000000 00:00 0 3fa4021000-3fa8000000 ---p 00000000 00:00 0 3fa8000000-3fa8021000 rw-p 00000000 00:00 0 3fa8021000-3fac000000 ---p 00000000 00:00 0 3fac000000-3fac021000 rw-p 00000000 00:00 0 3fac021000-3fb0000000 ---p 00000000 00:00 0 3fb03a8000-3fb0428000 rw-p 00000000 00:00 0 3fb0428000-3fb0499000 r-xp 00000000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb0499000-3fb049a000 ---p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb049a000-3fb049b000 r--p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb049b000-3fb04bf000 rw-p 00072000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fb04bf000-3fb04c1000 rw-p 00000000 00:00 0 3fb04c1000-3fb04ca000 r-xp 00000000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb04ca000-3fb04cb000 r--p 00008000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb04cb000-3fb04cc000 rw-p 00009000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fb04cc000-3fb04cd000 rw-p 00000000 00:00 0 3fb04cd000-3fb04d9000 r-xp 00000000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb04d9000-3fb04da000 r--p 0000b000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb04da000-3fb04dc000 rw-p 0000c000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fb04dc000-3fb04e9000 r-xp 00000000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb04e9000-3fb04ea000 r--p 0000c000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb04ea000-3fb04ec000 rw-p 0000d000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fb04ec000-3fb04fc000 r-xp 00000000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb04fc000-3fb04fd000 r--p 0000f000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb04fd000-3fb04ff000 rw-p 00010000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fb04ff000-3fb0536000 r-xp 00000000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb0536000-3fb0537000 r--p 00036000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb0537000-3fb0539000 rw-p 00037000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fb0539000-3fb053a000 rw-p 00000000 00:00 0 3fb053a000-3fb0540000 r-xp 00000000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb0540000-3fb0541000 r--p 00005000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb0541000-3fb0542000 rw-p 00006000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fb0542000-3fb0545000 r-xp 00000000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb0545000-3fb0546000 r--p 00002000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb0546000-3fb0547000 rw-p 00003000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fb0547000-3fb0549000 r-xp 00000000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb0549000-3fb054a000 ---p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb054a000-3fb054b000 r--p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb054b000-3fb054c000 rw-p 00003000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fb054c000-3fb058c000 rw-p 00000000 00:00 0 3fb058c000-3fb0599000 r-xp 00000000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb0599000-3fb059a000 ---p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb059a000-3fb059b000 r--p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb059b000-3fb059c000 rw-p 0000e000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fb059c000-3fb078f000 r-xp 00000000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb078f000-3fb0790000 ---p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb0790000-3fb07b8000 r--p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb07b8000-3fb07bd000 rw-p 0021b000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fb07bd000-3fb07c1000 rw-p 00000000 00:00 0 3fb07c1000-3fb07cb000 r-xp 00000000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb07cb000-3fb07cc000 ---p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb07cc000-3fb07cd000 r--p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb07cd000-3fb07cf000 rw-p 0000b000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fb07cf000-3fb07d5000 r-xp 00000000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb07d5000-3fb07d6000 r--p 00005000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb07d6000-3fb07d7000 rw-p 00006000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fb07d7000-3fb07f9000 r-xp 00000000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb07f9000-3fb07fa000 r--p 00021000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb07fa000-3fb07fc000 rw-p 00022000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fb07fc000-3fb07fd000 rw-p 00000000 00:00 0 3fb07fd000-3fb081a000 r-xp 00000000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb081a000-3fb081b000 r--p 0001c000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb081b000-3fb0820000 rw-p 0001d000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fb0820000-3fb087f000 r-xp 00000000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb087f000-3fb0880000 r--p 0005e000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb0880000-3fb08a6000 rw-p 0005f000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fb08a6000-3fb08e7000 rw-p 00000000 00:00 0 3fb08e7000-3fb08f2000 r-xp 00000000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb08f2000-3fb08f3000 r--p 0000a000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb08f3000-3fb08f4000 rw-p 0000b000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fb08f4000-3fb0934000 rw-p 00000000 00:00 0 3fb0934000-3fb0969000 r-xp 00000000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb0969000-3fb096a000 ---p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb096a000-3fb096b000 r--p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb096b000-3fb096e000 rw-p 00036000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fb096e000-3fb098f000 r-xp 00000000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb098f000-3fb0990000 ---p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb0990000-3fb0991000 r--p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb0991000-3fb0992000 rw-p 00022000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fb0992000-3fb0999000 r-xp 00000000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb0999000-3fb099a000 r--p 00006000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb099a000-3fb099b000 rw-p 00007000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fb099b000-3fb09a9000 r-xp 00000000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb09a9000-3fb09aa000 r--p 0000d000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb09aa000-3fb09ab000 rw-p 0000e000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fb09ab000-3fb09af000 r-xp 00000000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb09af000-3fb09b0000 r--p 00003000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb09b0000-3fb09b1000 rw-p 00004000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fb09b1000-3fb09f1000 rw-p 00000000 00:00 0 3fb09f1000-3fb09f8000 r-xp 00000000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb09f8000-3fb09f9000 r--p 00006000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb09f9000-3fb09fa000 rw-p 00007000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fb09fa000-3fb0a7a000 rw-p 00000000 00:00 0 3fb0a7a000-3fb0a97000 r-xp 00000000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb0a97000-3fb0a98000 r--p 0001c000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb0a98000-3fb0a99000 rw-p 0001d000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fb0a99000-3fb0a9a000 rw-p 00000000 00:00 0 3fb0a9a000-3fb0a9d000 r-xp 00000000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb0a9d000-3fb0a9e000 r--p 00002000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb0a9e000-3fb0a9f000 rw-p 00003000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fb0a9f000-3fb0b1f000 rw-p 00000000 00:00 0 3fb0b1f000-3fb0b37000 r-xp 00000000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb0b37000-3fb0b38000 r--p 00017000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb0b38000-3fb0b3c000 rw-p 00018000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fb0b3c000-3fb0b42000 r-xp 00000000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb0b42000-3fb0b43000 r--p 00005000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb0b43000-3fb0b44000 rw-p 00006000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fb0b44000-3fb0b48000 r-xp 00000000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb0b48000-3fb0b49000 r--p 00003000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb0b49000-3fb0b4a000 rw-p 00004000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fb0b4a000-3fb0bca000 rw-p 00000000 00:00 0 3fb0bca000-3fb0be3000 r-xp 00000000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb0be3000-3fb0be4000 r--p 00018000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb0be4000-3fb0be6000 rw-p 00019000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fb0be6000-3fb0d26000 rw-p 00000000 00:00 0 3fb0d26000-3fb0d3c000 r-xp 00000000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb0d3c000-3fb0d3d000 r--p 00015000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb0d3d000-3fb0d3f000 rw-p 00016000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fb0d3f000-3fb0d49000 r-xp 00000000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb0d49000-3fb0d4a000 r--p 00009000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb0d4a000-3fb0d4b000 rw-p 0000a000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fb0d4b000-3fb0dcb000 rw-p 00000000 00:00 0 3fb0dcb000-3fb0ddd000 r-xp 00000000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb0ddd000-3fb0dde000 ---p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb0dde000-3fb0ddf000 r--p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb0ddf000-3fb0de2000 rw-p 00013000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fb0de2000-3fb0ded000 r-xp 00000000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb0ded000-3fb0dee000 r--p 0000a000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb0dee000-3fb0def000 rw-p 0000b000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fb0def000-3fb0df0000 ---p 00000000 00:00 0 3fb0df0000-3fb15f0000 rw-p 00000000 00:00 0 3fb15f0000-3fb15f1000 ---p 00000000 00:00 0 3fb15f1000-3fb1df1000 rw-p 00000000 00:00 0 3fb1df1000-3fb1df2000 ---p 00000000 00:00 0 3fb1df2000-3fb25f2000 rw-p 00000000 00:00 0 3fb25f2000-3fb2704000 r-xp 00000000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb2704000-3fb2705000 r--p 00111000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb2705000-3fb2707000 rw-p 00112000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fb2707000-3fb2e88000 r-xp 00000000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb2e88000-3fb2e8e000 r--p 00780000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb2e8e000-3fb2e98000 rw-p 00786000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fb2e98000-3fb2ea3000 rw-p 00000000 00:00 0 3fb2ea3000-3fb309f000 r-xp 00000000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb309f000-3fb30a1000 r--p 001fc000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb30a1000-3fb30be000 rw-p 001fe000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fb30be000-3fb319e000 rw-p 00000000 00:00 0 3fb319e000-3fb31a9000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fb31a9000-3fb33e9000 rw-p 00000000 00:00 0 3fb33e9000-3fb33ec000 ---p 00000000 00:00 0 3fb33ec000-3fb3569000 rw-p 00000000 00:00 0 3fb3569000-3fb37a0000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb37a0000-3fb37a5000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb37a5000-3fb37dc000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fb37dc000-3fb37fe000 rw-p 00000000 00:00 0 3fb37fe000-3fb37ff000 ---p 00000000 00:00 0 3fb37ff000-3fb38ff000 rw-p 00000000 00:00 0 3fb38ff000-3fb3902000 ---p 00000000 00:00 0 3fb3902000-3fb3a7f000 rw-p 00000000 00:00 0 3fb3a7f000-3fb3a82000 ---p 00000000 00:00 0 3fb3a82000-3fb3bff000 rw-p 00000000 00:00 0 3fb3bff000-3fb3c02000 ---p 00000000 00:00 0 3fb3c02000-3fb3d7f000 rw-p 00000000 00:00 0 3fb3d7f000-3fb3d82000 ---p 00000000 00:00 0 3fb3d82000-3fb3eff000 rw-p 00000000 00:00 0 3fb3eff000-3fb3f00000 ---p 00000000 00:00 0 3fb3f00000-3fb4550000 rw-p 00000000 00:00 0 3fb4550000-3fb9550000 ---p 00000000 00:00 0 3fb9550000-3fba000000 rw-p 00000000 00:00 0 3fba000000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc45bb000 rw-p 00000000 00:00 0 3fc45bb000-3fc8000000 ---p 00000000 00:00 0 3fc8000000-3fc8003000 r-xp 00000000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc8003000-3fc8004000 r--p 00002000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc8004000-3fc8005000 rw-p 00003000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc8005000-3fc8006000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fc8006000-3fc800c000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fc800c000-3fc801f000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fc801f000-3fc8023000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc8023000-3fc8024000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc8024000-3fc8025000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc8025000-3fc80a5000 rw-p 00000000 00:00 0 3fc80a5000-3fc80a7000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fc80a7000-3fc80a8000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fc80a8000-3fc80a9000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fc80a9000-3fc80d1000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc80d1000-3fc80d2000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc80d2000-3fc80d3000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc80d3000-3fc80d7000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc80d7000-3fc80d9000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fc80d9000-3fc80db000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fc80db000-3fc8129000 rw-p 00000000 00:00 0 3fc8129000-3fc82f9000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fc82f9000-3fc8832000 rw-p 00000000 00:00 0 3fc8832000-3fc8bf2000 ---p 00000000 00:00 0 3fc8bf2000-3fc8bf8000 rw-p 00000000 00:00 0 3fc8bf8000-3fc8c48000 ---p 00000000 00:00 0 3fc8c48000-3fc8c4b000 rw-p 00000000 00:00 0 3fc8c4b000-3fc8c72000 ---p 00000000 00:00 0 3fc8c72000-3fc8c78000 rw-p 00000000 00:00 0 3fc8c78000-3fc8cc8000 ---p 00000000 00:00 0 3fc8cc8000-3fc8d0b000 rw-p 00000000 00:00 0 3fc8d0b000-3fc8d8a000 ---p 00000000 00:00 0 3fc8d8a000-3fc8db2000 rwxp 00000000 00:00 0 3fc8db2000-3fcad8a000 ---p 00000000 00:00 0 3fcad8a000-3fcad91000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcad91000-3fcad92000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcad92000-3fcad93000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcad93000-3fcad94000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcad94000-3fcad9c000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/188978 3fcad9c000-3fcada5000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fcada5000-3fcada6000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fcada6000-3fcada7000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fcada7000-3fcadad000 rw-p 00000000 00:00 0 3fcadad000-3fcadd2000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcadd2000-3fcadd3000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcadd3000-3fcadd5000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcadd5000-3fcade1000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcade1000-3fcade3000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcade3000-3fcade4000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcade4000-3fcadea000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fcadea000-3fcadeb000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fcadeb000-3fcadec000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fcadec000-3fcaded000 ---p 00000000 00:00 0 3fcaded000-3fcadee000 rw-p 00000000 00:00 0 3fcadee000-3fcadf1000 ---p 00000000 00:00 0 3fcadf1000-3fcaf6d000 rw-p 00000000 00:00 0 3fcaf6d000-3fcaf80000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fcaf80000-3fcaf81000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fcaf81000-3fcaf82000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fcaf82000-3fcaf88000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fcaf88000-3fcaf89000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fcaf89000-3fcaf8a000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fcaf8a000-3fcb014000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fcb014000-3fcb015000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fcb015000-3fcb016000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fcb016000-3fcb1b5000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fcb1b5000-3fcb1bf000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fcb1bf000-3fcb1c3000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fcb1c3000-3fcb1c7000 rw-p 00000000 00:00 0 3fcb1c7000-3fcb7c1000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcb7c1000-3fcb7da000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcb7da000-3fcb7fa000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcb7fa000-3fcb813000 rw-p 00000000 00:00 0 3fcb813000-3fcb829000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fcb829000-3fcb82a000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fcb82a000-3fcb82b000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fcb82b000-3fcb82f000 rw-p 00000000 00:00 0 3fcb82f000-3fcb831000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fcb831000-3fcb832000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fcb832000-3fcb833000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fcb833000-3fcb834000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fcb834000-3fcb847000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fcb847000-3fcb848000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fcb848000-3fcb849000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fcb849000-3fcb968000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fcb968000-3fcb96b000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fcb96b000-3fcb96e000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fcb96e000-3fcb971000 rw-p 00000000 00:00 0 3fcb971000-3fcb97e000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcb97e000-3fcb97f000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcb97f000-3fcb980000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcb980000-3fcb982000 rw-p 00000000 00:00 0 3fcb982000-3fcb984000 r-xp 00000000 00:00 0 [vdso] 3fcb984000-3fcb99f000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fcb99f000-3fcb9a0000 r--p 00000000 00:00 0 3fcb9a0000-3fcb9a1000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fcb9a1000-3fcb9a3000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3ffff0f000-3ffff30000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestGetCollectionBoxing java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.54 1.90 1.56 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6129480 kB MemAvailable: 7723476 kB Buffers: 206364 kB Cached: 1364820 kB SwapCached: 0 kB Active: 944312 kB Inactive: 831492 kB Active(anon): 207952 kB Inactive(anon): 176 kB Active(file): 736360 kB Inactive(file): 831316 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 452 kB Writeback: 0 kB AnonPages: 204692 kB Mapped: 197616 kB Shmem: 3504 kB KReclaimable: 116588 kB Slab: 192772 kB SReclaimable: 116588 kB SUnreclaim: 76184 kB KernelStack: 1312 kB PageTables: 3136 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 912548 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6129480k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:33:31 2020 timezone: EDT elapsed time: 28 seconds (0d 0h 0m 28s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=188996, tid=0x0000003fea422150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.188996 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fe404b270): JavaThread "main" [_thread_in_native, id=188997, stack(0x0000003fea2a4000,0x0000003fea423000)] Stack: [0x0000003fea2a4000,0x0000003fea423000], sp=0x0000003fea366680, free space=777k Java frames: 0x0000003fea421150: unboxed parameter[1] = 0x0000003fea421218 0x0000003fea421158: parameter[0] (JNIEnv) = 0x0000003fea366f48 0x0000003fea421160: parameter[1] (this) = 0x0000003fea421150 0x0000003fea421168: parameter[2] = 0x0000003fea421208 0x0000003fea421170: istate->_thread = 0x0000003fe404b270 0x0000003fea421178: istate->_bcp = 0x0000000000000000 0x0000003fea421180: istate->_locals = 0x0000003fea421218 0x0000003fea421188: istate->_constants = 0x0000003fd3c0b048 0x0000003fea421190: istate->_method = jep.Jep.close(J)V 0x0000003fea421198: istate->_mdx = 0x0000000000000000 0x0000003fea4211a0: istate->_stack = 0x0000003fea421168 0x0000003fea4211a8: istate->_msg = 0x0000000000000002 0x0000003fea4211b0: istate->_result = 0x0000000000000000 0x0000003fea4211b8: (istate->_result) = 0x0000003fe82401a0 0x0000003fea4211c0: (istate->_result) = 0x0000000000000000 0x0000003fea4211c8: istate->_prev_link = 0x0000000000000000 0x0000003fea4211d0: istate->_oop_temp = 0x0000000000000000 0x0000003fea4211d8: istate->_stack_base = 0x0000003fea421170 0x0000003fea4211e0: istate->_stack_limit = 0x0000003fea421168 0x0000003fea4211e8: istate->_monitor_base = 0x0000003fea421170 0x0000003fea4211f0: istate->_self_link = 0x0000003fea421170 0x0000003fea4211f8: frame_type = INTERPRETER_FRAME 0x0000003fea421200: next_frame = 0x0000003fea4212c0 0x0000003fea421208: local[2] = 0x0000003fe41792f0 0x0000003fea421210: local[1] = 0x0000003fd44efdd8 0x0000003fea421218: local[0] = 0x0000003fd44efdd8 0x0000003fea421220: monitor[0]->_lock = 0x0000000000000009 0x0000003fea421228: monitor[0]->_obj = 0x0000003fd44efdd8 0x0000003fea421230: istate->_thread = 0x0000003fe404b270 0x0000003fea421238: istate->_bcp = 0x0000003fd3c09a32 (bci 170) 0x0000003fea421240: istate->_locals = 0x0000003fea4212d8 0x0000003fea421248: istate->_constants = 0x0000003fd3c0b048 0x0000003fea421250: istate->_method = jep.Jep.close()V 0x0000003fea421258: istate->_mdx = 0x0000000000000000 0x0000003fea421260: istate->_stack = 0x0000003fea421200 0x0000003fea421268: istate->_msg = 0x0000000000000008 0x0000003fea421270: istate->_result = 0x0000003fd3c09b08 0x0000003fea421278: (istate->_result) = 0x0000003fe8240218 0x0000003fea421280: (istate->_result) = 0x0000003f00000003 0x0000003fea421288: istate->_prev_link = 0x0000000000000000 0x0000003fea421290: istate->_oop_temp = 0x0000000000000000 0x0000003fea421298: istate->_stack_base = 0x0000003fea421220 0x0000003fea4212a0: istate->_stack_limit = 0x0000003fea4211f0 0x0000003fea4212a8: istate->_monitor_base = 0x0000003fea421230 0x0000003fea4212b0: istate->_self_link = 0x0000003fea421230 0x0000003fea4212b8: frame_type = INTERPRETER_FRAME 0x0000003fea4212c0: next_frame = 0x0000003fea421370 0x0000003fea4212c8: local[2] = 0x0000003fd43a3fa8 0x0000003fea4212d0: local[1] = 0x0000003fd43a3f08 0x0000003fea4212d8: local[0] = 0x0000003fd44efdd8 0x0000003fea4212e0: istate->_thread = 0x0000003fe404b270 0x0000003fea4212e8: istate->_bcp = 0x0000003fd3c0256d (bci 85) 0x0000003fea4212f0: istate->_locals = 0x0000003fea4213a0 0x0000003fea4212f8: istate->_constants = 0x0000003fd3c042e8 0x0000003fea421300: istate->_method = jep.test.TestGetJPyObject.main([Ljava/lang/String;)V 0x0000003fea421308: istate->_mdx = 0x0000000000000000 0x0000003fea421310: istate->_stack = 0x0000003fea4212d0 0x0000003fea421318: istate->_msg = 0x0000003f00000008 0x0000003fea421320: istate->_result = 0x0000003fd3c09a68 0x0000003fea421328: (istate->_result) = 0x0000003fe82401a8 0x0000003fea421330: (istate->_result) = 0x0000003f00000005 0x0000003fea421338: istate->_prev_link = 0x0000000000000000 0x0000003fea421340: istate->_oop_temp = 0x0000000000000000 0x0000003fea421348: istate->_stack_base = 0x0000003fea4212e0 0x0000003fea421350: istate->_stack_limit = 0x0000003fea4212c0 0x0000003fea421358: istate->_monitor_base = 0x0000003fea4212e0 0x0000003fea421360: istate->_self_link = 0x0000003fea4212e0 0x0000003fea421368: frame_type = INTERPRETER_FRAME 0x0000003fea421370: next_frame = 0x0000003fea4213b8 0x0000003fea421378: local[5] = 0x0000000000000000 0x0000003fea421380: local[4] = 0x0000000000000000 0x0000003fea421388: local[3] = 0x0000000000000000 0x0000003fea421390: local[2] = 0x0000000000000000 0x0000003fea421398: local[1] = 0x0000003fd44efdd8 0x0000003fea4213a0: local[0] = 0x0000003fd44efe50 0x0000003fea4213a8: call_wrapper = 0x0000003fea421488 0x0000003fea4213b0: frame_type = ENTRY_FRAME 0x0000003fea4213b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fe4177c30 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=189008, stack(0x0000003fd2927000,0x0000003fd2aa7000)] 0x0000003fe410f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=189002, stack(0x0000003fd2e6b000,0x0000003fd2feb000)] 0x0000003fe40fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=189001, stack(0x0000003fd2feb000,0x0000003fd316b000)] 0x0000003fe40d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=189000, stack(0x0000003fd316b000,0x0000003fd32eb000)] 0x0000003fe40d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=188999, stack(0x0000003fd32eb000,0x0000003fd346b000)] =>0x0000003fe404b270 JavaThread "main" [_thread_in_native, id=188997, stack(0x0000003fea2a4000,0x0000003fea423000)] Other Threads: 0x0000003fe40c88a0 VMThread [stack: 0x0000003fd346d000,0x0000003fd356c000] [id=188998] 0x0000003fe4111350 WatcherThread [stack: 0x0000003fd2d6c000,0x0000003fd2e6b000] [id=189003] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 4240K [0x0000003fd4000000, 0x0000003fd4550000, 0x0000003fd9550000) eden space 4416K, 84% used [0x0000003fd4000000, 0x0000003fd43a4278, 0x0000003fd4450000) from space 512K, 100% used [0x0000003fd44d0000, 0x0000003fd4550000, 0x0000003fd4550000) to space 512K, 0% used [0x0000003fd4450000, 0x0000003fd4450000, 0x0000003fd44d0000) tenured generation total 10944K, used 442K [0x0000003fd9550000, 0x0000003fda000000, 0x0000003fe4000000) the space 10944K, 4% used [0x0000003fd9550000, 0x0000003fd95be870, 0x0000003fd95bea00, 0x0000003fda000000) Metaspace used 3565K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fe80fe000,0x0000003fe817f000] byte_map_base: 0x0000003fc825e000 Polling page: 0x0000003feae55000 CodeCache: size=32768Kb used=86Kb max_used=86Kb free=32681Kb bounds [0x0000003fe8240000, 0x0000003fe8268000, 0x0000003fea240000] total_blobs=169 nmethods=0 adapters=161 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 13.673 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4416K [0x0000003fd4000000, 0x0000003fd4550000, 0x0000003fd9550000) eden space 4416K, 100% used [0x0000003fd4000000, 0x0000003fd4450000, 0x0000003fd4450000) from space 512K, 0% used [0x0000003fd4450000, 0x0000003fd4450000, 0x0000003fd44d0000) to space 512K, 0% used [0x0000003fd44d0000, 0x0000003fd44d0000, 0x0000003fd4550000) tenured generation total 10944K, used 0K [0x0000003fd9550000, 0x0000003fda000000, 0x0000003fe4000000) the space 10944K, 0% used [0x0000003fd9550000, 0x0000003fd9550000, 0x0000003fd9550200, 0x0000003fda000000) Metaspace used 3388K, capacity 4240K, committed 4352K, reserved 8192K Event: 13.820 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fd4000000, 0x0000003fd4550000, 0x0000003fd9550000) eden space 4416K, 0% used [0x0000003fd4000000, 0x0000003fd4000000, 0x0000003fd4450000) from space 512K, 100% used [0x0000003fd44d0000, 0x0000003fd4550000, 0x0000003fd4550000) to space 512K, 0% used [0x0000003fd4450000, 0x0000003fd4450000, 0x0000003fd44d0000) tenured generation total 10944K, used 442K [0x0000003fd9550000, 0x0000003fda000000, 0x0000003fe4000000) the space 10944K, 4% used [0x0000003fd9550000, 0x0000003fd95be870, 0x0000003fd95bea00, 0x0000003fda000000) Metaspace used 3388K, capacity 4240K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (16 events): Event: 1.054 Thread 0x0000003fe404b270 Exception (0x0000003fd400b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.056 Thread 0x0000003fe404b270 Exception (0x0000003fd400bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 7.595 Thread 0x0000003fe404b270 Exception (0x0000003fd4140b90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.597 Thread 0x0000003fe404b270 Exception (0x0000003fd4140e70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.626 Thread 0x0000003fe404b270 Exception (0x0000003fd4143c60) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.627 Thread 0x0000003fe404b270 Exception (0x0000003fd4143f40) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.635 Thread 0x0000003fe404b270 Exception (0x0000003fd4144ed8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.636 Thread 0x0000003fe404b270 Exception (0x0000003fd41451b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.655 Thread 0x0000003fe404b270 Exception (0x0000003fd4146360) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.656 Thread 0x0000003fe404b270 Exception (0x0000003fd4146640) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.664 Thread 0x0000003fe404b270 Exception (0x0000003fd41474c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.665 Thread 0x0000003fe404b270 Exception (0x0000003fd41477a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 26.471 Thread 0x0000003fe404b270 Exception (0x0000003fd4329ab8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 738] Event: 26.505 Thread 0x0000003fe404b270 Exception (0x0000003fd432af98) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 738] Event: 26.527 Thread 0x0000003fe404b270 Exception (0x0000003fd432c1d8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 738] Event: 27.922 Thread 0x0000003fe404b270 Exception (0x0000003fd4386118) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Events (250 events): Event: 4.087 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 4.091 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 4.094 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 4.105 loading class java/lang/ClassLoaderHelper Event: 4.106 loading class java/lang/ClassLoaderHelper done Event: 4.126 loading class jep/LibraryLocator Event: 4.127 loading class jep/LibraryLocator done Event: 4.155 loading class java/lang/ProcessEnvironment Event: 4.159 loading class java/lang/ProcessEnvironment done Event: 4.170 loading class java/lang/ProcessEnvironment$Variable Event: 4.172 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.174 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.175 loading class java/lang/ProcessEnvironment$Variable done Event: 4.181 loading class java/lang/ProcessEnvironment$Value Event: 4.184 loading class java/lang/ProcessEnvironment$Value done Event: 4.191 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.197 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.200 loading class java/util/Collections$UnmodifiableMap Event: 4.205 loading class java/util/Collections$UnmodifiableMap done Event: 4.373 Thread 0x0000003fe4177c30 Thread added: 0x0000003fe4177c30 Event: 5.789 loading class java/util/concurrent/locks/LockSupport Event: 5.793 loading class java/util/concurrent/locks/LockSupport done Event: 5.801 loading class sun/nio/ch/Interruptible Event: 5.803 loading class sun/nio/ch/Interruptible done Event: 6.318 loading class java/nio/ShortBuffer Event: 6.321 loading class java/nio/ShortBuffer done Event: 6.326 loading class java/nio/IntBuffer Event: 6.329 loading class java/nio/IntBuffer done Event: 6.336 loading class java/nio/DoubleBuffer Event: 6.339 loading class java/nio/DoubleBuffer done Event: 6.345 loading class java/nio/FloatBuffer Event: 6.347 loading class java/nio/FloatBuffer done Event: 6.368 loading class jep/Proxy Event: 6.368 loading class jep/Proxy done Event: 6.386 loading class java/lang/reflect/InvocationHandler Event: 6.387 loading class java/lang/reflect/InvocationHandler done Event: 6.391 loading class java/lang/IndexOutOfBoundsException Event: 6.393 loading class java/lang/IndexOutOfBoundsException done Event: 6.395 loading class java/io/IOException Event: 6.397 loading class java/io/IOException done Event: 6.405 loading class java/lang/AssertionError Event: 6.407 loading class java/lang/AssertionError done Event: 6.411 loading class jep/python/PyObject Event: 6.411 loading class jep/python/PyObject done Event: 6.424 loading class jep/JepAccess Event: 6.424 loading class jep/JepAccess done Event: 6.443 loading class jep/python/PyCallable Event: 6.443 loading class jep/python/PyCallable done Event: 6.458 loading class jep/NDArray Event: 6.458 loading class jep/NDArray done Event: 6.473 loading class jep/AbstractNDArray Event: 6.473 loading class jep/AbstractNDArray done Event: 6.495 loading class jep/DirectNDArray Event: 6.495 loading class jep/DirectNDArray done Event: 6.516 loading class java/util/regex/Pattern Event: 6.524 loading class java/util/regex/Pattern done Event: 6.527 loading class java/util/regex/Pattern$4 Event: 6.529 loading class java/util/regex/Pattern$Node Event: 6.531 loading class java/util/regex/Pattern$Node done Event: 6.532 loading class java/util/regex/Pattern$4 done Event: 6.535 loading class java/util/regex/Pattern$LastNode Event: 6.536 loading class java/util/regex/Pattern$LastNode done Event: 6.538 loading class java/util/regex/Pattern$GroupHead Event: 6.540 loading class java/util/regex/Pattern$GroupHead done Event: 6.541 loading class java/util/regex/Pattern$Single Event: 6.543 loading class java/util/regex/Pattern$BmpCharProperty Event: 6.544 loading class java/util/regex/Pattern$CharProperty Event: 6.545 loading class java/util/regex/Pattern$CharProperty done Event: 6.545 loading class java/util/regex/Pattern$BmpCharProperty done Event: 6.546 loading class java/util/regex/Pattern$Single done Event: 6.549 loading class java/util/regex/Pattern$Slice Event: 6.550 loading class java/util/regex/Pattern$SliceNode Event: 6.552 loading class java/util/regex/Pattern$SliceNode done Event: 6.552 loading class java/util/regex/Pattern$Slice done Event: 6.553 loading class java/util/regex/Pattern$Begin Event: 6.554 loading class java/util/regex/Pattern$Begin done Event: 6.555 loading class java/util/regex/Pattern$First Event: 6.556 loading class java/util/regex/Pattern$First done Event: 6.556 loading class java/util/regex/Pattern$Start Event: 6.558 loading class java/util/regex/Pattern$Start done Event: 6.560 loading class java/util/regex/Pattern$TreeInfo Event: 6.562 loading class java/util/regex/Pattern$TreeInfo done Event: 6.565 loading class java/util/regex/Matcher Event: 6.568 loading class java/util/regex/MatchResult Event: 6.569 loading class java/util/regex/MatchResult done Event: 6.573 loading class java/util/regex/Matcher done Event: 6.671 loading class jep/ClassList Event: 6.672 loading class jep/ClassList done Event: 6.714 loading class java/net/URISyntaxException Event: 6.717 loading class java/net/URISyntaxException done Event: 6.722 loading class java/io/FilenameFilter Event: 6.724 loading class java/io/FilenameFilter done Event: 6.737 loading class java/util/LinkedList Event: 6.742 loading class java/util/AbstractSequentialList Event: 6.745 loading class java/util/AbstractSequentialList done Event: 6.747 loading class java/util/LinkedList done Event: 6.757 loading class java/util/LinkedList$Node Event: 6.759 loading class java/util/LinkedList$Node done Event: 6.826 loading class java/util/jar/JarFile$JarEntryIterator Event: 6.829 loading class java/util/jar/JarFile$JarEntryIterator done Event: 6.831 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 6.834 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 6.947 loading class java/util/WeakHashMap$EntrySet Event: 6.950 loading class java/util/WeakHashMap$EntrySet done Event: 6.953 loading class java/util/WeakHashMap$EntryIterator Event: 6.955 loading class java/util/WeakHashMap$HashIterator Event: 6.958 loading class java/util/WeakHashMap$HashIterator done Event: 6.959 loading class java/util/WeakHashMap$EntryIterator done Event: 6.966 loading class java/util/HashMap$EntrySet Event: 6.969 loading class java/util/HashMap$EntrySet done Event: 6.972 loading class java/util/HashMap$EntryIterator Event: 6.974 loading class java/util/HashMap$HashIterator Event: 6.977 loading class java/util/HashMap$HashIterator done Event: 6.977 loading class java/util/HashMap$EntryIterator done Event: 7.172 loading class java/lang/Package$1 Event: 7.174 loading class java/lang/Package$1 done Event: 7.185 loading class java/util/jar/JarInputStream Event: 7.187 loading class java/util/zip/ZipInputStream Event: 7.189 loading class java/util/zip/ZipInputStream done Event: 7.189 loading class java/util/jar/JarInputStream done Event: 7.192 loading class java/io/PushbackInputStream Event: 7.195 loading class java/io/PushbackInputStream done Event: 7.198 loading class java/util/zip/CRC32 Event: 7.200 loading class java/util/zip/Checksum Event: 7.202 loading class java/util/zip/Checksum done Event: 7.204 loading class java/util/zip/CRC32 done Event: 7.210 loading class java/util/zip/ZipUtils Event: 7.213 loading class java/util/zip/ZipUtils done Event: 7.222 loading class java/io/ByteArrayOutputStream Event: 7.225 loading class java/io/ByteArrayOutputStream done Event: 7.428 loading class java/util/HashMap$Values Event: 7.430 loading class java/util/HashMap$Values done Event: 7.433 loading class java/util/HashMap$ValueIterator Event: 7.434 loading class java/util/HashMap$ValueIterator done Event: 7.449 loading class sun/misc/Launcher$BootClassPathHolder Event: 7.451 loading class sun/misc/Launcher$BootClassPathHolder done Event: 7.452 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 7.454 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 7.584 loading class java/io/FileNotFoundException Event: 7.586 loading class java/io/FileNotFoundException done Event: 7.590 loading class java/security/PrivilegedActionException Event: 7.592 loading class java/security/PrivilegedActionException done Event: 7.637 loading class java/net/URLClassLoader$2 Event: 7.640 loading class java/net/URLClassLoader$2 done Event: 7.897 loading class sun/net/www/protocol/jar/JarURLConnection Event: 7.901 loading class java/net/JarURLConnection Event: 7.904 loading class java/net/JarURLConnection done Event: 7.904 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 7.908 loading class sun/net/www/protocol/jar/JarFileFactory Event: 7.910 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 7.912 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 7.913 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 7.927 loading class sun/net/www/protocol/jar/URLJarFile Event: 7.930 loading class sun/net/www/protocol/jar/URLJarFile done Event: 7.945 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 7.947 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 7.950 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 7.953 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 7.979 loading class java/util/ArrayList$SubList Event: 7.984 loading class java/util/ArrayList$SubList done Event: 7.988 loading class java/util/ArrayList$SubList$1 Event: 7.990 loading class java/util/ListIterator Event: 7.993 loading class java/util/ListIterator done Event: 7.995 loading class java/util/ArrayList$SubList$1 done Event: 13.664 Executing VM operation: GenCollectForAllocation Event: 13.823 Executing VM operation: GenCollectForAllocation done Event: 20.426 loading class java/lang/reflect/Proxy Event: 20.430 loading class java/lang/reflect/Proxy done Event: 20.434 loading class java/lang/reflect/WeakCache Event: 20.437 loading class java/lang/reflect/WeakCache done Event: 20.439 loading class java/lang/reflect/Proxy$KeyFactory Event: 20.440 loading class java/util/function/BiFunction Event: 20.443 loading class java/util/function/BiFunction done Event: 20.444 loading class java/lang/reflect/Proxy$KeyFactory done Event: 20.448 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 20.451 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 26.386 loading class jep/python/PyPointer Event: 26.386 loading class jep/python/PyPointer done Event: 26.566 loading class java/lang/Long$LongCache Event: 26.568 loading class java/lang/Long$LongCache done Event: 26.598 Thread 0x0000003fe45bafb0 Thread added: 0x0000003fe45bafb0 Event: 26.630 Thread 0x0000003fe45bafb0 Thread exited: 0x0000003fe45bafb0 Event: 26.648 loading class jep/python/InvocationHandler Event: 26.648 loading class jep/python/InvocationHandler done Event: 26.669 loading class java/lang/reflect/WeakCache$CacheKey Event: 26.671 loading class java/lang/reflect/WeakCache$CacheKey done Event: 26.676 loading class java/lang/reflect/Proxy$Key1 Event: 26.678 loading class java/lang/reflect/Proxy$Key1 done Event: 26.680 loading class java/lang/reflect/WeakCache$Factory Event: 26.682 loading class java/util/function/Supplier Event: 26.684 loading class java/util/function/Supplier done Event: 26.685 loading class java/lang/reflect/WeakCache$Factory done Event: 26.699 loading class sun/misc/ProxyGenerator Event: 26.705 loading class sun/misc/ProxyGenerator done Event: 26.709 loading class sun/security/action/GetBooleanAction Event: 26.711 loading class sun/security/action/GetBooleanAction done Event: 26.717 loading class sun/misc/ProxyGenerator$ConstantPool Event: 26.720 loading class sun/misc/ProxyGenerator$ConstantPool done Event: 26.727 loading class sun/misc/ProxyGenerator$ProxyMethod Event: 26.731 loading class sun/misc/ProxyGenerator$ProxyMethod done Event: 26.747 loading class java/util/Spliterator Event: 26.749 loading class java/util/Spliterator done Event: 26.750 loading class java/util/stream/Stream Event: 26.751 loading class java/util/stream/BaseStream Event: 26.753 loading class java/util/stream/BaseStream done Event: 26.754 loading class java/util/stream/Stream done Event: 26.755 loading class java/util/function/Predicate Event: 26.756 loading class java/util/function/Predicate done Event: 26.758 loading class java/util/function/Consumer Event: 26.759 loading class java/util/function/Consumer done Event: 26.820 loading class java/util/ArrayList$Itr Event: 26.825 loading class java/util/ArrayList$Itr done Event: 26.843 loading class sun/misc/ProxyGenerator$MethodInfo Event: 26.845 loading class sun/misc/ProxyGenerator$MethodInfo done Event: 26.848 loading class sun/misc/ProxyGenerator$ConstantPool$ValueEntry Event: 26.849 loading class sun/misc/ProxyGenerator$ConstantPool$Entry Event: 26.850 loading class sun/misc/ProxyGenerator$ConstantPool$Entry done Event: 26.850 loading class sun/misc/ProxyGenerator$ConstantPool$ValueEntry done Event: 26.855 loading class java/io/DataOutputStream Event: 26.856 loading class java/io/DataOutput Event: 26.857 loading class java/io/DataOutput done Event: 26.858 loading class java/io/DataOutputStream done Event: 26.862 loading class sun/misc/ProxyGenerator$ConstantPool$IndirectEntry Event: 26.863 loading class sun/misc/ProxyGenerator$ConstantPool$IndirectEntry done Event: 26.866 loading class sun/misc/ProxyGenerator$FieldInfo Event: 26.868 loading class sun/misc/ProxyGenerator$FieldInfo done Event: 26.872 loading class sun/misc/ProxyGenerator$PrimitiveTypeInfo Event: 26.873 loading class sun/misc/ProxyGenerator$PrimitiveTypeInfo done Event: 26.908 loading class sun/misc/ProxyGenerator$ExceptionTableEntry Event: 26.910 loading class sun/misc/ProxyGenerator$ExceptionTableEntry done Event: 27.751 loading class java/lang/reflect/WeakCache$CacheValue Event: 27.753 loading class java/lang/reflect/WeakCache$Value Event: 27.754 loading class java/lang/reflect/WeakCache$Value done Event: 27.755 loading class java/lang/reflect/WeakCache$CacheValue done Event: 27.812 loading class java/lang/NoSuchMethodException Event: 27.814 loading class java/lang/NoSuchMethodException done Event: 27.930 loading class jep/test/TestGetJPyObject$PyInt Event: 27.930 loading class jep/test/TestGetJPyObject$PyInt done Event: 28.110 loading class java/lang/reflect/Proxy$1 Event: 28.112 loading class java/lang/reflect/Proxy$1 done Event: 28.132 loading class jep/test/TestGetJPyObject$PyInt2 Event: 28.132 loading class jep/test/TestGetJPyObject$PyInt2 done Event: 28.320 loading class java/lang/Byte$ByteCache Event: 28.322 loading class java/lang/Byte$ByteCache done Event: 28.343 loading class java/lang/reflect/WeakCache$LookupValue Event: 28.345 loading class java/lang/reflect/WeakCache$LookupValue done Event: 28.372 loading class java/util/IdentityHashMap$KeyIterator Event: 28.373 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 28.375 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 28.376 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ab21e5000-2ab21e6000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ab21e6000-2ab21e7000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ab21e7000-2ab21e8000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac4614000-2ac4635000 rw-p 00000000 00:00 0 [heap] 3fa8000000-3fa8021000 rw-p 00000000 00:00 0 3fa8021000-3fac000000 ---p 00000000 00:00 0 3fad6d9000-3fad6dc000 ---p 00000000 00:00 0 3fad6dc000-3fad8d9000 rw-p 00000000 00:00 0 3fad8d9000-3fad94a000 r-xp 00000000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fad94a000-3fad94b000 ---p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fad94b000-3fad94c000 r--p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fad94c000-3fad970000 rw-p 00072000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fad970000-3fad972000 rw-p 00000000 00:00 0 3fad972000-3fad97b000 r-xp 00000000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fad97b000-3fad97c000 r--p 00008000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fad97c000-3fad97d000 rw-p 00009000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fad97d000-3fad97e000 rw-p 00000000 00:00 0 3fad97e000-3fad98a000 r-xp 00000000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fad98a000-3fad98b000 r--p 0000b000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fad98b000-3fad98d000 rw-p 0000c000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fad98d000-3fad99a000 r-xp 00000000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fad99a000-3fad99b000 r--p 0000c000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fad99b000-3fad99d000 rw-p 0000d000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fad99d000-3fad9ad000 r-xp 00000000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fad9ad000-3fad9ae000 r--p 0000f000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fad9ae000-3fad9b0000 rw-p 00010000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fad9b0000-3fad9e7000 r-xp 00000000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fad9e7000-3fad9e8000 r--p 00036000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fad9e8000-3fad9ea000 rw-p 00037000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fad9ea000-3fad9eb000 rw-p 00000000 00:00 0 3fad9eb000-3fad9f1000 r-xp 00000000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fad9f1000-3fad9f2000 r--p 00005000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fad9f2000-3fad9f3000 rw-p 00006000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fad9f3000-3fad9f6000 r-xp 00000000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fad9f6000-3fad9f7000 r--p 00002000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fad9f7000-3fad9f8000 rw-p 00003000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fad9f8000-3fad9fa000 r-xp 00000000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fad9fa000-3fad9fb000 ---p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fad9fb000-3fad9fc000 r--p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fad9fc000-3fad9fd000 rw-p 00003000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fad9fd000-3fada3d000 rw-p 00000000 00:00 0 3fada3d000-3fada4a000 r-xp 00000000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fada4a000-3fada4b000 ---p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fada4b000-3fada4c000 r--p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fada4c000-3fada4d000 rw-p 0000e000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fada4d000-3fadc40000 r-xp 00000000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fadc40000-3fadc41000 ---p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fadc41000-3fadc69000 r--p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fadc69000-3fadc6e000 rw-p 0021b000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fadc6e000-3fadc72000 rw-p 00000000 00:00 0 3fadc72000-3fadc7c000 r-xp 00000000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fadc7c000-3fadc7d000 ---p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fadc7d000-3fadc7e000 r--p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fadc7e000-3fadc80000 rw-p 0000b000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fadc80000-3fadc86000 r-xp 00000000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fadc86000-3fadc87000 r--p 00005000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fadc87000-3fadc88000 rw-p 00006000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fadc88000-3fadcaa000 r-xp 00000000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fadcaa000-3fadcab000 r--p 00021000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fadcab000-3fadcad000 rw-p 00022000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fadcad000-3fadcae000 rw-p 00000000 00:00 0 3fadcae000-3fadccb000 r-xp 00000000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fadccb000-3fadccc000 r--p 0001c000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fadccc000-3fadcd1000 rw-p 0001d000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fadcd1000-3fadd30000 r-xp 00000000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fadd30000-3fadd31000 r--p 0005e000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fadd31000-3fadd57000 rw-p 0005f000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fadd57000-3fadd98000 rw-p 00000000 00:00 0 3fadd98000-3fadda3000 r-xp 00000000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fadda3000-3fadda4000 r--p 0000a000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fadda4000-3fadda5000 rw-p 0000b000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fadda5000-3fadde5000 rw-p 00000000 00:00 0 3fadde5000-3fade1a000 r-xp 00000000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fade1a000-3fade1b000 ---p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fade1b000-3fade1c000 r--p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fade1c000-3fade1f000 rw-p 00036000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fade1f000-3fade40000 r-xp 00000000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fade40000-3fade41000 ---p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fade41000-3fade42000 r--p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fade42000-3fade43000 rw-p 00022000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fade43000-3fade4a000 r-xp 00000000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fade4a000-3fade4b000 r--p 00006000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fade4b000-3fade4c000 rw-p 00007000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fade4c000-3fade5a000 r-xp 00000000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fade5a000-3fade5b000 r--p 0000d000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fade5b000-3fade5c000 rw-p 0000e000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fade5c000-3fade60000 r-xp 00000000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fade60000-3fade61000 r--p 00003000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fade61000-3fade62000 rw-p 00004000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fade62000-3fadea2000 rw-p 00000000 00:00 0 3fadea2000-3fadea9000 r-xp 00000000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fadea9000-3fadeaa000 r--p 00006000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fadeaa000-3fadeab000 rw-p 00007000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fadeab000-3fadf2b000 rw-p 00000000 00:00 0 3fadf2b000-3fadf48000 r-xp 00000000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fadf48000-3fadf49000 r--p 0001c000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fadf49000-3fadf4a000 rw-p 0001d000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fadf4a000-3fadf4b000 rw-p 00000000 00:00 0 3fadf4b000-3fadf4e000 r-xp 00000000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fadf4e000-3fadf4f000 r--p 00002000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fadf4f000-3fadf50000 rw-p 00003000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fadf50000-3fadfd0000 rw-p 00000000 00:00 0 3fadfd0000-3fadfe8000 r-xp 00000000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fadfe8000-3fadfe9000 r--p 00017000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fadfe9000-3fadfed000 rw-p 00018000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fadfed000-3fadff3000 r-xp 00000000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fadff3000-3fadff4000 r--p 00005000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fadff4000-3fadff5000 rw-p 00006000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fadff5000-3fadff9000 r-xp 00000000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fadff9000-3fadffa000 r--p 00003000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fadffa000-3fadffb000 rw-p 00004000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fadffb000-3fadffe000 r-xp 00000000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fadffe000-3fadfff000 r--p 00002000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fadfff000-3fae000000 rw-p 00003000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fae000000-3fb4000000 rw-p 00000000 00:00 0 3fb4000000-3fb4021000 rw-p 00000000 00:00 0 3fb4021000-3fb8000000 ---p 00000000 00:00 0 3fb8000000-3fb80b3000 rw-p 00000000 00:00 0 3fb80b3000-3fbc000000 ---p 00000000 00:00 0 3fbc000000-3fbc021000 rw-p 00000000 00:00 0 3fbc021000-3fc0000000 ---p 00000000 00:00 0 3fc0000000-3fc0021000 rw-p 00000000 00:00 0 3fc0021000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc4021000 rw-p 00000000 00:00 0 3fc4021000-3fc8000000 ---p 00000000 00:00 0 3fc8000000-3fc8021000 rw-p 00000000 00:00 0 3fc8021000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc021000 rw-p 00000000 00:00 0 3fcc021000-3fd0000000 ---p 00000000 00:00 0 3fd0002000-3fd0082000 rw-p 00000000 00:00 0 3fd0082000-3fd009b000 r-xp 00000000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fd009b000-3fd009c000 r--p 00018000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fd009c000-3fd009e000 rw-p 00019000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fd009e000-3fd01de000 rw-p 00000000 00:00 0 3fd01de000-3fd01f4000 r-xp 00000000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fd01f4000-3fd01f5000 r--p 00015000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fd01f5000-3fd01f7000 rw-p 00016000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fd01f7000-3fd0201000 r-xp 00000000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fd0201000-3fd0202000 r--p 00009000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fd0202000-3fd0203000 rw-p 0000a000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fd0203000-3fd0283000 rw-p 00000000 00:00 0 3fd0283000-3fd0295000 r-xp 00000000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fd0295000-3fd0296000 ---p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fd0296000-3fd0297000 r--p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fd0297000-3fd029a000 rw-p 00013000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fd029a000-3fd02a5000 r-xp 00000000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fd02a5000-3fd02a6000 r--p 0000a000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fd02a6000-3fd02a7000 rw-p 0000b000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fd02a7000-3fd02a8000 ---p 00000000 00:00 0 3fd02a8000-3fd0aa8000 rw-p 00000000 00:00 0 3fd0aa8000-3fd0aa9000 ---p 00000000 00:00 0 3fd0aa9000-3fd12a9000 rw-p 00000000 00:00 0 3fd12a9000-3fd12aa000 ---p 00000000 00:00 0 3fd12aa000-3fd1aaa000 rw-p 00000000 00:00 0 3fd1aaa000-3fd1bbc000 r-xp 00000000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fd1bbc000-3fd1bbd000 r--p 00111000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fd1bbd000-3fd1bbf000 rw-p 00112000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fd1bbf000-3fd2340000 r-xp 00000000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fd2340000-3fd2346000 r--p 00780000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fd2346000-3fd2350000 rw-p 00786000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fd2350000-3fd235b000 rw-p 00000000 00:00 0 3fd235b000-3fd2557000 r-xp 00000000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fd2557000-3fd2559000 r--p 001fc000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fd2559000-3fd2576000 rw-p 001fe000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fd2576000-3fd2656000 rw-p 00000000 00:00 0 3fd2656000-3fd2661000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fd2661000-3fd2667000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fd2667000-3fd2927000 rw-p 00000000 00:00 0 3fd2927000-3fd292a000 ---p 00000000 00:00 0 3fd292a000-3fd2aa7000 rw-p 00000000 00:00 0 3fd2aa7000-3fd2cde000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fd2cde000-3fd2ce3000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fd2ce3000-3fd2d1a000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fd2d1a000-3fd2d3c000 rw-p 00000000 00:00 0 3fd2d3c000-3fd2d64000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd2d64000-3fd2d65000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd2d65000-3fd2d66000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd2d66000-3fd2d6a000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd2d6a000-3fd2d6b000 ---p 00000000 00:00 0 3fd2d6b000-3fd2e6b000 rw-p 00000000 00:00 0 3fd2e6b000-3fd2e6e000 ---p 00000000 00:00 0 3fd2e6e000-3fd2feb000 rw-p 00000000 00:00 0 3fd2feb000-3fd2fee000 ---p 00000000 00:00 0 3fd2fee000-3fd316b000 rw-p 00000000 00:00 0 3fd316b000-3fd316e000 ---p 00000000 00:00 0 3fd316e000-3fd32eb000 rw-p 00000000 00:00 0 3fd32eb000-3fd32ee000 ---p 00000000 00:00 0 3fd32ee000-3fd346b000 rw-p 00000000 00:00 0 3fd346b000-3fd346c000 ---p 00000000 00:00 0 3fd346c000-3fd35ba000 rw-p 00000000 00:00 0 3fd35ba000-3fd378a000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fd378a000-3fd3c40000 rw-p 00000000 00:00 0 3fd3c40000-3fd4000000 ---p 00000000 00:00 0 3fd4000000-3fd4550000 rw-p 00000000 00:00 0 3fd4550000-3fd9550000 ---p 00000000 00:00 0 3fd9550000-3fda000000 rw-p 00000000 00:00 0 3fda000000-3fe4000000 ---p 00000000 00:00 0 3fe4000000-3fe45cd000 rw-p 00000000 00:00 0 3fe45cd000-3fe8000000 ---p 00000000 00:00 0 3fe8003000-3fe8004000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fe8004000-3fe8017000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fe8017000-3fe801b000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe801b000-3fe801c000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe801c000-3fe801d000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe801d000-3fe801f000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe801f000-3fe8020000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe8020000-3fe8021000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe8021000-3fe8023000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fe8023000-3fe8025000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fe8025000-3fe80ae000 rw-p 00000000 00:00 0 3fe80ae000-3fe80fe000 ---p 00000000 00:00 0 3fe80fe000-3fe8101000 rw-p 00000000 00:00 0 3fe8101000-3fe8128000 ---p 00000000 00:00 0 3fe8128000-3fe812e000 rw-p 00000000 00:00 0 3fe812e000-3fe817e000 ---p 00000000 00:00 0 3fe817e000-3fe81c1000 rw-p 00000000 00:00 0 3fe81c1000-3fe8240000 ---p 00000000 00:00 0 3fe8240000-3fe8268000 rwxp 00000000 00:00 0 3fe8268000-3fea240000 ---p 00000000 00:00 0 3fea240000-3fea247000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fea247000-3fea248000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fea248000-3fea249000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fea249000-3fea24a000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fea24a000-3fea252000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/188996 3fea252000-3fea25b000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fea25b000-3fea25c000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fea25c000-3fea25d000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fea25d000-3fea263000 rw-p 00000000 00:00 0 3fea263000-3fea288000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fea288000-3fea289000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fea289000-3fea28b000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fea28b000-3fea297000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fea297000-3fea299000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fea299000-3fea29a000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fea29a000-3fea2a0000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fea2a0000-3fea2a1000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fea2a1000-3fea2a2000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fea2a2000-3fea2a3000 ---p 00000000 00:00 0 3fea2a3000-3fea2a4000 rw-p 00000000 00:00 0 3fea2a4000-3fea2a7000 ---p 00000000 00:00 0 3fea2a7000-3fea423000 rw-p 00000000 00:00 0 3fea423000-3fea436000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fea436000-3fea437000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fea437000-3fea438000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fea438000-3fea43e000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fea43e000-3fea43f000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fea43f000-3fea440000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fea440000-3fea4ca000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fea4ca000-3fea4cb000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fea4cb000-3fea4cc000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fea4cc000-3fea66b000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fea66b000-3fea675000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fea675000-3fea679000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fea679000-3fea67d000 rw-p 00000000 00:00 0 3fea67d000-3feac77000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3feac77000-3feac90000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3feac90000-3feacb0000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3feacb0000-3feacc9000 rw-p 00000000 00:00 0 3feacc9000-3feacdf000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3feacdf000-3feace0000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3feace0000-3feace1000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3feace1000-3feace5000 rw-p 00000000 00:00 0 3feace5000-3feace7000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3feace7000-3feace8000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3feace8000-3feace9000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3feace9000-3feacea000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3feacea000-3feacfd000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3feacfd000-3feacfe000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3feacfe000-3feacff000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3feacff000-3feae1e000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3feae1e000-3feae21000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3feae21000-3feae24000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3feae24000-3feae27000 rw-p 00000000 00:00 0 3feae27000-3feae34000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3feae34000-3feae35000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3feae35000-3feae36000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3feae36000-3feae38000 rw-p 00000000 00:00 0 3feae38000-3feae3a000 r-xp 00000000 00:00 0 [vdso] 3feae3a000-3feae55000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3feae55000-3feae56000 r--p 00000000 00:00 0 3feae56000-3feae57000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3feae57000-3feae59000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fffe9d000-3fffebe000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestGetJPyObject java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.97 2.16 1.66 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6120728 kB MemAvailable: 7724272 kB Buffers: 206368 kB Cached: 1373988 kB SwapCached: 0 kB Active: 945032 kB Inactive: 840308 kB Active(anon): 208304 kB Inactive(anon): 176 kB Active(file): 736728 kB Inactive(file): 840132 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 52 kB Writeback: 0 kB AnonPages: 205060 kB Mapped: 197744 kB Shmem: 3504 kB KReclaimable: 116952 kB Slab: 193300 kB SReclaimable: 116952 kB SUnreclaim: 76348 kB KernelStack: 1320 kB PageTables: 3136 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 912548 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6120728k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:34:09 2020 timezone: EDT elapsed time: 29 seconds (0d 0h 0m 29s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=189016, tid=0x0000003fe5b61150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.189016 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fe004b270): JavaThread "main" [_thread_in_native, id=189017, stack(0x0000003fe59e3000,0x0000003fe5b62000)] Stack: [0x0000003fe59e3000,0x0000003fe5b62000], sp=0x0000003fe5aa5680, free space=777k Java frames: 0x0000003fe5b60150: unboxed parameter[1] = 0x0000003fe5b60218 0x0000003fe5b60158: parameter[0] (JNIEnv) = 0x0000003fe5aa5f48 0x0000003fe5b60160: parameter[1] (this) = 0x0000003fe5b60150 0x0000003fe5b60168: parameter[2] = 0x0000003fe5b60208 0x0000003fe5b60170: istate->_thread = 0x0000003fe004b270 0x0000003fe5b60178: istate->_bcp = 0x0000000000000000 0x0000003fe5b60180: istate->_locals = 0x0000003fe5b60218 0x0000003fe5b60188: istate->_constants = 0x0000003fe53ef9c0 0x0000003fe5b60190: istate->_method = jep.Jep.close(J)V 0x0000003fe5b60198: istate->_mdx = 0x0000000000000000 0x0000003fe5b601a0: istate->_stack = 0x0000003fe5b60168 0x0000003fe5b601a8: istate->_msg = 0x0000000000000002 0x0000003fe5b601b0: istate->_result = 0x0000000000000000 0x0000003fe5b601b8: (istate->_result) = 0x0000003fde0001a0 0x0000003fe5b601c0: (istate->_result) = 0x0000000000000000 0x0000003fe5b601c8: istate->_prev_link = 0x0000000000000000 0x0000003fe5b601d0: istate->_oop_temp = 0x0000000000000000 0x0000003fe5b601d8: istate->_stack_base = 0x0000003fe5b60170 0x0000003fe5b601e0: istate->_stack_limit = 0x0000003fe5b60168 0x0000003fe5b601e8: istate->_monitor_base = 0x0000003fe5b60170 0x0000003fe5b601f0: istate->_self_link = 0x0000003fe5b60170 0x0000003fe5b601f8: frame_type = INTERPRETER_FRAME 0x0000003fe5b60200: next_frame = 0x0000003fe5b602c0 0x0000003fe5b60208: local[2] = 0x0000003fe0174cf0 0x0000003fe5b60210: local[1] = 0x0000003fce4efaa0 0x0000003fe5b60218: local[0] = 0x0000003fce4efaa0 0x0000003fe5b60220: monitor[0]->_lock = 0x0000000000000009 0x0000003fe5b60228: monitor[0]->_obj = 0x0000003fce4efaa0 0x0000003fe5b60230: istate->_thread = 0x0000003fe004b270 0x0000003fe5b60238: istate->_bcp = 0x0000003fe53edb02 (bci 170) 0x0000003fe5b60240: istate->_locals = 0x0000003fe5b602d8 0x0000003fe5b60248: istate->_constants = 0x0000003fe53ef9c0 0x0000003fe5b60250: istate->_method = jep.Jep.close()V 0x0000003fe5b60258: istate->_mdx = 0x0000000000000000 0x0000003fe5b60260: istate->_stack = 0x0000003fe5b60200 0x0000003fe5b60268: istate->_msg = 0x0000003f00000008 0x0000003fe5b60270: istate->_result = 0x0000003fe53edbd8 0x0000003fe5b60278: (istate->_result) = 0x0000003fde000218 0x0000003fe5b60280: (istate->_result) = 0x0000003f00000003 0x0000003fe5b60288: istate->_prev_link = 0x0000000000000000 0x0000003fe5b60290: istate->_oop_temp = 0x0000000000000000 0x0000003fe5b60298: istate->_stack_base = 0x0000003fe5b60220 0x0000003fe5b602a0: istate->_stack_limit = 0x0000003fe5b601f0 0x0000003fe5b602a8: istate->_monitor_base = 0x0000003fe5b60230 0x0000003fe5b602b0: istate->_self_link = 0x0000003fe5b60230 0x0000003fe5b602b8: frame_type = INTERPRETER_FRAME 0x0000003fe5b602c0: next_frame = 0x0000003fe5b60370 0x0000003fe5b602c8: local[2] = 0x0000003fce31c7d0 0x0000003fe5b602d0: local[1] = 0x0000003fce31c730 0x0000003fe5b602d8: local[0] = 0x0000003fce4efaa0 0x0000003fe5b602e0: istate->_thread = 0x0000003fe004b270 0x0000003fe5b602e8: istate->_bcp = 0x0000003fe53e7506 (bci 166) 0x0000003fe5b602f0: istate->_locals = 0x0000003fe5b603a0 0x0000003fe5b602f8: istate->_constants = 0x0000003fe53e8200 0x0000003fe5b60300: istate->_method = jep.test.TestGetTempValue.main([Ljava/lang/String;)V 0x0000003fe5b60308: istate->_mdx = 0x0000000000000000 0x0000003fe5b60310: istate->_stack = 0x0000003fe5b602d0 0x0000003fe5b60318: istate->_msg = 0x0000003f00000008 0x0000003fe5b60320: istate->_result = 0x0000003fe53edb38 0x0000003fe5b60328: (istate->_result) = 0x0000003fde0001a8 0x0000003fe5b60330: (istate->_result) = 0x0000003f00000005 0x0000003fe5b60338: istate->_prev_link = 0x0000000000000000 0x0000003fe5b60340: istate->_oop_temp = 0x0000000000000000 0x0000003fe5b60348: istate->_stack_base = 0x0000003fe5b602e0 0x0000003fe5b60350: istate->_stack_limit = 0x0000003fe5b602b0 0x0000003fe5b60358: istate->_monitor_base = 0x0000003fe5b602e0 0x0000003fe5b60360: istate->_self_link = 0x0000003fe5b602e0 0x0000003fe5b60368: frame_type = INTERPRETER_FRAME 0x0000003fe5b60370: next_frame = 0x0000003fe5b603b8 0x0000003fe5b60378: local[5] = 0x0000000000000000 0x0000003fe5b60380: local[4] = 0x0000000000000000 0x0000003fe5b60388: local[3] = 0x0000000000000000 0x0000003fe5b60390: local[2] = 0x0000000000000000 0x0000003fe5b60398: local[1] = 0x0000003fce4efaa0 0x0000003fe5b603a0: local[0] = 0x0000003fce4efb18 0x0000003fe5b603a8: call_wrapper = 0x0000003fe5b60488 0x0000003fe5b603b0: frame_type = ENTRY_FRAME 0x0000003fe5b603b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fe01735b0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=189030, stack(0x0000003fe4083000,0x0000003fe4203000)] 0x0000003fe010f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=189022, stack(0x0000003fe45cf000,0x0000003fe474f000)] 0x0000003fe00fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=189021, stack(0x0000003fe474f000,0x0000003fe48cf000)] 0x0000003fe00d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=189020, stack(0x0000003fe48cf000,0x0000003fe4a4f000)] 0x0000003fe00d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=189019, stack(0x0000003fe4a4f000,0x0000003fe4bcf000)] =>0x0000003fe004b270 JavaThread "main" [_thread_in_native, id=189017, stack(0x0000003fe59e3000,0x0000003fe5b62000)] Other Threads: 0x0000003fe00c88a0 VMThread [stack: 0x0000003fe4bd1000,0x0000003fe4cd0000] [id=189018] 0x0000003fe0111350 WatcherThread [stack: 0x0000003fe44d0000,0x0000003fe45cf000] [id=189023] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3698K [0x0000003fce000000, 0x0000003fce550000, 0x0000003fd3550000) eden space 4416K, 72% used [0x0000003fce000000, 0x0000003fce31caa0, 0x0000003fce450000) from space 512K, 99% used [0x0000003fce4d0000, 0x0000003fce54fff8, 0x0000003fce550000) to space 512K, 0% used [0x0000003fce450000, 0x0000003fce450000, 0x0000003fce4d0000) tenured generation total 10944K, used 431K [0x0000003fd3550000, 0x0000003fd4000000, 0x0000003fde000000) the space 10944K, 3% used [0x0000003fd3550000, 0x0000003fd35bbe68, 0x0000003fd35bc000, 0x0000003fd4000000) Metaspace used 3407K, capacity 4232K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fe583d000,0x0000003fe58be000] byte_map_base: 0x0000003fc59cd000 Polling page: 0x0000003fe6594000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fde000000, 0x0000003fde028000, 0x0000003fe0000000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 13.852 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fce000000, 0x0000003fce550000, 0x0000003fd3550000) eden space 4416K, 99% used [0x0000003fce000000, 0x0000003fce44ffe8, 0x0000003fce450000) from space 512K, 0% used [0x0000003fce450000, 0x0000003fce450000, 0x0000003fce4d0000) to space 512K, 0% used [0x0000003fce4d0000, 0x0000003fce4d0000, 0x0000003fce550000) tenured generation total 10944K, used 0K [0x0000003fd3550000, 0x0000003fd4000000, 0x0000003fde000000) the space 10944K, 0% used [0x0000003fd3550000, 0x0000003fd3550000, 0x0000003fd3550200, 0x0000003fd4000000) Metaspace used 3377K, capacity 4232K, committed 4352K, reserved 8192K Event: 13.934 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fce000000, 0x0000003fce550000, 0x0000003fd3550000) eden space 4416K, 0% used [0x0000003fce000000, 0x0000003fce000000, 0x0000003fce450000) from space 512K, 99% used [0x0000003fce4d0000, 0x0000003fce54fff8, 0x0000003fce550000) to space 512K, 0% used [0x0000003fce450000, 0x0000003fce450000, 0x0000003fce4d0000) tenured generation total 10944K, used 431K [0x0000003fd3550000, 0x0000003fd4000000, 0x0000003fde000000) the space 10944K, 3% used [0x0000003fd3550000, 0x0000003fd35bbe68, 0x0000003fd35bc000, 0x0000003fd4000000) Metaspace used 3377K, capacity 4232K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (12 events): Event: 1.361 Thread 0x0000003fe004b270 Exception (0x0000003fce00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.364 Thread 0x0000003fe004b270 Exception (0x0000003fce00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 7.696 Thread 0x0000003fe004b270 Exception (0x0000003fce137060) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.698 Thread 0x0000003fe004b270 Exception (0x0000003fce137340) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.726 Thread 0x0000003fe004b270 Exception (0x0000003fce13a130) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.727 Thread 0x0000003fe004b270 Exception (0x0000003fce13a410) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.736 Thread 0x0000003fe004b270 Exception (0x0000003fce13b3a8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.737 Thread 0x0000003fe004b270 Exception (0x0000003fce13b688) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.754 Thread 0x0000003fe004b270 Exception (0x0000003fce13c830) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.755 Thread 0x0000003fe004b270 Exception (0x0000003fce13cb10) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.764 Thread 0x0000003fe004b270 Exception (0x0000003fce13d990) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 7.765 Thread 0x0000003fe004b270 Exception (0x0000003fce13dc70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Events (250 events): Event: 3.365 loading class sun/nio/ByteBuffered done Event: 3.377 loading class java/security/Permissions Event: 3.380 loading class java/security/PermissionCollection Event: 3.383 loading class java/security/PermissionCollection done Event: 3.383 loading class java/security/Permissions done Event: 3.393 loading class sun/net/www/protocol/file/FileURLConnection Event: 3.396 loading class sun/net/www/URLConnection Event: 3.399 loading class java/net/URLConnection Event: 3.406 loading class java/net/URLConnection done Event: 3.407 loading class sun/net/www/URLConnection done Event: 3.408 loading class sun/net/www/protocol/file/FileURLConnection done Event: 3.417 loading class sun/net/www/MessageHeader Event: 3.421 loading class sun/net/www/MessageHeader done Event: 3.426 loading class java/io/FilePermission Event: 3.429 loading class java/io/FilePermission done Event: 3.433 loading class java/io/FilePermission$1 Event: 3.435 loading class java/io/FilePermission$1 done Event: 3.443 loading class java/io/FilePermissionCollection Event: 3.445 loading class java/io/FilePermissionCollection done Event: 3.452 loading class java/security/AllPermission Event: 3.454 loading class java/security/AllPermission done Event: 3.455 loading class java/security/UnresolvedPermission Event: 3.459 loading class java/security/UnresolvedPermission done Event: 3.460 loading class java/security/BasicPermissionCollection Event: 3.463 loading class java/security/BasicPermissionCollection done Event: 3.497 loading class sun/launcher/LauncherHelper$FXHelper Event: 3.500 loading class sun/launcher/LauncherHelper$FXHelper done Event: 3.505 loading class java/lang/Class$MethodArray Event: 3.508 loading class java/lang/Class$MethodArray done Event: 3.532 loading class jep/Interpreter Event: 3.533 loading class jep/Interpreter done Event: 3.605 loading class java/lang/Void Event: 3.608 loading class java/lang/Void done Event: 3.620 loading class jep/SubInterpreter Event: 3.621 loading class jep/SubInterpreter done Event: 3.639 loading class jep/Jep Event: 3.639 loading class jep/Jep done Event: 3.679 loading class jep/JepException Event: 3.680 loading class jep/JepException done Event: 3.737 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 3.739 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 3.749 loading class jep/ClassEnquirer Event: 3.749 loading class jep/ClassEnquirer done Event: 3.793 loading class jep/Jep$1 Event: 3.793 loading class jep/Jep$1 done Event: 3.830 loading class jep/JepConfig Event: 3.831 loading class jep/JepConfig done Event: 3.866 loading class jep/python/MemoryManager Event: 3.866 loading class jep/python/MemoryManager done Event: 3.896 loading class java/util/IdentityHashMap Event: 3.903 loading class java/util/IdentityHashMap done Event: 3.910 loading class java/util/IdentityHashMap$KeySet Event: 3.914 loading class java/util/IdentityHashMap$KeySet done Event: 3.919 loading class jep/MainInterpreter Event: 3.919 loading class jep/MainInterpreter done Event: 3.966 loading class java/util/concurrent/BlockingQueue Event: 3.971 loading class java/util/concurrent/BlockingQueue done Event: 3.975 loading class java/lang/UnsatisfiedLinkError Event: 3.977 loading class java/lang/UnsatisfiedLinkError done Event: 3.985 loading class jep/MainInterpreter$1 Event: 3.986 loading class jep/MainInterpreter$1 done Event: 4.007 loading class java/util/concurrent/SynchronousQueue Event: 4.010 loading class java/util/AbstractQueue Event: 4.013 loading class java/util/AbstractQueue done Event: 4.014 loading class java/util/concurrent/SynchronousQueue done Event: 4.019 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 4.022 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 4.023 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 4.023 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 4.027 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 4.029 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 4.038 loading class java/lang/ClassLoaderHelper Event: 4.040 loading class java/lang/ClassLoaderHelper done Event: 4.054 loading class jep/LibraryLocator Event: 4.054 loading class jep/LibraryLocator done Event: 4.075 loading class java/lang/ProcessEnvironment Event: 4.078 loading class java/lang/ProcessEnvironment done Event: 4.081 loading class java/lang/ProcessEnvironment$Variable Event: 4.083 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.085 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.085 loading class java/lang/ProcessEnvironment$Variable done Event: 4.090 loading class java/lang/ProcessEnvironment$Value Event: 4.092 loading class java/lang/ProcessEnvironment$Value done Event: 4.097 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.100 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.102 loading class java/util/Collections$UnmodifiableMap Event: 4.106 loading class java/util/Collections$UnmodifiableMap done Event: 4.220 Thread 0x0000003fe01735b0 Thread added: 0x0000003fe01735b0 Event: 5.493 loading class java/util/concurrent/locks/LockSupport Event: 5.496 loading class java/util/concurrent/locks/LockSupport done Event: 5.503 loading class sun/nio/ch/Interruptible Event: 5.505 loading class sun/nio/ch/Interruptible done Event: 6.049 loading class java/nio/ShortBuffer Event: 6.054 loading class java/nio/ShortBuffer done Event: 6.087 loading class java/nio/IntBuffer Event: 6.092 loading class java/nio/IntBuffer done Event: 6.106 loading class java/nio/DoubleBuffer Event: 6.111 loading class java/nio/DoubleBuffer done Event: 6.120 loading class java/nio/FloatBuffer Event: 6.125 loading class java/nio/FloatBuffer done Event: 6.166 loading class jep/Proxy Event: 6.167 loading class jep/Proxy done Event: 6.205 loading class java/lang/reflect/InvocationHandler Event: 6.207 loading class java/lang/reflect/InvocationHandler done Event: 6.221 loading class java/lang/IndexOutOfBoundsException Event: 6.224 loading class java/lang/IndexOutOfBoundsException done Event: 6.229 loading class java/io/IOException Event: 6.233 loading class java/io/IOException done Event: 6.247 loading class java/lang/AssertionError Event: 6.250 loading class java/lang/AssertionError done Event: 6.257 loading class jep/python/PyObject Event: 6.257 loading class jep/python/PyObject done Event: 6.277 loading class jep/JepAccess Event: 6.277 loading class jep/JepAccess done Event: 6.300 loading class java/lang/IllegalStateException Event: 6.303 loading class java/lang/IllegalStateException done Event: 6.310 loading class jep/python/PyCallable Event: 6.311 loading class jep/python/PyCallable done Event: 6.332 loading class jep/NDArray Event: 6.332 loading class jep/NDArray done Event: 6.350 loading class jep/AbstractNDArray Event: 6.350 loading class jep/AbstractNDArray done Event: 6.382 loading class jep/DirectNDArray Event: 6.383 loading class jep/DirectNDArray done Event: 6.436 loading class java/util/regex/Pattern Event: 6.444 loading class java/util/regex/Pattern done Event: 6.447 loading class java/util/regex/Pattern$4 Event: 6.449 loading class java/util/regex/Pattern$Node Event: 6.450 loading class java/util/regex/Pattern$Node done Event: 6.450 loading class java/util/regex/Pattern$4 done Event: 6.453 loading class java/util/regex/Pattern$LastNode Event: 6.455 loading class java/util/regex/Pattern$LastNode done Event: 6.457 loading class java/util/regex/Pattern$GroupHead Event: 6.459 loading class java/util/regex/Pattern$GroupHead done Event: 6.460 loading class java/util/regex/Pattern$Single Event: 6.461 loading class java/util/regex/Pattern$BmpCharProperty Event: 6.463 loading class java/util/regex/Pattern$CharProperty Event: 6.464 loading class java/util/regex/Pattern$CharProperty done Event: 6.464 loading class java/util/regex/Pattern$BmpCharProperty done Event: 6.465 loading class java/util/regex/Pattern$Single done Event: 6.468 loading class java/util/regex/Pattern$Slice Event: 6.469 loading class java/util/regex/Pattern$SliceNode Event: 6.470 loading class java/util/regex/Pattern$SliceNode done Event: 6.471 loading class java/util/regex/Pattern$Slice done Event: 6.471 loading class java/util/regex/Pattern$Begin Event: 6.472 loading class java/util/regex/Pattern$Begin done Event: 6.473 loading class java/util/regex/Pattern$First Event: 6.474 loading class java/util/regex/Pattern$First done Event: 6.474 loading class java/util/regex/Pattern$Start Event: 6.475 loading class java/util/regex/Pattern$Start done Event: 6.477 loading class java/util/regex/Pattern$TreeInfo Event: 6.478 loading class java/util/regex/Pattern$TreeInfo done Event: 6.480 loading class java/util/regex/Matcher Event: 6.482 loading class java/util/regex/MatchResult Event: 6.483 loading class java/util/regex/MatchResult done Event: 6.485 loading class java/util/regex/Matcher done Event: 6.555 loading class jep/ClassList Event: 6.555 loading class jep/ClassList done Event: 6.591 loading class java/net/URISyntaxException Event: 6.594 loading class java/net/URISyntaxException done Event: 6.599 loading class java/io/FilenameFilter Event: 6.600 loading class java/io/FilenameFilter done Event: 6.623 loading class java/util/LinkedList Event: 6.629 loading class java/util/AbstractSequentialList Event: 6.632 loading class java/util/AbstractSequentialList done Event: 6.635 loading class java/util/LinkedList done Event: 6.646 loading class java/util/LinkedList$Node Event: 6.648 loading class java/util/LinkedList$Node done Event: 6.729 loading class java/util/jar/JarFile$JarEntryIterator Event: 6.732 loading class java/util/jar/JarFile$JarEntryIterator done Event: 6.734 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 6.737 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 6.865 loading class java/util/WeakHashMap$EntrySet Event: 6.868 loading class java/util/WeakHashMap$EntrySet done Event: 6.872 loading class java/util/WeakHashMap$EntryIterator Event: 6.874 loading class java/util/WeakHashMap$HashIterator Event: 6.877 loading class java/util/WeakHashMap$HashIterator done Event: 6.877 loading class java/util/WeakHashMap$EntryIterator done Event: 6.885 loading class java/util/HashMap$EntrySet Event: 6.888 loading class java/util/HashMap$EntrySet done Event: 6.891 loading class java/util/HashMap$EntryIterator Event: 6.893 loading class java/util/HashMap$HashIterator Event: 6.896 loading class java/util/HashMap$HashIterator done Event: 6.897 loading class java/util/HashMap$EntryIterator done Event: 7.143 loading class java/lang/Package$1 Event: 7.146 loading class java/lang/Package$1 done Event: 7.159 loading class java/util/jar/JarInputStream Event: 7.162 loading class java/util/zip/ZipInputStream Event: 7.166 loading class java/util/zip/ZipInputStream done Event: 7.167 loading class java/util/jar/JarInputStream done Event: 7.171 loading class java/io/PushbackInputStream Event: 7.174 loading class java/io/PushbackInputStream done Event: 7.177 loading class java/util/zip/CRC32 Event: 7.179 loading class java/util/zip/Checksum Event: 7.180 loading class java/util/zip/Checksum done Event: 7.183 loading class java/util/zip/CRC32 done Event: 7.189 loading class java/util/zip/ZipUtils Event: 7.193 loading class java/util/zip/ZipUtils done Event: 7.203 loading class java/io/ByteArrayOutputStream Event: 7.206 loading class java/io/ByteArrayOutputStream done Event: 7.483 loading class java/util/HashMap$Values Event: 7.486 loading class java/util/HashMap$Values done Event: 7.489 loading class java/util/HashMap$ValueIterator Event: 7.491 loading class java/util/HashMap$ValueIterator done Event: 7.516 loading class sun/misc/Launcher$BootClassPathHolder Event: 7.518 loading class sun/misc/Launcher$BootClassPathHolder done Event: 7.520 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 7.523 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 7.684 loading class java/io/FileNotFoundException Event: 7.686 loading class java/io/FileNotFoundException done Event: 7.690 loading class java/security/PrivilegedActionException Event: 7.693 loading class java/security/PrivilegedActionException done Event: 7.738 loading class java/net/URLClassLoader$2 Event: 7.740 loading class java/net/URLClassLoader$2 done Event: 7.997 loading class sun/net/www/protocol/jar/JarURLConnection Event: 8.000 loading class java/net/JarURLConnection Event: 8.003 loading class java/net/JarURLConnection done Event: 8.004 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 8.007 loading class sun/net/www/protocol/jar/JarFileFactory Event: 8.009 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 8.011 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 8.013 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 8.026 loading class sun/net/www/protocol/jar/URLJarFile Event: 8.029 loading class sun/net/www/protocol/jar/URLJarFile done Event: 8.044 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 8.046 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 8.049 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 8.051 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 8.079 loading class java/util/ArrayList$SubList Event: 8.083 loading class java/util/ArrayList$SubList done Event: 8.087 loading class java/util/ArrayList$SubList$1 Event: 8.089 loading class java/util/ListIterator Event: 8.091 loading class java/util/ListIterator done Event: 8.098 loading class java/util/ArrayList$SubList$1 done Event: 13.848 Executing VM operation: GenCollectForAllocation Event: 13.937 Executing VM operation: GenCollectForAllocation done Event: 19.852 loading class java/lang/reflect/Proxy Event: 19.855 loading class java/lang/reflect/Proxy done Event: 19.857 loading class java/lang/reflect/WeakCache Event: 19.859 loading class java/lang/reflect/WeakCache done Event: 19.860 loading class java/lang/reflect/Proxy$KeyFactory Event: 19.861 loading class java/util/function/BiFunction Event: 19.862 loading class java/util/function/BiFunction done Event: 19.863 loading class java/lang/reflect/Proxy$KeyFactory done Event: 19.865 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 19.867 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 25.199 loading class java/util/IdentityHashMap$KeyIterator Event: 25.200 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 25.202 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 25.203 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ac7f10000-2ac7f11000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac7f11000-2ac7f12000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac7f12000-2ac7f13000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2acb35e000-2acb37f000 rw-p 00000000 00:00 0 [heap] 3fa8f9b000-3fa901b000 rw-p 00000000 00:00 0 3fa901b000-3fa908c000 r-xp 00000000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fa908c000-3fa908d000 ---p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fa908d000-3fa908e000 r--p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fa908e000-3fa90b2000 rw-p 00072000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fa90b2000-3fa90b4000 rw-p 00000000 00:00 0 3fa90b4000-3fa90bd000 r-xp 00000000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fa90bd000-3fa90be000 r--p 00008000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fa90be000-3fa90bf000 rw-p 00009000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fa90bf000-3fa90c0000 rw-p 00000000 00:00 0 3fa90c0000-3fa90cc000 r-xp 00000000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fa90cc000-3fa90cd000 r--p 0000b000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fa90cd000-3fa90cf000 rw-p 0000c000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fa90cf000-3fa90dc000 r-xp 00000000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fa90dc000-3fa90dd000 r--p 0000c000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fa90dd000-3fa90df000 rw-p 0000d000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fa90df000-3fa90ef000 r-xp 00000000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fa90ef000-3fa90f0000 r--p 0000f000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fa90f0000-3fa90f2000 rw-p 00010000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fa90f2000-3fa9129000 r-xp 00000000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fa9129000-3fa912a000 r--p 00036000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fa912a000-3fa912c000 rw-p 00037000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fa912c000-3fa912d000 rw-p 00000000 00:00 0 3fa912d000-3fa913a000 r-xp 00000000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fa913a000-3fa913b000 ---p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fa913b000-3fa913c000 r--p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fa913c000-3fa913d000 rw-p 0000e000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fa913d000-3fa9330000 r-xp 00000000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fa9330000-3fa9331000 ---p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fa9331000-3fa9359000 r--p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fa9359000-3fa935e000 rw-p 0021b000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3fa935e000-3fa9362000 rw-p 00000000 00:00 0 3fa9362000-3fa936c000 r-xp 00000000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fa936c000-3fa936d000 ---p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fa936d000-3fa936e000 r--p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fa936e000-3fa9370000 rw-p 0000b000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fa9370000-3fa9376000 r-xp 00000000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fa9376000-3fa9377000 r--p 00005000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fa9377000-3fa9378000 rw-p 00006000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fa9378000-3fa939a000 r-xp 00000000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fa939a000-3fa939b000 r--p 00021000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fa939b000-3fa939d000 rw-p 00022000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fa939d000-3fa93de000 rw-p 00000000 00:00 0 3fa93de000-3fa93fb000 r-xp 00000000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fa93fb000-3fa93fc000 r--p 0001c000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fa93fc000-3fa9401000 rw-p 0001d000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fa9401000-3fa9460000 r-xp 00000000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fa9460000-3fa9461000 r--p 0005e000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fa9461000-3fa9487000 rw-p 0005f000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fa9487000-3fa94c8000 rw-p 00000000 00:00 0 3fa94c8000-3fa94fd000 r-xp 00000000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fa94fd000-3fa94fe000 ---p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fa94fe000-3fa94ff000 r--p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fa94ff000-3fa9502000 rw-p 00036000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fa9502000-3fa95c2000 rw-p 00000000 00:00 0 3fa95c2000-3fa95df000 r-xp 00000000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fa95df000-3fa95e0000 r--p 0001c000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fa95e0000-3fa95e1000 rw-p 0001d000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fa95e1000-3fa9622000 rw-p 00000000 00:00 0 3fa9622000-3fa963a000 r-xp 00000000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fa963a000-3fa963b000 r--p 00017000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fa963b000-3fa963f000 rw-p 00018000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fa963f000-3fad7ff000 rw-p 00000000 00:00 0 3fad7ff000-3fad800000 ---p 00000000 00:00 0 3fad800000-3fb0000000 rw-p 00000000 00:00 0 3fb0000000-3fb0021000 rw-p 00000000 00:00 0 3fb0021000-3fb4000000 ---p 00000000 00:00 0 3fb4000000-3fb40b3000 rw-p 00000000 00:00 0 3fb40b3000-3fb8000000 ---p 00000000 00:00 0 3fb8000000-3fb8021000 rw-p 00000000 00:00 0 3fb8021000-3fbc000000 ---p 00000000 00:00 0 3fbc000000-3fbc021000 rw-p 00000000 00:00 0 3fbc021000-3fc0000000 ---p 00000000 00:00 0 3fc0000000-3fc0021000 rw-p 00000000 00:00 0 3fc0021000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc4021000 rw-p 00000000 00:00 0 3fc4021000-3fc8000000 ---p 00000000 00:00 0 3fc8000000-3fc8021000 rw-p 00000000 00:00 0 3fc8021000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc00b000 r-xp 00000000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fcc00b000-3fcc00c000 r--p 0000a000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fcc00c000-3fcc00d000 rw-p 0000b000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fcc00d000-3fcc010000 r-xp 00000000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcc010000-3fcc011000 r--p 00002000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcc011000-3fcc012000 rw-p 00003000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcc012000-3fcc018000 r-xp 00000000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcc018000-3fcc019000 r--p 00005000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcc019000-3fcc01a000 rw-p 00006000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcc01a000-3fcc01e000 r-xp 00000000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcc01e000-3fcc01f000 r--p 00003000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcc01f000-3fcc020000 rw-p 00004000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcc020000-3fcc039000 r-xp 00000000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcc039000-3fcc03a000 r--p 00018000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcc03a000-3fcc03c000 rw-p 00019000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcc03c000-3fcc052000 r-xp 00000000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcc052000-3fcc053000 r--p 00015000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcc053000-3fcc055000 rw-p 00016000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcc055000-3fcc05f000 r-xp 00000000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcc05f000-3fcc060000 r--p 00009000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcc060000-3fcc061000 rw-p 0000a000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcc061000-3fcc0e1000 rw-p 00000000 00:00 0 3fcc0e1000-3fcc0f3000 r-xp 00000000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcc0f3000-3fcc0f4000 ---p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcc0f4000-3fcc0f5000 r--p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcc0f5000-3fcc0f8000 rw-p 00013000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcc0f8000-3fcc0f9000 ---p 00000000 00:00 0 3fcc0f9000-3fcc8f9000 rw-p 00000000 00:00 0 3fcc8f9000-3fcc8fa000 ---p 00000000 00:00 0 3fcc8fa000-3fcd0fa000 rw-p 00000000 00:00 0 3fcd0fa000-3fcd20c000 r-xp 00000000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fcd20c000-3fcd20d000 r--p 00111000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fcd20d000-3fcd20f000 rw-p 00112000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fcd20f000-3fcd990000 r-xp 00000000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fcd990000-3fcd996000 r--p 00780000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fcd996000-3fcd9a0000 rw-p 00786000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3fcd9a0000-3fcd9ab000 rw-p 00000000 00:00 0 3fcd9ab000-3fcdba7000 r-xp 00000000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcdba7000-3fcdba9000 r--p 001fc000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcdba9000-3fcdbc6000 rw-p 001fe000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcdbc6000-3fcdc26000 rw-p 00000000 00:00 0 3fcdc26000-3fcdc2c000 r-xp 00000000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcdc2c000-3fcdc2d000 r--p 00005000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcdc2d000-3fcdc2e000 rw-p 00006000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcdc2e000-3fcdc31000 r-xp 00000000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcdc31000-3fcdc32000 r--p 00002000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcdc32000-3fcdc33000 rw-p 00003000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcdc33000-3fcdc35000 r-xp 00000000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcdc35000-3fcdc36000 ---p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcdc36000-3fcdc37000 r--p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcdc37000-3fcdc38000 rw-p 00003000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcdc38000-3fcdc43000 r-xp 00000000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcdc43000-3fcdc44000 r--p 0000a000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcdc44000-3fcdc45000 rw-p 0000b000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcdc45000-3fcdc85000 rw-p 00000000 00:00 0 3fcdc85000-3fcdc88000 r-xp 00000000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcdc88000-3fcdc89000 r--p 00002000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcdc89000-3fcdc8a000 rw-p 00003000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcdc8a000-3fcdcab000 r-xp 00000000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fcdcab000-3fcdcac000 ---p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fcdcac000-3fcdcad000 r--p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fcdcad000-3fcdcae000 rw-p 00022000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3fcdcae000-3fcdcb5000 r-xp 00000000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcdcb5000-3fcdcb6000 r--p 00006000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcdcb6000-3fcdcb7000 rw-p 00007000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcdcb7000-3fcdcc5000 r-xp 00000000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fcdcc5000-3fcdcc6000 r--p 0000d000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fcdcc6000-3fcdcc7000 rw-p 0000e000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3fcdcc7000-3fcdccb000 r-xp 00000000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcdccb000-3fcdccc000 r--p 00003000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcdccc000-3fcdccd000 rw-p 00004000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcdccd000-3fcdcd4000 r-xp 00000000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcdcd4000-3fcdcd5000 r--p 00006000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcdcd5000-3fcdcd6000 rw-p 00007000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcdcd6000-3fcdd96000 rw-p 00000000 00:00 0 3fcdd96000-3fcdda1000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fcdda1000-3fcdda7000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fcdda7000-3fcddba000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fcddba000-3fcdeba000 rw-p 00000000 00:00 0 3fcdeba000-3fcdebe000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcdebe000-3fcdebf000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcdebf000-3fcdec0000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcdec0000-3fce550000 rw-p 00000000 00:00 0 3fce550000-3fd3550000 ---p 00000000 00:00 0 3fd3550000-3fd4000000 rw-p 00000000 00:00 0 3fd4000000-3fde000000 ---p 00000000 00:00 0 3fde000000-3fde028000 rwxp 00000000 00:00 0 3fde028000-3fe0000000 ---p 00000000 00:00 0 3fe0000000-3fe062a000 rw-p 00000000 00:00 0 3fe062a000-3fe4000000 ---p 00000000 00:00 0 3fe4002000-3fe4003000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fe4003000-3fe4083000 rw-p 00000000 00:00 0 3fe4083000-3fe4086000 ---p 00000000 00:00 0 3fe4086000-3fe4203000 rw-p 00000000 00:00 0 3fe4203000-3fe4205000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe4205000-3fe4206000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe4206000-3fe4207000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3fe4207000-3fe443e000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fe443e000-3fe4443000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fe4443000-3fe447a000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3fe447a000-3fe449c000 rw-p 00000000 00:00 0 3fe449c000-3fe44c4000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe44c4000-3fe44c5000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe44c5000-3fe44c6000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe44c6000-3fe44ca000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe44ca000-3fe44cc000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fe44cc000-3fe44ce000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fe44ce000-3fe44cf000 ---p 00000000 00:00 0 3fe44cf000-3fe45cf000 rw-p 00000000 00:00 0 3fe45cf000-3fe45d2000 ---p 00000000 00:00 0 3fe45d2000-3fe474f000 rw-p 00000000 00:00 0 3fe474f000-3fe4752000 ---p 00000000 00:00 0 3fe4752000-3fe48cf000 rw-p 00000000 00:00 0 3fe48cf000-3fe48d2000 ---p 00000000 00:00 0 3fe48d2000-3fe4a4f000 rw-p 00000000 00:00 0 3fe4a4f000-3fe4a52000 ---p 00000000 00:00 0 3fe4a52000-3fe4bcf000 rw-p 00000000 00:00 0 3fe4bcf000-3fe4bd0000 ---p 00000000 00:00 0 3fe4bd0000-3fe4d1e000 rw-p 00000000 00:00 0 3fe4d1e000-3fe4eee000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fe4eee000-3fe5427000 rw-p 00000000 00:00 0 3fe5427000-3fe57e7000 ---p 00000000 00:00 0 3fe57e7000-3fe57ed000 rw-p 00000000 00:00 0 3fe57ed000-3fe583d000 ---p 00000000 00:00 0 3fe583d000-3fe5840000 rw-p 00000000 00:00 0 3fe5840000-3fe5867000 ---p 00000000 00:00 0 3fe5867000-3fe586d000 rw-p 00000000 00:00 0 3fe586d000-3fe58bd000 ---p 00000000 00:00 0 3fe58bd000-3fe5900000 rw-p 00000000 00:00 0 3fe5900000-3fe597f000 ---p 00000000 00:00 0 3fe597f000-3fe5986000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe5986000-3fe5987000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe5987000-3fe5988000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe5988000-3fe5989000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe5989000-3fe5991000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/189016 3fe5991000-3fe599a000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fe599a000-3fe599b000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fe599b000-3fe599c000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fe599c000-3fe59a2000 rw-p 00000000 00:00 0 3fe59a2000-3fe59c7000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe59c7000-3fe59c8000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe59c8000-3fe59ca000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe59ca000-3fe59d6000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe59d6000-3fe59d8000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe59d8000-3fe59d9000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe59d9000-3fe59df000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fe59df000-3fe59e0000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fe59e0000-3fe59e1000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fe59e1000-3fe59e2000 ---p 00000000 00:00 0 3fe59e2000-3fe59e3000 rw-p 00000000 00:00 0 3fe59e3000-3fe59e6000 ---p 00000000 00:00 0 3fe59e6000-3fe5b62000 rw-p 00000000 00:00 0 3fe5b62000-3fe5b75000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fe5b75000-3fe5b76000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fe5b76000-3fe5b77000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fe5b77000-3fe5b7d000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fe5b7d000-3fe5b7e000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fe5b7e000-3fe5b7f000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fe5b7f000-3fe5c09000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fe5c09000-3fe5c0a000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fe5c0a000-3fe5c0b000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fe5c0b000-3fe5daa000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fe5daa000-3fe5db4000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fe5db4000-3fe5db8000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fe5db8000-3fe5dbc000 rw-p 00000000 00:00 0 3fe5dbc000-3fe63b6000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe63b6000-3fe63cf000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe63cf000-3fe63ef000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe63ef000-3fe6408000 rw-p 00000000 00:00 0 3fe6408000-3fe641e000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fe641e000-3fe641f000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fe641f000-3fe6420000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fe6420000-3fe6424000 rw-p 00000000 00:00 0 3fe6424000-3fe6426000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fe6426000-3fe6427000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fe6427000-3fe6428000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fe6428000-3fe6429000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fe6429000-3fe643c000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fe643c000-3fe643d000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fe643d000-3fe643e000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fe643e000-3fe655d000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fe655d000-3fe6560000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fe6560000-3fe6563000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fe6563000-3fe6566000 rw-p 00000000 00:00 0 3fe6566000-3fe6573000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe6573000-3fe6574000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe6574000-3fe6575000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe6575000-3fe6577000 rw-p 00000000 00:00 0 3fe6577000-3fe6579000 r-xp 00000000 00:00 0 [vdso] 3fe6579000-3fe6594000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fe6594000-3fe6595000 r--p 00000000 00:00 0 3fe6595000-3fe6596000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fe6596000-3fe6598000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fffd36000-3fffd57000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestGetTempValue java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:3.46 2.42 1.78 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6111984 kB MemAvailable: 7725316 kB Buffers: 206372 kB Cached: 1383484 kB SwapCached: 0 kB Active: 945532 kB Inactive: 849516 kB Active(anon): 208536 kB Inactive(anon): 176 kB Active(file): 736996 kB Inactive(file): 849340 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 392 kB Writeback: 0 kB AnonPages: 205268 kB Mapped: 197768 kB Shmem: 3504 kB KReclaimable: 117264 kB Slab: 193632 kB SReclaimable: 117264 kB SUnreclaim: 76368 kB KernelStack: 1336 kB PageTables: 3136 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 913140 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6111984k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:34:45 2020 timezone: EDT elapsed time: 26 seconds (0d 0h 0m 26s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=189036, tid=0x0000003fc43f0150 # fatal error: caught unhandled signal 11 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Zero VM (25.212-b04 interpreted mode linux-riscv64 ) # Core dump written. Default location: /builddir/build/BUILD/jep-3.9.0/core or core.189036 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000003fc004b270): JavaThread "main" [_thread_in_native, id=189037, stack(0x0000003fc4272000,0x0000003fc43f1000)] Stack: [0x0000003fc4272000,0x0000003fc43f1000], sp=0x0000003fc4334680, free space=777k Java frames: 0x0000003fc43ef150: unboxed parameter[1] = 0x0000003fc43ef218 0x0000003fc43ef158: parameter[0] (JNIEnv) = 0x0000003fc4334f48 0x0000003fc43ef160: parameter[1] (this) = 0x0000003fc43ef150 0x0000003fc43ef168: parameter[2] = 0x0000003fc43ef208 0x0000003fc43ef170: istate->_thread = 0x0000003fc004b270 0x0000003fc43ef178: istate->_bcp = 0x0000000000000000 0x0000003fc43ef180: istate->_locals = 0x0000003fc43ef218 0x0000003fc43ef188: istate->_constants = 0x0000003fadc0a118 0x0000003fc43ef190: istate->_method = jep.Jep.close(J)V 0x0000003fc43ef198: istate->_mdx = 0x0000000000000000 0x0000003fc43ef1a0: istate->_stack = 0x0000003fc43ef168 0x0000003fc43ef1a8: istate->_msg = 0x0000000000000002 0x0000003fc43ef1b0: istate->_result = 0x0000000000000000 0x0000003fc43ef1b8: (istate->_result) = 0x0000003fbe0001a0 0x0000003fc43ef1c0: (istate->_result) = 0x0000000000000000 0x0000003fc43ef1c8: istate->_prev_link = 0x0000000000000000 0x0000003fc43ef1d0: istate->_oop_temp = 0x0000000000000000 0x0000003fc43ef1d8: istate->_stack_base = 0x0000003fc43ef170 0x0000003fc43ef1e0: istate->_stack_limit = 0x0000003fc43ef168 0x0000003fc43ef1e8: istate->_monitor_base = 0x0000003fc43ef170 0x0000003fc43ef1f0: istate->_self_link = 0x0000003fc43ef170 0x0000003fc43ef1f8: frame_type = INTERPRETER_FRAME 0x0000003fc43ef200: next_frame = 0x0000003fc43ef2c0 0x0000003fc43ef208: local[2] = 0x0000003fc0178230 0x0000003fc43ef210: local[1] = 0x0000003fae4efb58 0x0000003fc43ef218: local[0] = 0x0000003fae4efb58 0x0000003fc43ef220: monitor[0]->_lock = 0x0000000000000009 0x0000003fc43ef228: monitor[0]->_obj = 0x0000003fae4efb58 0x0000003fc43ef230: istate->_thread = 0x0000003fc004b270 0x0000003fc43ef238: istate->_bcp = 0x0000003fadc08b02 (bci 170) 0x0000003fc43ef240: istate->_locals = 0x0000003fc43ef2d8 0x0000003fc43ef248: istate->_constants = 0x0000003fadc0a118 0x0000003fc43ef250: istate->_method = jep.Jep.close()V 0x0000003fc43ef258: istate->_mdx = 0x0000000000000000 0x0000003fc43ef260: istate->_stack = 0x0000003fc43ef200 0x0000003fc43ef268: istate->_msg = 0x0000003f00000008 0x0000003fc43ef270: istate->_result = 0x0000003fadc08bd8 0x0000003fc43ef278: (istate->_result) = 0x0000003fbe000218 0x0000003fc43ef280: (istate->_result) = 0x0000003f00000003 0x0000003fc43ef288: istate->_prev_link = 0x0000000000000000 0x0000003fc43ef290: istate->_oop_temp = 0x0000000000000000 0x0000003fc43ef298: istate->_stack_base = 0x0000003fc43ef220 0x0000003fc43ef2a0: istate->_stack_limit = 0x0000003fc43ef1f0 0x0000003fc43ef2a8: istate->_monitor_base = 0x0000003fc43ef230 0x0000003fc43ef2b0: istate->_self_link = 0x0000003fc43ef230 0x0000003fc43ef2b8: frame_type = INTERPRETER_FRAME 0x0000003fc43ef2c0: next_frame = 0x0000003fc43ef370 0x0000003fc43ef2c8: local[2] = 0x0000003fae326bf0 0x0000003fc43ef2d0: local[1] = 0x0000003fae326b50 0x0000003fc43ef2d8: local[0] = 0x0000003fae4efb58 0x0000003fc43ef2e0: istate->_thread = 0x0000003fc004b270 0x0000003fc43ef2e8: istate->_bcp = 0x0000003fadc015e5 (bci 69) 0x0000003fc43ef2f0: istate->_locals = 0x0000003fc43ef3a0 0x0000003fc43ef2f8: istate->_constants = 0x0000003fadc03028 0x0000003fc43ef300: istate->_method = jep.test.TestGetWithClass.main([Ljava/lang/String;)V 0x0000003fc43ef308: istate->_mdx = 0x0000000000000000 0x0000003fc43ef310: istate->_stack = 0x0000003fc43ef2d0 0x0000003fc43ef318: istate->_msg = 0x0000003f00000008 0x0000003fc43ef320: istate->_result = 0x0000003fadc08b38 0x0000003fc43ef328: (istate->_result) = 0x0000003fbe0001a8 0x0000003fc43ef330: (istate->_result) = 0x0000003f00000005 0x0000003fc43ef338: istate->_prev_link = 0x0000000000000000 0x0000003fc43ef340: istate->_oop_temp = 0x0000000000000000 0x0000003fc43ef348: istate->_stack_base = 0x0000003fc43ef2e0 0x0000003fc43ef350: istate->_stack_limit = 0x0000003fc43ef2c0 0x0000003fc43ef358: istate->_monitor_base = 0x0000003fc43ef2e0 0x0000003fc43ef360: istate->_self_link = 0x0000003fc43ef2e0 0x0000003fc43ef368: frame_type = INTERPRETER_FRAME 0x0000003fc43ef370: next_frame = 0x0000003fc43ef3b8 0x0000003fc43ef378: local[5] = 0x0000000000000000 0x0000003fc43ef380: local[4] = 0x0000000000000000 0x0000003fc43ef388: local[3] = 0x0000000000000000 0x0000003fc43ef390: local[2] = 0x0000000000000000 0x0000003fc43ef398: local[1] = 0x0000003fae4efb58 0x0000003fc43ef3a0: local[0] = 0x0000003fae4efbd0 0x0000003fc43ef3a8: call_wrapper = 0x0000003fc43ef488 0x0000003fc43ef3b0: frame_type = ENTRY_FRAME 0x0000003fc43ef3b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fc0176b70 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=189044, stack(0x0000003fac912000,0x0000003faca92000)] 0x0000003fc010f4d0 JavaThread "Service Thread" daemon [_thread_blocked, id=189042, stack(0x0000003face5e000,0x0000003facfde000)] 0x0000003fc00fef70 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=189041, stack(0x0000003facfde000,0x0000003fad15e000)] 0x0000003fc00d6200 JavaThread "Finalizer" daemon [_thread_blocked, id=189040, stack(0x0000003fad15e000,0x0000003fad2de000)] 0x0000003fc00d2170 JavaThread "Reference Handler" daemon [_thread_blocked, id=189039, stack(0x0000003fad2de000,0x0000003fad45e000)] =>0x0000003fc004b270 JavaThread "main" [_thread_in_native, id=189037, stack(0x0000003fc4272000,0x0000003fc43f1000)] Other Threads: 0x0000003fc00c88a0 VMThread [stack: 0x0000003fad460000,0x0000003fad55f000] [id=189038] 0x0000003fc0111350 WatcherThread [stack: 0x0000003facd5f000,0x0000003face5e000] [id=189043] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3739K [0x0000003fae000000, 0x0000003fae550000, 0x0000003fb3550000) eden space 4416K, 73% used [0x0000003fae000000, 0x0000003fae326ec0, 0x0000003fae450000) from space 512K, 99% used [0x0000003fae4d0000, 0x0000003fae54fff8, 0x0000003fae550000) to space 512K, 0% used [0x0000003fae450000, 0x0000003fae450000, 0x0000003fae4d0000) tenured generation total 10944K, used 435K [0x0000003fb3550000, 0x0000003fb4000000, 0x0000003fbe000000) the space 10944K, 3% used [0x0000003fb3550000, 0x0000003fb35bcfe8, 0x0000003fb35bd000, 0x0000003fb4000000) Metaspace used 3421K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fc40cc000,0x0000003fc414d000] byte_map_base: 0x0000003fa435c000 Polling page: 0x0000003fc4e23000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fbe000000, 0x0000003fbe028000, 0x0000003fc0000000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 15.625 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fae000000, 0x0000003fae550000, 0x0000003fb3550000) eden space 4416K, 99% used [0x0000003fae000000, 0x0000003fae44ffd8, 0x0000003fae450000) from space 512K, 0% used [0x0000003fae450000, 0x0000003fae450000, 0x0000003fae4d0000) to space 512K, 0% used [0x0000003fae4d0000, 0x0000003fae4d0000, 0x0000003fae550000) tenured generation total 10944K, used 0K [0x0000003fb3550000, 0x0000003fb4000000, 0x0000003fbe000000) the space 10944K, 0% used [0x0000003fb3550000, 0x0000003fb3550000, 0x0000003fb3550200, 0x0000003fb4000000) Metaspace used 3383K, capacity 4240K, committed 4352K, reserved 8192K Event: 15.711 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fae000000, 0x0000003fae550000, 0x0000003fb3550000) eden space 4416K, 0% used [0x0000003fae000000, 0x0000003fae000000, 0x0000003fae450000) from space 512K, 99% used [0x0000003fae4d0000, 0x0000003fae54fff8, 0x0000003fae550000) to space 512K, 0% used [0x0000003fae450000, 0x0000003fae450000, 0x0000003fae4d0000) tenured generation total 10944K, used 435K [0x0000003fb3550000, 0x0000003fb4000000, 0x0000003fbe000000) the space 10944K, 3% used [0x0000003fb3550000, 0x0000003fb35bcfe8, 0x0000003fb35bd000, 0x0000003fb4000000) Metaspace used 3383K, capacity 4240K, committed 4352K, reserved 8192K } Deoptimization events (0 events): No events Classes redefined (0 events): No events Internal exceptions (16 events): Event: 1.568 Thread 0x0000003fc004b270 Exception (0x0000003fae00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.571 Thread 0x0000003fc004b270 Exception (0x0000003fae00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 8.571 Thread 0x0000003fc004b270 Exception (0x0000003fae139d70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.572 Thread 0x0000003fc004b270 Exception (0x0000003fae13a050) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.599 Thread 0x0000003fc004b270 Exception (0x0000003fae13ce40) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.600 Thread 0x0000003fc004b270 Exception (0x0000003fae13d120) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.609 Thread 0x0000003fc004b270 Exception (0x0000003fae13e0b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.610 Thread 0x0000003fc004b270 Exception (0x0000003fae13e398) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.630 Thread 0x0000003fc004b270 Exception (0x0000003fae13f540) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.631 Thread 0x0000003fc004b270 Exception (0x0000003fae13f820) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.637 Thread 0x0000003fc004b270 Exception (0x0000003fae1406a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 8.637 Thread 0x0000003fc004b270 Exception (0x0000003fae140980) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1510] Event: 24.048 Thread 0x0000003fc004b270 Exception (0x0000003fae31b528) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 30.333 Thread 0x0000003fc004b270 Exception (0x0000003fae325ab0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 30.369 Thread 0x0000003fc004b270 Exception (0x0000003fae3263c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Event: 30.372 Thread 0x0000003fc004b270 Exception (0x0000003fae3267b0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 711] Events (250 events): Event: 4.233 loading class java/net/URLConnection done Event: 4.234 loading class sun/net/www/URLConnection done Event: 4.234 loading class sun/net/www/protocol/file/FileURLConnection done Event: 4.243 loading class sun/net/www/MessageHeader Event: 4.247 loading class sun/net/www/MessageHeader done Event: 4.252 loading class java/io/FilePermission Event: 4.255 loading class java/io/FilePermission done Event: 4.259 loading class java/io/FilePermission$1 Event: 4.261 loading class java/io/FilePermission$1 done Event: 4.268 loading class java/io/FilePermissionCollection Event: 4.272 loading class java/io/FilePermissionCollection done Event: 4.278 loading class java/security/AllPermission Event: 4.280 loading class java/security/AllPermission done Event: 4.281 loading class java/security/UnresolvedPermission Event: 4.284 loading class java/security/UnresolvedPermission done Event: 4.286 loading class java/security/BasicPermissionCollection Event: 4.289 loading class java/security/BasicPermissionCollection done Event: 4.330 loading class sun/launcher/LauncherHelper$FXHelper Event: 4.333 loading class sun/launcher/LauncherHelper$FXHelper done Event: 4.337 loading class java/lang/Class$MethodArray Event: 4.341 loading class java/lang/Class$MethodArray done Event: 4.363 loading class jep/Interpreter Event: 4.364 loading class jep/Interpreter done Event: 4.421 loading class jep/JepException Event: 4.421 loading class jep/JepException done Event: 4.450 loading class java/lang/IllegalStateException Event: 4.452 loading class java/lang/IllegalStateException done Event: 4.509 loading class java/lang/Void Event: 4.511 loading class java/lang/Void done Event: 4.517 loading class jep/SubInterpreter Event: 4.518 loading class jep/SubInterpreter done Event: 4.536 loading class jep/Jep Event: 4.536 loading class jep/Jep done Event: 4.576 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 4.579 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 4.592 loading class jep/Jep$1 Event: 4.592 loading class jep/Jep$1 done Event: 4.628 loading class jep/ClassEnquirer Event: 4.628 loading class jep/ClassEnquirer done Event: 4.656 loading class jep/JepConfig Event: 4.656 loading class jep/JepConfig done Event: 4.684 loading class jep/python/MemoryManager Event: 4.684 loading class jep/python/MemoryManager done Event: 4.714 loading class java/util/IdentityHashMap Event: 4.720 loading class java/util/IdentityHashMap done Event: 4.728 loading class java/util/IdentityHashMap$KeySet Event: 4.733 loading class java/util/IdentityHashMap$KeySet done Event: 4.738 loading class jep/MainInterpreter Event: 4.738 loading class jep/MainInterpreter done Event: 4.776 loading class java/util/concurrent/BlockingQueue Event: 4.781 loading class java/util/concurrent/BlockingQueue done Event: 4.786 loading class java/lang/UnsatisfiedLinkError Event: 4.788 loading class java/lang/UnsatisfiedLinkError done Event: 4.798 loading class jep/MainInterpreter$1 Event: 4.798 loading class jep/MainInterpreter$1 done Event: 4.829 loading class java/util/concurrent/SynchronousQueue Event: 4.833 loading class java/util/AbstractQueue Event: 4.837 loading class java/util/AbstractQueue done Event: 4.839 loading class java/util/concurrent/SynchronousQueue done Event: 4.845 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 4.848 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 4.851 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 4.851 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 4.856 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 4.858 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 4.869 loading class java/lang/ClassLoaderHelper Event: 4.871 loading class java/lang/ClassLoaderHelper done Event: 4.888 loading class jep/LibraryLocator Event: 4.889 loading class jep/LibraryLocator done Event: 4.914 loading class java/lang/ProcessEnvironment Event: 4.916 loading class java/lang/ProcessEnvironment done Event: 4.921 loading class java/lang/ProcessEnvironment$Variable Event: 4.923 loading class java/lang/ProcessEnvironment$ExternalData Event: 4.925 loading class java/lang/ProcessEnvironment$ExternalData done Event: 4.925 loading class java/lang/ProcessEnvironment$Variable done Event: 4.931 loading class java/lang/ProcessEnvironment$Value Event: 4.934 loading class java/lang/ProcessEnvironment$Value done Event: 4.941 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 4.944 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 4.947 loading class java/util/Collections$UnmodifiableMap Event: 4.952 loading class java/util/Collections$UnmodifiableMap done Event: 5.102 Thread 0x0000003fc0176b70 Thread added: 0x0000003fc0176b70 Event: 6.498 loading class java/util/concurrent/locks/LockSupport Event: 6.501 loading class java/util/concurrent/locks/LockSupport done Event: 6.510 loading class sun/nio/ch/Interruptible Event: 6.512 loading class sun/nio/ch/Interruptible done Event: 6.926 loading class java/nio/ShortBuffer Event: 6.930 loading class java/nio/ShortBuffer done Event: 6.958 loading class java/nio/IntBuffer Event: 6.962 loading class java/nio/IntBuffer done Event: 6.975 loading class java/nio/DoubleBuffer Event: 6.980 loading class java/nio/DoubleBuffer done Event: 6.987 loading class java/nio/FloatBuffer Event: 6.991 loading class java/nio/FloatBuffer done Event: 7.027 loading class jep/Proxy Event: 7.027 loading class jep/Proxy done Event: 7.055 loading class java/lang/reflect/InvocationHandler Event: 7.057 loading class java/lang/reflect/InvocationHandler done Event: 7.064 loading class java/lang/IndexOutOfBoundsException Event: 7.066 loading class java/lang/IndexOutOfBoundsException done Event: 7.071 loading class java/io/IOException Event: 7.073 loading class java/io/IOException done Event: 7.086 loading class java/lang/AssertionError Event: 7.088 loading class java/lang/AssertionError done Event: 7.095 loading class jep/python/PyObject Event: 7.096 loading class jep/python/PyObject done Event: 7.114 loading class jep/JepAccess Event: 7.115 loading class jep/JepAccess done Event: 7.143 loading class jep/python/PyCallable Event: 7.144 loading class jep/python/PyCallable done Event: 7.166 loading class jep/NDArray Event: 7.167 loading class jep/NDArray done Event: 7.185 loading class jep/AbstractNDArray Event: 7.186 loading class jep/AbstractNDArray done Event: 7.219 loading class jep/DirectNDArray Event: 7.220 loading class jep/DirectNDArray done Event: 7.250 loading class java/util/regex/Pattern Event: 7.258 loading class java/util/regex/Pattern done Event: 7.264 loading class java/util/regex/Pattern$4 Event: 7.266 loading class java/util/regex/Pattern$Node Event: 7.267 loading class java/util/regex/Pattern$Node done Event: 7.267 loading class java/util/regex/Pattern$4 done Event: 7.271 loading class java/util/regex/Pattern$LastNode Event: 7.273 loading class java/util/regex/Pattern$LastNode done Event: 7.277 loading class java/util/regex/Pattern$GroupHead Event: 7.280 loading class java/util/regex/Pattern$GroupHead done Event: 7.281 loading class java/util/regex/Pattern$Single Event: 7.283 loading class java/util/regex/Pattern$BmpCharProperty Event: 7.285 loading class java/util/regex/Pattern$CharProperty Event: 7.287 loading class java/util/regex/Pattern$CharProperty done Event: 7.287 loading class java/util/regex/Pattern$BmpCharProperty done Event: 7.288 loading class java/util/regex/Pattern$Single done Event: 7.293 loading class java/util/regex/Pattern$Slice Event: 7.295 loading class java/util/regex/Pattern$SliceNode Event: 7.297 loading class java/util/regex/Pattern$SliceNode done Event: 7.298 loading class java/util/regex/Pattern$Slice done Event: 7.298 loading class java/util/regex/Pattern$Begin Event: 7.300 loading class java/util/regex/Pattern$Begin done Event: 7.301 loading class java/util/regex/Pattern$First Event: 7.303 loading class java/util/regex/Pattern$First done Event: 7.304 loading class java/util/regex/Pattern$Start Event: 7.305 loading class java/util/regex/Pattern$Start done Event: 7.308 loading class java/util/regex/Pattern$TreeInfo Event: 7.310 loading class java/util/regex/Pattern$TreeInfo done Event: 7.313 loading class java/util/regex/Matcher Event: 7.315 loading class java/util/regex/MatchResult Event: 7.317 loading class java/util/regex/MatchResult done Event: 7.321 loading class java/util/regex/Matcher done Event: 7.446 loading class jep/ClassList Event: 7.446 loading class jep/ClassList done Event: 7.490 loading class java/net/URISyntaxException Event: 7.493 loading class java/net/URISyntaxException done Event: 7.498 loading class java/io/FilenameFilter Event: 7.501 loading class java/io/FilenameFilter done Event: 7.521 loading class java/util/LinkedList Event: 7.527 loading class java/util/AbstractSequentialList Event: 7.530 loading class java/util/AbstractSequentialList done Event: 7.533 loading class java/util/LinkedList done Event: 7.544 loading class java/util/LinkedList$Node Event: 7.546 loading class java/util/LinkedList$Node done Event: 7.629 loading class java/util/jar/JarFile$JarEntryIterator Event: 7.632 loading class java/util/jar/JarFile$JarEntryIterator done Event: 7.635 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 7.638 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 7.788 loading class java/util/WeakHashMap$EntrySet Event: 7.792 loading class java/util/WeakHashMap$EntrySet done Event: 7.795 loading class java/util/WeakHashMap$EntryIterator Event: 7.797 loading class java/util/WeakHashMap$HashIterator Event: 7.801 loading class java/util/WeakHashMap$HashIterator done Event: 7.802 loading class java/util/WeakHashMap$EntryIterator done Event: 7.810 loading class java/util/HashMap$EntrySet Event: 7.814 loading class java/util/HashMap$EntrySet done Event: 7.817 loading class java/util/HashMap$EntryIterator Event: 7.820 loading class java/util/HashMap$HashIterator Event: 7.822 loading class java/util/HashMap$HashIterator done Event: 7.823 loading class java/util/HashMap$EntryIterator done Event: 8.098 loading class java/lang/Package$1 Event: 8.102 loading class java/lang/Package$1 done Event: 8.117 loading class java/util/jar/JarInputStream Event: 8.121 loading class java/util/zip/ZipInputStream Event: 8.125 loading class java/util/zip/ZipInputStream done Event: 8.125 loading class java/util/jar/JarInputStream done Event: 8.131 loading class java/io/PushbackInputStream Event: 8.134 loading class java/io/PushbackInputStream done Event: 8.138 loading class java/util/zip/CRC32 Event: 8.141 loading class java/util/zip/Checksum Event: 8.143 loading class java/util/zip/Checksum done Event: 8.145 loading class java/util/zip/CRC32 done Event: 8.152 loading class java/util/zip/ZipUtils Event: 8.155 loading class java/util/zip/ZipUtils done Event: 8.167 loading class java/io/ByteArrayOutputStream Event: 8.171 loading class java/io/ByteArrayOutputStream done Event: 8.393 loading class java/util/HashMap$Values Event: 8.396 loading class java/util/HashMap$Values done Event: 8.398 loading class java/util/HashMap$ValueIterator Event: 8.400 loading class java/util/HashMap$ValueIterator done Event: 8.415 loading class sun/misc/Launcher$BootClassPathHolder Event: 8.416 loading class sun/misc/Launcher$BootClassPathHolder done Event: 8.418 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 8.419 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 8.562 loading class java/io/FileNotFoundException Event: 8.563 loading class java/io/FileNotFoundException done Event: 8.566 loading class java/security/PrivilegedActionException Event: 8.568 loading class java/security/PrivilegedActionException done Event: 8.611 loading class java/net/URLClassLoader$2 Event: 8.614 loading class java/net/URLClassLoader$2 done Event: 8.846 loading class sun/net/www/protocol/jar/JarURLConnection Event: 8.849 loading class java/net/JarURLConnection Event: 8.851 loading class java/net/JarURLConnection done Event: 8.852 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 8.854 loading class sun/net/www/protocol/jar/JarFileFactory Event: 8.856 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 8.857 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 8.858 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 8.867 loading class sun/net/www/protocol/jar/URLJarFile Event: 8.871 loading class sun/net/www/protocol/jar/URLJarFile done Event: 8.882 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 8.884 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 8.886 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 8.888 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 8.916 loading class java/util/ArrayList$SubList Event: 8.921 loading class java/util/ArrayList$SubList done Event: 8.924 loading class java/util/ArrayList$SubList$1 Event: 8.926 loading class java/util/ListIterator Event: 8.928 loading class java/util/ListIterator done Event: 8.931 loading class java/util/ArrayList$SubList$1 done Event: 15.620 Executing VM operation: GenCollectForAllocation Event: 15.713 Executing VM operation: GenCollectForAllocation done Event: 23.924 loading class java/lang/reflect/Proxy Event: 23.929 loading class java/lang/reflect/Proxy done Event: 23.932 loading class java/lang/reflect/WeakCache Event: 23.935 loading class java/lang/reflect/WeakCache done Event: 23.937 loading class java/lang/reflect/Proxy$KeyFactory Event: 23.938 loading class java/util/function/BiFunction Event: 23.941 loading class java/util/function/BiFunction done Event: 23.942 loading class java/lang/reflect/Proxy$KeyFactory done Event: 23.945 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 23.949 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 24.030 loading class java/lang/Character$CharacterCache Event: 24.032 loading class java/lang/Character$CharacterCache done Event: 30.252 loading class java/lang/Byte$ByteCache Event: 30.254 loading class java/lang/Byte$ByteCache done Event: 30.278 loading class java/lang/Short$ShortCache Event: 30.280 loading class java/lang/Short$ShortCache done Event: 30.307 loading class java/lang/Long$LongCache Event: 30.310 loading class java/lang/Long$LongCache done Event: 30.383 loading class java/util/IdentityHashMap$KeyIterator Event: 30.385 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 30.388 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 30.390 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2abde52000-2abde53000 r-xp 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2abde53000-2abde54000 r--p 00000000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2abde54000-2abde55000 rw-p 00001000 fd:04 1183110 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae1d50000-2ae1d71000 rw-p 00000000 00:00 0 [heap] 3f87829000-3f878a9000 rw-p 00000000 00:00 0 3f878a9000-3f8791a000 r-xp 00000000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f8791a000-3f8791b000 ---p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f8791b000-3f8791c000 r--p 00071000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f8791c000-3f87940000 rw-p 00072000 fd:04 1183824 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f87940000-3f87942000 rw-p 00000000 00:00 0 3f87942000-3f8794b000 r-xp 00000000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f8794b000-3f8794c000 r--p 00008000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f8794c000-3f8794d000 rw-p 00009000 fd:04 1183829 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f8794d000-3f8794e000 rw-p 00000000 00:00 0 3f8794e000-3f8795a000 r-xp 00000000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f8795a000-3f8795b000 r--p 0000b000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f8795b000-3f8795d000 rw-p 0000c000 fd:04 1183826 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f8795d000-3f8796a000 r-xp 00000000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f8796a000-3f8796b000 r--p 0000c000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f8796b000-3f8796d000 rw-p 0000d000 fd:04 1183827 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f8796d000-3f8797d000 r-xp 00000000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f8797d000-3f8797e000 r--p 0000f000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f8797e000-3f87980000 rw-p 00010000 fd:04 1183825 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f87980000-3f879b7000 r-xp 00000000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f879b7000-3f879b8000 r--p 00036000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f879b8000-3f879ba000 rw-p 00037000 fd:04 1183802 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f879ba000-3f879bb000 rw-p 00000000 00:00 0 3f879bb000-3f879c1000 r-xp 00000000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f879c1000-3f879c2000 r--p 00005000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f879c2000-3f879c3000 rw-p 00006000 fd:04 1181804 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f879c3000-3f879c6000 r-xp 00000000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f879c6000-3f879c7000 r--p 00002000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f879c7000-3f879c8000 rw-p 00003000 fd:04 1181800 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f879c8000-3f879ca000 r-xp 00000000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f879ca000-3f879cb000 ---p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f879cb000-3f879cc000 r--p 00002000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f879cc000-3f879cd000 rw-p 00003000 fd:04 1181767 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f879cd000-3f87a0d000 rw-p 00000000 00:00 0 3f87a0d000-3f87a1a000 r-xp 00000000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f87a1a000-3f87a1b000 ---p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f87a1b000-3f87a1c000 r--p 0000d000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f87a1c000-3f87a1d000 rw-p 0000e000 fd:04 1181768 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f87a1d000-3f87c10000 r-xp 00000000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3f87c10000-3f87c11000 ---p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3f87c11000-3f87c39000 r--p 001f3000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3f87c39000-3f87c3e000 rw-p 0021b000 fd:04 1049343 /usr/lib64/libcrypto.so.1.1.1g 3f87c3e000-3f87c42000 rw-p 00000000 00:00 0 3f87c42000-3f87c4c000 r-xp 00000000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f87c4c000-3f87c4d000 ---p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f87c4d000-3f87c4e000 r--p 0000a000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f87c4e000-3f87c50000 rw-p 0000b000 fd:04 1181787 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f87c50000-3f87c56000 r-xp 00000000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f87c56000-3f87c57000 r--p 00005000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f87c57000-3f87c58000 rw-p 00006000 fd:04 1181815 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f87c58000-3f87c7a000 r-xp 00000000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f87c7a000-3f87c7b000 r--p 00021000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f87c7b000-3f87c7d000 rw-p 00022000 fd:04 1183804 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f87c7d000-3f87c7e000 rw-p 00000000 00:00 0 3f87c7e000-3f87c9b000 r-xp 00000000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f87c9b000-3f87c9c000 r--p 0001c000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f87c9c000-3f87ca1000 rw-p 0001d000 fd:04 1183830 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f87ca1000-3f87d00000 r-xp 00000000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f87d00000-3f87d01000 r--p 0005e000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f87d01000-3f87d27000 rw-p 0005f000 fd:04 1183835 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f87d27000-3f87d68000 rw-p 00000000 00:00 0 3f87d68000-3f87d73000 r-xp 00000000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f87d73000-3f87d74000 r--p 0000a000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f87d74000-3f87d75000 rw-p 0000b000 fd:04 1183610 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f87d75000-3f87db5000 rw-p 00000000 00:00 0 3f87db5000-3f87dea000 r-xp 00000000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f87dea000-3f87deb000 ---p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f87deb000-3f87dec000 r--p 00035000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f87dec000-3f87def000 rw-p 00036000 fd:04 1181784 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f87def000-3f87e10000 r-xp 00000000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3f87e10000-3f87e11000 ---p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3f87e11000-3f87e12000 r--p 00021000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3f87e12000-3f87e13000 rw-p 00022000 fd:04 1048412 /usr/lib64/liblzma.so.5.2.5 3f87e13000-3f87e1a000 r-xp 00000000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f87e1a000-3f87e1b000 r--p 00006000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f87e1b000-3f87e1c000 rw-p 00007000 fd:04 1181791 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f87e1c000-3f87e2a000 r-xp 00000000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3f87e2a000-3f87e2b000 r--p 0000d000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3f87e2b000-3f87e2c000 rw-p 0000e000 fd:04 1048408 /usr/lib64/libbz2.so.1.0.8 3f87e2c000-3f87e30000 r-xp 00000000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f87e30000-3f87e31000 r--p 00003000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f87e31000-3f87e32000 rw-p 00004000 fd:04 1181769 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f87e32000-3f87e72000 rw-p 00000000 00:00 0 3f87e72000-3f87e79000 r-xp 00000000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3f87e79000-3f87e7a000 r--p 00006000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3f87e7a000-3f87e7b000 rw-p 00007000 fd:04 1181833 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3f87e7b000-3f87efb000 rw-p 00000000 00:00 0 3f87efb000-3f87f18000 r-xp 00000000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f87f18000-3f87f19000 r--p 0001c000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f87f19000-3f87f1a000 rw-p 0001d000 fd:04 1183717 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f87f1a000-3f87f1b000 rw-p 00000000 00:00 0 3f87f1b000-3f87f1e000 r-xp 00000000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3f87f1e000-3f87f1f000 r--p 00002000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3f87f1f000-3f87f20000 rw-p 00003000 fd:04 1183718 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3f87f20000-3f87fa0000 rw-p 00000000 00:00 0 3f87fa0000-3f87fb8000 r-xp 00000000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f87fb8000-3f87fb9000 r--p 00017000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f87fb9000-3f87fbd000 rw-p 00018000 fd:04 1181779 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f87fbd000-3f87fc3000 r-xp 00000000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3f87fc3000-3f87fc4000 r--p 00005000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3f87fc4000-3f87fc5000 rw-p 00006000 fd:04 1181827 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3f87fc5000-3f88045000 rw-p 00000000 00:00 0 3f88045000-3f8805e000 r-xp 00000000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f8805e000-3f8805f000 r--p 00018000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f8805f000-3f88061000 rw-p 00019000 fd:04 1183313 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f88061000-3f8c061000 rw-p 00000000 00:00 0 3f8c061000-3f8c062000 ---p 00000000 00:00 0 3f8c062000-3f8c862000 rw-p 00000000 00:00 0 3f8c862000-3f8c863000 ---p 00000000 00:00 0 3f8c863000-3f8f063000 rw-p 00000000 00:00 0 3f8f063000-3f8f064000 ---p 00000000 00:00 0 3f8f064000-3f8f864000 rw-p 00000000 00:00 0 3f8f864000-3f8ffe5000 r-xp 00000000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3f8ffe5000-3f8ffeb000 r--p 00780000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3f8ffeb000-3f8fff5000 rw-p 00786000 fd:04 1050655 /usr/lib64/libopenblasp-r0.3.9.so 3f8fff5000-3f90000000 rw-p 00000000 00:00 0 3f90000000-3f90021000 rw-p 00000000 00:00 0 3f90021000-3f94000000 ---p 00000000 00:00 0 3f94000000-3f940b3000 rw-p 00000000 00:00 0 3f940b3000-3f98000000 ---p 00000000 00:00 0 3f98000000-3f98021000 rw-p 00000000 00:00 0 3f98021000-3f9c000000 ---p 00000000 00:00 0 3f9c000000-3f9c021000 rw-p 00000000 00:00 0 3f9c021000-3fa0000000 ---p 00000000 00:00 0 3fa0000000-3fa0021000 rw-p 00000000 00:00 0 3fa0021000-3fa4000000 ---p 00000000 00:00 0 3fa4000000-3fa4021000 rw-p 00000000 00:00 0 3fa4021000-3fa8000000 ---p 00000000 00:00 0 3fa8000000-3fa8021000 rw-p 00000000 00:00 0 3fa8021000-3fac000000 ---p 00000000 00:00 0 3fac003000-3fac007000 r-xp 00000000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fac007000-3fac008000 r--p 00003000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fac008000-3fac009000 rw-p 00004000 fd:04 1181798 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fac009000-3fac00c000 r-xp 00000000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fac00c000-3fac00d000 r--p 00002000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fac00d000-3fac00e000 rw-p 00003000 fd:04 1181818 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fac00e000-3fac14e000 rw-p 00000000 00:00 0 3fac14e000-3fac164000 r-xp 00000000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fac164000-3fac165000 r--p 00015000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fac165000-3fac167000 rw-p 00016000 fd:04 1181796 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fac167000-3fac171000 r-xp 00000000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fac171000-3fac172000 r--p 00009000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fac172000-3fac173000 rw-p 0000a000 fd:04 1181809 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fac173000-3fac1f3000 rw-p 00000000 00:00 0 3fac1f3000-3fac205000 r-xp 00000000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fac205000-3fac206000 ---p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fac206000-3fac207000 r--p 00012000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fac207000-3fac20a000 rw-p 00013000 fd:04 1181782 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fac20a000-3fac215000 r-xp 00000000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fac215000-3fac216000 r--p 0000a000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fac216000-3fac217000 rw-p 0000b000 fd:04 1181819 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fac217000-3fac329000 r-xp 00000000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fac329000-3fac32a000 r--p 00111000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fac32a000-3fac32c000 rw-p 00112000 fd:04 1050654 /usr/lib64/libgfortran.so.5.0.0 3fac32c000-3fac528000 r-xp 00000000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fac528000-3fac52a000 r--p 001fc000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fac52a000-3fac547000 rw-p 001fe000 fd:04 1183314 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fac547000-3fac627000 rw-p 00000000 00:00 0 3fac627000-3fac632000 r--s 0011c000 fd:04 1182845 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fac632000-3fac633000 r--s 00002000 fd:04 1182843 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fac633000-3fac639000 r--s 00309000 fd:04 1182831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fac639000-3fac64c000 r--s 00346000 fd:04 1182879 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fac64c000-3fac74c000 rw-p 00000000 00:00 0 3fac74c000-3fac750000 r-xp 00000000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fac750000-3fac751000 r--p 00003000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fac751000-3fac752000 rw-p 00004000 fd:04 1181788 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fac752000-3fac912000 rw-p 00000000 00:00 0 3fac912000-3fac915000 ---p 00000000 00:00 0 3fac915000-3faca92000 rw-p 00000000 00:00 0 3faca92000-3faca94000 r-xp 00000000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3faca94000-3faca95000 r--p 00001000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3faca95000-3faca96000 rw-p 00002000 fd:04 1047942 /usr/lib64/libutil-2.32.so 3faca96000-3facccd000 r-xp 00000000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3facccd000-3faccd2000 r--p 00236000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3faccd2000-3facd09000 rw-p 0023b000 fd:04 1051611 /usr/lib64/libpython3.9.so.1.0 3facd09000-3facd2b000 rw-p 00000000 00:00 0 3facd2b000-3facd53000 r-xp 00000000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3facd53000-3facd54000 ---p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3facd54000-3facd55000 r--p 00028000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3facd55000-3facd59000 rw-p 00029000 fd:04 914597 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3facd59000-3facd5b000 r--s 0000d000 fd:04 914508 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3facd5b000-3facd5d000 r--s 0002d000 fd:04 914506 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3facd5d000-3facd5e000 ---p 00000000 00:00 0 3facd5e000-3face5e000 rw-p 00000000 00:00 0 3face5e000-3face61000 ---p 00000000 00:00 0 3face61000-3facfde000 rw-p 00000000 00:00 0 3facfde000-3facfe1000 ---p 00000000 00:00 0 3facfe1000-3fad15e000 rw-p 00000000 00:00 0 3fad15e000-3fad161000 ---p 00000000 00:00 0 3fad161000-3fad2de000 rw-p 00000000 00:00 0 3fad2de000-3fad2e1000 ---p 00000000 00:00 0 3fad2e1000-3fad45e000 rw-p 00000000 00:00 0 3fad45e000-3fad45f000 ---p 00000000 00:00 0 3fad45f000-3fad55f000 rw-p 00000000 00:00 0 3fad55f000-3fad72f000 r--s 0441d000 fd:04 1182917 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fad72f000-3fadc40000 rw-p 00000000 00:00 0 3fadc40000-3fae000000 ---p 00000000 00:00 0 3fae000000-3fae550000 rw-p 00000000 00:00 0 3fae550000-3fb3550000 ---p 00000000 00:00 0 3fb3550000-3fb4000000 rw-p 00000000 00:00 0 3fb4000000-3fbe000000 ---p 00000000 00:00 0 3fbe000000-3fbe028000 rwxp 00000000 00:00 0 3fbe028000-3fc0000000 ---p 00000000 00:00 0 3fc0000000-3fc05ba000 rw-p 00000000 00:00 0 3fc05ba000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc407c000 rw-p 00000000 00:00 0 3fc407c000-3fc40cc000 ---p 00000000 00:00 0 3fc40cc000-3fc40cf000 rw-p 00000000 00:00 0 3fc40cf000-3fc40f6000 ---p 00000000 00:00 0 3fc40f6000-3fc40fc000 rw-p 00000000 00:00 0 3fc40fc000-3fc414c000 ---p 00000000 00:00 0 3fc414c000-3fc418f000 rw-p 00000000 00:00 0 3fc418f000-3fc420e000 ---p 00000000 00:00 0 3fc420e000-3fc4215000 r-xp 00000000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc4215000-3fc4216000 ---p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc4216000-3fc4217000 r--p 00007000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc4217000-3fc4218000 rw-p 00008000 fd:04 1182913 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc4218000-3fc4220000 rw-s 00000000 fd:04 1052183 /tmp/hsperfdata_mockbuild/189036 3fc4220000-3fc4229000 r-xp 00000000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fc4229000-3fc422a000 r--p 00008000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fc422a000-3fc422b000 rw-p 00009000 fd:04 1047932 /usr/lib64/libnss_files-2.32.so 3fc422b000-3fc4231000 rw-p 00000000 00:00 0 3fc4231000-3fc4256000 r-xp 00000000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc4256000-3fc4257000 r--p 00024000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc4257000-3fc4259000 rw-p 00025000 fd:04 1182896 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc4259000-3fc4265000 r-xp 00000000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc4265000-3fc4267000 r--p 0000b000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc4267000-3fc4268000 rw-p 0000d000 fd:04 1182912 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc4268000-3fc426e000 r-xp 00000000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fc426e000-3fc426f000 r--p 00005000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fc426f000-3fc4270000 rw-p 00006000 fd:04 1047938 /usr/lib64/librt-2.32.so 3fc4270000-3fc4271000 ---p 00000000 00:00 0 3fc4271000-3fc4272000 rw-p 00000000 00:00 0 3fc4272000-3fc4275000 ---p 00000000 00:00 0 3fc4275000-3fc43f1000 rw-p 00000000 00:00 0 3fc43f1000-3fc4404000 r-xp 00000000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fc4404000-3fc4405000 r--p 00012000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fc4405000-3fc4406000 rw-p 00013000 fd:04 1044655 /usr/lib64/libgcc_s-10-20200804.so.1 3fc4406000-3fc440c000 r-xp 00000000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fc440c000-3fc440d000 r--p 00005000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fc440d000-3fc440e000 rw-p 00006000 fd:04 1048553 /usr/lib64/libffi.so.6.0.2 3fc440e000-3fc4498000 r-xp 00000000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fc4498000-3fc4499000 r--p 00089000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fc4499000-3fc449a000 rw-p 0008a000 fd:04 1047926 /usr/lib64/libm-2.32.so 3fc449a000-3fc4639000 r-xp 00000000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fc4639000-3fc4643000 r--p 0019e000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fc4643000-3fc4647000 rw-p 001a8000 fd:04 1048494 /usr/lib64/libstdc++.so.6.0.28 3fc4647000-3fc464b000 rw-p 00000000 00:00 0 3fc464b000-3fc4c45000 r-xp 00000000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc4c45000-3fc4c5e000 r--p 005f9000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc4c5e000-3fc4c7e000 rw-p 00612000 fd:04 1182916 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc4c7e000-3fc4c97000 rw-p 00000000 00:00 0 3fc4c97000-3fc4cad000 r-xp 00000000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fc4cad000-3fc4cae000 r--p 00015000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fc4cae000-3fc4caf000 rw-p 00016000 fd:04 1047934 /usr/lib64/libpthread-2.32.so 3fc4caf000-3fc4cb3000 rw-p 00000000 00:00 0 3fc4cb3000-3fc4cb5000 r-xp 00000000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fc4cb5000-3fc4cb6000 ---p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fc4cb6000-3fc4cb7000 r--p 00002000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fc4cb7000-3fc4cb8000 rw-p 00003000 fd:04 1047924 /usr/lib64/libdl-2.32.so 3fc4cb8000-3fc4ccb000 r-xp 00000000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fc4ccb000-3fc4ccc000 r--p 00012000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fc4ccc000-3fc4ccd000 rw-p 00013000 fd:04 1048404 /usr/lib64/libz.so.1.2.11 3fc4ccd000-3fc4dec000 r-xp 00000000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fc4dec000-3fc4def000 r--p 0011e000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fc4def000-3fc4df2000 rw-p 00121000 fd:04 1047922 /usr/lib64/libc-2.32.so 3fc4df2000-3fc4df5000 rw-p 00000000 00:00 0 3fc4df5000-3fc4e02000 r-xp 00000000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc4e02000-3fc4e03000 r--p 0000c000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc4e03000-3fc4e04000 rw-p 0000d000 fd:04 1183165 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc4e04000-3fc4e06000 rw-p 00000000 00:00 0 3fc4e06000-3fc4e08000 r-xp 00000000 00:00 0 [vdso] 3fc4e08000-3fc4e23000 r-xp 00000000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fc4e23000-3fc4e24000 r--p 00000000 00:00 0 3fc4e24000-3fc4e25000 r--p 0001b000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fc4e25000-3fc4e27000 rw-p 0001c000 fd:04 1047912 /usr/lib64/ld-2.32.so 3fffe2b000-3fffe4c000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -ea -Djava.library.path=/usr/lib64:/usr/java/packages/lib/riscv64:/lib:/usr/lib java_command: jep.test.TestGetWithClass java_class_path (initial): build/java/jep-3.9.0.jar:build/java/jep-3.9.0-test.jar:src/test/python/lib/sqlitejdbc-v056.jar:stc/test/python/lib/fakenetty.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/lib/jvm/java/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin LD_LIBRARY_PATH=/usr/lib64 Signal Handlers: SIGSEGV: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x4802c4], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGXFSZ: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGILL: [libjvm.so+0x37fcd2], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x37fb32], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x37fc56], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:Fedora release 33 (Rawhide) uname:Linux 5.5.0-0.rc5.git0.1.1.riscv64.fc32.riscv64 #1 SMP Mon Jan 6 17:31:22 UTC 2020 riscv64 libc:glibc 2.32 NPTL 2.32 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:4.15 2.85 1.96 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6101068 kB MemAvailable: 7724424 kB Buffers: 206376 kB Cached: 1393136 kB SwapCached: 0 kB Active: 945132 kB Inactive: 859120 kB Active(anon): 208060 kB Inactive(anon): 176 kB Active(file): 737072 kB Inactive(file): 858944 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 68 kB Writeback: 0 kB AnonPages: 204784 kB Mapped: 197816 kB Shmem: 3504 kB KReclaimable: 117608 kB Slab: 193932 kB SReclaimable: 117608 kB SUnreclaim: 76324 kB KernelStack: 1336 kB PageTables: 3128 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 912548 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 16624 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB CPU:total 4 (initial active 4) /proc/cpuinfo: processor : 0 hart : 0 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 1 isa : rv64imafdcsu mmu : sv48 processor : 2 hart : 2 isa : rv64imafdcsu mmu : sv48 processor : 3 hart : 3 isa : rv64imafdcsu mmu : sv48 Memory: 4k page, physical 8140908k(6101068k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Zero VM (25.212-b04) for linux-riscv64 JRE (1.8.0_212-b04), built on Jul 11 2019 13:15:36 by "mockbuild" with gcc 9.1.1 20190605 (Red Hat 9.1.1-2) time: Fri Aug 14 08:35:32 2020 timezone: EDT elapsed time: 31 seconds (0d 0h 0m 31s) Processing files: python3-jep-3.9.0-7.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qMMGzr Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.T4S0Or + : + cat 'core*' cat: 'core*': No such file or directory + : + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + DOCDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-7.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-7.fc33.riscv64/usr/share/doc/python3-jep + cp -pr README.rst /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/doc/python3-jep + cp -pr AUTHORS /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/doc/python3-jep + cp -pr release_notes/ /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/doc/python3-jep + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-7.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-7.fc33.riscv64/usr/share/licenses/python3-jep + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/licenses/python3-jep + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep = 3.9.0-7.fc33 python3-jep = 3.9.0-7.fc33 python3-jep(riscv-64) = 3.9.0-7.fc33 python3.9-jep = 3.9.0-7.fc33 python3.9dist(jep) = 3.9 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.9.so.1.0()(64bit) python(abi) = 3.9 rtld(GNU_HASH) Obsoletes: python-jep < 3.9.0-7.fc33 Processing files: python-jep-javadoc-3.9.0-7.fc33.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d04cJq + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-7.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-7.fc33.riscv64/usr/share/licenses/python-jep-javadoc + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64/usr/share/licenses/python-jep-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep-javadoc = 3.9.0-7.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-7.fc33.riscv64 Provides: python-jep-debugsource = 3.9.0-7.fc33 python-jep-debugsource(riscv-64) = 3.9.0-7.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-7.fc33.riscv64 Provides: debuginfo(build-id) = 097d07302e43f8781dd34e88f19371f2637d6d68 python-jep-debuginfo = 3.9.0-7.fc33 python3-jep-debuginfo = 3.9.0-7.fc33 python3-jep-debuginfo(riscv-64) = 3.9.0-7.fc33 python3.9-jep-debuginfo = 3.9.0-7.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-7.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-jep-3.9.0-7.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-debugsource-3.9.0-7.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-javadoc-3.9.0-7.fc33.noarch.rpm Wrote: /builddir/build/RPMS/python3-jep-debuginfo-3.9.0-7.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RuKXys + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-7.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0