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-267707-51462/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=1591401600 Wrote: /builddir/build/SRPMS/python-jep-3.9.0-5.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-267707-51462/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=1591401600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ot4lQq + 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.B3siGs + 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 -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 -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 running build_java Using JAVA_HOME: /usr/lib/jvm/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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -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 -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 -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 -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 -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 -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 -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 -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); | ^~~~~~~~~~~~~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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.MGQTar + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 + cd jep-3.9.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + CFLAGS='-O2 -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-5.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-5.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-5.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-5.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-5.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-5.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-5.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-5.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-5.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-5.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-5.fc33.riscv64/usr/lib64/python3.9/site-packages/jep/libjep.so running install_scripts creating /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/bin copying build/scripts-3.9/jep -> /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/bin/jep to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-jep-3.9.0-5.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-5.fc33.riscv64/usr/bin/__pycache__ + install -dm755 /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/share/javadoc/python-jep + cp -pr javadoc/3.9.0 /builddir/build/BUILDROOT/python-jep-3.9.0-5.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-5.fc33 --unique-debug-suffix -3.9.0-5.fc33.riscv64 --unique-debug-src-base python-jep-3.9.0-5.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-5.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-5.fc33.riscv64/usr/lib64/python3.9/site-packages/jep/jep.cpython-39-riscv64-linux-gnu.so original debug info size: 1920kB, size after compression: 860kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1178 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.9.0-5.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-5.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.KwiI7r + 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=484617, tid=0x0000003fa5fff160 # 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.484617 # # An error report file with more information is saved as: # /builddir/build/BUILD/jep-3.9.0/hs_err_pid484617.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_pid484617.log hs_err_pid484630.log hs_err_pid484641.log hs_err_pid484660.log hs_err_pid484675.log hs_err_pid484696.log hs_err_pid484715.log hs_err_pid484733.log # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484617, tid=0x0000003fa5fff160 # 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.484617 # # 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 (0x0000003fdc5fd160): JavaThread "Thread-0" [_thread_in_native, id=484752, stack(0x0000003fa5e80000,0x0000003fa6000000)] Stack: [0x0000003fa5e80000,0x0000003fa6000000], sp=0x0000003fa5f42d80, free space=779k Java frames: 0x0000003fa5ffe0a0: unboxed parameter[1] = 0x0000003fa5ffe168 0x0000003fa5ffe0a8: parameter[0] (JNIEnv) = 0x0000003fa5f43648 0x0000003fa5ffe0b0: parameter[1] (this) = 0x0000003fa5ffe0a0 0x0000003fa5ffe0b8: parameter[2] = 0x0000003fa5ffe158 0x0000003fa5ffe0c0: istate->_thread = 0x0000003fdc5fd160 0x0000003fa5ffe0c8: istate->_bcp = 0x0000000000000000 0x0000003fa5ffe0d0: istate->_locals = 0x0000003fa5ffe168 0x0000003fa5ffe0d8: istate->_constants = 0x0000003fe0664cf0 0x0000003fa5ffe0e0: istate->_method = jep.Jep.close(J)V 0x0000003fa5ffe0e8: istate->_mdx = 0x0000000000000000 0x0000003fa5ffe0f0: istate->_stack = 0x0000003fa5ffe0b8 0x0000003fa5ffe0f8: istate->_msg = 0x0000000000000002 0x0000003fa5ffe100: istate->_result = 0x0000000000000000 0x0000003fa5ffe108: (istate->_result) = 0x0000003fe0bf31a0 0x0000003fa5ffe110: (istate->_result) = 0x0000000000000000 0x0000003fa5ffe118: istate->_prev_link = 0x0000000000000000 0x0000003fa5ffe120: istate->_oop_temp = 0x0000000000000000 0x0000003fa5ffe128: istate->_stack_base = 0x0000003fa5ffe0c0 0x0000003fa5ffe130: istate->_stack_limit = 0x0000003fa5ffe0b8 0x0000003fa5ffe138: istate->_monitor_base = 0x0000003fa5ffe0c0 0x0000003fa5ffe140: istate->_self_link = 0x0000003fa5ffe0c0 0x0000003fa5ffe148: frame_type = INTERPRETER_FRAME 0x0000003fa5ffe150: next_frame = 0x0000003fa5ffe210 0x0000003fa5ffe158: local[2] = 0x0000003fa0000f70 0x0000003fa5ffe160: local[1] = 0x0000003fcc08ce50 0x0000003fa5ffe168: local[0] = 0x0000003fcc08ce50 0x0000003fa5ffe170: monitor[0]->_lock = 0x0000000000000001 0x0000003fa5ffe178: monitor[0]->_obj = 0x0000003fcc08ce50 0x0000003fa5ffe180: istate->_thread = 0x0000003fdc5fd160 0x0000003fa5ffe188: istate->_bcp = 0x0000003fe066247a (bci 170) 0x0000003fa5ffe190: istate->_locals = 0x0000003fa5ffe228 0x0000003fa5ffe198: istate->_constants = 0x0000003fe0664cf0 0x0000003fa5ffe1a0: istate->_method = jep.Jep.close()V 0x0000003fa5ffe1a8: istate->_mdx = 0x0000000000000000 0x0000003fa5ffe1b0: istate->_stack = 0x0000003fa5ffe150 0x0000003fa5ffe1b8: istate->_msg = 0x0000003f00000008 0x0000003fa5ffe1c0: istate->_result = 0x0000003fe0662550 0x0000003fa5ffe1c8: (istate->_result) = 0x0000003fe0bf3218 0x0000003fa5ffe1d0: (istate->_result) = 0x0000003f00000003 0x0000003fa5ffe1d8: istate->_prev_link = 0x0000000000000000 0x0000003fa5ffe1e0: istate->_oop_temp = 0x0000000000000000 0x0000003fa5ffe1e8: istate->_stack_base = 0x0000003fa5ffe170 0x0000003fa5ffe1f0: istate->_stack_limit = 0x0000003fa5ffe140 0x0000003fa5ffe1f8: istate->_monitor_base = 0x0000003fa5ffe180 0x0000003fa5ffe200: istate->_self_link = 0x0000003fa5ffe180 0x0000003fa5ffe208: frame_type = INTERPRETER_FRAME 0x0000003fa5ffe210: next_frame = 0x0000003fa5ffe2c0 0x0000003fa5ffe218: local[2] = 0x0000000000000000 0x0000003fa5ffe220: local[1] = 0x0000003fcc0912b0 0x0000003fa5ffe228: local[0] = 0x0000003fcc08ce50 0x0000003fa5ffe230: istate->_thread = 0x0000003fdc5fd160 0x0000003fa5ffe238: istate->_bcp = 0x0000003fe0688fa3 (bci 91) 0x0000003fa5ffe240: istate->_locals = 0x0000003fa5ffe300 0x0000003fa5ffe248: istate->_constants = 0x0000003fe06893b0 0x0000003fa5ffe250: istate->_method = jep.test.Test$2.run()V 0x0000003fa5ffe258: istate->_mdx = 0x0000000000000000 0x0000003fa5ffe260: istate->_stack = 0x0000003fa5ffe220 0x0000003fa5ffe268: istate->_msg = 0x0000003f00000008 0x0000003fa5ffe270: istate->_result = 0x0000003fe06624b0 0x0000003fa5ffe278: (istate->_result) = 0x0000003fe0bf31a8 0x0000003fa5ffe280: (istate->_result) = 0x0000003f00000003 0x0000003fa5ffe288: istate->_prev_link = 0x0000000000000000 0x0000003fa5ffe290: istate->_oop_temp = 0x0000000000000000 0x0000003fa5ffe298: istate->_stack_base = 0x0000003fa5ffe230 0x0000003fa5ffe2a0: istate->_stack_limit = 0x0000003fa5ffe200 0x0000003fa5ffe2a8: istate->_monitor_base = 0x0000003fa5ffe230 0x0000003fa5ffe2b0: istate->_self_link = 0x0000003fa5ffe230 0x0000003fa5ffe2b8: frame_type = INTERPRETER_FRAME 0x0000003fa5ffe2c0: next_frame = 0x0000003fa5ffe398 0x0000003fa5ffe2c8: local[7] = 0x0000000000000000 0x0000003fa5ffe2d0: local[6] = 0x0000000000000000 0x0000003fa5ffe2d8: local[5] = 0x0000000000000000 0x0000003fa5ffe2e0: local[4] = 0x0000000000000000 0x0000003fa5ffe2e8: local[3] = 0x0000000000000000 0x0000003fa5ffe2f0: local[2] = 0x0000003fcc090088 0x0000003fa5ffe2f8: local[1] = 0x0000003fcc08ce50 0x0000003fa5ffe300: local[0] = 0x0000003fcc08cc98 0x0000003fa5ffe308: istate->_thread = 0x0000003fdc5fd160 0x0000003fa5ffe310: istate->_bcp = 0x0000003fe0296903 (bci 11) 0x0000003fa5ffe318: istate->_locals = 0x0000003fa5ffe3a0 0x0000003fa5ffe320: istate->_constants = 0x0000003fe033c8b0 0x0000003fa5ffe328: istate->_method = java.lang.Thread.run()V 0x0000003fa5ffe330: istate->_mdx = 0x0000000000000000 0x0000003fa5ffe338: istate->_stack = 0x0000003fa5ffe2f8 0x0000003fa5ffe340: istate->_msg = 0x0000003f00000008 0x0000003fa5ffe348: istate->_result = 0x0000003fe06890a8 0x0000003fa5ffe350: (istate->_result) = 0x0000003fe0bf31a0 0x0000003fa5ffe358: (istate->_result) = 0x0000003f00000005 0x0000003fa5ffe360: istate->_prev_link = 0x0000000000000000 0x0000003fa5ffe368: istate->_oop_temp = 0x0000000000000000 0x0000003fa5ffe370: istate->_stack_base = 0x0000003fa5ffe308 0x0000003fa5ffe378: istate->_stack_limit = 0x0000003fa5ffe2f0 0x0000003fa5ffe380: istate->_monitor_base = 0x0000003fa5ffe308 0x0000003fa5ffe388: istate->_self_link = 0x0000003fa5ffe308 0x0000003fa5ffe390: frame_type = INTERPRETER_FRAME 0x0000003fa5ffe398: next_frame = 0x0000003fa5ffe3b8 0x0000003fa5ffe3a0: local[0] = 0x0000003fcc089ea0 0x0000003fa5ffe3a8: call_wrapper = 0x0000003fa5ffe488 0x0000003fa5ffe3b0: frame_type = ENTRY_FRAME 0x0000003fa5ffe3b8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) =>0x0000003fdc5fd160 JavaThread "Thread-0" [_thread_in_native, id=484752, stack(0x0000003fa5e80000,0x0000003fa6000000)] 0x0000003fdc15f9c0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484625, stack(0x0000003fcb2ea000,0x0000003fcb46a000)] 0x0000003fdc10f3c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484623, stack(0x0000003fcb830000,0x0000003fcb9b0000)] 0x0000003fdc0fee60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484622, stack(0x0000003fcb9b0000,0x0000003fcbb30000)] 0x0000003fdc0d60f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484621, stack(0x0000003fcbb30000,0x0000003fcbcb0000)] 0x0000003fdc0d2060 JavaThread "Reference Handler" daemon [_thread_blocked, id=484620, stack(0x0000003fcbcb0000,0x0000003fcbe30000)] 0x0000003fdc04b170 JavaThread "main" [_thread_blocked, id=484618, stack(0x0000003fe2c57000,0x0000003fe2dd6000)] Other Threads: 0x0000003fdc0c8790 VMThread [stack: 0x0000003fe0015000,0x0000003fe0114000] [id=484619] 0x0000003fdc111240 WatcherThread [stack: 0x0000003fcb731000,0x0000003fcb830000] [id=484624] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 1093K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 13% used [0x0000003fcc000000, 0x0000003fcc091580, 0x0000003fcc450000) from space 512K, 100% used [0x0000003fcc450000, 0x0000003fcc4d0000, 0x0000003fcc4d0000) to space 512K, 0% used [0x0000003fcc4d0000, 0x0000003fcc4d0000, 0x0000003fcc550000) tenured generation total 10944K, used 1405K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 12% used [0x0000003fd1550000, 0x0000003fd16af5a0, 0x0000003fd16af600, 0x0000003fd2000000) Metaspace used 4628K, capacity 4680K, committed 4864K, reserved 8192K Card table byte_map: [0x0000003fe0ab1000,0x0000003fe0b32000] byte_map_base: 0x0000003fc0c51000 Polling page: 0x0000003fe3811000 CodeCache: size=32768Kb used=90Kb max_used=90Kb free=32677Kb bounds [0x0000003fe0bf3000, 0x0000003fe0c1b000, 0x0000003fe2bf3000] total_blobs=205 nmethods=0 adapters=197 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (4 events): Event: 9.917 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 99% used [0x0000003fcc000000, 0x0000003fcc44ffe0, 0x0000003fcc450000) from space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) to space 512K, 0% used [0x0000003fcc4d0000, 0x0000003fcc4d0000, 0x0000003fcc550000) tenured generation total 10944K, used 0K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 0% used [0x0000003fd1550000, 0x0000003fd1550000, 0x0000003fd1550200, 0x0000003fd2000000) Metaspace used 3384K, capacity 4232K, committed 4352K, reserved 8192K Event: 9.999 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 0% used [0x0000003fcc000000, 0x0000003fcc000000, 0x0000003fcc450000) from space 512K, 99% used [0x0000003fcc4d0000, 0x0000003fcc54fff8, 0x0000003fcc550000) to space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) tenured generation total 10944K, used 433K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 3% used [0x0000003fd1550000, 0x0000003fd15bc6c0, 0x0000003fd15bc800, 0x0000003fd2000000) Metaspace used 3384K, capacity 4232K, committed 4352K, reserved 8192K } Event: 23.009 GC heap before {Heap before GC invocations=1 (full 0): def new generation total 4928K, used 4927K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 100% used [0x0000003fcc000000, 0x0000003fcc450000, 0x0000003fcc450000) from space 512K, 99% used [0x0000003fcc4d0000, 0x0000003fcc54fff8, 0x0000003fcc550000) to space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) tenured generation total 10944K, used 433K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 3% used [0x0000003fd1550000, 0x0000003fd15bc6c0, 0x0000003fd15bc800, 0x0000003fd2000000) Metaspace used 4090K, capacity 4296K, committed 4352K, reserved 8192K Event: 23.096 GC heap after Heap after GC invocations=2 (full 0): def new generation total 4928K, used 512K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 0% used [0x0000003fcc000000, 0x0000003fcc000000, 0x0000003fcc450000) from space 512K, 100% used [0x0000003fcc450000, 0x0000003fcc4d0000, 0x0000003fcc4d0000) to space 512K, 0% used [0x0000003fcc4d0000, 0x0000003fcc4d0000, 0x0000003fcc550000) tenured generation total 10944K, used 1405K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 12% used [0x0000003fd1550000, 0x0000003fd16af5a0, 0x0000003fd16af600, 0x0000003fd2000000) 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: 0.905 Thread 0x0000003fdc04b170 Exception (0x0000003fcc00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.907 Thread 0x0000003fdc04b170 Exception (0x0000003fcc00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 4.912 Thread 0x0000003fdc04b170 Exception (0x0000003fcc136ef0) 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: 4.912 Thread 0x0000003fdc04b170 Exception (0x0000003fcc1371d0) 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: 4.930 Thread 0x0000003fdc04b170 Exception (0x0000003fcc139fc0) 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: 4.930 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13a2a0) 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: 4.936 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13b238) 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: 4.937 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13b518) 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: 4.958 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13dd30) 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: 4.959 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13e010) 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: 4.963 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13ee90) 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: 4.964 Thread 0x0000003fdc04b170 Exception (0x0000003fcc13f170) 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: 17.522 Thread 0x0000003fdc04b170 Exception (0x0000003fcc39ead0) 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: 43.600 Thread 0x0000003fdc04b170 Exception (0x0000003fcc059548) 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: 43.617 Thread 0x0000003fdc04b170 Exception (0x0000003fcc05b648) 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: 207.487 Thread 0x0000003fdc5fd160 Exception (0x0000003fcc090088) 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: 22.508 loading class java/util/concurrent/Executors$1 done Event: 22.547 loading class java/util/stream/LongStream Event: 22.550 loading class java/util/stream/LongStream done Event: 22.552 loading class java/util/function/LongBinaryOperator Event: 22.553 loading class java/util/function/LongBinaryOperator done Event: 22.554 loading class java/util/OptionalLong Event: 22.555 loading class java/util/OptionalLong done Event: 22.556 loading class java/util/function/LongFunction Event: 22.557 loading class java/util/function/LongFunction done Event: 22.557 loading class java/util/function/LongToDoubleFunction Event: 22.558 loading class java/util/function/LongToDoubleFunction done Event: 22.558 loading class java/util/stream/DoubleStream Event: 22.561 loading class java/util/stream/DoubleStream done Event: 22.561 loading class java/util/function/LongConsumer Event: 22.562 loading class java/util/function/LongConsumer done Event: 22.563 loading class java/util/OptionalDouble Event: 22.564 loading class java/util/OptionalDouble done Event: 22.565 loading class java/util/LongSummaryStatistics Event: 22.566 loading class java/util/function/IntConsumer Event: 22.567 loading class java/util/function/IntConsumer done Event: 22.568 loading class java/util/LongSummaryStatistics done Event: 22.568 loading class java/util/function/LongPredicate Event: 22.569 loading class java/util/function/LongPredicate done Event: 22.571 loading class java/util/function/LongSupplier Event: 22.572 loading class java/util/function/LongSupplier done Event: 22.572 loading class java/util/function/LongToIntFunction Event: 22.573 loading class java/util/function/LongToIntFunction done Event: 22.574 loading class java/util/stream/LongStream$Builder Event: 22.575 loading class java/util/stream/LongStream$Builder done Event: 22.576 loading class java/util/PrimitiveIterator$OfLong Event: 22.577 loading class java/util/PrimitiveIterator Event: 22.579 loading class java/util/PrimitiveIterator done Event: 22.579 loading class java/util/PrimitiveIterator$OfLong done Event: 22.580 loading class java/util/Spliterator$OfLong Event: 22.581 loading class java/util/Spliterator$OfPrimitive Event: 22.582 loading class java/util/Spliterator$OfPrimitive done Event: 22.584 loading class java/util/Spliterator$OfLong done Event: 22.584 loading class java/util/function/ObjLongConsumer Event: 22.586 loading class java/util/function/ObjLongConsumer done Event: 22.586 loading class java/util/function/LongUnaryOperator Event: 22.587 loading class java/util/function/LongUnaryOperator done Event: 22.616 loading class java/util/stream/Streams$RangeLongSpliterator Event: 22.618 loading class java/util/stream/Streams$RangeLongSpliterator done Event: 22.621 loading class java/util/stream/Streams Event: 22.622 loading class java/util/stream/Streams done Event: 22.624 loading class java/util/stream/StreamSupport Event: 22.626 loading class java/util/stream/StreamSupport done Event: 22.627 loading class java/util/stream/LongPipeline$Head Event: 22.628 loading class java/util/stream/LongPipeline Event: 22.632 loading class java/util/stream/AbstractPipeline Event: 22.635 loading class java/util/stream/PipelineHelper Event: 22.636 loading class java/util/stream/PipelineHelper done Event: 22.637 loading class java/util/stream/AbstractPipeline done Event: 22.637 loading class java/util/stream/LongPipeline done Event: 22.638 loading class java/util/stream/LongPipeline$Head done Event: 22.642 loading class java/util/stream/StreamOpFlag Event: 22.645 loading class java/util/stream/StreamOpFlag done Event: 22.646 loading class java/util/stream/StreamOpFlag$Type Event: 22.648 loading class java/util/stream/StreamOpFlag$Type done Event: 22.650 loading class java/util/stream/StreamOpFlag$MaskBuilder Event: 22.651 loading class java/util/stream/StreamOpFlag$MaskBuilder done Event: 22.652 loading class java/util/EnumMap Event: 22.656 loading class java/util/EnumMap done Event: 22.657 loading class java/util/EnumMap$1 Event: 22.659 loading class java/util/EnumMap$1 done Event: 22.662 loading class java/lang/Class$4 Event: 22.663 loading class java/lang/Class$4 done Event: 22.666 loading class sun/reflect/NativeMethodAccessorImpl Event: 22.667 loading class sun/reflect/NativeMethodAccessorImpl done Event: 22.669 loading class sun/reflect/DelegatingMethodAccessorImpl Event: 22.670 loading class sun/reflect/DelegatingMethodAccessorImpl done Event: 22.902 loading class java/util/stream/LongPipeline$8 Event: 22.903 loading class java/util/stream/LongPipeline$StatelessOp Event: 22.905 loading class java/util/stream/LongPipeline$StatelessOp done Event: 22.905 loading class java/util/stream/LongPipeline$8 done Event: 22.908 loading class java/util/stream/StreamShape Event: 22.909 loading class java/util/stream/StreamShape done Event: 23.008 Executing VM operation: GenCollectForAllocation Event: 23.097 Executing VM operation: GenCollectForAllocation done Event: 23.150 loading class java/util/stream/ReduceOps Event: 23.153 loading class java/util/stream/ReduceOps done Event: 23.154 loading class java/util/stream/ReduceOps$9 Event: 23.155 loading class java/util/stream/ReduceOps$ReduceOp Event: 23.156 loading class java/util/stream/TerminalOp Event: 23.157 loading class java/util/stream/TerminalOp done Event: 23.158 loading class java/util/stream/ReduceOps$ReduceOp done Event: 23.158 loading class java/util/stream/ReduceOps$9 done Event: 23.161 loading class java/util/stream/ReduceOps$9ReducingSink Event: 23.162 loading class java/util/stream/ReduceOps$AccumulatingSink Event: 23.163 loading class java/util/stream/TerminalSink Event: 23.164 loading class java/util/stream/Sink Event: 23.166 loading class java/util/stream/Sink done Event: 23.166 loading class java/util/stream/TerminalSink done Event: 23.167 loading class java/util/stream/ReduceOps$AccumulatingSink done Event: 23.167 loading class java/util/stream/Sink$OfLong Event: 23.169 loading class java/util/stream/Sink$OfLong done Event: 23.170 loading class java/util/stream/ReduceOps$9ReducingSink done Event: 23.174 loading class java/util/stream/LongPipeline$8$1 Event: 23.175 loading class java/util/stream/Sink$ChainedLong Event: 23.177 loading class java/util/stream/Sink$ChainedLong done Event: 23.177 loading class java/util/stream/LongPipeline$8$1 done Event: 23.671 loading class java/util/Spliterator$OfInt Event: 23.673 loading class java/util/Spliterator$OfInt done Event: 23.674 loading class java/util/Spliterator$OfDouble Event: 23.675 loading class java/util/Spliterator$OfDouble done Event: 23.682 loading class java/util/function/DoubleBinaryOperator Event: 23.684 loading class java/util/function/DoubleBinaryOperator done Event: 23.684 loading class java/util/function/BinaryOperator Event: 23.686 loading class java/util/function/BinaryOperator done Event: 23.687 loading class java/util/function/IntToDoubleFunction Event: 23.688 loading class java/util/function/IntToDoubleFunction done Event: 23.689 loading class java/util/function/IntFunction Event: 23.689 loading class java/util/function/IntFunction done Event: 23.690 loading class java/util/function/IntToLongFunction Event: 23.691 loading class java/util/function/IntToLongFunction done Event: 23.743 loading class java/util/Arrays$ArrayList Event: 23.746 loading class java/util/Arrays$ArrayList done Event: 23.746 loading class java/util/Arrays$LegacyMergeSort Event: 23.747 loading class java/util/Arrays$LegacyMergeSort done Event: 23.748 loading class java/util/Arrays$NaturalOrder Event: 23.749 loading class java/util/Arrays$NaturalOrder done Event: 23.795 loading class sun/util/calendar/CalendarSystem Event: 23.798 loading class sun/util/calendar/CalendarSystem done Event: 23.799 loading class sun/util/calendar/Gregorian Event: 23.800 loading class sun/util/calendar/BaseCalendar Event: 23.802 loading class sun/util/calendar/AbstractCalendar Event: 23.804 loading class sun/util/calendar/AbstractCalendar done Event: 23.805 loading class sun/util/calendar/BaseCalendar done Event: 23.805 loading class sun/util/calendar/Gregorian done Event: 23.968 loading class java/math/BigDecimal Event: 23.979 loading class java/math/BigDecimal done Event: 23.984 loading class java/math/MathContext Event: 23.986 loading class java/math/MathContext done Event: 23.989 loading class java/math/BigInteger Event: 23.999 loading class java/math/BigInteger done Event: 24.000 loading class java/math/RoundingMode Event: 24.001 loading class java/math/RoundingMode done Event: 24.035 loading class java/math/BigDecimal$UnsafeHolder Event: 24.037 loading class java/math/BigDecimal$UnsafeHolder done Event: 24.037 loading class java/math/BigDecimal$StringBuilderHelper Event: 24.038 loading class java/math/BigDecimal$StringBuilderHelper done Event: 24.038 loading class java/math/BigDecimal$LongOverflow Event: 24.040 loading class java/math/BigDecimal$LongOverflow done Event: 24.049 loading class java/lang/StrictMath Event: 24.052 loading class java/lang/StrictMath done Event: 24.073 loading class java/math/BigDecimal$1 Event: 24.074 loading class java/math/BigDecimal$1 done Event: 43.564 loading class java/lang/ArrayList Event: 43.564 loading class java/lang/ArrayList done Event: 43.664 loading class java/util/Random Event: 43.669 loading class java/util/Random done Event: 43.671 loading class java/util/SortedSet Event: 43.675 loading class java/util/SortedSet done Event: 43.676 loading class java/util/NavigableSet Event: 43.679 loading class java/util/NavigableSet done Event: 43.680 loading class java/util/SortedMap Event: 43.682 loading class java/util/SortedMap done Event: 43.682 loading class java/util/NavigableMap Event: 43.686 loading class java/util/NavigableMap done Event: 43.722 loading class java/util/Collections$AsLIFOQueue Event: 43.724 loading class java/util/Collections$AsLIFOQueue done Event: 43.725 loading class java/util/Collections$ReverseComparator2 Event: 43.727 loading class java/util/Collections$ReverseComparator2 done Event: 43.727 loading class java/util/Collections$ReverseComparator Event: 43.729 loading class java/util/Collections$ReverseComparator done Event: 43.729 loading class java/util/Collections$CopiesList Event: 43.731 loading class java/util/Collections$CopiesList done Event: 43.732 loading class java/util/Collections$SingletonMap Event: 43.734 loading class java/util/Collections$SingletonMap done Event: 43.734 loading class java/util/Collections$SingletonList Event: 43.737 loading class java/util/Collections$SingletonList done Event: 43.737 loading class java/util/Collections$SingletonSet Event: 43.739 loading class java/util/Collections$SingletonSet done Event: 43.739 loading class java/util/Collections$EmptyEnumeration Event: 43.740 loading class java/util/Collections$EmptyEnumeration done Event: 43.740 loading class java/util/Collections$EmptyListIterator Event: 43.742 loading class java/util/Collections$EmptyIterator Event: 43.743 loading class java/util/Collections$EmptyIterator done Event: 43.744 loading class java/util/Collections$EmptyListIterator done Event: 43.744 loading class java/util/Collections$CheckedNavigableMap Event: 43.747 loading class java/util/Collections$CheckedSortedMap Event: 43.749 loading class java/util/Collections$CheckedMap Event: 43.752 loading class java/util/Collections$CheckedMap done Event: 43.753 loading class java/util/Collections$CheckedSortedMap done Event: 43.754 loading class java/util/Collections$CheckedNavigableMap done Event: 43.754 loading class java/util/Collections$CheckedRandomAccessList Event: 43.756 loading class java/util/Collections$CheckedList Event: 43.757 loading class java/util/Collections$CheckedCollection Event: 43.760 loading class java/util/Collections$CheckedCollection done Event: 43.760 loading class java/util/Collections$CheckedList done Event: 43.761 loading class java/util/Collections$CheckedRandomAccessList done Event: 43.761 loading class java/util/Collections$CheckedNavigableSet Event: 43.763 loading class java/util/Collections$CheckedSortedSet Event: 43.764 loading class java/util/Collections$CheckedSet Event: 43.766 loading class java/util/Collections$CheckedSet done Event: 43.766 loading class java/util/Collections$CheckedSortedSet done Event: 43.767 loading class java/util/Collections$CheckedNavigableSet done Event: 43.767 loading class java/util/Collections$CheckedQueue Event: 43.769 loading class java/util/Collections$CheckedQueue done Event: 43.769 loading class java/util/Collections$SynchronizedNavigableMap Event: 43.771 loading class java/util/Collections$SynchronizedSortedMap Event: 43.772 loading class java/util/Collections$SynchronizedMap Event: 43.775 loading class java/util/Collections$SynchronizedMap done Event: 43.776 loading class java/util/Collections$SynchronizedSortedMap done Event: 43.776 loading class java/util/Collections$SynchronizedNavigableMap done Event: 43.777 loading class java/util/Collections$SynchronizedRandomAccessList Event: 43.778 loading class java/util/Collections$SynchronizedList Event: 43.780 loading class java/util/Collections$SynchronizedList done Event: 43.781 loading class java/util/Collections$SynchronizedRandomAccessList done Event: 43.781 loading class java/util/Collections$SynchronizedNavigableSet Event: 43.783 loading class java/util/Collections$SynchronizedSortedSet Event: 43.784 loading class java/util/Collections$SynchronizedSortedSet done Event: 43.785 loading class java/util/Collections$SynchronizedNavigableSet done Event: 43.786 loading class java/util/Collections$UnmodifiableNavigableMap Event: 43.788 loading class java/util/Collections$UnmodifiableSortedMap Event: 43.790 loading class java/util/Collections$UnmodifiableSortedMap done Event: 43.790 loading class java/util/Collections$UnmodifiableNavigableMap done Event: 43.791 loading class java/util/Collections$UnmodifiableNavigableSet Event: 43.792 loading class java/util/Collections$UnmodifiableSortedSet Event: 43.794 loading class java/util/Collections$UnmodifiableSet Event: 43.795 loading class java/util/Collections$UnmodifiableSet done Event: 43.796 loading class java/util/Collections$UnmodifiableSortedSet done Event: 43.796 loading class java/util/Collections$UnmodifiableNavigableSet done Event: 206.539 loading class java/lang/Thread$State Event: 206.542 loading class java/lang/Thread$State done Event: 206.564 loading class java/lang/Thread$WeakClassKey Event: 206.567 loading class java/lang/Thread$WeakClassKey done Event: 206.567 loading class java/lang/Thread$Caches Event: 206.569 loading class java/lang/Thread$Caches done Event: 206.598 loading class java/sql/DriverManager Event: 206.605 loading class java/sql/DriverManager done Event: 206.608 loading class java/sql/Connection Event: 206.609 loading class java/sql/Wrapper Event: 206.611 loading class java/sql/Wrapper done Event: 206.612 loading class java/sql/Connection done Event: 206.612 loading class java/sql/SQLException Event: 206.614 loading class java/sql/SQLException done Event: 206.616 loading class java/sql/Driver Event: 206.617 loading class java/sql/Driver done Event: 206.618 loading class java/sql/DriverAction Event: 206.619 loading class java/sql/DriverAction done Event: 206.643 loading class java/lang/asdf Event: 206.643 loading class java/lang/asdf done Event: 206.655 loading class jep/test/Test$2 Event: 206.655 loading class jep/test/Test$2 done Event: 206.679 Thread 0x0000003fdc5fd160 Thread added: 0x0000003fdc5fd160 Event: 207.493 loading class java/util/IdentityHashMap$KeyIterator Event: 207.494 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 207.497 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 207.497 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ae817c000-2ae817d000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae817d000-2ae817e000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae817e000-2ae817f000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2b08bdf000-2b08c00000 rw-p 00000000 00:00 0 [heap] 3fa0000000-3fa0099000 rw-p 00000000 00:00 0 3fa0099000-3fa4000000 ---p 00000000 00:00 0 3fa5dc0000-3fa5e80000 rw-p 00000000 00:00 0 3fa5e80000-3fa5e83000 ---p 00000000 00:00 0 3fa5e83000-3fac000000 rw-p 00000000 00:00 0 3fac000000-3fac021000 rw-p 00000000 00:00 0 3fac021000-3fb0000000 ---p 00000000 00:00 0 3fb0000000-3fb0090000 rw-p 00000000 00:00 0 3fb0090000-3fb4000000 ---p 00000000 00:00 0 3fb4000000-3fb4021000 rw-p 00000000 00:00 0 3fb4021000-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 3fc8033000-3fc8173000 rw-p 00000000 00:00 0 3fc8173000-3fc81e4000 r-xp 00000000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc81e4000-3fc81e5000 ---p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc81e5000-3fc81e6000 r--p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc81e6000-3fc820a000 rw-p 00072000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc820a000-3fc820c000 rw-p 00000000 00:00 0 3fc820c000-3fc8215000 r-xp 00000000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc8215000-3fc8216000 r--p 00008000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc8216000-3fc8217000 rw-p 00009000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc8217000-3fc8218000 rw-p 00000000 00:00 0 3fc8218000-3fc8224000 r-xp 00000000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8224000-3fc8225000 r--p 0000b000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8225000-3fc8227000 rw-p 0000c000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8227000-3fc8234000 r-xp 00000000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8234000-3fc8235000 r--p 0000c000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8235000-3fc8237000 rw-p 0000d000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8237000-3fc8247000 r-xp 00000000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc8247000-3fc8248000 r--p 0000f000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc8248000-3fc824a000 rw-p 00010000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc824a000-3fc8281000 r-xp 00000000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8281000-3fc8282000 r--p 00036000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8282000-3fc8284000 rw-p 00037000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8284000-3fc8285000 rw-p 00000000 00:00 0 3fc8285000-3fc8288000 r-xp 00000000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc8288000-3fc8289000 r--p 00002000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc8289000-3fc828a000 rw-p 00003000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc828a000-3fc8290000 r-xp 00000000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc8290000-3fc8291000 r--p 00005000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc8291000-3fc8292000 rw-p 00006000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc8292000-3fc8294000 r-xp 00000000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc8294000-3fc8295000 ---p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc8295000-3fc8296000 r--p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc8296000-3fc8297000 rw-p 00003000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc8297000-3fc82d7000 rw-p 00000000 00:00 0 3fc82d7000-3fc82e4000 r-xp 00000000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc82e4000-3fc82e5000 ---p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc82e5000-3fc82e6000 r--p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc82e6000-3fc82e7000 rw-p 0000e000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc82e7000-3fc84d7000 r-xp 00000000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fc84d7000-3fc84d8000 ---p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fc84d8000-3fc8500000 r--p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fc8500000-3fc8505000 rw-p 00218000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fc8505000-3fc8509000 rw-p 00000000 00:00 0 3fc8509000-3fc8513000 r-xp 00000000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc8513000-3fc8514000 r--p 00009000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc8514000-3fc8516000 rw-p 0000a000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc8516000-3fc851c000 r-xp 00000000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc851c000-3fc851d000 r--p 00005000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc851d000-3fc851e000 rw-p 00006000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc851e000-3fc8540000 r-xp 00000000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc8540000-3fc8541000 r--p 00021000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc8541000-3fc8543000 rw-p 00022000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc8543000-3fc8544000 rw-p 00000000 00:00 0 3fc8544000-3fc8561000 r-xp 00000000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc8561000-3fc8562000 r--p 0001c000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc8562000-3fc8567000 rw-p 0001d000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc8567000-3fc85c6000 r-xp 00000000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc85c6000-3fc85c7000 r--p 0005e000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc85c7000-3fc85ed000 rw-p 0005f000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc85ed000-3fc862e000 rw-p 00000000 00:00 0 3fc862e000-3fc8639000 r-xp 00000000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc8639000-3fc863a000 r--p 0000a000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc863a000-3fc863b000 rw-p 0000b000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc863b000-3fc867b000 rw-p 00000000 00:00 0 3fc867b000-3fc869c000 r-xp 00000000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc869c000-3fc869d000 r--p 00020000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc869d000-3fc869e000 rw-p 00021000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc869e000-3fc86ac000 r-xp 00000000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc86ac000-3fc86ad000 r--p 0000d000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc86ad000-3fc86ae000 rw-p 0000e000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc86ae000-3fc87bf000 rw-p 00000000 00:00 0 3fc87bf000-3fc87dc000 r-xp 00000000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc87dc000-3fc87dd000 r--p 0001c000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc87dd000-3fc87de000 rw-p 0001d000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc87de000-3fc881f000 rw-p 00000000 00:00 0 3fc881f000-3fc8837000 r-xp 00000000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc8837000-3fc8838000 r--p 00017000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc8838000-3fc883c000 rw-p 00018000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc883c000-3fc897c000 rw-p 00000000 00:00 0 3fc897c000-3fc897d000 ---p 00000000 00:00 0 3fc897d000-3fc917d000 rw-p 00000000 00:00 0 3fc917d000-3fc917e000 ---p 00000000 00:00 0 3fc917e000-3fc997e000 rw-p 00000000 00:00 0 3fc997e000-3fc997f000 ---p 00000000 00:00 0 3fc997f000-3fca17f000 rw-p 00000000 00:00 0 3fca17f000-3fca29b000 r-xp 00000000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca29b000-3fca29c000 ---p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca29c000-3fca29d000 r--p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca29d000-3fca29f000 rw-p 0011d000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca29f000-3fcaa20000 r-xp 00000000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fcaa20000-3fcaa26000 r--p 00780000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fcaa26000-3fcaa30000 rw-p 00786000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fcaa30000-3fcaa3b000 rw-p 00000000 00:00 0 3fcaa3b000-3fcac37000 r-xp 00000000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcac37000-3fcac39000 r--p 001fc000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcac39000-3fcac56000 rw-p 001fe000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcac56000-3fcacf6000 rw-p 00000000 00:00 0 3fcacf7000-3fcacfe000 r-xp 00000000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcacfe000-3fcacff000 r--p 00006000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcacff000-3fcad00000 rw-p 00007000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcad00000-3fcad04000 r-xp 00000000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcad04000-3fcad05000 r--p 00003000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcad05000-3fcad06000 rw-p 00004000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcad06000-3fcad1f000 r-xp 00000000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcad1f000-3fcad20000 r--p 00018000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcad20000-3fcad22000 rw-p 00019000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fcad22000-3fcad38000 r-xp 00000000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcad38000-3fcad39000 r--p 00015000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcad39000-3fcad3b000 rw-p 00016000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fcad3b000-3fcad45000 r-xp 00000000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad45000-3fcad46000 r--p 00009000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad46000-3fcad47000 rw-p 0000a000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad47000-3fcadc7000 rw-p 00000000 00:00 0 3fcadc7000-3fcadd9000 r-xp 00000000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcadd9000-3fcadda000 ---p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcadda000-3fcaddb000 r--p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcaddb000-3fcadde000 rw-p 00013000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcadde000-3fcae5e000 rw-p 00000000 00:00 0 3fcae5e000-3fcae93000 r-xp 00000000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fcae93000-3fcae94000 ---p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fcae94000-3fcae95000 r--p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fcae95000-3fcae98000 rw-p 00036000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fcae98000-3fcaf58000 rw-p 00000000 00:00 0 3fcaf58000-3fcaf5f000 r-xp 00000000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcaf5f000-3fcaf60000 r--p 00006000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcaf60000-3fcaf61000 rw-p 00007000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcaf61000-3fcb0a1000 rw-p 00000000 00:00 0 3fcb0a1000-3fcb0ac000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fcb0ac000-3fcb0b2000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fcb0b2000-3fcb0c5000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fcb0c5000-3fcb185000 rw-p 00000000 00:00 0 3fcb185000-3fcb188000 r-xp 00000000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcb188000-3fcb189000 r--p 00002000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcb189000-3fcb18a000 rw-p 00003000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fcb18a000-3fcb195000 r-xp 00000000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcb195000-3fcb196000 r--p 0000a000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcb196000-3fcb197000 rw-p 0000b000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcb197000-3fcb19d000 r-xp 00000000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcb19d000-3fcb19e000 r--p 00005000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcb19e000-3fcb19f000 rw-p 00006000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fcb19f000-3fcb1a3000 r-xp 00000000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcb1a3000-3fcb1a4000 r--p 00003000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcb1a4000-3fcb1a5000 rw-p 00004000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fcb1a5000-3fcb1a8000 r-xp 00000000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcb1a8000-3fcb1a9000 r--p 00002000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcb1a9000-3fcb1aa000 rw-p 00003000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcb1aa000-3fcb2ea000 rw-p 00000000 00:00 0 3fcb2ea000-3fcb2ed000 ---p 00000000 00:00 0 3fcb2ed000-3fcb46a000 rw-p 00000000 00:00 0 3fcb46a000-3fcb6a3000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb6a3000-3fcb6a8000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb6a8000-3fcb6df000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb6df000-3fcb701000 rw-p 00000000 00:00 0 3fcb701000-3fcb72a000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcb72a000-3fcb72b000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcb72b000-3fcb72f000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcb72f000-3fcb730000 ---p 00000000 00:00 0 3fcb730000-3fcb830000 rw-p 00000000 00:00 0 3fcb830000-3fcb833000 ---p 00000000 00:00 0 3fcb833000-3fcb9b0000 rw-p 00000000 00:00 0 3fcb9b0000-3fcb9b3000 ---p 00000000 00:00 0 3fcb9b3000-3fcbb30000 rw-p 00000000 00:00 0 3fcbb30000-3fcbb33000 ---p 00000000 00:00 0 3fcbb33000-3fcbcb0000 rw-p 00000000 00:00 0 3fcbcb0000-3fcbcb3000 ---p 00000000 00:00 0 3fcbcb3000-3fcbe30000 rw-p 00000000 00:00 0 3fcbe30000-3fcc000000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fcc000000-3fcc550000 rw-p 00000000 00:00 0 3fcc550000-3fd1550000 ---p 00000000 00:00 0 3fd1550000-3fd2000000 rw-p 00000000 00:00 0 3fd2000000-3fdc000000 ---p 00000000 00:00 0 3fdc000000-3fdc609000 rw-p 00000000 00:00 0 3fdc609000-3fe0000000 ---p 00000000 00:00 0 3fe0003000-3fe0004000 r--p 00000000 00:00 0 3fe0004000-3fe0005000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fe0005000-3fe0007000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fe0007000-3fe000b000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe000b000-3fe000c000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe000c000-3fe000d000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fe000d000-3fe000f000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe000f000-3fe0010000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe0010000-3fe0011000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe0011000-3fe0013000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fe0013000-3fe0014000 ---p 00000000 00:00 0 3fe0014000-3fe071b000 rw-p 00000000 00:00 0 3fe071b000-3fe0a5b000 ---p 00000000 00:00 0 3fe0a5b000-3fe0a61000 rw-p 00000000 00:00 0 3fe0a61000-3fe0ab1000 ---p 00000000 00:00 0 3fe0ab1000-3fe0ab4000 rw-p 00000000 00:00 0 3fe0ab4000-3fe0adb000 ---p 00000000 00:00 0 3fe0adb000-3fe0ae1000 rw-p 00000000 00:00 0 3fe0ae1000-3fe0b31000 ---p 00000000 00:00 0 3fe0b31000-3fe0b74000 rw-p 00000000 00:00 0 3fe0b74000-3fe0bf3000 ---p 00000000 00:00 0 3fe0bf3000-3fe0c1b000 rwxp 00000000 00:00 0 3fe0c1b000-3fe2bf3000 ---p 00000000 00:00 0 3fe2bf3000-3fe2bfa000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe2bfa000-3fe2bfb000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe2bfb000-3fe2bfc000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe2bfc000-3fe2bfd000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe2bfd000-3fe2c05000 rw-s 00000000 fd:04 2352140 /tmp/hsperfdata_mockbuild/484617 3fe2c05000-3fe2c0e000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2c0e000-3fe2c0f000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2c0f000-3fe2c10000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2c10000-3fe2c16000 rw-p 00000000 00:00 0 3fe2c16000-3fe2c3b000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2c3b000-3fe2c3c000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2c3c000-3fe2c3e000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2c3e000-3fe2c4a000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2c4a000-3fe2c4c000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2c4c000-3fe2c4d000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2c4d000-3fe2c53000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe2c53000-3fe2c54000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe2c54000-3fe2c55000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe2c55000-3fe2c56000 ---p 00000000 00:00 0 3fe2c56000-3fe2c57000 rw-p 00000000 00:00 0 3fe2c57000-3fe2c5a000 ---p 00000000 00:00 0 3fe2c5a000-3fe2dd6000 rw-p 00000000 00:00 0 3fe2dd6000-3fe2de9000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe2de9000-3fe2dea000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe2dea000-3fe2deb000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe2deb000-3fe2df1000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe2df1000-3fe2df2000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe2df2000-3fe2df3000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe2df3000-3fe2e7d000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2e7d000-3fe2e7e000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2e7e000-3fe2e7f000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2e7f000-3fe3025000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe3025000-3fe3026000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe3026000-3fe3030000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe3030000-3fe3034000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe3034000-3fe3038000 rw-p 00000000 00:00 0 3fe3038000-3fe3632000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe3632000-3fe364b000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe364b000-3fe366b000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe366b000-3fe3684000 rw-p 00000000 00:00 0 3fe3684000-3fe369b000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe369b000-3fe369c000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe369c000-3fe369d000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe369d000-3fe36a1000 rw-p 00000000 00:00 0 3fe36a1000-3fe36a3000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe36a3000-3fe36a4000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe36a4000-3fe36a5000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe36a5000-3fe36a6000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe36a6000-3fe36b9000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe36b9000-3fe36ba000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe36ba000-3fe36bb000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe36bb000-3fe37da000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe37da000-3fe37dd000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe37dd000-3fe37e0000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe37e0000-3fe37e3000 rw-p 00000000 00:00 0 3fe37e3000-3fe37f0000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe37f0000-3fe37f1000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe37f1000-3fe37f2000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe37f2000-3fe37f4000 rw-p 00000000 00:00 0 3fe37f4000-3fe37f6000 r-xp 00000000 00:00 0 [vdso] 3fe37f6000-3fe3811000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fe3811000-3fe3812000 r--p 00000000 00:00 0 3fe3812000-3fe3813000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fe3813000-3fe3815000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffc54000-3fffc75000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:5.94 3.19 2.00 /proc/meminfo: MemTotal: 8140908 kB MemFree: 5898648 kB MemAvailable: 7757660 kB Buffers: 238120 kB Cached: 1588868 kB SwapCached: 0 kB Active: 961296 kB Inactive: 1028836 kB Active(anon): 166592 kB Inactive(anon): 172 kB Active(file): 794704 kB Inactive(file): 1028664 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 2772 kB Writeback: 0 kB AnonPages: 163316 kB Mapped: 341944 kB Shmem: 3508 kB KReclaimable: 125912 kB Slab: 206860 kB SReclaimable: 125912 kB SUnreclaim: 80948 kB KernelStack: 1248 kB PageTables: 2816 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 677656 kB VmallocTotal: 67108863 kB VmallocUsed: 1392 kB VmallocChunk: 0 kB Percpu: 19760 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(5898648k 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: Mon Jun 8 08:45:39 2020 timezone: EDT elapsed time: 208 seconds (0d 0h 3m 28s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484630, tid=0x0000003fcc7fa160 # 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.484630 # # 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 (0x0000003fc804b270): JavaThread "main" [_thread_in_native, id=484631, stack(0x0000003fcc67c000,0x0000003fcc7fb000)] Stack: [0x0000003fcc67c000,0x0000003fcc7fb000], sp=0x0000003fcc73e690, free space=777k Java frames: 0x0000003fcc7f9168: unboxed parameter[1] = 0x0000003fcc7f9230 0x0000003fcc7f9170: parameter[0] (JNIEnv) = 0x0000003fcc73ef58 0x0000003fcc7f9178: parameter[1] (this) = 0x0000003fcc7f9168 0x0000003fcc7f9180: parameter[2] = 0x0000003fcc7f9220 0x0000003fcc7f9188: istate->_thread = 0x0000003fc804b270 0x0000003fcc7f9190: istate->_bcp = 0x0000000000000000 0x0000003fcc7f9198: istate->_locals = 0x0000003fcc7f9230 0x0000003fcc7f91a0: istate->_constants = 0x0000003fb5c0a5a8 0x0000003fcc7f91a8: istate->_method = jep.Jep.close(J)V 0x0000003fcc7f91b0: istate->_mdx = 0x0000000000000000 0x0000003fcc7f91b8: istate->_stack = 0x0000003fcc7f9180 0x0000003fcc7f91c0: istate->_msg = 0x0000000000000002 0x0000003fcc7f91c8: istate->_result = 0x0000000000000000 0x0000003fcc7f91d0: (istate->_result) = 0x0000003fc60001a0 0x0000003fcc7f91d8: (istate->_result) = 0x0000000000000000 0x0000003fcc7f91e0: istate->_prev_link = 0x0000000000000000 0x0000003fcc7f91e8: istate->_oop_temp = 0x0000000000000000 0x0000003fcc7f91f0: istate->_stack_base = 0x0000003fcc7f9188 0x0000003fcc7f91f8: istate->_stack_limit = 0x0000003fcc7f9180 0x0000003fcc7f9200: istate->_monitor_base = 0x0000003fcc7f9188 0x0000003fcc7f9208: istate->_self_link = 0x0000003fcc7f9188 0x0000003fcc7f9210: frame_type = INTERPRETER_FRAME 0x0000003fcc7f9218: next_frame = 0x0000003fcc7f92d8 0x0000003fcc7f9220: local[2] = 0x0000003fc8174c60 0x0000003fcc7f9228: local[1] = 0x0000003fb64efa10 0x0000003fcc7f9230: local[0] = 0x0000003fb64efa10 0x0000003fcc7f9238: monitor[0]->_lock = 0x0000000000000009 0x0000003fcc7f9240: monitor[0]->_obj = 0x0000003fb64efa10 0x0000003fcc7f9248: istate->_thread = 0x0000003fc804b270 0x0000003fcc7f9250: istate->_bcp = 0x0000003fb5c08b02 (bci 170) 0x0000003fcc7f9258: istate->_locals = 0x0000003fcc7f92f0 0x0000003fcc7f9260: istate->_constants = 0x0000003fb5c0a5a8 0x0000003fcc7f9268: istate->_method = jep.Jep.close()V 0x0000003fcc7f9270: istate->_mdx = 0x0000000000000000 0x0000003fcc7f9278: istate->_stack = 0x0000003fcc7f9218 0x0000003fcc7f9280: istate->_msg = 0x0000000000000008 0x0000003fcc7f9288: istate->_result = 0x0000003fb5c08bd8 0x0000003fcc7f9290: (istate->_result) = 0x0000003fc6000218 0x0000003fcc7f9298: (istate->_result) = 0x0000000000000003 0x0000003fcc7f92a0: istate->_prev_link = 0x0000000000000000 0x0000003fcc7f92a8: istate->_oop_temp = 0x0000000000000000 0x0000003fcc7f92b0: istate->_stack_base = 0x0000003fcc7f9238 0x0000003fcc7f92b8: istate->_stack_limit = 0x0000003fcc7f9208 0x0000003fcc7f92c0: istate->_monitor_base = 0x0000003fcc7f9248 0x0000003fcc7f92c8: istate->_self_link = 0x0000003fcc7f9248 0x0000003fcc7f92d0: frame_type = INTERPRETER_FRAME 0x0000003fcc7f92d8: next_frame = 0x0000003fcc7f9388 0x0000003fcc7f92e0: local[2] = 0x0000000000000000 0x0000003fcc7f92e8: local[1] = 0x0000003fb632e830 0x0000003fcc7f92f0: local[0] = 0x0000003fb64efa10 0x0000003fcc7f92f8: istate->_thread = 0x0000003fc804b270 0x0000003fcc7f9300: istate->_bcp = 0x0000003fb5c0045d (bci 125) 0x0000003fcc7f9308: istate->_locals = 0x0000003fcc7f93c0 0x0000003fcc7f9310: istate->_constants = 0x0000003fb5c01c20 0x0000003fcc7f9318: istate->_method = jep.test.TestExceptionCause.main([Ljava/lang/String;)V 0x0000003fcc7f9320: istate->_mdx = 0x0000000000000000 0x0000003fcc7f9328: istate->_stack = 0x0000003fcc7f92e8 0x0000003fcc7f9330: istate->_msg = 0x0000003f00000008 0x0000003fcc7f9338: istate->_result = 0x0000003fb5c08b38 0x0000003fcc7f9340: (istate->_result) = 0x0000003fc60001a8 0x0000003fcc7f9348: (istate->_result) = 0x0000003f00000005 0x0000003fcc7f9350: istate->_prev_link = 0x0000000000000000 0x0000003fcc7f9358: istate->_oop_temp = 0x0000000000000000 0x0000003fcc7f9360: istate->_stack_base = 0x0000003fcc7f92f8 0x0000003fcc7f9368: istate->_stack_limit = 0x0000003fcc7f92c0 0x0000003fcc7f9370: istate->_monitor_base = 0x0000003fcc7f92f8 0x0000003fcc7f9378: istate->_self_link = 0x0000003fcc7f92f8 0x0000003fcc7f9380: frame_type = INTERPRETER_FRAME 0x0000003fcc7f9388: next_frame = 0x0000003fcc7f93d8 0x0000003fcc7f9390: local[6] = 0x0000000000000000 0x0000003fcc7f9398: local[5] = 0x0000000000000000 0x0000003fcc7f93a0: local[4] = 0x0000003fb632e1f0 0x0000003fcc7f93a8: local[3] = 0x0000000000000000 0x0000003fcc7f93b0: local[2] = 0x0000003fb64efa10 0x0000003fcc7f93b8: local[1] = 0x0000003fb64efa50 0x0000003fcc7f93c0: local[0] = 0x0000003fb64efa88 0x0000003fcc7f93c8: call_wrapper = 0x0000003fcc7f94a8 0x0000003fcc7f93d0: frame_type = ENTRY_FRAME 0x0000003fcc7f93d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fc8173560 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484638, stack(0x0000003fb4ce8000,0x0000003fb4e68000)] 0x0000003fc810f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484636, stack(0x0000003fb5200000,0x0000003fb5380000)] 0x0000003fc80fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484635, stack(0x0000003fb5380000,0x0000003fb5500000)] 0x0000003fc80d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484634, stack(0x0000003fb5500000,0x0000003fb5680000)] 0x0000003fc80d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484633, stack(0x0000003fb5680000,0x0000003fb5800000)] =>0x0000003fc804b270 JavaThread "main" [_thread_in_native, id=484631, stack(0x0000003fcc67c000,0x0000003fcc7fb000)] Other Threads: 0x0000003fc80c8890 VMThread [stack: 0x0000003fcc06a000,0x0000003fcc169000] [id=484632] 0x0000003fc8111340 WatcherThread [stack: 0x0000003fb5101000,0x0000003fb5200000] [id=484637] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3770K [0x0000003fb6000000, 0x0000003fb6550000, 0x0000003fbb550000) eden space 4416K, 73% used [0x0000003fb6000000, 0x0000003fb632eb00, 0x0000003fb6450000) from space 512K, 100% used [0x0000003fb64d0000, 0x0000003fb6550000, 0x0000003fb6550000) to space 512K, 0% used [0x0000003fb6450000, 0x0000003fb6450000, 0x0000003fb64d0000) tenured generation total 10944K, used 431K [0x0000003fbb550000, 0x0000003fbc000000, 0x0000003fc6000000) the space 10944K, 3% used [0x0000003fbb550000, 0x0000003fbb5bbd28, 0x0000003fbb5bbe00, 0x0000003fbc000000) Metaspace used 3456K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fcc4d6000,0x0000003fcc557000] byte_map_base: 0x0000003fac726000 Polling page: 0x0000003fcd236000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fc6000000, 0x0000003fc6028000, 0x0000003fc8000000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 9.694 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fb6000000, 0x0000003fb6550000, 0x0000003fbb550000) eden space 4416K, 99% used [0x0000003fb6000000, 0x0000003fb644ffe8, 0x0000003fb6450000) from space 512K, 0% used [0x0000003fb6450000, 0x0000003fb6450000, 0x0000003fb64d0000) to space 512K, 0% used [0x0000003fb64d0000, 0x0000003fb64d0000, 0x0000003fb6550000) tenured generation total 10944K, used 0K [0x0000003fbb550000, 0x0000003fbc000000, 0x0000003fc6000000) the space 10944K, 0% used [0x0000003fbb550000, 0x0000003fbb550000, 0x0000003fbb550200, 0x0000003fbc000000) Metaspace used 3379K, capacity 4240K, committed 4352K, reserved 8192K Event: 9.808 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fb6000000, 0x0000003fb6550000, 0x0000003fbb550000) eden space 4416K, 0% used [0x0000003fb6000000, 0x0000003fb6000000, 0x0000003fb6450000) from space 512K, 100% used [0x0000003fb64d0000, 0x0000003fb6550000, 0x0000003fb6550000) to space 512K, 0% used [0x0000003fb6450000, 0x0000003fb6450000, 0x0000003fb64d0000) tenured generation total 10944K, used 431K [0x0000003fbb550000, 0x0000003fbc000000, 0x0000003fc6000000) the space 10944K, 3% used [0x0000003fbb550000, 0x0000003fbb5bbd28, 0x0000003fbb5bbe00, 0x0000003fbc000000) 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: 0.827 Thread 0x0000003fc804b270 Exception (0x0000003fb600b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.829 Thread 0x0000003fc804b270 Exception (0x0000003fb600bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 4.921 Thread 0x0000003fc804b270 Exception (0x0000003fb61370f0) 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: 4.922 Thread 0x0000003fc804b270 Exception (0x0000003fb61373d0) 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: 4.937 Thread 0x0000003fc804b270 Exception (0x0000003fb613a1c0) 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: 4.937 Thread 0x0000003fc804b270 Exception (0x0000003fb613a4a0) 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: 4.942 Thread 0x0000003fc804b270 Exception (0x0000003fb613b438) 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: 4.942 Thread 0x0000003fc804b270 Exception (0x0000003fb613b718) 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: 4.955 Thread 0x0000003fc804b270 Exception (0x0000003fb613c8c0) 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: 4.956 Thread 0x0000003fc804b270 Exception (0x0000003fb613cba0) 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: 4.961 Thread 0x0000003fc804b270 Exception (0x0000003fb613da20) 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: 4.961 Thread 0x0000003fc804b270 Exception (0x0000003fb613dd00) 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: 14.989 Thread 0x0000003fc804b270 Exception (0x0000003fb632c940) 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: 15.006 Thread 0x0000003fc804b270 Exception (0x0000003fb632e1f0) 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: 2.374 loading class java/security/AllPermission done Event: 2.374 loading class java/security/UnresolvedPermission Event: 2.376 loading class java/security/UnresolvedPermission done Event: 2.378 loading class java/security/BasicPermissionCollection Event: 2.379 loading class java/security/BasicPermissionCollection done Event: 2.397 loading class sun/launcher/LauncherHelper$FXHelper Event: 2.399 loading class sun/launcher/LauncherHelper$FXHelper done Event: 2.401 loading class java/lang/Class$MethodArray Event: 2.403 loading class java/lang/Class$MethodArray done Event: 2.413 loading class jep/JepException Event: 2.413 loading class jep/JepException done Event: 2.442 loading class jep/Interpreter Event: 2.442 loading class jep/Interpreter done Event: 2.466 loading class java/lang/Void Event: 2.467 loading class java/lang/Void done Event: 2.471 loading class jep/JepConfig Event: 2.471 loading class jep/JepConfig done Event: 2.489 loading class jep/Jep Event: 2.489 loading class jep/Jep done Event: 2.505 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 2.506 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 2.512 loading class jep/SubInterpreter Event: 2.512 loading class jep/SubInterpreter done Event: 2.533 loading class jep/ClassEnquirer Event: 2.534 loading class jep/ClassEnquirer done Event: 2.551 loading class jep/Jep$1 Event: 2.551 loading class jep/Jep$1 done Event: 2.570 loading class jep/python/MemoryManager Event: 2.570 loading class jep/python/MemoryManager done Event: 2.587 loading class java/util/IdentityHashMap Event: 2.591 loading class java/util/IdentityHashMap done Event: 2.595 loading class java/util/IdentityHashMap$KeySet Event: 2.596 loading class java/util/IdentityHashMap$KeySet done Event: 2.599 loading class jep/MainInterpreter Event: 2.599 loading class jep/MainInterpreter done Event: 2.622 loading class java/util/concurrent/BlockingQueue Event: 2.625 loading class java/util/concurrent/BlockingQueue done Event: 2.627 loading class java/lang/UnsatisfiedLinkError Event: 2.629 loading class java/lang/UnsatisfiedLinkError done Event: 2.632 loading class jep/MainInterpreter$1 Event: 2.632 loading class jep/MainInterpreter$1 done Event: 2.646 loading class java/util/concurrent/SynchronousQueue Event: 2.648 loading class java/util/AbstractQueue Event: 2.650 loading class java/util/AbstractQueue done Event: 2.651 loading class java/util/concurrent/SynchronousQueue done Event: 2.655 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 2.656 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 2.657 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 2.657 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 2.660 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 2.661 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 2.670 loading class java/lang/ClassLoaderHelper Event: 2.672 loading class java/lang/ClassLoaderHelper done Event: 2.688 loading class jep/LibraryLocator Event: 2.688 loading class jep/LibraryLocator done Event: 2.713 loading class java/lang/ProcessEnvironment Event: 2.715 loading class java/lang/ProcessEnvironment done Event: 2.718 loading class java/lang/ProcessEnvironment$Variable Event: 2.719 loading class java/lang/ProcessEnvironment$ExternalData Event: 2.720 loading class java/lang/ProcessEnvironment$ExternalData done Event: 2.720 loading class java/lang/ProcessEnvironment$Variable done Event: 2.724 loading class java/lang/ProcessEnvironment$Value Event: 2.725 loading class java/lang/ProcessEnvironment$Value done Event: 2.729 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 2.731 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 2.733 loading class java/util/Collections$UnmodifiableMap Event: 2.735 loading class java/util/Collections$UnmodifiableMap done Event: 2.782 Thread 0x0000003fc8173560 Thread added: 0x0000003fc8173560 Event: 3.620 loading class java/util/concurrent/locks/LockSupport Event: 3.623 loading class java/util/concurrent/locks/LockSupport done Event: 3.633 loading class sun/nio/ch/Interruptible Event: 3.635 loading class sun/nio/ch/Interruptible done Event: 3.928 loading class java/nio/ShortBuffer Event: 3.931 loading class java/nio/ShortBuffer done Event: 3.947 loading class java/nio/IntBuffer Event: 3.950 loading class java/nio/IntBuffer done Event: 3.958 loading class java/nio/DoubleBuffer Event: 3.960 loading class java/nio/DoubleBuffer done Event: 3.964 loading class java/nio/FloatBuffer Event: 3.966 loading class java/nio/FloatBuffer done Event: 3.985 loading class jep/Proxy Event: 3.986 loading class jep/Proxy done Event: 4.003 loading class java/lang/reflect/InvocationHandler Event: 4.004 loading class java/lang/reflect/InvocationHandler done Event: 4.008 loading class java/lang/IndexOutOfBoundsException Event: 4.010 loading class java/lang/IndexOutOfBoundsException done Event: 4.012 loading class java/io/IOException Event: 4.013 loading class java/io/IOException done Event: 4.020 loading class java/lang/AssertionError Event: 4.022 loading class java/lang/AssertionError done Event: 4.025 loading class jep/python/PyObject Event: 4.026 loading class jep/python/PyObject done Event: 4.038 loading class jep/JepAccess Event: 4.038 loading class jep/JepAccess done Event: 4.052 loading class java/lang/IllegalStateException Event: 4.053 loading class java/lang/IllegalStateException done Event: 4.058 loading class jep/python/PyCallable Event: 4.059 loading class jep/python/PyCallable done Event: 4.072 loading class jep/NDArray Event: 4.072 loading class jep/NDArray done Event: 4.083 loading class jep/AbstractNDArray Event: 4.083 loading class jep/AbstractNDArray done Event: 4.103 loading class jep/DirectNDArray Event: 4.103 loading class jep/DirectNDArray done Event: 4.148 loading class java/util/regex/Pattern Event: 4.155 loading class java/util/regex/Pattern done Event: 4.158 loading class java/util/regex/Pattern$4 Event: 4.160 loading class java/util/regex/Pattern$Node Event: 4.161 loading class java/util/regex/Pattern$Node done Event: 4.161 loading class java/util/regex/Pattern$4 done Event: 4.163 loading class java/util/regex/Pattern$LastNode Event: 4.164 loading class java/util/regex/Pattern$LastNode done Event: 4.167 loading class java/util/regex/Pattern$GroupHead Event: 4.168 loading class java/util/regex/Pattern$GroupHead done Event: 4.169 loading class java/util/regex/Pattern$Single Event: 4.170 loading class java/util/regex/Pattern$BmpCharProperty Event: 4.171 loading class java/util/regex/Pattern$CharProperty Event: 4.172 loading class java/util/regex/Pattern$CharProperty done Event: 4.172 loading class java/util/regex/Pattern$BmpCharProperty done Event: 4.173 loading class java/util/regex/Pattern$Single done Event: 4.176 loading class java/util/regex/Pattern$Slice Event: 4.177 loading class java/util/regex/Pattern$SliceNode Event: 4.178 loading class java/util/regex/Pattern$SliceNode done Event: 4.178 loading class java/util/regex/Pattern$Slice done Event: 4.179 loading class java/util/regex/Pattern$Begin Event: 4.179 loading class java/util/regex/Pattern$Begin done Event: 4.180 loading class java/util/regex/Pattern$First Event: 4.181 loading class java/util/regex/Pattern$First done Event: 4.181 loading class java/util/regex/Pattern$Start Event: 4.182 loading class java/util/regex/Pattern$Start done Event: 4.183 loading class java/util/regex/Pattern$TreeInfo Event: 4.184 loading class java/util/regex/Pattern$TreeInfo done Event: 4.186 loading class java/util/regex/Matcher Event: 4.188 loading class java/util/regex/MatchResult Event: 4.189 loading class java/util/regex/MatchResult done Event: 4.190 loading class java/util/regex/Matcher done Event: 4.239 loading class jep/ClassList Event: 4.239 loading class jep/ClassList done Event: 4.254 loading class java/net/URISyntaxException Event: 4.256 loading class java/net/URISyntaxException done Event: 4.259 loading class java/io/FilenameFilter Event: 4.260 loading class java/io/FilenameFilter done Event: 4.279 loading class java/util/LinkedList Event: 4.282 loading class java/util/AbstractSequentialList Event: 4.284 loading class java/util/AbstractSequentialList done Event: 4.285 loading class java/util/LinkedList done Event: 4.293 loading class java/util/LinkedList$Node Event: 4.294 loading class java/util/LinkedList$Node done Event: 4.347 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.349 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.351 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.352 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 4.424 loading class java/util/WeakHashMap$EntrySet Event: 4.426 loading class java/util/WeakHashMap$EntrySet done Event: 4.428 loading class java/util/WeakHashMap$EntryIterator Event: 4.429 loading class java/util/WeakHashMap$HashIterator Event: 4.431 loading class java/util/WeakHashMap$HashIterator done Event: 4.432 loading class java/util/WeakHashMap$EntryIterator done Event: 4.436 loading class java/util/HashMap$EntrySet Event: 4.438 loading class java/util/HashMap$EntrySet done Event: 4.439 loading class java/util/HashMap$EntryIterator Event: 4.440 loading class java/util/HashMap$HashIterator Event: 4.442 loading class java/util/HashMap$HashIterator done Event: 4.442 loading class java/util/HashMap$EntryIterator done Event: 4.579 loading class java/lang/Package$1 Event: 4.581 loading class java/lang/Package$1 done Event: 4.589 loading class java/util/jar/JarInputStream Event: 4.590 loading class java/util/zip/ZipInputStream Event: 4.592 loading class java/util/zip/ZipInputStream done Event: 4.593 loading class java/util/jar/JarInputStream done Event: 4.595 loading class java/io/PushbackInputStream Event: 4.597 loading class java/io/PushbackInputStream done Event: 4.599 loading class java/util/zip/CRC32 Event: 4.600 loading class java/util/zip/Checksum Event: 4.601 loading class java/util/zip/Checksum done Event: 4.602 loading class java/util/zip/CRC32 done Event: 4.608 loading class java/util/zip/ZipUtils Event: 4.610 loading class java/util/zip/ZipUtils done Event: 4.616 loading class java/io/ByteArrayOutputStream Event: 4.618 loading class java/io/ByteArrayOutputStream done Event: 4.789 loading class java/util/HashMap$Values Event: 4.791 loading class java/util/HashMap$Values done Event: 4.793 loading class java/util/HashMap$ValueIterator Event: 4.795 loading class java/util/HashMap$ValueIterator done Event: 4.809 loading class sun/misc/Launcher$BootClassPathHolder Event: 4.810 loading class sun/misc/Launcher$BootClassPathHolder done Event: 4.811 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 4.812 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 4.914 loading class java/io/FileNotFoundException Event: 4.916 loading class java/io/FileNotFoundException done Event: 4.918 loading class java/security/PrivilegedActionException Event: 4.919 loading class java/security/PrivilegedActionException done Event: 4.943 loading class java/net/URLClassLoader$2 Event: 4.945 loading class java/net/URLClassLoader$2 done Event: 5.099 loading class sun/net/www/protocol/jar/JarURLConnection Event: 5.101 loading class java/net/JarURLConnection Event: 5.102 loading class java/net/JarURLConnection done Event: 5.103 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 5.105 loading class sun/net/www/protocol/jar/JarFileFactory Event: 5.106 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 5.107 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 5.108 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 5.116 loading class sun/net/www/protocol/jar/URLJarFile Event: 5.118 loading class sun/net/www/protocol/jar/URLJarFile done Event: 5.130 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 5.131 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 5.133 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 5.134 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 5.151 loading class java/util/ArrayList$SubList Event: 5.153 loading class java/util/ArrayList$SubList done Event: 5.156 loading class java/util/ArrayList$SubList$1 Event: 5.156 loading class java/util/ListIterator Event: 5.158 loading class java/util/ListIterator done Event: 5.159 loading class java/util/ArrayList$SubList$1 done Event: 9.686 Executing VM operation: GenCollectForAllocation Event: 9.810 Executing VM operation: GenCollectForAllocation done Event: 14.459 loading class java/lang/reflect/Proxy Event: 14.461 loading class java/lang/reflect/Proxy done Event: 14.463 loading class java/lang/reflect/WeakCache Event: 14.465 loading class java/lang/reflect/WeakCache done Event: 14.466 loading class java/lang/reflect/Proxy$KeyFactory Event: 14.466 loading class java/util/function/BiFunction Event: 14.468 loading class java/util/function/BiFunction done Event: 14.469 loading class java/lang/reflect/Proxy$KeyFactory done Event: 14.470 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 14.472 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 14.527 loading class java/util/function/UnaryOperator Event: 14.528 loading class java/util/function/UnaryOperator done Event: 14.530 loading class java/util/Spliterator Event: 14.531 loading class java/util/Spliterator done Event: 14.531 loading class java/util/function/Consumer Event: 14.532 loading class java/util/function/Consumer done Event: 14.534 loading class java/util/function/Predicate Event: 14.535 loading class java/util/function/Predicate done Event: 14.542 loading class java/util/stream/Stream Event: 14.543 loading class java/util/stream/BaseStream Event: 14.544 loading class java/util/stream/BaseStream done Event: 14.546 loading class java/util/stream/Stream done Event: 14.654 loading class java/util/ArrayList$ArrayListSpliterator Event: 14.656 loading class java/util/ArrayList$ArrayListSpliterator done Event: 14.657 loading class java/util/ArrayList$ListItr Event: 14.658 loading class java/util/ArrayList$Itr Event: 14.659 loading class java/util/ArrayList$Itr done Event: 14.660 loading class java/util/ArrayList$ListItr done Event: 14.678 loading class java/io/PrintWriter Event: 14.681 loading class java/io/PrintWriter done Event: 15.011 loading class java/util/IdentityHashMap$KeyIterator Event: 15.013 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 15.014 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 15.015 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ad9519000-2ad951a000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ad951a000-2ad951b000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ad951b000-2ad951c000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2b00899000-2b008ba000 rw-p 00000000 00:00 0 [heap] 3f98000000-3f98021000 rw-p 00000000 00:00 0 3f98021000-3f9c000000 ---p 00000000 00:00 0 3f9c000000-3f9c090000 rw-p 00000000 00:00 0 3f9c090000-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 3fb0000000-3fb0021000 rw-p 00000000 00:00 0 3fb0021000-3fb4000000 ---p 00000000 00:00 0 3fb494a000-3fb4a0a000 rw-p 00000000 00:00 0 3fb4a0a000-3fb4a15000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fb4a15000-3fb4a28000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fb4a28000-3fb4ce8000 rw-p 00000000 00:00 0 3fb4ce8000-3fb4ceb000 ---p 00000000 00:00 0 3fb4ceb000-3fb4e68000 rw-p 00000000 00:00 0 3fb4e68000-3fb50a1000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fb50a1000-3fb50a6000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fb50a6000-3fb50dd000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fb50dd000-3fb50ff000 rw-p 00000000 00:00 0 3fb50ff000-3fb5100000 ---p 00000000 00:00 0 3fb5100000-3fb5200000 rw-p 00000000 00:00 0 3fb5200000-3fb5203000 ---p 00000000 00:00 0 3fb5203000-3fb5380000 rw-p 00000000 00:00 0 3fb5380000-3fb5383000 ---p 00000000 00:00 0 3fb5383000-3fb5500000 rw-p 00000000 00:00 0 3fb5500000-3fb5503000 ---p 00000000 00:00 0 3fb5503000-3fb5680000 rw-p 00000000 00:00 0 3fb5680000-3fb5683000 ---p 00000000 00:00 0 3fb5683000-3fb5c40000 rw-p 00000000 00:00 0 3fb5c40000-3fb6000000 ---p 00000000 00:00 0 3fb6000000-3fb6550000 rw-p 00000000 00:00 0 3fb6550000-3fbb550000 ---p 00000000 00:00 0 3fbb550000-3fbc000000 rw-p 00000000 00:00 0 3fbc000000-3fc6000000 ---p 00000000 00:00 0 3fc6000000-3fc6028000 rwxp 00000000 00:00 0 3fc6028000-3fc8000000 ---p 00000000 00:00 0 3fc8000000-3fc8238000 rw-p 00000000 00:00 0 3fc8238000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc001000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fcc001000-3fcc007000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fcc007000-3fcc00b000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcc00b000-3fcc00c000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcc00c000-3fcc00d000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcc00d000-3fcc032000 rw-p 00000000 00:00 0 3fcc032000-3fcc034000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fcc034000-3fcc035000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fcc035000-3fcc036000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fcc036000-3fcc05f000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcc05f000-3fcc060000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcc060000-3fcc064000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fcc064000-3fcc066000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fcc066000-3fcc068000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fcc068000-3fcc069000 ---p 00000000 00:00 0 3fcc069000-3fcc1b7000 rw-p 00000000 00:00 0 3fcc1b7000-3fcc387000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fcc387000-3fcc486000 rw-p 00000000 00:00 0 3fcc486000-3fcc4d6000 ---p 00000000 00:00 0 3fcc4d6000-3fcc4d9000 rw-p 00000000 00:00 0 3fcc4d9000-3fcc500000 ---p 00000000 00:00 0 3fcc500000-3fcc506000 rw-p 00000000 00:00 0 3fcc506000-3fcc556000 ---p 00000000 00:00 0 3fcc556000-3fcc599000 rw-p 00000000 00:00 0 3fcc599000-3fcc618000 ---p 00000000 00:00 0 3fcc618000-3fcc61f000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcc61f000-3fcc620000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcc620000-3fcc621000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcc621000-3fcc622000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fcc622000-3fcc62a000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484630 3fcc62a000-3fcc633000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fcc633000-3fcc634000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fcc634000-3fcc635000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fcc635000-3fcc63b000 rw-p 00000000 00:00 0 3fcc63b000-3fcc660000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcc660000-3fcc661000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcc661000-3fcc663000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fcc663000-3fcc66f000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcc66f000-3fcc671000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcc671000-3fcc672000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fcc672000-3fcc678000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fcc678000-3fcc679000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fcc679000-3fcc67a000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fcc67a000-3fcc67b000 ---p 00000000 00:00 0 3fcc67b000-3fcc67c000 rw-p 00000000 00:00 0 3fcc67c000-3fcc67f000 ---p 00000000 00:00 0 3fcc67f000-3fcc7fb000 rw-p 00000000 00:00 0 3fcc7fb000-3fcc80e000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fcc80e000-3fcc80f000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fcc80f000-3fcc810000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fcc810000-3fcc816000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fcc816000-3fcc817000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fcc817000-3fcc818000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fcc818000-3fcc8a2000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fcc8a2000-3fcc8a3000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fcc8a3000-3fcc8a4000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fcc8a4000-3fcca4a000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fcca4a000-3fcca4b000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fcca4b000-3fcca55000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fcca55000-3fcca59000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fcca59000-3fcca5d000 rw-p 00000000 00:00 0 3fcca5d000-3fcd057000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcd057000-3fcd070000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcd070000-3fcd090000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fcd090000-3fcd0a9000 rw-p 00000000 00:00 0 3fcd0a9000-3fcd0c0000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fcd0c0000-3fcd0c1000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fcd0c1000-3fcd0c2000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fcd0c2000-3fcd0c6000 rw-p 00000000 00:00 0 3fcd0c6000-3fcd0c8000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fcd0c8000-3fcd0c9000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fcd0c9000-3fcd0ca000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fcd0ca000-3fcd0cb000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fcd0cb000-3fcd0de000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fcd0de000-3fcd0df000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fcd0df000-3fcd0e0000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fcd0e0000-3fcd1ff000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fcd1ff000-3fcd202000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fcd202000-3fcd205000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fcd205000-3fcd208000 rw-p 00000000 00:00 0 3fcd208000-3fcd215000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcd215000-3fcd216000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcd216000-3fcd217000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fcd217000-3fcd219000 rw-p 00000000 00:00 0 3fcd219000-3fcd21b000 r-xp 00000000 00:00 0 [vdso] 3fcd21b000-3fcd236000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fcd236000-3fcd237000 r--p 00000000 00:00 0 3fcd237000-3fcd238000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fcd238000-3fcd23a000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffed8000-3fffef9000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:1.46 1.32 1.29 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6115388 kB MemAvailable: 7744340 kB Buffers: 238116 kB Cached: 1365476 kB SwapCached: 0 kB Active: 976460 kB Inactive: 806516 kB Active(anon): 182716 kB Inactive(anon): 168 kB Active(file): 793744 kB Inactive(file): 806348 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 320 kB Writeback: 0 kB AnonPages: 179400 kB Mapped: 211788 kB Shmem: 3504 kB KReclaimable: 119128 kB Slab: 199652 kB SReclaimable: 119128 kB SUnreclaim: 80524 kB KernelStack: 1240 kB PageTables: 2784 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 714448 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19664 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6115388k 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: Mon Jun 8 08:42:50 2020 timezone: EDT elapsed time: 15 seconds (0d 0h 0m 15s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484641, tid=0x0000003fb82bc160 # 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.484641 # # 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 (0x0000003fb404b250): JavaThread "main" [_thread_in_native, id=484642, stack(0x0000003fb813e000,0x0000003fb82bd000)] Stack: [0x0000003fb813e000,0x0000003fb82bd000], sp=0x0000003fb8200690, free space=777k Java frames: 0x0000003fb82bb168: unboxed parameter[1] = 0x0000003fb82bb230 0x0000003fb82bb170: parameter[0] (JNIEnv) = 0x0000003fb8200f58 0x0000003fb82bb178: parameter[1] (this) = 0x0000003fb82bb168 0x0000003fb82bb180: parameter[2] = 0x0000003fb82bb220 0x0000003fb82bb188: istate->_thread = 0x0000003fb404b250 0x0000003fb82bb190: istate->_bcp = 0x0000000000000000 0x0000003fb82bb198: istate->_locals = 0x0000003fb82bb230 0x0000003fb82bb1a0: istate->_constants = 0x0000003fa1b32118 0x0000003fb82bb1a8: istate->_method = jep.Jep.close(J)V 0x0000003fb82bb1b0: istate->_mdx = 0x0000000000000000 0x0000003fb82bb1b8: istate->_stack = 0x0000003fb82bb180 0x0000003fb82bb1c0: istate->_msg = 0x0000003f00000002 0x0000003fb82bb1c8: istate->_result = 0x0000000000000000 0x0000003fb82bb1d0: (istate->_result) = 0x0000003fb20001a0 0x0000003fb82bb1d8: (istate->_result) = 0x0000000000000005 0x0000003fb82bb1e0: istate->_prev_link = 0x0000000000000000 0x0000003fb82bb1e8: istate->_oop_temp = 0x0000000000000000 0x0000003fb82bb1f0: istate->_stack_base = 0x0000003fb82bb188 0x0000003fb82bb1f8: istate->_stack_limit = 0x0000003fb82bb180 0x0000003fb82bb200: istate->_monitor_base = 0x0000003fb82bb188 0x0000003fb82bb208: istate->_self_link = 0x0000003fb82bb188 0x0000003fb82bb210: frame_type = INTERPRETER_FRAME 0x0000003fb82bb218: next_frame = 0x0000003fb82bb2d8 0x0000003fb82bb220: local[2] = 0x0000003fb4174ec0 0x0000003fb82bb228: local[1] = 0x0000003fa24efb00 0x0000003fb82bb230: local[0] = 0x0000003fa24efb00 0x0000003fb82bb238: monitor[0]->_lock = 0x0000000000000009 0x0000003fb82bb240: monitor[0]->_obj = 0x0000003fa24efb00 0x0000003fb82bb248: istate->_thread = 0x0000003fb404b250 0x0000003fb82bb250: istate->_bcp = 0x0000003fa1b30b02 (bci 170) 0x0000003fb82bb258: istate->_locals = 0x0000003fb82bb2f0 0x0000003fb82bb260: istate->_constants = 0x0000003fa1b32118 0x0000003fb82bb268: istate->_method = jep.Jep.close()V 0x0000003fb82bb270: istate->_mdx = 0x0000000000000000 0x0000003fb82bb278: istate->_stack = 0x0000003fb82bb218 0x0000003fb82bb280: istate->_msg = 0x0000000000000008 0x0000003fb82bb288: istate->_result = 0x0000003fa1b30bd8 0x0000003fb82bb290: (istate->_result) = 0x0000003fb2000218 0x0000003fb82bb298: (istate->_result) = 0x0000003f00000003 0x0000003fb82bb2a0: istate->_prev_link = 0x0000000000000000 0x0000003fb82bb2a8: istate->_oop_temp = 0x0000000000000000 0x0000003fb82bb2b0: istate->_stack_base = 0x0000003fb82bb238 0x0000003fb82bb2b8: istate->_stack_limit = 0x0000003fb82bb208 0x0000003fb82bb2c0: istate->_monitor_base = 0x0000003fb82bb248 0x0000003fb82bb2c8: istate->_self_link = 0x0000003fb82bb248 0x0000003fb82bb2d0: frame_type = INTERPRETER_FRAME 0x0000003fb82bb2d8: next_frame = 0x0000003fb82bb388 0x0000003fb82bb2e0: local[2] = 0x0000000000000000 0x0000003fb82bb2e8: local[1] = 0x0000000000000000 0x0000003fb82bb2f0: local[0] = 0x0000003fa24efb00 0x0000003fb82bb2f8: istate->_thread = 0x0000003fb404b250 0x0000003fb82bb300: istate->_bcp = 0x0000003fa1b294c3 (bci 131) 0x0000003fb82bb308: istate->_locals = 0x0000003fb82bb3c0 0x0000003fb82bb310: istate->_constants = 0x0000003fa1b2a200 0x0000003fb82bb318: istate->_method = jep.test.TestExec.main([Ljava/lang/String;)V 0x0000003fb82bb320: istate->_mdx = 0x0000000000000000 0x0000003fb82bb328: istate->_stack = 0x0000003fb82bb2e8 0x0000003fb82bb330: istate->_msg = 0x0000003f00000008 0x0000003fb82bb338: istate->_result = 0x0000003fa1b30b38 0x0000003fb82bb340: (istate->_result) = 0x0000003fb20001a8 0x0000003fb82bb348: (istate->_result) = 0x0000003f00000005 0x0000003fb82bb350: istate->_prev_link = 0x0000000000000000 0x0000003fb82bb358: istate->_oop_temp = 0x0000000000000000 0x0000003fb82bb360: istate->_stack_base = 0x0000003fb82bb2f8 0x0000003fb82bb368: istate->_stack_limit = 0x0000003fb82bb2c8 0x0000003fb82bb370: istate->_monitor_base = 0x0000003fb82bb2f8 0x0000003fb82bb378: istate->_self_link = 0x0000003fb82bb2f8 0x0000003fb82bb380: frame_type = INTERPRETER_FRAME 0x0000003fb82bb388: next_frame = 0x0000003fb82bb3d8 0x0000003fb82bb390: local[6] = 0x0000000000000000 0x0000003fb82bb398: local[5] = 0x0000000000000000 0x0000003fb82bb3a0: local[4] = 0x0000003fa2319bc0 0x0000003fb82bb3a8: local[3] = 0x0000000000000000 0x0000003fb82bb3b0: local[2] = 0x0000003fa24efb00 0x0000003fb82bb3b8: local[1] = 0x0000003fa24efb90 0x0000003fb82bb3c0: local[0] = 0x0000003fa24efb78 0x0000003fb82bb3c8: call_wrapper = 0x0000003fb82bb4a8 0x0000003fb82bb3d0: frame_type = ENTRY_FRAME 0x0000003fb82bb3d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fb4173a30 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484657, stack(0x0000003fa07cb000,0x0000003fa094b000)] 0x0000003fb410f4a0 JavaThread "Service Thread" daemon [_thread_blocked, id=484655, stack(0x0000003fa0d11000,0x0000003fa0e91000)] 0x0000003fb40fef40 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484654, stack(0x0000003fa0e91000,0x0000003fa1011000)] 0x0000003fb40d61d0 JavaThread "Finalizer" daemon [_thread_blocked, id=484645, stack(0x0000003fa1011000,0x0000003fa1191000)] 0x0000003fb40d2140 JavaThread "Reference Handler" daemon [_thread_blocked, id=484644, stack(0x0000003fa1191000,0x0000003fa1311000)] =>0x0000003fb404b250 JavaThread "main" [_thread_in_native, id=484642, stack(0x0000003fb813e000,0x0000003fb82bd000)] Other Threads: 0x0000003fb40c8870 VMThread [stack: 0x0000003fa1313000,0x0000003fa1412000] [id=484643] 0x0000003fb4111320 WatcherThread [stack: 0x0000003fa0c12000,0x0000003fa0d11000] [id=484656] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3687K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 71% used [0x0000003fa2000000, 0x0000003fa2319e78, 0x0000003fa2450000) from space 512K, 100% used [0x0000003fa24d0000, 0x0000003fa2550000, 0x0000003fa2550000) to space 512K, 0% used [0x0000003fa2450000, 0x0000003fa2450000, 0x0000003fa24d0000) tenured generation total 10944K, used 433K [0x0000003fa7550000, 0x0000003fa8000000, 0x0000003fb2000000) the space 10944K, 3% used [0x0000003fa7550000, 0x0000003fa75bc538, 0x0000003fa75bc600, 0x0000003fa8000000) Metaspace used 3411K, capacity 4236K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fa1f7f000,0x0000003fa2000000] byte_map_base: 0x0000003f8226f000 Polling page: 0x0000003fb8cf8000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fb2000000, 0x0000003fb2028000, 0x0000003fb4000000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 9.382 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 99% used [0x0000003fa2000000, 0x0000003fa244ffd8, 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 3381K, capacity 4236K, committed 4352K, reserved 8192K Event: 9.457 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fa2000000, 0x0000003fa2550000, 0x0000003fa7550000) eden space 4416K, 0% used [0x0000003fa2000000, 0x0000003fa2000000, 0x0000003fa2450000) from space 512K, 100% used [0x0000003fa24d0000, 0x0000003fa2550000, 0x0000003fa2550000) to space 512K, 0% used [0x0000003fa2450000, 0x0000003fa2450000, 0x0000003fa24d0000) tenured generation total 10944K, used 433K [0x0000003fa7550000, 0x0000003fa8000000, 0x0000003fb2000000) the space 10944K, 3% used [0x0000003fa7550000, 0x0000003fa75bc538, 0x0000003fa75bc600, 0x0000003fa8000000) 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: 0.914 Thread 0x0000003fb404b250 Exception (0x0000003fa200b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.916 Thread 0x0000003fb404b250 Exception (0x0000003fa200bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 4.664 Thread 0x0000003fb404b250 Exception (0x0000003fa2139608) 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: 4.665 Thread 0x0000003fb404b250 Exception (0x0000003fa21398e8) 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: 4.680 Thread 0x0000003fb404b250 Exception (0x0000003fa213c6d8) 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: 4.681 Thread 0x0000003fb404b250 Exception (0x0000003fa213c9b8) 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: 4.686 Thread 0x0000003fb404b250 Exception (0x0000003fa213d950) 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: 4.686 Thread 0x0000003fb404b250 Exception (0x0000003fa213dc30) 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: 4.696 Thread 0x0000003fb404b250 Exception (0x0000003fa213edd8) 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: 4.696 Thread 0x0000003fb404b250 Exception (0x0000003fa213f0b8) 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: 4.700 Thread 0x0000003fb404b250 Exception (0x0000003fa213ff38) 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: 4.701 Thread 0x0000003fb404b250 Exception (0x0000003fa2140218) 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: 2.411 loading class java/security/PermissionCollection Event: 2.412 loading class java/security/PermissionCollection done Event: 2.412 loading class java/security/Permissions done Event: 2.418 loading class sun/net/www/protocol/file/FileURLConnection Event: 2.420 loading class sun/net/www/URLConnection Event: 2.421 loading class java/net/URLConnection Event: 2.426 loading class java/net/URLConnection done Event: 2.426 loading class sun/net/www/URLConnection done Event: 2.427 loading class sun/net/www/protocol/file/FileURLConnection done Event: 2.432 loading class sun/net/www/MessageHeader Event: 2.434 loading class sun/net/www/MessageHeader done Event: 2.437 loading class java/io/FilePermission Event: 2.439 loading class java/io/FilePermission done Event: 2.440 loading class java/io/FilePermission$1 Event: 2.442 loading class java/io/FilePermission$1 done Event: 2.446 loading class java/io/FilePermissionCollection Event: 2.448 loading class java/io/FilePermissionCollection done Event: 2.451 loading class java/security/AllPermission Event: 2.452 loading class java/security/AllPermission done Event: 2.452 loading class java/security/UnresolvedPermission Event: 2.455 loading class java/security/UnresolvedPermission done Event: 2.456 loading class java/security/BasicPermissionCollection Event: 2.457 loading class java/security/BasicPermissionCollection done Event: 2.476 loading class sun/launcher/LauncherHelper$FXHelper Event: 2.478 loading class sun/launcher/LauncherHelper$FXHelper done Event: 2.480 loading class java/lang/Class$MethodArray Event: 2.482 loading class java/lang/Class$MethodArray done Event: 2.494 loading class jep/Interpreter Event: 2.494 loading class jep/Interpreter done Event: 2.525 loading class java/lang/IllegalStateException Event: 2.527 loading class java/lang/IllegalStateException done Event: 2.533 loading class jep/JepException Event: 2.533 loading class jep/JepException done Event: 2.550 loading class java/lang/Void Event: 2.551 loading class java/lang/Void done Event: 2.559 loading class jep/SharedInterpreter Event: 2.559 loading class jep/SharedInterpreter done Event: 2.569 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 2.570 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 2.576 loading class jep/Jep Event: 2.576 loading class jep/Jep done Event: 2.600 loading class jep/Jep$1 Event: 2.601 loading class jep/Jep$1 done Event: 2.620 loading class jep/ClassEnquirer Event: 2.621 loading class jep/ClassEnquirer done Event: 2.638 loading class jep/JepConfig Event: 2.638 loading class jep/JepConfig done Event: 2.653 loading class jep/SubInterpreter Event: 2.654 loading class jep/SubInterpreter done Event: 2.667 loading class jep/python/MemoryManager Event: 2.667 loading class jep/python/MemoryManager done Event: 2.685 loading class java/util/IdentityHashMap Event: 2.688 loading class java/util/IdentityHashMap done Event: 2.699 loading class java/util/IdentityHashMap$KeySet Event: 2.701 loading class java/util/IdentityHashMap$KeySet done Event: 2.704 loading class jep/MainInterpreter Event: 2.704 loading class jep/MainInterpreter done Event: 2.717 loading class java/util/concurrent/BlockingQueue Event: 2.720 loading class java/util/concurrent/BlockingQueue done Event: 2.722 loading class java/lang/UnsatisfiedLinkError Event: 2.723 loading class java/lang/UnsatisfiedLinkError done Event: 2.728 loading class jep/MainInterpreter$1 Event: 2.728 loading class jep/MainInterpreter$1 done Event: 2.746 loading class java/util/concurrent/SynchronousQueue Event: 2.748 loading class java/util/AbstractQueue Event: 2.751 loading class java/util/AbstractQueue done Event: 2.752 loading class java/util/concurrent/SynchronousQueue done Event: 2.758 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 2.761 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 2.762 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 2.763 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 2.767 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 2.769 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 2.778 loading class java/lang/ClassLoaderHelper Event: 2.779 loading class java/lang/ClassLoaderHelper done Event: 2.795 loading class jep/LibraryLocator Event: 2.795 loading class jep/LibraryLocator done Event: 2.819 loading class java/lang/ProcessEnvironment Event: 2.821 loading class java/lang/ProcessEnvironment done Event: 2.823 loading class java/lang/ProcessEnvironment$Variable Event: 2.825 loading class java/lang/ProcessEnvironment$ExternalData Event: 2.826 loading class java/lang/ProcessEnvironment$ExternalData done Event: 2.826 loading class java/lang/ProcessEnvironment$Variable done Event: 2.829 loading class java/lang/ProcessEnvironment$Value Event: 2.831 loading class java/lang/ProcessEnvironment$Value done Event: 2.835 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 2.837 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 2.839 loading class java/util/Collections$UnmodifiableMap Event: 2.841 loading class java/util/Collections$UnmodifiableMap done Event: 2.888 Thread 0x0000003fb4173a30 Thread added: 0x0000003fb4173a30 Event: 3.677 loading class java/util/concurrent/locks/LockSupport Event: 3.679 loading class java/util/concurrent/locks/LockSupport done Event: 3.683 loading class sun/nio/ch/Interruptible Event: 3.685 loading class sun/nio/ch/Interruptible done Event: 3.717 loading class java/nio/ShortBuffer Event: 3.719 loading class java/nio/ShortBuffer done Event: 3.723 loading class java/nio/IntBuffer Event: 3.725 loading class java/nio/IntBuffer done Event: 3.732 loading class java/nio/DoubleBuffer Event: 3.734 loading class java/nio/DoubleBuffer done Event: 3.738 loading class java/nio/FloatBuffer Event: 3.740 loading class java/nio/FloatBuffer done Event: 3.758 loading class jep/Proxy Event: 3.758 loading class jep/Proxy done Event: 3.772 loading class java/lang/reflect/InvocationHandler Event: 3.773 loading class java/lang/reflect/InvocationHandler done Event: 3.778 loading class java/lang/IndexOutOfBoundsException Event: 3.779 loading class java/lang/IndexOutOfBoundsException done Event: 3.781 loading class java/io/IOException Event: 3.783 loading class java/io/IOException done Event: 3.789 loading class java/lang/AssertionError Event: 3.790 loading class java/lang/AssertionError done Event: 3.794 loading class jep/python/PyObject Event: 3.794 loading class jep/python/PyObject done Event: 3.805 loading class jep/JepAccess Event: 3.806 loading class jep/JepAccess done Event: 3.821 loading class jep/python/PyCallable Event: 3.821 loading class jep/python/PyCallable done Event: 3.833 loading class jep/NDArray Event: 3.834 loading class jep/NDArray done Event: 3.844 loading class jep/AbstractNDArray Event: 3.844 loading class jep/AbstractNDArray done Event: 3.862 loading class jep/DirectNDArray Event: 3.862 loading class jep/DirectNDArray done Event: 3.879 loading class java/util/regex/Pattern Event: 3.885 loading class java/util/regex/Pattern done Event: 3.889 loading class java/util/regex/Pattern$4 Event: 3.890 loading class java/util/regex/Pattern$Node Event: 3.891 loading class java/util/regex/Pattern$Node done Event: 3.891 loading class java/util/regex/Pattern$4 done Event: 3.893 loading class java/util/regex/Pattern$LastNode Event: 3.895 loading class java/util/regex/Pattern$LastNode done Event: 3.897 loading class java/util/regex/Pattern$GroupHead Event: 3.898 loading class java/util/regex/Pattern$GroupHead done Event: 3.899 loading class java/util/regex/Pattern$Single Event: 3.900 loading class java/util/regex/Pattern$BmpCharProperty Event: 3.901 loading class java/util/regex/Pattern$CharProperty Event: 3.902 loading class java/util/regex/Pattern$CharProperty done Event: 3.903 loading class java/util/regex/Pattern$BmpCharProperty done Event: 3.903 loading class java/util/regex/Pattern$Single done Event: 3.906 loading class java/util/regex/Pattern$Slice Event: 3.907 loading class java/util/regex/Pattern$SliceNode Event: 3.908 loading class java/util/regex/Pattern$SliceNode done Event: 3.909 loading class java/util/regex/Pattern$Slice done Event: 3.909 loading class java/util/regex/Pattern$Begin Event: 3.910 loading class java/util/regex/Pattern$Begin done Event: 3.910 loading class java/util/regex/Pattern$First Event: 3.912 loading class java/util/regex/Pattern$First done Event: 3.912 loading class java/util/regex/Pattern$Start Event: 3.913 loading class java/util/regex/Pattern$Start done Event: 3.914 loading class java/util/regex/Pattern$TreeInfo Event: 3.916 loading class java/util/regex/Pattern$TreeInfo done Event: 3.918 loading class java/util/regex/Matcher Event: 3.919 loading class java/util/regex/MatchResult Event: 3.920 loading class java/util/regex/MatchResult done Event: 3.922 loading class java/util/regex/Matcher done Event: 3.959 loading class jep/ClassList Event: 3.959 loading class jep/ClassList done Event: 3.987 loading class java/net/URISyntaxException Event: 3.989 loading class java/net/URISyntaxException done Event: 3.992 loading class java/io/FilenameFilter Event: 3.993 loading class java/io/FilenameFilter done Event: 3.999 loading class java/util/LinkedList Event: 4.003 loading class java/util/AbstractSequentialList Event: 4.005 loading class java/util/AbstractSequentialList done Event: 4.007 loading class java/util/LinkedList done Event: 4.013 loading class java/util/LinkedList$Node Event: 4.014 loading class java/util/LinkedList$Node done Event: 4.063 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.065 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.067 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.068 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 4.147 loading class java/util/WeakHashMap$EntrySet Event: 4.149 loading class java/util/WeakHashMap$EntrySet done Event: 4.151 loading class java/util/WeakHashMap$EntryIterator Event: 4.152 loading class java/util/WeakHashMap$HashIterator Event: 4.153 loading class java/util/WeakHashMap$HashIterator done Event: 4.154 loading class java/util/WeakHashMap$EntryIterator done Event: 4.158 loading class java/util/HashMap$EntrySet Event: 4.160 loading class java/util/HashMap$EntrySet done Event: 4.162 loading class java/util/HashMap$EntryIterator Event: 4.163 loading class java/util/HashMap$HashIterator Event: 4.164 loading class java/util/HashMap$HashIterator done Event: 4.165 loading class java/util/HashMap$EntryIterator done Event: 4.306 loading class java/lang/Package$1 Event: 4.308 loading class java/lang/Package$1 done Event: 4.315 loading class java/util/jar/JarInputStream Event: 4.317 loading class java/util/zip/ZipInputStream Event: 4.319 loading class java/util/zip/ZipInputStream done Event: 4.319 loading class java/util/jar/JarInputStream done Event: 4.322 loading class java/io/PushbackInputStream Event: 4.323 loading class java/io/PushbackInputStream done Event: 4.326 loading class java/util/zip/CRC32 Event: 4.327 loading class java/util/zip/Checksum Event: 4.328 loading class java/util/zip/Checksum done Event: 4.329 loading class java/util/zip/CRC32 done Event: 4.334 loading class java/util/zip/ZipUtils Event: 4.336 loading class java/util/zip/ZipUtils done Event: 4.343 loading class java/io/ByteArrayOutputStream Event: 4.345 loading class java/io/ByteArrayOutputStream done Event: 4.515 loading class java/util/HashMap$Values Event: 4.517 loading class java/util/HashMap$Values done Event: 4.519 loading class java/util/HashMap$ValueIterator Event: 4.520 loading class java/util/HashMap$ValueIterator done Event: 4.536 loading class sun/misc/Launcher$BootClassPathHolder Event: 4.537 loading class sun/misc/Launcher$BootClassPathHolder done Event: 4.538 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 4.540 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 4.658 loading class java/io/FileNotFoundException Event: 4.659 loading class java/io/FileNotFoundException done Event: 4.662 loading class java/security/PrivilegedActionException Event: 4.663 loading class java/security/PrivilegedActionException done Event: 4.687 loading class java/net/URLClassLoader$2 Event: 4.688 loading class java/net/URLClassLoader$2 done Event: 4.824 loading class sun/net/www/protocol/jar/JarURLConnection Event: 4.826 loading class java/net/JarURLConnection Event: 4.827 loading class java/net/JarURLConnection done Event: 4.828 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 4.830 loading class sun/net/www/protocol/jar/JarFileFactory Event: 4.831 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 4.832 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 4.832 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 4.840 loading class sun/net/www/protocol/jar/URLJarFile Event: 4.842 loading class sun/net/www/protocol/jar/URLJarFile done Event: 4.850 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 4.851 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 4.853 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 4.854 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 4.871 loading class java/util/ArrayList$SubList Event: 4.873 loading class java/util/ArrayList$SubList done Event: 4.876 loading class java/util/ArrayList$SubList$1 Event: 4.877 loading class java/util/ListIterator Event: 4.878 loading class java/util/ListIterator done Event: 4.879 loading class java/util/ArrayList$SubList$1 done Event: 9.378 Executing VM operation: GenCollectForAllocation Event: 9.459 Executing VM operation: GenCollectForAllocation done Event: 14.151 loading class java/lang/reflect/Proxy Event: 14.154 loading class java/lang/reflect/Proxy done Event: 14.156 loading class java/lang/reflect/WeakCache Event: 14.158 loading class java/lang/reflect/WeakCache done Event: 14.159 loading class java/lang/reflect/Proxy$KeyFactory Event: 14.160 loading class java/util/function/BiFunction Event: 14.161 loading class java/util/function/BiFunction done Event: 14.162 loading class java/lang/reflect/Proxy$KeyFactory done Event: 14.164 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 14.166 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 14.209 loading class java/util/IdentityHashMap$KeyIterator Event: 14.210 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 14.212 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 14.212 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ae914f000-2ae9150000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae9150000-2ae9151000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ae9151000-2ae9152000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2b04df8000-2b04e19000 rw-p 00000000 00:00 0 [heap] 3f84000000-3f84021000 rw-p 00000000 00:00 0 3f84021000-3f88000000 ---p 00000000 00:00 0 3f88000000-3f88090000 rw-p 00000000 00:00 0 3f88090000-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 3fa0588000-3fa0593000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fa0593000-3fa05a6000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fa05a6000-3fa07cb000 rw-p 00000000 00:00 0 3fa07cb000-3fa07ce000 ---p 00000000 00:00 0 3fa07ce000-3fa094b000 rw-p 00000000 00:00 0 3fa094b000-3fa0b84000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fa0b84000-3fa0b89000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fa0b89000-3fa0bc0000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fa0bc0000-3fa0be2000 rw-p 00000000 00:00 0 3fa0be2000-3fa0c0b000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fa0c0b000-3fa0c0c000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fa0c0c000-3fa0c10000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fa0c10000-3fa0c11000 ---p 00000000 00:00 0 3fa0c11000-3fa0d11000 rw-p 00000000 00:00 0 3fa0d11000-3fa0d14000 ---p 00000000 00:00 0 3fa0d14000-3fa0e91000 rw-p 00000000 00:00 0 3fa0e91000-3fa0e94000 ---p 00000000 00:00 0 3fa0e94000-3fa1011000 rw-p 00000000 00:00 0 3fa1011000-3fa1014000 ---p 00000000 00:00 0 3fa1014000-3fa1191000 rw-p 00000000 00:00 0 3fa1191000-3fa1194000 ---p 00000000 00:00 0 3fa1194000-3fa1311000 rw-p 00000000 00:00 0 3fa1311000-3fa1312000 ---p 00000000 00:00 0 3fa1312000-3fa1460000 rw-p 00000000 00:00 0 3fa1460000-3fa1630000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fa1630000-3fa1b69000 rw-p 00000000 00:00 0 3fa1b69000-3fa1f29000 ---p 00000000 00:00 0 3fa1f29000-3fa1f2f000 rw-p 00000000 00:00 0 3fa1f2f000-3fa1f7f000 ---p 00000000 00:00 0 3fa1f7f000-3fa1f82000 rw-p 00000000 00:00 0 3fa1f82000-3fa1fa9000 ---p 00000000 00:00 0 3fa1fa9000-3fa1faf000 rw-p 00000000 00:00 0 3fa1faf000-3fa1fff000 ---p 00000000 00:00 0 3fa1fff000-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-3fb41a7000 rw-p 00000000 00:00 0 3fb41a7000-3fb8000000 ---p 00000000 00:00 0 3fb8004000-3fb8005000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fb8005000-3fb800b000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fb800b000-3fb800f000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb800f000-3fb8010000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb8010000-3fb8011000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fb8011000-3fb8013000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fb8013000-3fb8014000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fb8014000-3fb8015000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fb8015000-3fb8017000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fb8017000-3fb8019000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fb8019000-3fb805b000 rw-p 00000000 00:00 0 3fb805b000-3fb80da000 ---p 00000000 00:00 0 3fb80da000-3fb80e1000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb80e1000-3fb80e2000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb80e2000-3fb80e3000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb80e3000-3fb80e4000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fb80e4000-3fb80ec000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484641 3fb80ec000-3fb80f5000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fb80f5000-3fb80f6000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fb80f6000-3fb80f7000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fb80f7000-3fb80fd000 rw-p 00000000 00:00 0 3fb80fd000-3fb8122000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8122000-3fb8123000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8123000-3fb8125000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fb8125000-3fb8131000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8131000-3fb8133000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8133000-3fb8134000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fb8134000-3fb813a000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fb813a000-3fb813b000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fb813b000-3fb813c000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fb813c000-3fb813d000 ---p 00000000 00:00 0 3fb813d000-3fb813e000 rw-p 00000000 00:00 0 3fb813e000-3fb8141000 ---p 00000000 00:00 0 3fb8141000-3fb82bd000 rw-p 00000000 00:00 0 3fb82bd000-3fb82d0000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fb82d0000-3fb82d1000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fb82d1000-3fb82d2000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fb82d2000-3fb82d8000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fb82d8000-3fb82d9000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fb82d9000-3fb82da000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fb82da000-3fb8364000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fb8364000-3fb8365000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fb8365000-3fb8366000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fb8366000-3fb850c000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fb850c000-3fb850d000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fb850d000-3fb8517000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fb8517000-3fb851b000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fb851b000-3fb851f000 rw-p 00000000 00:00 0 3fb851f000-3fb8b19000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8b19000-3fb8b32000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8b32000-3fb8b52000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fb8b52000-3fb8b6b000 rw-p 00000000 00:00 0 3fb8b6b000-3fb8b82000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fb8b82000-3fb8b83000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fb8b83000-3fb8b84000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fb8b84000-3fb8b88000 rw-p 00000000 00:00 0 3fb8b88000-3fb8b8a000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fb8b8a000-3fb8b8b000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fb8b8b000-3fb8b8c000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fb8b8c000-3fb8b8d000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fb8b8d000-3fb8ba0000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fb8ba0000-3fb8ba1000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fb8ba1000-3fb8ba2000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fb8ba2000-3fb8cc1000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fb8cc1000-3fb8cc4000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fb8cc4000-3fb8cc7000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fb8cc7000-3fb8cca000 rw-p 00000000 00:00 0 3fb8cca000-3fb8cd7000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb8cd7000-3fb8cd8000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb8cd8000-3fb8cd9000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fb8cd9000-3fb8cdb000 rw-p 00000000 00:00 0 3fb8cdb000-3fb8cdd000 r-xp 00000000 00:00 0 [vdso] 3fb8cdd000-3fb8cf8000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fb8cf8000-3fb8cf9000 r--p 00000000 00:00 0 3fb8cf9000-3fb8cfa000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fb8cfa000-3fb8cfc000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffeab000-3fffecc000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:1.90 1.44 1.33 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6109024 kB MemAvailable: 7743992 kB Buffers: 238116 kB Cached: 1371316 kB SwapCached: 0 kB Active: 974936 kB Inactive: 812148 kB Active(anon): 181028 kB Inactive(anon): 168 kB Active(file): 793908 kB Inactive(file): 811980 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 316 kB Writeback: 0 kB AnonPages: 177692 kB Mapped: 211888 kB Shmem: 3504 kB KReclaimable: 119348 kB Slab: 199860 kB SReclaimable: 119348 kB SUnreclaim: 80512 kB KernelStack: 1272 kB PageTables: 2792 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 704808 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19664 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6109024k 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: Mon Jun 8 08:43:09 2020 timezone: EDT elapsed time: 14 seconds (0d 0h 0m 14s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484660, tid=0x0000003fbfdc5160 # 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.484660 # # 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 (0x0000003fb804b270): JavaThread "main" [_thread_in_native, id=484661, stack(0x0000003fbfc47000,0x0000003fbfdc6000)] Stack: [0x0000003fbfc47000,0x0000003fbfdc6000], sp=0x0000003fbfd09590, free space=777k Java frames: 0x0000003fbfdc40b0: unboxed parameter[1] = 0x0000003fbfdc4178 0x0000003fbfdc40b8: parameter[0] (JNIEnv) = 0x0000003fbfd09e58 0x0000003fbfdc40c0: parameter[1] (this) = 0x0000003fbfdc40b0 0x0000003fbfdc40c8: parameter[2] = 0x0000003fbfdc4168 0x0000003fbfdc40d0: istate->_thread = 0x0000003fb804b270 0x0000003fbfdc40d8: istate->_bcp = 0x0000000000000000 0x0000003fbfdc40e0: istate->_locals = 0x0000003fbfdc4178 0x0000003fbfdc40e8: istate->_constants = 0x0000003fbd654338 0x0000003fbfdc40f0: istate->_method = jep.Jep.close(J)V 0x0000003fbfdc40f8: istate->_mdx = 0x0000000000000000 0x0000003fbfdc4100: istate->_stack = 0x0000003fbfdc40c8 0x0000003fbfdc4108: istate->_msg = 0x0000000000000002 0x0000003fbfdc4110: istate->_result = 0x0000000000000000 0x0000003fbfdc4118: (istate->_result) = 0x0000003fbdbe31a0 0x0000003fbfdc4120: (istate->_result) = 0x0000000000000000 0x0000003fbfdc4128: istate->_prev_link = 0x0000000000000000 0x0000003fbfdc4130: istate->_oop_temp = 0x0000000000000000 0x0000003fbfdc4138: istate->_stack_base = 0x0000003fbfdc40d0 0x0000003fbfdc4140: istate->_stack_limit = 0x0000003fbfdc40c8 0x0000003fbfdc4148: istate->_monitor_base = 0x0000003fbfdc40d0 0x0000003fbfdc4150: istate->_self_link = 0x0000003fbfdc40d0 0x0000003fbfdc4158: frame_type = INTERPRETER_FRAME 0x0000003fbfdc4160: next_frame = 0x0000003fbfdc4220 0x0000003fbfdc4168: local[2] = 0x0000003fb8191ef0 0x0000003fbfdc4170: local[1] = 0x0000003fa84f3e98 0x0000003fbfdc4178: local[0] = 0x0000003fa84f3e98 0x0000003fbfdc4180: monitor[0]->_lock = 0x0000000000000009 0x0000003fbfdc4188: monitor[0]->_obj = 0x0000003fa84f3e98 0x0000003fbfdc4190: istate->_thread = 0x0000003fb804b270 0x0000003fbfdc4198: istate->_bcp = 0x0000003fbd65247a (bci 170) 0x0000003fbfdc41a0: istate->_locals = 0x0000003fbfdc4238 0x0000003fbfdc41a8: istate->_constants = 0x0000003fbd654338 0x0000003fbfdc41b0: istate->_method = jep.Jep.close()V 0x0000003fbfdc41b8: istate->_mdx = 0x0000000000000000 0x0000003fbfdc41c0: istate->_stack = 0x0000003fbfdc4160 0x0000003fbfdc41c8: istate->_msg = 0x0000003f00000008 0x0000003fbfdc41d0: istate->_result = 0x0000003fbd652550 0x0000003fbfdc41d8: (istate->_result) = 0x0000003fbdbe3218 0x0000003fbfdc41e0: (istate->_result) = 0x0000003f00000003 0x0000003fbfdc41e8: istate->_prev_link = 0x0000000000000000 0x0000003fbfdc41f0: istate->_oop_temp = 0x0000000000000000 0x0000003fbfdc41f8: istate->_stack_base = 0x0000003fbfdc4180 0x0000003fbfdc4200: istate->_stack_limit = 0x0000003fbfdc4150 0x0000003fbfdc4208: istate->_monitor_base = 0x0000003fbfdc4190 0x0000003fbfdc4210: istate->_self_link = 0x0000003fbfdc4190 0x0000003fbfdc4218: frame_type = INTERPRETER_FRAME 0x0000003fbfdc4220: next_frame = 0x0000003fbfdc42d0 0x0000003fbfdc4228: local[2] = 0x0000000000000000 0x0000003fbfdc4230: local[1] = 0x0000003fa8369eb8 0x0000003fbfdc4238: local[0] = 0x0000003fa84f3e98 0x0000003fbfdc4240: istate->_thread = 0x0000003fb804b270 0x0000003fbfdc4248: istate->_bcp = 0x0000003fbd64b827 (bci 231) 0x0000003fbfdc4250: istate->_locals = 0x0000003fbfdc4318 0x0000003fbfdc4258: istate->_constants = 0x0000003fbd64bc20 0x0000003fbfdc4260: istate->_method = jep.test.TestGetByteArray.testGetByteArray()V 0x0000003fbfdc4268: istate->_mdx = 0x0000000000000000 0x0000003fbfdc4270: istate->_stack = 0x0000003fbfdc4230 0x0000003fbfdc4278: istate->_msg = 0x0000003f00000008 0x0000003fbfdc4280: istate->_result = 0x0000003fbd6524b0 0x0000003fbfdc4288: (istate->_result) = 0x0000003fbdbe31a8 0x0000003fbfdc4290: (istate->_result) = 0x0000000000000003 0x0000003fbfdc4298: istate->_prev_link = 0x0000000000000000 0x0000003fbfdc42a0: istate->_oop_temp = 0x0000000000000000 0x0000003fbfdc42a8: istate->_stack_base = 0x0000003fbfdc4240 0x0000003fbfdc42b0: istate->_stack_limit = 0x0000003fbfdc41f8 0x0000003fbfdc42b8: istate->_monitor_base = 0x0000003fbfdc4240 0x0000003fbfdc42c0: istate->_self_link = 0x0000003fbfdc4240 0x0000003fbfdc42c8: frame_type = INTERPRETER_FRAME 0x0000003fbfdc42d0: next_frame = 0x0000003fbfdc43b0 0x0000003fbfdc42d8: local[8] = 0x0000000000000000 0x0000003fbfdc42e0: local[7] = 0x0000000000000000 0x0000003fbfdc42e8: local[6] = 0x0000000000000000 0x0000003fbfdc42f0: local[5] = 0x0000000000000000 0x0000003fbfdc42f8: local[4] = 0x0000000000000000 0x0000003fbfdc4300: local[3] = 0x0000003fa84f3e98 0x0000003fbfdc4308: local[2] = 0x0000003fa83699c8 0x0000003fbfdc4310: local[1] = 0x0000003fa84f3f40 0x0000003fbfdc4318: local[0] = 0x0000003fa84f3f10 0x0000003fbfdc4320: istate->_thread = 0x0000003fb804b270 0x0000003fbfdc4328: istate->_bcp = 0x0000003fbd64b670 (bci 0) 0x0000003fbfdc4330: istate->_locals = 0x0000003fbfdc43c0 0x0000003fbfdc4338: istate->_constants = 0x0000003fbd64bc20 0x0000003fbfdc4340: istate->_method = jep.test.TestGetByteArray.main([Ljava/lang/String;)V 0x0000003fbfdc4348: istate->_mdx = 0x0000000000000000 0x0000003fbfdc4350: istate->_stack = 0x0000003fbfdc4318 0x0000003fbfdc4358: istate->_msg = 0x0000000000000008 0x0000003fbfdc4360: istate->_result = 0x0000003fbd64b938 0x0000003fbfdc4368: (istate->_result) = 0x0000003fbdbe31a0 0x0000003fbfdc4370: (istate->_result) = 0x0000000000000003 0x0000003fbfdc4378: istate->_prev_link = 0x0000000000000000 0x0000003fbfdc4380: istate->_oop_temp = 0x0000000000000000 0x0000003fbfdc4388: istate->_stack_base = 0x0000003fbfdc4320 0x0000003fbfdc4390: istate->_stack_limit = 0x0000003fbfdc4308 0x0000003fbfdc4398: istate->_monitor_base = 0x0000003fbfdc4320 0x0000003fbfdc43a0: istate->_self_link = 0x0000003fbfdc4320 0x0000003fbfdc43a8: frame_type = INTERPRETER_FRAME 0x0000003fbfdc43b0: next_frame = 0x0000003fbfdc43d8 0x0000003fbfdc43b8: local[1] = 0x0000000000000000 0x0000003fbfdc43c0: local[0] = 0x0000003fa84f4358 0x0000003fbfdc43c8: call_wrapper = 0x0000003fbfdc44a8 0x0000003fbfdc43d0: frame_type = ENTRY_FRAME 0x0000003fbfdc43d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fb81907d0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484672, stack(0x0000003fbc2e0000,0x0000003fbc460000)] 0x0000003fb810f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484670, stack(0x0000003fbc833000,0x0000003fbc9b3000)] 0x0000003fb80fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484669, stack(0x0000003fbc9b3000,0x0000003fbcb33000)] 0x0000003fb80d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484664, stack(0x0000003fbcb33000,0x0000003fbccb3000)] 0x0000003fb80d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484663, stack(0x0000003fbccb3000,0x0000003fbce33000)] =>0x0000003fb804b270 JavaThread "main" [_thread_in_native, id=484661, stack(0x0000003fbfc47000,0x0000003fbfdc6000)] Other Threads: 0x0000003fb80c8890 VMThread [stack: 0x0000003fbce35000,0x0000003fbcf34000] [id=484662] 0x0000003fb8111340 WatcherThread [stack: 0x0000003fbc734000,0x0000003fbc833000] [id=484671] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 4008K [0x0000003fa8000000, 0x0000003fa8550000, 0x0000003fad550000) eden space 4416K, 79% used [0x0000003fa8000000, 0x0000003fa836a188, 0x0000003fa8450000) from space 512K, 100% used [0x0000003fa84d0000, 0x0000003fa8550000, 0x0000003fa8550000) to space 512K, 0% used [0x0000003fa8450000, 0x0000003fa8450000, 0x0000003fa84d0000) tenured generation total 10944K, used 571K [0x0000003fad550000, 0x0000003fae000000, 0x0000003fb8000000) the space 10944K, 5% used [0x0000003fad550000, 0x0000003fad5dee80, 0x0000003fad5df000, 0x0000003fae000000) Metaspace used 3793K, capacity 4232K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fbdaa1000,0x0000003fbdb22000] byte_map_base: 0x0000003f9dd61000 Polling page: 0x0000003fc0801000 CodeCache: size=32768Kb used=87Kb max_used=87Kb free=32680Kb bounds [0x0000003fbdbe3000, 0x0000003fbdc0b000, 0x0000003fbfbe3000] total_blobs=183 nmethods=0 adapters=175 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 10.277 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fa8000000, 0x0000003fa8550000, 0x0000003fad550000) eden space 4416K, 99% used [0x0000003fa8000000, 0x0000003fa844fff8, 0x0000003fa8450000) from space 512K, 0% used [0x0000003fa8450000, 0x0000003fa8450000, 0x0000003fa84d0000) to space 512K, 0% used [0x0000003fa84d0000, 0x0000003fa84d0000, 0x0000003fa8550000) tenured generation total 10944K, used 0K [0x0000003fad550000, 0x0000003fae000000, 0x0000003fb8000000) the space 10944K, 0% used [0x0000003fad550000, 0x0000003fad550000, 0x0000003fad550200, 0x0000003fae000000) Metaspace used 3763K, capacity 4232K, committed 4352K, reserved 8192K Event: 10.355 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fa8000000, 0x0000003fa8550000, 0x0000003fad550000) eden space 4416K, 0% used [0x0000003fa8000000, 0x0000003fa8000000, 0x0000003fa8450000) from space 512K, 100% used [0x0000003fa84d0000, 0x0000003fa8550000, 0x0000003fa8550000) to space 512K, 0% used [0x0000003fa8450000, 0x0000003fa8450000, 0x0000003fa84d0000) tenured generation total 10944K, used 571K [0x0000003fad550000, 0x0000003fae000000, 0x0000003fb8000000) the space 10944K, 5% used [0x0000003fad550000, 0x0000003fad5dee80, 0x0000003fad5df000, 0x0000003fae000000) 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: 0.988 Thread 0x0000003fb804b270 Exception (0x0000003fa800b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.989 Thread 0x0000003fb804b270 Exception (0x0000003fa800bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 6.083 Thread 0x0000003fb804b270 Exception (0x0000003fa8188530) 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.084 Thread 0x0000003fb804b270 Exception (0x0000003fa8188810) 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.100 Thread 0x0000003fb804b270 Exception (0x0000003fa818b600) 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.101 Thread 0x0000003fb804b270 Exception (0x0000003fa818b8e0) 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.106 Thread 0x0000003fb804b270 Exception (0x0000003fa818c878) 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.106 Thread 0x0000003fb804b270 Exception (0x0000003fa818cb58) 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.117 Thread 0x0000003fb804b270 Exception (0x0000003fa818dd00) 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.118 Thread 0x0000003fb804b270 Exception (0x0000003fa818dfe0) 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.122 Thread 0x0000003fb804b270 Exception (0x0000003fa818ee60) 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.123 Thread 0x0000003fb804b270 Exception (0x0000003fa818f140) 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.499 loading class java/util/LinkedHashSet done Event: 3.501 loading class java/util/LinkedHashMap$LinkedValues Event: 3.503 loading class java/util/LinkedHashMap$LinkedValues done Event: 3.504 loading class java/util/LinkedHashMap$LinkedValueIterator Event: 3.506 loading class java/util/LinkedHashMap$LinkedValueIterator done Event: 3.514 loading class java/util/Collections$UnmodifiableSet Event: 3.516 loading class java/util/Collections$UnmodifiableSet done Event: 3.517 loading class java/util/Collections$UnmodifiableCollection$1 Event: 3.519 loading class java/util/Collections$UnmodifiableCollection$1 done Event: 3.520 loading class java/util/LinkedHashMap$LinkedKeySet Event: 3.522 loading class java/util/LinkedHashMap$LinkedKeySet done Event: 3.523 loading class java/util/LinkedHashMap$LinkedKeyIterator Event: 3.525 loading class java/util/LinkedHashMap$LinkedKeyIterator done Event: 3.527 loading class sun/security/jca/GetInstance Event: 3.529 loading class sun/security/jca/GetInstance done Event: 3.536 loading class sun/security/jca/GetInstance$Instance Event: 3.537 loading class sun/security/jca/GetInstance$Instance done Event: 3.539 loading class sun/security/provider/SecureRandom Event: 3.541 loading class sun/security/provider/SecureRandom done Event: 3.542 loading class java/security/MessageDigest Event: 3.544 loading class java/security/MessageDigestSpi Event: 3.546 loading class java/security/MessageDigestSpi done Event: 3.546 loading class java/security/MessageDigest done Event: 3.551 loading class sun/security/provider/SHA Event: 3.552 loading class sun/security/provider/DigestBase Event: 3.554 loading class sun/security/provider/DigestBase done Event: 3.555 loading class sun/security/provider/SHA done Event: 3.559 loading class java/security/MessageDigest$Delegate Event: 3.560 loading class java/security/MessageDigest$Delegate done Event: 3.563 loading class sun/security/provider/ByteArrayAccess Event: 3.566 loading class sun/security/provider/ByteArrayAccess done Event: 3.594 loading class java/io/FileOutputStream$1 Event: 3.596 loading class java/io/FileOutputStream$1 done Event: 3.601 loading class jep/SubInterpreter Event: 3.601 loading class jep/SubInterpreter done Event: 3.619 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 3.621 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 3.627 loading class jep/Jep Event: 3.627 loading class jep/Jep done Event: 3.642 loading class jep/Interpreter Event: 3.642 loading class jep/Interpreter done Event: 3.662 loading class jep/JepException Event: 3.662 loading class jep/JepException done Event: 3.679 loading class jep/ClassEnquirer Event: 3.680 loading class jep/ClassEnquirer done Event: 3.697 loading class jep/Jep$1 Event: 3.697 loading class jep/Jep$1 done Event: 3.717 loading class jep/JepConfig Event: 3.718 loading class jep/JepConfig done Event: 3.737 loading class jep/python/MemoryManager Event: 3.737 loading class jep/python/MemoryManager done Event: 3.761 loading class java/util/IdentityHashMap Event: 3.764 loading class java/util/IdentityHashMap done Event: 3.769 loading class java/util/IdentityHashMap$KeySet Event: 3.771 loading class java/util/IdentityHashMap$KeySet done Event: 3.774 loading class jep/MainInterpreter Event: 3.774 loading class jep/MainInterpreter done Event: 3.793 loading class java/util/concurrent/BlockingQueue Event: 3.804 loading class java/util/concurrent/BlockingQueue done Event: 3.807 loading class java/lang/UnsatisfiedLinkError Event: 3.808 loading class java/lang/UnsatisfiedLinkError done Event: 3.812 loading class jep/MainInterpreter$1 Event: 3.812 loading class jep/MainInterpreter$1 done Event: 3.827 loading class java/util/concurrent/SynchronousQueue Event: 3.830 loading class java/util/AbstractQueue Event: 3.832 loading class java/util/AbstractQueue done Event: 3.833 loading class java/util/concurrent/SynchronousQueue done Event: 3.838 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 3.839 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 3.840 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 3.840 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 3.844 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 3.845 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 3.851 loading class java/lang/ClassLoaderHelper Event: 3.852 loading class java/lang/ClassLoaderHelper done Event: 3.864 loading class jep/LibraryLocator Event: 3.864 loading class jep/LibraryLocator done Event: 3.880 loading class java/lang/ProcessEnvironment Event: 3.882 loading class java/lang/ProcessEnvironment done Event: 3.885 loading class java/lang/ProcessEnvironment$Variable Event: 3.886 loading class java/lang/ProcessEnvironment$ExternalData Event: 3.887 loading class java/lang/ProcessEnvironment$ExternalData done Event: 3.888 loading class java/lang/ProcessEnvironment$Variable done Event: 3.891 loading class java/lang/ProcessEnvironment$Value Event: 3.893 loading class java/lang/ProcessEnvironment$Value done Event: 3.897 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 3.899 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 3.901 loading class java/util/Collections$UnmodifiableMap Event: 3.903 loading class java/util/Collections$UnmodifiableMap done Event: 3.968 Thread 0x0000003fb81907d0 Thread added: 0x0000003fb81907d0 Event: 4.833 loading class java/util/concurrent/locks/LockSupport Event: 4.834 loading class java/util/concurrent/locks/LockSupport done Event: 4.839 loading class sun/nio/ch/Interruptible Event: 4.840 loading class sun/nio/ch/Interruptible done Event: 5.150 loading class java/nio/ShortBuffer Event: 5.153 loading class java/nio/ShortBuffer done Event: 5.158 loading class java/nio/IntBuffer Event: 5.160 loading class java/nio/IntBuffer done Event: 5.167 loading class java/nio/DoubleBuffer Event: 5.169 loading class java/nio/DoubleBuffer done Event: 5.173 loading class java/nio/FloatBuffer Event: 5.175 loading class java/nio/FloatBuffer done Event: 5.194 loading class jep/Proxy Event: 5.194 loading class jep/Proxy done Event: 5.210 loading class java/lang/reflect/InvocationHandler Event: 5.211 loading class java/lang/reflect/InvocationHandler done Event: 5.215 loading class java/lang/IndexOutOfBoundsException Event: 5.216 loading class java/lang/IndexOutOfBoundsException done Event: 5.219 loading class java/io/IOException Event: 5.220 loading class java/io/IOException done Event: 5.240 loading class jep/python/PyObject Event: 5.241 loading class jep/python/PyObject done Event: 5.252 loading class jep/JepAccess Event: 5.253 loading class jep/JepAccess done Event: 5.267 loading class java/lang/IllegalStateException Event: 5.268 loading class java/lang/IllegalStateException done Event: 5.273 loading class jep/python/PyCallable Event: 5.273 loading class jep/python/PyCallable done Event: 5.287 loading class jep/NDArray Event: 5.287 loading class jep/NDArray done Event: 5.298 loading class jep/AbstractNDArray Event: 5.298 loading class jep/AbstractNDArray done Event: 5.317 loading class jep/DirectNDArray Event: 5.318 loading class jep/DirectNDArray done Event: 5.345 loading class java/util/regex/Pattern Event: 5.352 loading class java/util/regex/Pattern done Event: 5.355 loading class java/util/regex/Pattern$4 Event: 5.356 loading class java/util/regex/Pattern$Node Event: 5.357 loading class java/util/regex/Pattern$Node done Event: 5.358 loading class java/util/regex/Pattern$4 done Event: 5.360 loading class java/util/regex/Pattern$LastNode Event: 5.361 loading class java/util/regex/Pattern$LastNode done Event: 5.363 loading class java/util/regex/Pattern$GroupHead Event: 5.365 loading class java/util/regex/Pattern$GroupHead done Event: 5.366 loading class java/util/regex/Pattern$Single Event: 5.367 loading class java/util/regex/Pattern$BmpCharProperty Event: 5.368 loading class java/util/regex/Pattern$CharProperty Event: 5.369 loading class java/util/regex/Pattern$CharProperty done Event: 5.369 loading class java/util/regex/Pattern$BmpCharProperty done Event: 5.369 loading class java/util/regex/Pattern$Single done Event: 5.372 loading class java/util/regex/Pattern$Slice Event: 5.373 loading class java/util/regex/Pattern$SliceNode Event: 5.374 loading class java/util/regex/Pattern$SliceNode done Event: 5.375 loading class java/util/regex/Pattern$Slice done Event: 5.375 loading class java/util/regex/Pattern$Begin Event: 5.376 loading class java/util/regex/Pattern$Begin done Event: 5.376 loading class java/util/regex/Pattern$First Event: 5.377 loading class java/util/regex/Pattern$First done Event: 5.378 loading class java/util/regex/Pattern$Start Event: 5.379 loading class java/util/regex/Pattern$Start done Event: 5.380 loading class java/util/regex/Pattern$TreeInfo Event: 5.381 loading class java/util/regex/Pattern$TreeInfo done Event: 5.382 loading class java/util/regex/Matcher Event: 5.384 loading class java/util/regex/MatchResult Event: 5.384 loading class java/util/regex/MatchResult done Event: 5.387 loading class java/util/regex/Matcher done Event: 5.432 loading class jep/ClassList Event: 5.432 loading class jep/ClassList done Event: 5.457 loading class java/net/URISyntaxException Event: 5.459 loading class java/net/URISyntaxException done Event: 5.461 loading class java/io/FilenameFilter Event: 5.462 loading class java/io/FilenameFilter done Event: 5.470 loading class java/util/LinkedList Event: 5.473 loading class java/util/AbstractSequentialList Event: 5.475 loading class java/util/AbstractSequentialList done Event: 5.477 loading class java/util/LinkedList done Event: 5.505 loading class java/util/LinkedList$Node Event: 5.506 loading class java/util/LinkedList$Node done Event: 5.529 loading class java/util/jar/JarFile$JarEntryIterator Event: 5.530 loading class java/util/jar/JarFile$JarEntryIterator done Event: 5.532 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 5.533 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 5.604 loading class java/util/WeakHashMap$EntrySet Event: 5.606 loading class java/util/WeakHashMap$EntrySet done Event: 5.608 loading class java/util/WeakHashMap$EntryIterator Event: 5.609 loading class java/util/WeakHashMap$HashIterator Event: 5.611 loading class java/util/WeakHashMap$HashIterator done Event: 5.611 loading class java/util/WeakHashMap$EntryIterator done Event: 5.615 loading class java/util/HashMap$EntrySet Event: 5.618 loading class java/util/HashMap$EntrySet done Event: 5.619 loading class java/util/HashMap$EntryIterator Event: 5.621 loading class java/util/HashMap$HashIterator Event: 5.622 loading class java/util/HashMap$HashIterator done Event: 5.623 loading class java/util/HashMap$EntryIterator done Event: 5.760 loading class java/lang/Package$1 Event: 5.762 loading class java/lang/Package$1 done Event: 5.769 loading class java/util/jar/JarInputStream Event: 5.770 loading class java/util/zip/ZipInputStream Event: 5.772 loading class java/util/zip/ZipInputStream done Event: 5.773 loading class java/util/jar/JarInputStream done Event: 5.776 loading class java/io/PushbackInputStream Event: 5.778 loading class java/io/PushbackInputStream done Event: 5.780 loading class java/util/zip/CRC32 Event: 5.780 loading class java/util/zip/Checksum Event: 5.781 loading class java/util/zip/Checksum done Event: 5.782 loading class java/util/zip/CRC32 done Event: 5.786 loading class java/util/zip/ZipUtils Event: 5.788 loading class java/util/zip/ZipUtils done Event: 5.793 loading class java/io/ByteArrayOutputStream Event: 5.795 loading class java/io/ByteArrayOutputStream done Event: 5.962 loading class java/util/HashMap$Values Event: 5.964 loading class java/util/HashMap$Values done Event: 5.966 loading class java/util/HashMap$ValueIterator Event: 5.967 loading class java/util/HashMap$ValueIterator done Event: 5.980 loading class sun/misc/Launcher$BootClassPathHolder Event: 5.982 loading class sun/misc/Launcher$BootClassPathHolder done Event: 5.983 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 5.984 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 6.077 loading class java/io/FileNotFoundException Event: 6.078 loading class java/io/FileNotFoundException done Event: 6.080 loading class java/security/PrivilegedActionException Event: 6.081 loading class java/security/PrivilegedActionException done Event: 6.107 loading class java/net/URLClassLoader$2 Event: 6.108 loading class java/net/URLClassLoader$2 done Event: 6.253 loading class sun/net/www/protocol/jar/JarURLConnection Event: 6.255 loading class java/net/JarURLConnection Event: 6.257 loading class java/net/JarURLConnection done Event: 6.257 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 6.259 loading class sun/net/www/protocol/jar/JarFileFactory Event: 6.260 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 6.261 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 6.262 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 6.268 loading class sun/net/www/protocol/jar/URLJarFile Event: 6.270 loading class sun/net/www/protocol/jar/URLJarFile done Event: 6.278 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 6.280 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 6.281 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 6.282 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 6.298 loading class java/util/ArrayList$SubList Event: 6.300 loading class java/util/ArrayList$SubList done Event: 6.303 loading class java/util/ArrayList$SubList$1 Event: 6.304 loading class java/util/ListIterator Event: 6.306 loading class java/util/ListIterator done Event: 6.307 loading class java/util/ArrayList$SubList$1 done Event: 10.273 Executing VM operation: GenCollectForAllocation Event: 10.356 Executing VM operation: GenCollectForAllocation done Event: 15.438 loading class java/lang/reflect/Proxy Event: 15.442 loading class java/lang/reflect/Proxy done Event: 15.444 loading class java/lang/reflect/WeakCache Event: 15.447 loading class java/lang/reflect/WeakCache done Event: 15.448 loading class java/lang/reflect/Proxy$KeyFactory Event: 15.450 loading class java/util/function/BiFunction Event: 15.452 loading class java/util/function/BiFunction done Event: 15.453 loading class java/lang/reflect/Proxy$KeyFactory done Event: 15.456 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 15.458 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 15.528 loading class java/util/IdentityHashMap$KeyIterator Event: 15.529 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 15.531 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 15.532 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ac284e000-2ac284f000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac284f000-2ac2850000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac2850000-2ac2851000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ac2fd1000-2ac2ff2000 rw-p 00000000 00:00 0 [heap] 3f88000000-3f88090000 rw-p 00000000 00:00 0 3f88090000-3f8c000000 ---p 00000000 00:00 0 3f8ffc0000-3f90000000 rw-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 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-3fa8550000 rw-p 00000000 00:00 0 3fa8550000-3fad550000 ---p 00000000 00:00 0 3fad550000-3fae000000 rw-p 00000000 00:00 0 3fae000000-3fb8000000 ---p 00000000 00:00 0 3fb8000000-3fb821c000 rw-p 00000000 00:00 0 3fb821c000-3fbc000000 ---p 00000000 00:00 0 3fbc010000-3fbc01b000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fbc01b000-3fbc01c000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fbc01c000-3fbc022000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fbc022000-3fbc035000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fbc035000-3fbc0f5000 rw-p 00000000 00:00 0 3fbc0f5000-3fbc0f9000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbc0f9000-3fbc0fa000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbc0fa000-3fbc0fb000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fbc0fb000-3fbc2e0000 rw-p 00000000 00:00 0 3fbc2e0000-3fbc2e3000 ---p 00000000 00:00 0 3fbc2e3000-3fbc460000 rw-p 00000000 00:00 0 3fbc460000-3fbc462000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fbc462000-3fbc463000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fbc463000-3fbc464000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fbc464000-3fbc69d000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fbc69d000-3fbc6a2000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fbc6a2000-3fbc6d9000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fbc6d9000-3fbc6fb000 rw-p 00000000 00:00 0 3fbc6fb000-3fbc724000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbc724000-3fbc725000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbc725000-3fbc729000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fbc729000-3fbc72e000 r--s 000ba000 fd:04 526637 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/jsse.jar 3fbc72e000-3fbc730000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fbc730000-3fbc732000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fbc732000-3fbc733000 ---p 00000000 00:00 0 3fbc733000-3fbc833000 rw-p 00000000 00:00 0 3fbc833000-3fbc836000 ---p 00000000 00:00 0 3fbc836000-3fbc9b3000 rw-p 00000000 00:00 0 3fbc9b3000-3fbc9b6000 ---p 00000000 00:00 0 3fbc9b6000-3fbcb33000 rw-p 00000000 00:00 0 3fbcb33000-3fbcb36000 ---p 00000000 00:00 0 3fbcb36000-3fbccb3000 rw-p 00000000 00:00 0 3fbccb3000-3fbccb6000 ---p 00000000 00:00 0 3fbccb6000-3fbce33000 rw-p 00000000 00:00 0 3fbce33000-3fbce34000 ---p 00000000 00:00 0 3fbce34000-3fbcf82000 rw-p 00000000 00:00 0 3fbcf82000-3fbd152000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fbd152000-3fbd68b000 rw-p 00000000 00:00 0 3fbd68b000-3fbda4b000 ---p 00000000 00:00 0 3fbda4b000-3fbda51000 rw-p 00000000 00:00 0 3fbda51000-3fbdaa1000 ---p 00000000 00:00 0 3fbdaa1000-3fbdaa4000 rw-p 00000000 00:00 0 3fbdaa4000-3fbdacb000 ---p 00000000 00:00 0 3fbdacb000-3fbdad1000 rw-p 00000000 00:00 0 3fbdad1000-3fbdb21000 ---p 00000000 00:00 0 3fbdb21000-3fbdb64000 rw-p 00000000 00:00 0 3fbdb64000-3fbdbe3000 ---p 00000000 00:00 0 3fbdbe3000-3fbdc0b000 rwxp 00000000 00:00 0 3fbdc0b000-3fbfbe3000 ---p 00000000 00:00 0 3fbfbe3000-3fbfbea000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fbfbea000-3fbfbeb000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fbfbeb000-3fbfbec000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fbfbec000-3fbfbed000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fbfbed000-3fbfbf5000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484660 3fbfbf5000-3fbfbfe000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fbfbfe000-3fbfbff000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fbfbff000-3fbfc00000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fbfc00000-3fbfc06000 rw-p 00000000 00:00 0 3fbfc06000-3fbfc2b000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fbfc2b000-3fbfc2c000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fbfc2c000-3fbfc2e000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fbfc2e000-3fbfc3a000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fbfc3a000-3fbfc3c000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fbfc3c000-3fbfc3d000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fbfc3d000-3fbfc43000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fbfc43000-3fbfc44000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fbfc44000-3fbfc45000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fbfc45000-3fbfc46000 ---p 00000000 00:00 0 3fbfc46000-3fbfc47000 rw-p 00000000 00:00 0 3fbfc47000-3fbfc4a000 ---p 00000000 00:00 0 3fbfc4a000-3fbfdc6000 rw-p 00000000 00:00 0 3fbfdc6000-3fbfdd9000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fbfdd9000-3fbfdda000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fbfdda000-3fbfddb000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fbfddb000-3fbfde1000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fbfde1000-3fbfde2000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fbfde2000-3fbfde3000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fbfde3000-3fbfe6d000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fbfe6d000-3fbfe6e000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fbfe6e000-3fbfe6f000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fbfe6f000-3fc0015000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc0015000-3fc0016000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc0016000-3fc0020000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc0020000-3fc0024000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc0024000-3fc0028000 rw-p 00000000 00:00 0 3fc0028000-3fc0622000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc0622000-3fc063b000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc063b000-3fc065b000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc065b000-3fc0674000 rw-p 00000000 00:00 0 3fc0674000-3fc068b000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc068b000-3fc068c000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc068c000-3fc068d000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc068d000-3fc0691000 rw-p 00000000 00:00 0 3fc0691000-3fc0693000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc0693000-3fc0694000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc0694000-3fc0695000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc0695000-3fc0696000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc0696000-3fc06a9000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc06a9000-3fc06aa000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc06aa000-3fc06ab000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc06ab000-3fc07ca000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc07ca000-3fc07cd000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc07cd000-3fc07d0000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc07d0000-3fc07d3000 rw-p 00000000 00:00 0 3fc07d3000-3fc07e0000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc07e0000-3fc07e1000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc07e1000-3fc07e2000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc07e2000-3fc07e4000 rw-p 00000000 00:00 0 3fc07e4000-3fc07e6000 r-xp 00000000 00:00 0 [vdso] 3fc07e6000-3fc0801000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fc0801000-3fc0802000 r--p 00000000 00:00 0 3fc0802000-3fc0803000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fc0803000-3fc0805000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffe21000-3fffe42000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.20 1.55 1.37 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6102124 kB MemAvailable: 7742288 kB Buffers: 238116 kB Cached: 1376260 kB SwapCached: 0 kB Active: 976796 kB Inactive: 816956 kB Active(anon): 182708 kB Inactive(anon): 168 kB Active(file): 794088 kB Inactive(file): 816788 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 372 kB Writeback: 0 kB AnonPages: 179428 kB Mapped: 211548 kB Shmem: 3504 kB KReclaimable: 119556 kB Slab: 200016 kB SReclaimable: 119556 kB SUnreclaim: 80460 kB KernelStack: 1272 kB PageTables: 2796 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 711480 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19712 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6102124k 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: Mon Jun 8 08:43:29 2020 timezone: EDT elapsed time: 15 seconds (0d 0h 0m 15s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484675, tid=0x0000003fd7b37160 # 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.484675 # # 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 (0x0000003fd004b270): JavaThread "main" [_thread_in_native, id=484676, stack(0x0000003fd79b9000,0x0000003fd7b38000)] Stack: [0x0000003fd79b9000,0x0000003fd7b38000], sp=0x0000003fd7a7b690, free space=777k Java frames: 0x0000003fd7b36170: unboxed parameter[1] = 0x0000003fd7b36238 0x0000003fd7b36178: parameter[0] (JNIEnv) = 0x0000003fd7a7bf58 0x0000003fd7b36180: parameter[1] (this) = 0x0000003fd7b36170 0x0000003fd7b36188: parameter[2] = 0x0000003fd7b36228 0x0000003fd7b36190: istate->_thread = 0x0000003fd004b270 0x0000003fd7b36198: istate->_bcp = 0x0000000000000000 0x0000003fd7b361a0: istate->_locals = 0x0000003fd7b36238 0x0000003fd7b361a8: istate->_constants = 0x0000003fd53c69c0 0x0000003fd7b361b0: istate->_method = jep.Jep.close(J)V 0x0000003fd7b361b8: istate->_mdx = 0x0000000000000000 0x0000003fd7b361c0: istate->_stack = 0x0000003fd7b36188 0x0000003fd7b361c8: istate->_msg = 0x0000000000000002 0x0000003fd7b361d0: istate->_result = 0x0000000000000000 0x0000003fd7b361d8: (istate->_result) = 0x0000003fd59551a0 0x0000003fd7b361e0: (istate->_result) = 0x0000000000000000 0x0000003fd7b361e8: istate->_prev_link = 0x0000000000000000 0x0000003fd7b361f0: istate->_oop_temp = 0x0000000000000000 0x0000003fd7b361f8: istate->_stack_base = 0x0000003fd7b36190 0x0000003fd7b36200: istate->_stack_limit = 0x0000003fd7b36188 0x0000003fd7b36208: istate->_monitor_base = 0x0000003fd7b36190 0x0000003fd7b36210: istate->_self_link = 0x0000003fd7b36190 0x0000003fd7b36218: frame_type = INTERPRETER_FRAME 0x0000003fd7b36220: next_frame = 0x0000003fd7b362e0 0x0000003fd7b36228: local[2] = 0x0000003fd0174fa0 0x0000003fd7b36230: local[1] = 0x0000003fc04efb78 0x0000003fd7b36238: local[0] = 0x0000003fc04efb78 0x0000003fd7b36240: monitor[0]->_lock = 0x0000000000000009 0x0000003fd7b36248: monitor[0]->_obj = 0x0000003fc04efb78 0x0000003fd7b36250: istate->_thread = 0x0000003fd004b270 0x0000003fd7b36258: istate->_bcp = 0x0000003fd53c4b02 (bci 170) 0x0000003fd7b36260: istate->_locals = 0x0000003fd7b362f8 0x0000003fd7b36268: istate->_constants = 0x0000003fd53c69c0 0x0000003fd7b36270: istate->_method = jep.Jep.close()V 0x0000003fd7b36278: istate->_mdx = 0x0000000000000000 0x0000003fd7b36280: istate->_stack = 0x0000003fd7b36220 0x0000003fd7b36288: istate->_msg = 0x0000003f00000008 0x0000003fd7b36290: istate->_result = 0x0000003fd53c4bd8 0x0000003fd7b36298: (istate->_result) = 0x0000003fd5955218 0x0000003fd7b362a0: (istate->_result) = 0x0000003f00000003 0x0000003fd7b362a8: istate->_prev_link = 0x0000000000000000 0x0000003fd7b362b0: istate->_oop_temp = 0x0000000000000000 0x0000003fd7b362b8: istate->_stack_base = 0x0000003fd7b36240 0x0000003fd7b362c0: istate->_stack_limit = 0x0000003fd7b36210 0x0000003fd7b362c8: istate->_monitor_base = 0x0000003fd7b36250 0x0000003fd7b362d0: istate->_self_link = 0x0000003fd7b36250 0x0000003fd7b362d8: frame_type = INTERPRETER_FRAME 0x0000003fd7b362e0: next_frame = 0x0000003fd7b36390 0x0000003fd7b362e8: local[2] = 0x0000003fc031fbc8 0x0000003fd7b362f0: local[1] = 0x0000003fc031fb28 0x0000003fd7b362f8: local[0] = 0x0000003fc04efb78 0x0000003fd7b36300: istate->_thread = 0x0000003fd004b270 0x0000003fd7b36308: istate->_bcp = 0x0000003fd53bd82c (bci 68) 0x0000003fd7b36310: istate->_locals = 0x0000003fd7b363c0 0x0000003fd7b36318: istate->_constants = 0x0000003fd53beb80 0x0000003fd7b36320: istate->_method = jep.test.TestGetCollectionBoxing.main([Ljava/lang/String;)V 0x0000003fd7b36328: istate->_mdx = 0x0000000000000000 0x0000003fd7b36330: istate->_stack = 0x0000003fd7b362f0 0x0000003fd7b36338: istate->_msg = 0x0000003f00000008 0x0000003fd7b36340: istate->_result = 0x0000003fd53c4b38 0x0000003fd7b36348: (istate->_result) = 0x0000003fd59551a8 0x0000003fd7b36350: (istate->_result) = 0x0000003f00000005 0x0000003fd7b36358: istate->_prev_link = 0x0000000000000000 0x0000003fd7b36360: istate->_oop_temp = 0x0000000000000000 0x0000003fd7b36368: istate->_stack_base = 0x0000003fd7b36300 0x0000003fd7b36370: istate->_stack_limit = 0x0000003fd7b362b8 0x0000003fd7b36378: istate->_monitor_base = 0x0000003fd7b36300 0x0000003fd7b36380: istate->_self_link = 0x0000003fd7b36300 0x0000003fd7b36388: frame_type = INTERPRETER_FRAME 0x0000003fd7b36390: next_frame = 0x0000003fd7b363d8 0x0000003fd7b36398: local[5] = 0x0000000000000000 0x0000003fd7b363a0: local[4] = 0x0000000000000000 0x0000003fd7b363a8: local[3] = 0x0000000000000000 0x0000003fd7b363b0: local[2] = 0x0000000000000000 0x0000003fd7b363b8: local[1] = 0x0000003fc04efb78 0x0000003fd7b363c0: local[0] = 0x0000003fc04efbf0 0x0000003fd7b363c8: call_wrapper = 0x0000003fd7b364a8 0x0000003fd7b363d0: frame_type = ENTRY_FRAME 0x0000003fd7b363d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fd0173860 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484690, stack(0x0000003fd4057000,0x0000003fd41d7000)] 0x0000003fd010f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484686, stack(0x0000003fd45a5000,0x0000003fd4725000)] 0x0000003fd00fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484684, stack(0x0000003fd4725000,0x0000003fd48a5000)] 0x0000003fd00d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484679, stack(0x0000003fd48a5000,0x0000003fd4a25000)] 0x0000003fd00d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484678, stack(0x0000003fd4a25000,0x0000003fd4ba5000)] =>0x0000003fd004b270 JavaThread "main" [_thread_in_native, id=484676, stack(0x0000003fd79b9000,0x0000003fd7b38000)] Other Threads: 0x0000003fd00c8890 VMThread [stack: 0x0000003fd4ba7000,0x0000003fd4ca6000] [id=484677] 0x0000003fd0111340 WatcherThread [stack: 0x0000003fd44a6000,0x0000003fd45a5000] [id=484687] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3711K [0x0000003fc0000000, 0x0000003fc0550000, 0x0000003fc5550000) eden space 4416K, 72% used [0x0000003fc0000000, 0x0000003fc031fe98, 0x0000003fc0450000) from space 512K, 99% used [0x0000003fc04d0000, 0x0000003fc054fff8, 0x0000003fc0550000) to space 512K, 0% used [0x0000003fc0450000, 0x0000003fc0450000, 0x0000003fc04d0000) tenured generation total 10944K, used 434K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 3% used [0x0000003fc5550000, 0x0000003fc55bc8f8, 0x0000003fc55bca00, 0x0000003fc6000000) Metaspace used 3413K, capacity 4236K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fd5813000,0x0000003fd5894000] byte_map_base: 0x0000003fb5a13000 Polling page: 0x0000003fd8573000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fd5955000, 0x0000003fd597d000, 0x0000003fd7955000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 9.387 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, 0x0000003fc044ffd0, 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 3382K, capacity 4236K, committed 4352K, reserved 8192K Event: 9.480 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 434K [0x0000003fc5550000, 0x0000003fc6000000, 0x0000003fd0000000) the space 10944K, 3% used [0x0000003fc5550000, 0x0000003fc55bc8f8, 0x0000003fc55bca00, 0x0000003fc6000000) 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: 0.823 Thread 0x0000003fd004b270 Exception (0x0000003fc000b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.824 Thread 0x0000003fd004b270 Exception (0x0000003fc000bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 4.899 Thread 0x0000003fd004b270 Exception (0x0000003fc01395c0) 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: 4.900 Thread 0x0000003fd004b270 Exception (0x0000003fc01398a0) 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: 4.915 Thread 0x0000003fd004b270 Exception (0x0000003fc013c690) 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: 4.916 Thread 0x0000003fd004b270 Exception (0x0000003fc013c970) 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: 4.921 Thread 0x0000003fd004b270 Exception (0x0000003fc013d908) 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: 4.921 Thread 0x0000003fd004b270 Exception (0x0000003fc013dbe8) 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: 4.931 Thread 0x0000003fd004b270 Exception (0x0000003fc013ed90) 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: 4.932 Thread 0x0000003fd004b270 Exception (0x0000003fc013f070) 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: 4.936 Thread 0x0000003fd004b270 Exception (0x0000003fc013fef0) 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: 4.936 Thread 0x0000003fd004b270 Exception (0x0000003fc01401d0) 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: 2.292 loading class java/security/PermissionCollection Event: 2.293 loading class java/security/PermissionCollection done Event: 2.294 loading class java/security/Permissions done Event: 2.299 loading class sun/net/www/protocol/file/FileURLConnection Event: 2.301 loading class sun/net/www/URLConnection Event: 2.303 loading class java/net/URLConnection Event: 2.307 loading class java/net/URLConnection done Event: 2.308 loading class sun/net/www/URLConnection done Event: 2.308 loading class sun/net/www/protocol/file/FileURLConnection done Event: 2.313 loading class sun/net/www/MessageHeader Event: 2.316 loading class sun/net/www/MessageHeader done Event: 2.318 loading class java/io/FilePermission Event: 2.320 loading class java/io/FilePermission done Event: 2.322 loading class java/io/FilePermission$1 Event: 2.323 loading class java/io/FilePermission$1 done Event: 2.327 loading class java/io/FilePermissionCollection Event: 2.328 loading class java/io/FilePermissionCollection done Event: 2.331 loading class java/security/AllPermission Event: 2.332 loading class java/security/AllPermission done Event: 2.333 loading class java/security/UnresolvedPermission Event: 2.335 loading class java/security/UnresolvedPermission done Event: 2.336 loading class java/security/BasicPermissionCollection Event: 2.338 loading class java/security/BasicPermissionCollection done Event: 2.358 loading class sun/launcher/LauncherHelper$FXHelper Event: 2.360 loading class sun/launcher/LauncherHelper$FXHelper done Event: 2.362 loading class java/lang/Class$MethodArray Event: 2.364 loading class java/lang/Class$MethodArray done Event: 2.378 loading class java/lang/AssertionError Event: 2.380 loading class java/lang/AssertionError done Event: 2.387 loading class java/lang/UnsupportedOperationException Event: 2.389 loading class java/lang/UnsupportedOperationException done Event: 2.394 loading class jep/Interpreter Event: 2.395 loading class jep/Interpreter done Event: 2.426 loading class java/lang/Void Event: 2.427 loading class java/lang/Void done Event: 2.433 loading class jep/SubInterpreter Event: 2.433 loading class jep/SubInterpreter done Event: 2.443 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 2.444 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 2.453 loading class jep/Jep Event: 2.453 loading class jep/Jep done Event: 2.480 loading class jep/JepException Event: 2.480 loading class jep/JepException done Event: 2.497 loading class jep/ClassEnquirer Event: 2.497 loading class jep/ClassEnquirer done Event: 2.513 loading class jep/Jep$1 Event: 2.513 loading class jep/Jep$1 done Event: 2.539 loading class jep/JepConfig Event: 2.540 loading class jep/JepConfig done Event: 2.559 loading class jep/python/MemoryManager Event: 2.559 loading class jep/python/MemoryManager done Event: 2.581 loading class java/util/IdentityHashMap Event: 2.585 loading class java/util/IdentityHashMap done Event: 2.589 loading class java/util/IdentityHashMap$KeySet Event: 2.591 loading class java/util/IdentityHashMap$KeySet done Event: 2.594 loading class jep/MainInterpreter Event: 2.594 loading class jep/MainInterpreter done Event: 2.612 loading class java/util/concurrent/BlockingQueue Event: 2.615 loading class java/util/concurrent/BlockingQueue done Event: 2.617 loading class java/lang/UnsatisfiedLinkError Event: 2.618 loading class java/lang/UnsatisfiedLinkError done Event: 2.622 loading class jep/MainInterpreter$1 Event: 2.622 loading class jep/MainInterpreter$1 done Event: 2.636 loading class java/util/concurrent/SynchronousQueue Event: 2.639 loading class java/util/AbstractQueue Event: 2.641 loading class java/util/AbstractQueue done Event: 2.642 loading class java/util/concurrent/SynchronousQueue done Event: 2.648 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 2.651 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 2.652 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 2.653 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 2.658 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 2.661 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 2.671 loading class java/lang/ClassLoaderHelper Event: 2.673 loading class java/lang/ClassLoaderHelper done Event: 2.687 loading class jep/LibraryLocator Event: 2.687 loading class jep/LibraryLocator done Event: 2.703 loading class java/lang/ProcessEnvironment Event: 2.705 loading class java/lang/ProcessEnvironment done Event: 2.707 loading class java/lang/ProcessEnvironment$Variable Event: 2.709 loading class java/lang/ProcessEnvironment$ExternalData Event: 2.710 loading class java/lang/ProcessEnvironment$ExternalData done Event: 2.711 loading class java/lang/ProcessEnvironment$Variable done Event: 2.714 loading class java/lang/ProcessEnvironment$Value Event: 2.716 loading class java/lang/ProcessEnvironment$Value done Event: 2.720 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 2.722 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 2.724 loading class java/util/Collections$UnmodifiableMap Event: 2.726 loading class java/util/Collections$UnmodifiableMap done Event: 2.774 Thread 0x0000003fd0173860 Thread added: 0x0000003fd0173860 Event: 3.580 loading class java/util/concurrent/locks/LockSupport Event: 3.582 loading class java/util/concurrent/locks/LockSupport done Event: 3.587 loading class sun/nio/ch/Interruptible Event: 3.588 loading class sun/nio/ch/Interruptible done Event: 3.944 loading class java/nio/ShortBuffer Event: 3.947 loading class java/nio/ShortBuffer done Event: 3.953 loading class java/nio/IntBuffer Event: 3.955 loading class java/nio/IntBuffer done Event: 3.963 loading class java/nio/DoubleBuffer Event: 3.966 loading class java/nio/DoubleBuffer done Event: 3.970 loading class java/nio/FloatBuffer Event: 3.973 loading class java/nio/FloatBuffer done Event: 3.991 loading class jep/Proxy Event: 3.992 loading class jep/Proxy done Event: 4.007 loading class java/lang/reflect/InvocationHandler Event: 4.008 loading class java/lang/reflect/InvocationHandler done Event: 4.012 loading class java/lang/IndexOutOfBoundsException Event: 4.013 loading class java/lang/IndexOutOfBoundsException done Event: 4.015 loading class java/io/IOException Event: 4.016 loading class java/io/IOException done Event: 4.025 loading class jep/python/PyObject Event: 4.025 loading class jep/python/PyObject done Event: 4.036 loading class jep/JepAccess Event: 4.036 loading class jep/JepAccess done Event: 4.056 loading class java/lang/IllegalStateException Event: 4.057 loading class java/lang/IllegalStateException done Event: 4.062 loading class jep/python/PyCallable Event: 4.062 loading class jep/python/PyCallable done Event: 4.076 loading class jep/NDArray Event: 4.076 loading class jep/NDArray done Event: 4.086 loading class jep/AbstractNDArray Event: 4.086 loading class jep/AbstractNDArray done Event: 4.105 loading class jep/DirectNDArray Event: 4.105 loading class jep/DirectNDArray done Event: 4.145 loading class java/util/regex/Pattern Event: 4.157 loading class java/util/regex/Pattern done Event: 4.162 loading class java/util/regex/Pattern$4 Event: 4.164 loading class java/util/regex/Pattern$Node Event: 4.165 loading class java/util/regex/Pattern$Node done Event: 4.166 loading class java/util/regex/Pattern$4 done Event: 4.170 loading class java/util/regex/Pattern$LastNode Event: 4.172 loading class java/util/regex/Pattern$LastNode done Event: 4.174 loading class java/util/regex/Pattern$GroupHead Event: 4.175 loading class java/util/regex/Pattern$GroupHead done Event: 4.176 loading class java/util/regex/Pattern$Single Event: 4.177 loading class java/util/regex/Pattern$BmpCharProperty Event: 4.177 loading class java/util/regex/Pattern$CharProperty Event: 4.181 loading class java/util/regex/Pattern$CharProperty done Event: 4.181 loading class java/util/regex/Pattern$BmpCharProperty done Event: 4.182 loading class java/util/regex/Pattern$Single done Event: 4.185 loading class java/util/regex/Pattern$Slice Event: 4.186 loading class java/util/regex/Pattern$SliceNode Event: 4.187 loading class java/util/regex/Pattern$SliceNode done Event: 4.187 loading class java/util/regex/Pattern$Slice done Event: 4.187 loading class java/util/regex/Pattern$Begin Event: 4.189 loading class java/util/regex/Pattern$Begin done Event: 4.189 loading class java/util/regex/Pattern$First Event: 4.190 loading class java/util/regex/Pattern$First done Event: 4.191 loading class java/util/regex/Pattern$Start Event: 4.192 loading class java/util/regex/Pattern$Start done Event: 4.193 loading class java/util/regex/Pattern$TreeInfo Event: 4.194 loading class java/util/regex/Pattern$TreeInfo done Event: 4.195 loading class java/util/regex/Matcher Event: 4.197 loading class java/util/regex/MatchResult Event: 4.197 loading class java/util/regex/MatchResult done Event: 4.199 loading class java/util/regex/Matcher done Event: 4.247 loading class jep/ClassList Event: 4.248 loading class jep/ClassList done Event: 4.270 loading class java/net/URISyntaxException Event: 4.272 loading class java/net/URISyntaxException done Event: 4.274 loading class java/io/FilenameFilter Event: 4.275 loading class java/io/FilenameFilter done Event: 4.291 loading class java/util/LinkedList Event: 4.294 loading class java/util/AbstractSequentialList Event: 4.296 loading class java/util/AbstractSequentialList done Event: 4.297 loading class java/util/LinkedList done Event: 4.303 loading class java/util/LinkedList$Node Event: 4.304 loading class java/util/LinkedList$Node done Event: 4.347 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.349 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.350 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.352 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 4.418 loading class java/util/WeakHashMap$EntrySet Event: 4.420 loading class java/util/WeakHashMap$EntrySet done Event: 4.422 loading class java/util/WeakHashMap$EntryIterator Event: 4.423 loading class java/util/WeakHashMap$HashIterator Event: 4.424 loading class java/util/WeakHashMap$HashIterator done Event: 4.425 loading class java/util/WeakHashMap$EntryIterator done Event: 4.429 loading class java/util/HashMap$EntrySet Event: 4.430 loading class java/util/HashMap$EntrySet done Event: 4.432 loading class java/util/HashMap$EntryIterator Event: 4.433 loading class java/util/HashMap$HashIterator Event: 4.434 loading class java/util/HashMap$HashIterator done Event: 4.434 loading class java/util/HashMap$EntryIterator done Event: 4.590 loading class java/lang/Package$1 Event: 4.591 loading class java/lang/Package$1 done Event: 4.599 loading class java/util/jar/JarInputStream Event: 4.600 loading class java/util/zip/ZipInputStream Event: 4.602 loading class java/util/zip/ZipInputStream done Event: 4.602 loading class java/util/jar/JarInputStream done Event: 4.605 loading class java/io/PushbackInputStream Event: 4.606 loading class java/io/PushbackInputStream done Event: 4.609 loading class java/util/zip/CRC32 Event: 4.610 loading class java/util/zip/Checksum Event: 4.611 loading class java/util/zip/Checksum done Event: 4.612 loading class java/util/zip/CRC32 done Event: 4.615 loading class java/util/zip/ZipUtils Event: 4.617 loading class java/util/zip/ZipUtils done Event: 4.622 loading class java/io/ByteArrayOutputStream Event: 4.624 loading class java/io/ByteArrayOutputStream done Event: 4.776 loading class java/util/HashMap$Values Event: 4.778 loading class java/util/HashMap$Values done Event: 4.781 loading class java/util/HashMap$ValueIterator Event: 4.782 loading class java/util/HashMap$ValueIterator done Event: 4.795 loading class sun/misc/Launcher$BootClassPathHolder Event: 4.796 loading class sun/misc/Launcher$BootClassPathHolder done Event: 4.797 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 4.799 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 4.893 loading class java/io/FileNotFoundException Event: 4.894 loading class java/io/FileNotFoundException done Event: 4.896 loading class java/security/PrivilegedActionException Event: 4.897 loading class java/security/PrivilegedActionException done Event: 4.922 loading class java/net/URLClassLoader$2 Event: 4.923 loading class java/net/URLClassLoader$2 done Event: 5.063 loading class sun/net/www/protocol/jar/JarURLConnection Event: 5.065 loading class java/net/JarURLConnection Event: 5.066 loading class java/net/JarURLConnection done Event: 5.067 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 5.069 loading class sun/net/www/protocol/jar/JarFileFactory Event: 5.071 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 5.071 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 5.072 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 5.081 loading class sun/net/www/protocol/jar/URLJarFile Event: 5.083 loading class sun/net/www/protocol/jar/URLJarFile done Event: 5.091 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 5.093 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 5.094 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 5.095 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 5.111 loading class java/util/ArrayList$SubList Event: 5.114 loading class java/util/ArrayList$SubList done Event: 5.116 loading class java/util/ArrayList$SubList$1 Event: 5.117 loading class java/util/ListIterator Event: 5.119 loading class java/util/ListIterator done Event: 5.120 loading class java/util/ArrayList$SubList$1 done Event: 9.384 Executing VM operation: GenCollectForAllocation Event: 9.482 Executing VM operation: GenCollectForAllocation done Event: 14.223 loading class java/lang/reflect/Proxy Event: 14.226 loading class java/lang/reflect/Proxy done Event: 14.228 loading class java/lang/reflect/WeakCache Event: 14.230 loading class java/lang/reflect/WeakCache done Event: 14.231 loading class java/lang/reflect/Proxy$KeyFactory Event: 14.232 loading class java/util/function/BiFunction Event: 14.234 loading class java/util/function/BiFunction done Event: 14.235 loading class java/lang/reflect/Proxy$KeyFactory done Event: 14.237 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 14.239 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 18.523 loading class java/util/IdentityHashMap$KeyIterator Event: 18.524 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 18.526 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 18.527 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2acd692000-2acd693000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2acd693000-2acd694000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2acd694000-2acd695000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2aeb6c1000-2aeb6e2000 rw-p 00000000 00:00 0 [heap] 3f9ae5c000-3f9af6d000 rw-p 00000000 00:00 0 3f9afa2000-3f9b013000 r-xp 00000000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9b013000-3f9b014000 ---p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9b014000-3f9b015000 r--p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9b015000-3f9b039000 rw-p 00072000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9b039000-3f9b03b000 rw-p 00000000 00:00 0 3f9b03b000-3f9b044000 r-xp 00000000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f9b044000-3f9b045000 r--p 00008000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f9b045000-3f9b046000 rw-p 00009000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f9b046000-3f9b047000 rw-p 00000000 00:00 0 3f9b047000-3f9b053000 r-xp 00000000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f9b053000-3f9b054000 r--p 0000b000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f9b054000-3f9b056000 rw-p 0000c000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f9b056000-3f9b063000 r-xp 00000000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f9b063000-3f9b064000 r--p 0000c000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f9b064000-3f9b066000 rw-p 0000d000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f9b066000-3f9b076000 r-xp 00000000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f9b076000-3f9b077000 r--p 0000f000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f9b077000-3f9b079000 rw-p 00010000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f9b079000-3f9b0b0000 r-xp 00000000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f9b0b0000-3f9b0b1000 r--p 00036000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f9b0b1000-3f9b0b3000 rw-p 00037000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f9b0b3000-3f9b0b4000 rw-p 00000000 00:00 0 3f9b0b4000-3f9b0b7000 r-xp 00000000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f9b0b7000-3f9b0b8000 r--p 00002000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f9b0b8000-3f9b0b9000 rw-p 00003000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f9b0b9000-3f9b0bf000 r-xp 00000000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f9b0bf000-3f9b0c0000 r--p 00005000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f9b0c0000-3f9b0c1000 rw-p 00006000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f9b0c1000-3f9b0c3000 r-xp 00000000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f9b0c3000-3f9b0c4000 ---p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f9b0c4000-3f9b0c5000 r--p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f9b0c5000-3f9b0c6000 rw-p 00003000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f9b0c6000-3f9b106000 rw-p 00000000 00:00 0 3f9b106000-3f9b113000 r-xp 00000000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f9b113000-3f9b114000 ---p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f9b114000-3f9b115000 r--p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f9b115000-3f9b116000 rw-p 0000e000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f9b116000-3f9b306000 r-xp 00000000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9b306000-3f9b307000 ---p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9b307000-3f9b32f000 r--p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9b32f000-3f9b334000 rw-p 00218000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9b334000-3f9b338000 rw-p 00000000 00:00 0 3f9b338000-3f9b342000 r-xp 00000000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f9b342000-3f9b343000 r--p 00009000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f9b343000-3f9b345000 rw-p 0000a000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f9b345000-3f9b34b000 r-xp 00000000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f9b34b000-3f9b34c000 r--p 00005000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f9b34c000-3f9b34d000 rw-p 00006000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f9b34d000-3f9b36f000 r-xp 00000000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f9b36f000-3f9b370000 r--p 00021000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f9b370000-3f9b372000 rw-p 00022000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3f9b372000-3f9b373000 rw-p 00000000 00:00 0 3f9b373000-3f9b390000 r-xp 00000000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f9b390000-3f9b391000 r--p 0001c000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f9b391000-3f9b396000 rw-p 0001d000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3f9b396000-3f9b3f5000 r-xp 00000000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f9b3f5000-3f9b3f6000 r--p 0005e000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f9b3f6000-3f9b41c000 rw-p 0005f000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f9b41c000-3f9b45d000 rw-p 00000000 00:00 0 3f9b45d000-3f9b468000 r-xp 00000000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f9b468000-3f9b469000 r--p 0000a000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f9b469000-3f9b46a000 rw-p 0000b000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3f9b46a000-3f9b4aa000 rw-p 00000000 00:00 0 3f9b4aa000-3f9b4df000 r-xp 00000000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f9b4df000-3f9b4e0000 ---p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f9b4e0000-3f9b4e1000 r--p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f9b4e1000-3f9b4e4000 rw-p 00036000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3f9b4e4000-3f9b505000 r-xp 00000000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3f9b505000-3f9b506000 r--p 00020000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3f9b506000-3f9b507000 rw-p 00021000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3f9b507000-3f9b515000 r-xp 00000000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3f9b515000-3f9b516000 r--p 0000d000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3f9b516000-3f9b517000 rw-p 0000e000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3f9b517000-3f9b5d7000 rw-p 00000000 00:00 0 3f9b5d7000-3f9b5f4000 r-xp 00000000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f9b5f4000-3f9b5f5000 r--p 0001c000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f9b5f5000-3f9b5f6000 rw-p 0001d000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3f9b5f6000-3f9b677000 rw-p 00000000 00:00 0 3f9b677000-3f9b68f000 r-xp 00000000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f9b68f000-3f9b690000 r--p 00017000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f9b690000-3f9b694000 rw-p 00018000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3f9b694000-3f9b754000 rw-p 00000000 00:00 0 3f9b754000-3f9b75b000 r-xp 00000000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f9b75b000-3f9b75c000 r--p 00006000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f9b75c000-3f9b75d000 rw-p 00007000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3f9b75d000-3f9b761000 r-xp 00000000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f9b761000-3f9b762000 r--p 00003000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f9b762000-3f9b763000 rw-p 00004000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3f9b763000-3f9b77c000 r-xp 00000000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f9b77c000-3f9b77d000 r--p 00018000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f9b77d000-3f9b77f000 rw-p 00019000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3f9b77f000-3f9f7ff000 rw-p 00000000 00:00 0 3f9f7ff000-3f9f800000 ---p 00000000 00:00 0 3f9f800000-3fa0000000 rw-p 00000000 00:00 0 3fa0000000-3fa0090000 rw-p 00000000 00:00 0 3fa0090000-3fa4000000 ---p 00000000 00:00 0 3fa4000000-3fa4007000 r-xp 00000000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fa4007000-3fa4008000 r--p 00006000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fa4008000-3fa4009000 rw-p 00007000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fa4009000-3fa400f000 r-xp 00000000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fa400f000-3fa4010000 r--p 00005000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fa4010000-3fa4011000 rw-p 00006000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fa4011000-3fa4015000 r-xp 00000000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fa4015000-3fa4016000 r--p 00003000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fa4016000-3fa4017000 rw-p 00004000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fa4017000-3fa40d7000 rw-p 00000000 00:00 0 3fa4120000-3fa4160000 rw-p 00000000 00:00 0 3fa4160000-3fa4172000 r-xp 00000000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fa4172000-3fa4173000 ---p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fa4173000-3fa4174000 r--p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fa4174000-3fa4177000 rw-p 00013000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fa4177000-3fa4182000 r-xp 00000000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fa4182000-3fa4183000 r--p 0000a000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fa4183000-3fa4184000 rw-p 0000b000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fa4184000-3fa4185000 ---p 00000000 00:00 0 3fa4185000-3fa6985000 rw-p 00000000 00:00 0 3fa6985000-3fa6986000 ---p 00000000 00:00 0 3fa6986000-3fa7186000 rw-p 00000000 00:00 0 3fa7186000-3fa72a2000 r-xp 00000000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fa72a2000-3fa72a3000 ---p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fa72a3000-3fa72a4000 r--p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fa72a4000-3fa72a6000 rw-p 0011d000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fa72a6000-3fa7a27000 r-xp 00000000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fa7a27000-3fa7a2d000 r--p 00780000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fa7a2d000-3fa7a37000 rw-p 00786000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fa7a37000-3fa7a42000 rw-p 00000000 00:00 0 3fa7a42000-3fa7c3e000 r-xp 00000000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fa7c3e000-3fa7c40000 r--p 001fc000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fa7c40000-3fa7c5d000 rw-p 001fe000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fa7c5d000-3fa7d3d000 rw-p 00000000 00:00 0 3fa7d3d000-3fa7d48000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fa7d48000-3fa7d5b000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fa7d5b000-3fa7edb000 rw-p 00000000 00:00 0 3fa7edb000-3fa7ef1000 r-xp 00000000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fa7ef1000-3fa7ef2000 r--p 00015000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fa7ef2000-3fa7ef4000 rw-p 00016000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fa7ef4000-3fa7efe000 r-xp 00000000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fa7efe000-3fa7eff000 r--p 00009000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fa7eff000-3fa7f00000 rw-p 0000a000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fa7f00000-3fa8000000 rw-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 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-3fd0574000 rw-p 00000000 00:00 0 3fd0574000-3fd4000000 ---p 00000000 00:00 0 3fd4000000-3fd4003000 r-xp 00000000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fd4003000-3fd4004000 r--p 00002000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fd4004000-3fd4005000 rw-p 00003000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fd4005000-3fd4008000 r-xp 00000000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd4008000-3fd4009000 r--p 00002000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd4009000-3fd400a000 rw-p 00003000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fd400a000-3fd400b000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fd400b000-3fd4011000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fd4011000-3fd4015000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4015000-3fd4016000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4016000-3fd4017000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd4017000-3fd4057000 rw-p 00000000 00:00 0 3fd4057000-3fd405a000 ---p 00000000 00:00 0 3fd405a000-3fd41d7000 rw-p 00000000 00:00 0 3fd41d7000-3fd41d9000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd41d9000-3fd41da000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd41da000-3fd41db000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd41db000-3fd4414000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fd4414000-3fd4419000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fd4419000-3fd4450000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fd4450000-3fd4472000 rw-p 00000000 00:00 0 3fd4472000-3fd449b000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd449b000-3fd449c000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd449c000-3fd44a0000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd44a0000-3fd44a2000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fd44a2000-3fd44a4000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fd44a4000-3fd44a5000 ---p 00000000 00:00 0 3fd44a5000-3fd45a5000 rw-p 00000000 00:00 0 3fd45a5000-3fd45a8000 ---p 00000000 00:00 0 3fd45a8000-3fd4725000 rw-p 00000000 00:00 0 3fd4725000-3fd4728000 ---p 00000000 00:00 0 3fd4728000-3fd48a5000 rw-p 00000000 00:00 0 3fd48a5000-3fd48a8000 ---p 00000000 00:00 0 3fd48a8000-3fd4a25000 rw-p 00000000 00:00 0 3fd4a25000-3fd4a28000 ---p 00000000 00:00 0 3fd4a28000-3fd4ba5000 rw-p 00000000 00:00 0 3fd4ba5000-3fd4ba6000 ---p 00000000 00:00 0 3fd4ba6000-3fd4cf4000 rw-p 00000000 00:00 0 3fd4cf4000-3fd4ec4000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fd4ec4000-3fd53fd000 rw-p 00000000 00:00 0 3fd53fd000-3fd57bd000 ---p 00000000 00:00 0 3fd57bd000-3fd57c3000 rw-p 00000000 00:00 0 3fd57c3000-3fd5813000 ---p 00000000 00:00 0 3fd5813000-3fd5816000 rw-p 00000000 00:00 0 3fd5816000-3fd583d000 ---p 00000000 00:00 0 3fd583d000-3fd5843000 rw-p 00000000 00:00 0 3fd5843000-3fd5893000 ---p 00000000 00:00 0 3fd5893000-3fd58d6000 rw-p 00000000 00:00 0 3fd58d6000-3fd5955000 ---p 00000000 00:00 0 3fd5955000-3fd597d000 rwxp 00000000 00:00 0 3fd597d000-3fd7955000 ---p 00000000 00:00 0 3fd7955000-3fd795c000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd795c000-3fd795d000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd795d000-3fd795e000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd795e000-3fd795f000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd795f000-3fd7967000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484675 3fd7967000-3fd7970000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd7970000-3fd7971000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd7971000-3fd7972000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd7972000-3fd7978000 rw-p 00000000 00:00 0 3fd7978000-3fd799d000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd799d000-3fd799e000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd799e000-3fd79a0000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd79a0000-3fd79ac000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd79ac000-3fd79ae000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd79ae000-3fd79af000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd79af000-3fd79b5000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd79b5000-3fd79b6000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd79b6000-3fd79b7000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd79b7000-3fd79b8000 ---p 00000000 00:00 0 3fd79b8000-3fd79b9000 rw-p 00000000 00:00 0 3fd79b9000-3fd79bc000 ---p 00000000 00:00 0 3fd79bc000-3fd7b38000 rw-p 00000000 00:00 0 3fd7b38000-3fd7b4b000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd7b4b000-3fd7b4c000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd7b4c000-3fd7b4d000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd7b4d000-3fd7b53000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd7b53000-3fd7b54000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd7b54000-3fd7b55000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd7b55000-3fd7bdf000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd7bdf000-3fd7be0000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd7be0000-3fd7be1000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd7be1000-3fd7d87000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd7d87000-3fd7d88000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd7d88000-3fd7d92000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd7d92000-3fd7d96000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd7d96000-3fd7d9a000 rw-p 00000000 00:00 0 3fd7d9a000-3fd8394000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd8394000-3fd83ad000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd83ad000-3fd83cd000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd83cd000-3fd83e6000 rw-p 00000000 00:00 0 3fd83e6000-3fd83fd000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd83fd000-3fd83fe000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd83fe000-3fd83ff000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd83ff000-3fd8403000 rw-p 00000000 00:00 0 3fd8403000-3fd8405000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd8405000-3fd8406000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd8406000-3fd8407000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd8407000-3fd8408000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd8408000-3fd841b000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd841b000-3fd841c000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd841c000-3fd841d000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd841d000-3fd853c000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd853c000-3fd853f000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd853f000-3fd8542000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd8542000-3fd8545000 rw-p 00000000 00:00 0 3fd8545000-3fd8552000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd8552000-3fd8553000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd8553000-3fd8554000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd8554000-3fd8556000 rw-p 00000000 00:00 0 3fd8556000-3fd8558000 r-xp 00000000 00:00 0 [vdso] 3fd8558000-3fd8573000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fd8573000-3fd8574000 r--p 00000000 00:00 0 3fd8574000-3fd8575000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fd8575000-3fd8577000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffb35000-3fffb56000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:2.44 1.66 1.41 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6086356 kB MemAvailable: 7732384 kB Buffers: 238116 kB Cached: 1381940 kB SwapCached: 0 kB Active: 986680 kB Inactive: 822564 kB Active(anon): 192556 kB Inactive(anon): 168 kB Active(file): 794124 kB Inactive(file): 822396 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 280 kB Writeback: 0 kB AnonPages: 189284 kB Mapped: 211904 kB Shmem: 3504 kB KReclaimable: 119776 kB Slab: 200328 kB SReclaimable: 119776 kB SUnreclaim: 80552 kB KernelStack: 1320 kB PageTables: 2848 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 850080 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19712 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6086356k 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: Mon Jun 8 08:43:52 2020 timezone: EDT elapsed time: 19 seconds (0d 0h 0m 19s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484696, tid=0x0000003fd9155160 # 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.484696 # # 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 (0x0000003fd404b270): JavaThread "main" [_thread_in_native, id=484697, stack(0x0000003fd8fd7000,0x0000003fd9156000)] Stack: [0x0000003fd8fd7000,0x0000003fd9156000], sp=0x0000003fd9099690, free space=777k Java frames: 0x0000003fd9154170: unboxed parameter[1] = 0x0000003fd9154238 0x0000003fd9154178: parameter[0] (JNIEnv) = 0x0000003fd9099f58 0x0000003fd9154180: parameter[1] (this) = 0x0000003fd9154170 0x0000003fd9154188: parameter[2] = 0x0000003fd9154228 0x0000003fd9154190: istate->_thread = 0x0000003fd404b270 0x0000003fd9154198: istate->_bcp = 0x0000000000000000 0x0000003fd91541a0: istate->_locals = 0x0000003fd9154238 0x0000003fd91541a8: istate->_constants = 0x0000003fd89e6048 0x0000003fd91541b0: istate->_method = jep.Jep.close(J)V 0x0000003fd91541b8: istate->_mdx = 0x0000000000000000 0x0000003fd91541c0: istate->_stack = 0x0000003fd9154188 0x0000003fd91541c8: istate->_msg = 0x0000000000000002 0x0000003fd91541d0: istate->_result = 0x0000000000000000 0x0000003fd91541d8: (istate->_result) = 0x0000003fd20001a0 0x0000003fd91541e0: (istate->_result) = 0x0000000000000000 0x0000003fd91541e8: istate->_prev_link = 0x0000000000000000 0x0000003fd91541f0: istate->_oop_temp = 0x0000000000000000 0x0000003fd91541f8: istate->_stack_base = 0x0000003fd9154190 0x0000003fd9154200: istate->_stack_limit = 0x0000003fd9154188 0x0000003fd9154208: istate->_monitor_base = 0x0000003fd9154190 0x0000003fd9154210: istate->_self_link = 0x0000003fd9154190 0x0000003fd9154218: frame_type = INTERPRETER_FRAME 0x0000003fd9154220: next_frame = 0x0000003fd91542e0 0x0000003fd9154228: local[2] = 0x0000003fd4179310 0x0000003fd9154230: local[1] = 0x0000003fc24efdd8 0x0000003fd9154238: local[0] = 0x0000003fc24efdd8 0x0000003fd9154240: monitor[0]->_lock = 0x0000000000000009 0x0000003fd9154248: monitor[0]->_obj = 0x0000003fc24efdd8 0x0000003fd9154250: istate->_thread = 0x0000003fd404b270 0x0000003fd9154258: istate->_bcp = 0x0000003fd89e4a32 (bci 170) 0x0000003fd9154260: istate->_locals = 0x0000003fd91542f8 0x0000003fd9154268: istate->_constants = 0x0000003fd89e6048 0x0000003fd9154270: istate->_method = jep.Jep.close()V 0x0000003fd9154278: istate->_mdx = 0x0000000000000000 0x0000003fd9154280: istate->_stack = 0x0000003fd9154220 0x0000003fd9154288: istate->_msg = 0x0000000000000008 0x0000003fd9154290: istate->_result = 0x0000003fd89e4b08 0x0000003fd9154298: (istate->_result) = 0x0000003fd2000218 0x0000003fd91542a0: (istate->_result) = 0x0000003f00000003 0x0000003fd91542a8: istate->_prev_link = 0x0000000000000000 0x0000003fd91542b0: istate->_oop_temp = 0x0000000000000000 0x0000003fd91542b8: istate->_stack_base = 0x0000003fd9154240 0x0000003fd91542c0: istate->_stack_limit = 0x0000003fd9154210 0x0000003fd91542c8: istate->_monitor_base = 0x0000003fd9154250 0x0000003fd91542d0: istate->_self_link = 0x0000003fd9154250 0x0000003fd91542d8: frame_type = INTERPRETER_FRAME 0x0000003fd91542e0: next_frame = 0x0000003fd9154390 0x0000003fd91542e8: local[2] = 0x0000003fc23a3fa8 0x0000003fd91542f0: local[1] = 0x0000003fc23a3f08 0x0000003fd91542f8: local[0] = 0x0000003fc24efdd8 0x0000003fd9154300: istate->_thread = 0x0000003fd404b270 0x0000003fd9154308: istate->_bcp = 0x0000003fd89dd56d (bci 85) 0x0000003fd9154310: istate->_locals = 0x0000003fd91543c0 0x0000003fd9154318: istate->_constants = 0x0000003fd89df2e8 0x0000003fd9154320: istate->_method = jep.test.TestGetJPyObject.main([Ljava/lang/String;)V 0x0000003fd9154328: istate->_mdx = 0x0000000000000000 0x0000003fd9154330: istate->_stack = 0x0000003fd91542f0 0x0000003fd9154338: istate->_msg = 0x0000003f00000008 0x0000003fd9154340: istate->_result = 0x0000003fd89e4a68 0x0000003fd9154348: (istate->_result) = 0x0000003fd20001a8 0x0000003fd9154350: (istate->_result) = 0x0000003f00000005 0x0000003fd9154358: istate->_prev_link = 0x0000000000000000 0x0000003fd9154360: istate->_oop_temp = 0x0000000000000000 0x0000003fd9154368: istate->_stack_base = 0x0000003fd9154300 0x0000003fd9154370: istate->_stack_limit = 0x0000003fd91542e0 0x0000003fd9154378: istate->_monitor_base = 0x0000003fd9154300 0x0000003fd9154380: istate->_self_link = 0x0000003fd9154300 0x0000003fd9154388: frame_type = INTERPRETER_FRAME 0x0000003fd9154390: next_frame = 0x0000003fd91543d8 0x0000003fd9154398: local[5] = 0x0000000000000000 0x0000003fd91543a0: local[4] = 0x0000000000000000 0x0000003fd91543a8: local[3] = 0x0000000000000000 0x0000003fd91543b0: local[2] = 0x0000000000000000 0x0000003fd91543b8: local[1] = 0x0000003fc24efdd8 0x0000003fd91543c0: local[0] = 0x0000003fc24efe50 0x0000003fd91543c8: call_wrapper = 0x0000003fd91544a8 0x0000003fd91543d0: frame_type = ENTRY_FRAME 0x0000003fd91543d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fd4177c50 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484704, stack(0x0000003fc1668000,0x0000003fc17e8000)] 0x0000003fd410f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484702, stack(0x0000003fc1b80000,0x0000003fc1d00000)] 0x0000003fd40fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484701, stack(0x0000003fc1d00000,0x0000003fc1e80000)] 0x0000003fd40d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484700, stack(0x0000003fc1e80000,0x0000003fc2000000)] 0x0000003fd40d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484699, stack(0x0000003fd8043000,0x0000003fd81c3000)] =>0x0000003fd404b270 JavaThread "main" [_thread_in_native, id=484697, stack(0x0000003fd8fd7000,0x0000003fd9156000)] Other Threads: 0x0000003fd40c8890 VMThread [stack: 0x0000003fd81c5000,0x0000003fd82c4000] [id=484698] 0x0000003fd4111340 WatcherThread [stack: 0x0000003fc1a81000,0x0000003fc1b80000] [id=484703] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 4240K [0x0000003fc2000000, 0x0000003fc2550000, 0x0000003fc7550000) eden space 4416K, 84% used [0x0000003fc2000000, 0x0000003fc23a4278, 0x0000003fc2450000) from space 512K, 100% used [0x0000003fc24d0000, 0x0000003fc2550000, 0x0000003fc2550000) to space 512K, 0% used [0x0000003fc2450000, 0x0000003fc2450000, 0x0000003fc24d0000) tenured generation total 10944K, used 442K [0x0000003fc7550000, 0x0000003fc8000000, 0x0000003fd2000000) the space 10944K, 4% used [0x0000003fc7550000, 0x0000003fc75be870, 0x0000003fc75bea00, 0x0000003fc8000000) Metaspace used 3565K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fd8e31000,0x0000003fd8eb2000] byte_map_base: 0x0000003fb9021000 Polling page: 0x0000003fd9b91000 CodeCache: size=32768Kb used=86Kb max_used=86Kb free=32681Kb bounds [0x0000003fd2000000, 0x0000003fd2028000, 0x0000003fd4000000] total_blobs=169 nmethods=0 adapters=161 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 9.767 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4416K [0x0000003fc2000000, 0x0000003fc2550000, 0x0000003fc7550000) eden space 4416K, 100% used [0x0000003fc2000000, 0x0000003fc2450000, 0x0000003fc2450000) from space 512K, 0% used [0x0000003fc2450000, 0x0000003fc2450000, 0x0000003fc24d0000) to space 512K, 0% used [0x0000003fc24d0000, 0x0000003fc24d0000, 0x0000003fc2550000) tenured generation total 10944K, used 0K [0x0000003fc7550000, 0x0000003fc8000000, 0x0000003fd2000000) the space 10944K, 0% used [0x0000003fc7550000, 0x0000003fc7550000, 0x0000003fc7550200, 0x0000003fc8000000) Metaspace used 3388K, capacity 4240K, committed 4352K, reserved 8192K Event: 9.845 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 512K [0x0000003fc2000000, 0x0000003fc2550000, 0x0000003fc7550000) eden space 4416K, 0% used [0x0000003fc2000000, 0x0000003fc2000000, 0x0000003fc2450000) from space 512K, 100% used [0x0000003fc24d0000, 0x0000003fc2550000, 0x0000003fc2550000) to space 512K, 0% used [0x0000003fc2450000, 0x0000003fc2450000, 0x0000003fc24d0000) tenured generation total 10944K, used 442K [0x0000003fc7550000, 0x0000003fc8000000, 0x0000003fd2000000) the space 10944K, 4% used [0x0000003fc7550000, 0x0000003fc75be870, 0x0000003fc75bea00, 0x0000003fc8000000) 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: 0.970 Thread 0x0000003fd404b270 Exception (0x0000003fc200b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.974 Thread 0x0000003fd404b270 Exception (0x0000003fc200bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 5.243 Thread 0x0000003fd404b270 Exception (0x0000003fc2140b90) 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: 5.244 Thread 0x0000003fd404b270 Exception (0x0000003fc2140e70) 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: 5.270 Thread 0x0000003fd404b270 Exception (0x0000003fc2143c60) 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: 5.271 Thread 0x0000003fd404b270 Exception (0x0000003fc2143f40) 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: 5.282 Thread 0x0000003fd404b270 Exception (0x0000003fc2144ed8) 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: 5.283 Thread 0x0000003fd404b270 Exception (0x0000003fc21451b8) 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: 5.300 Thread 0x0000003fd404b270 Exception (0x0000003fc2146360) 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: 5.301 Thread 0x0000003fd404b270 Exception (0x0000003fc2146640) 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: 5.306 Thread 0x0000003fd404b270 Exception (0x0000003fc21474c0) 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: 5.307 Thread 0x0000003fd404b270 Exception (0x0000003fc21477a0) 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: 18.935 Thread 0x0000003fd404b270 Exception (0x0000003fc2329ab8) 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: 18.955 Thread 0x0000003fd404b270 Exception (0x0000003fc232af98) 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: 18.970 Thread 0x0000003fd404b270 Exception (0x0000003fc232c1d8) 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: 19.832 Thread 0x0000003fd404b270 Exception (0x0000003fc2386118) 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: 2.954 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 2.957 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 2.958 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 2.965 loading class java/lang/ClassLoaderHelper Event: 2.966 loading class java/lang/ClassLoaderHelper done Event: 2.977 loading class jep/LibraryLocator Event: 2.977 loading class jep/LibraryLocator done Event: 2.993 loading class java/lang/ProcessEnvironment Event: 2.995 loading class java/lang/ProcessEnvironment done Event: 2.997 loading class java/lang/ProcessEnvironment$Variable Event: 2.998 loading class java/lang/ProcessEnvironment$ExternalData Event: 3.000 loading class java/lang/ProcessEnvironment$ExternalData done Event: 3.000 loading class java/lang/ProcessEnvironment$Variable done Event: 3.003 loading class java/lang/ProcessEnvironment$Value Event: 3.004 loading class java/lang/ProcessEnvironment$Value done Event: 3.008 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 3.011 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 3.013 loading class java/util/Collections$UnmodifiableMap Event: 3.015 loading class java/util/Collections$UnmodifiableMap done Event: 3.063 Thread 0x0000003fd4177c50 Thread added: 0x0000003fd4177c50 Event: 3.927 loading class java/util/concurrent/locks/LockSupport Event: 3.929 loading class java/util/concurrent/locks/LockSupport done Event: 3.933 loading class sun/nio/ch/Interruptible Event: 3.934 loading class sun/nio/ch/Interruptible done Event: 4.287 loading class java/nio/ShortBuffer Event: 4.290 loading class java/nio/ShortBuffer done Event: 4.294 loading class java/nio/IntBuffer Event: 4.296 loading class java/nio/IntBuffer done Event: 4.304 loading class java/nio/DoubleBuffer Event: 4.306 loading class java/nio/DoubleBuffer done Event: 4.311 loading class java/nio/FloatBuffer Event: 4.313 loading class java/nio/FloatBuffer done Event: 4.332 loading class jep/Proxy Event: 4.333 loading class jep/Proxy done Event: 4.350 loading class java/lang/reflect/InvocationHandler Event: 4.351 loading class java/lang/reflect/InvocationHandler done Event: 4.357 loading class java/lang/IndexOutOfBoundsException Event: 4.358 loading class java/lang/IndexOutOfBoundsException done Event: 4.362 loading class java/io/IOException Event: 4.363 loading class java/io/IOException done Event: 4.370 loading class java/lang/AssertionError Event: 4.372 loading class java/lang/AssertionError done Event: 4.376 loading class jep/python/PyObject Event: 4.376 loading class jep/python/PyObject done Event: 4.387 loading class jep/JepAccess Event: 4.387 loading class jep/JepAccess done Event: 4.404 loading class jep/python/PyCallable Event: 4.404 loading class jep/python/PyCallable done Event: 4.417 loading class jep/NDArray Event: 4.417 loading class jep/NDArray done Event: 4.428 loading class jep/AbstractNDArray Event: 4.428 loading class jep/AbstractNDArray done Event: 4.447 loading class jep/DirectNDArray Event: 4.447 loading class jep/DirectNDArray done Event: 4.466 loading class java/util/regex/Pattern Event: 4.474 loading class java/util/regex/Pattern done Event: 4.477 loading class java/util/regex/Pattern$4 Event: 4.478 loading class java/util/regex/Pattern$Node Event: 4.479 loading class java/util/regex/Pattern$Node done Event: 4.480 loading class java/util/regex/Pattern$4 done Event: 4.482 loading class java/util/regex/Pattern$LastNode Event: 4.483 loading class java/util/regex/Pattern$LastNode done Event: 4.486 loading class java/util/regex/Pattern$GroupHead Event: 4.487 loading class java/util/regex/Pattern$GroupHead done Event: 4.488 loading class java/util/regex/Pattern$Single Event: 4.489 loading class java/util/regex/Pattern$BmpCharProperty Event: 4.490 loading class java/util/regex/Pattern$CharProperty Event: 4.492 loading class java/util/regex/Pattern$CharProperty done Event: 4.492 loading class java/util/regex/Pattern$BmpCharProperty done Event: 4.492 loading class java/util/regex/Pattern$Single done Event: 4.495 loading class java/util/regex/Pattern$Slice Event: 4.497 loading class java/util/regex/Pattern$SliceNode Event: 4.498 loading class java/util/regex/Pattern$SliceNode done Event: 4.498 loading class java/util/regex/Pattern$Slice done Event: 4.498 loading class java/util/regex/Pattern$Begin Event: 4.500 loading class java/util/regex/Pattern$Begin done Event: 4.500 loading class java/util/regex/Pattern$First Event: 4.501 loading class java/util/regex/Pattern$First done Event: 4.501 loading class java/util/regex/Pattern$Start Event: 4.502 loading class java/util/regex/Pattern$Start done Event: 4.504 loading class java/util/regex/Pattern$TreeInfo Event: 4.505 loading class java/util/regex/Pattern$TreeInfo done Event: 4.507 loading class java/util/regex/Matcher Event: 4.508 loading class java/util/regex/MatchResult Event: 4.509 loading class java/util/regex/MatchResult done Event: 4.511 loading class java/util/regex/Matcher done Event: 4.562 loading class jep/ClassList Event: 4.562 loading class jep/ClassList done Event: 4.589 loading class java/net/URISyntaxException Event: 4.591 loading class java/net/URISyntaxException done Event: 4.594 loading class java/io/FilenameFilter Event: 4.596 loading class java/io/FilenameFilter done Event: 4.604 loading class java/util/LinkedList Event: 4.608 loading class java/util/AbstractSequentialList Event: 4.610 loading class java/util/AbstractSequentialList done Event: 4.612 loading class java/util/LinkedList done Event: 4.618 loading class java/util/LinkedList$Node Event: 4.620 loading class java/util/LinkedList$Node done Event: 4.672 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.674 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.676 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.677 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 4.769 loading class java/util/WeakHashMap$EntrySet Event: 4.773 loading class java/util/WeakHashMap$EntrySet done Event: 4.775 loading class java/util/WeakHashMap$EntryIterator Event: 4.777 loading class java/util/WeakHashMap$HashIterator Event: 4.780 loading class java/util/WeakHashMap$HashIterator done Event: 4.781 loading class java/util/WeakHashMap$EntryIterator done Event: 4.787 loading class java/util/HashMap$EntrySet Event: 4.790 loading class java/util/HashMap$EntrySet done Event: 4.792 loading class java/util/HashMap$EntryIterator Event: 4.794 loading class java/util/HashMap$HashIterator Event: 4.795 loading class java/util/HashMap$HashIterator done Event: 4.796 loading class java/util/HashMap$EntryIterator done Event: 4.923 loading class java/lang/Package$1 Event: 4.925 loading class java/lang/Package$1 done Event: 4.932 loading class java/util/jar/JarInputStream Event: 4.933 loading class java/util/zip/ZipInputStream Event: 4.935 loading class java/util/zip/ZipInputStream done Event: 4.936 loading class java/util/jar/JarInputStream done Event: 4.938 loading class java/io/PushbackInputStream Event: 4.940 loading class java/io/PushbackInputStream done Event: 4.942 loading class java/util/zip/CRC32 Event: 4.942 loading class java/util/zip/Checksum Event: 4.943 loading class java/util/zip/Checksum done Event: 4.944 loading class java/util/zip/CRC32 done Event: 4.947 loading class java/util/zip/ZipUtils Event: 4.949 loading class java/util/zip/ZipUtils done Event: 4.954 loading class java/io/ByteArrayOutputStream Event: 4.956 loading class java/io/ByteArrayOutputStream done Event: 5.102 loading class java/util/HashMap$Values Event: 5.104 loading class java/util/HashMap$Values done Event: 5.106 loading class java/util/HashMap$ValueIterator Event: 5.107 loading class java/util/HashMap$ValueIterator done Event: 5.121 loading class sun/misc/Launcher$BootClassPathHolder Event: 5.122 loading class sun/misc/Launcher$BootClassPathHolder done Event: 5.123 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 5.124 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 5.232 loading class java/io/FileNotFoundException Event: 5.234 loading class java/io/FileNotFoundException done Event: 5.237 loading class java/security/PrivilegedActionException Event: 5.240 loading class java/security/PrivilegedActionException done Event: 5.284 loading class java/net/URLClassLoader$2 Event: 5.286 loading class java/net/URLClassLoader$2 done Event: 5.430 loading class sun/net/www/protocol/jar/JarURLConnection Event: 5.432 loading class java/net/JarURLConnection Event: 5.434 loading class java/net/JarURLConnection done Event: 5.434 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 5.436 loading class sun/net/www/protocol/jar/JarFileFactory Event: 5.437 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 5.438 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 5.439 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 5.446 loading class sun/net/www/protocol/jar/URLJarFile Event: 5.448 loading class sun/net/www/protocol/jar/URLJarFile done Event: 5.457 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 5.458 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 5.460 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 5.461 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 5.477 loading class java/util/ArrayList$SubList Event: 5.479 loading class java/util/ArrayList$SubList done Event: 5.482 loading class java/util/ArrayList$SubList$1 Event: 5.483 loading class java/util/ListIterator Event: 5.484 loading class java/util/ListIterator done Event: 5.485 loading class java/util/ArrayList$SubList$1 done Event: 9.763 Executing VM operation: GenCollectForAllocation Event: 9.846 Executing VM operation: GenCollectForAllocation done Event: 14.527 loading class java/lang/reflect/Proxy Event: 14.531 loading class java/lang/reflect/Proxy done Event: 14.534 loading class java/lang/reflect/WeakCache Event: 14.536 loading class java/lang/reflect/WeakCache done Event: 14.538 loading class java/lang/reflect/Proxy$KeyFactory Event: 14.540 loading class java/util/function/BiFunction Event: 14.542 loading class java/util/function/BiFunction done Event: 14.544 loading class java/lang/reflect/Proxy$KeyFactory done Event: 14.547 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 14.550 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 18.873 loading class jep/python/PyPointer Event: 18.874 loading class jep/python/PyPointer done Event: 18.992 loading class java/lang/Long$LongCache Event: 18.994 loading class java/lang/Long$LongCache done Event: 19.013 Thread 0x0000003fd4575bf0 Thread added: 0x0000003fd4575bf0 Event: 19.040 Thread 0x0000003fd4575bf0 Thread exited: 0x0000003fd4575bf0 Event: 19.051 loading class jep/python/InvocationHandler Event: 19.051 loading class jep/python/InvocationHandler done Event: 19.065 loading class java/lang/reflect/WeakCache$CacheKey Event: 19.066 loading class java/lang/reflect/WeakCache$CacheKey done Event: 19.069 loading class java/lang/reflect/Proxy$Key1 Event: 19.071 loading class java/lang/reflect/Proxy$Key1 done Event: 19.072 loading class java/lang/reflect/WeakCache$Factory Event: 19.073 loading class java/util/function/Supplier Event: 19.074 loading class java/util/function/Supplier done Event: 19.075 loading class java/lang/reflect/WeakCache$Factory done Event: 19.082 loading class sun/misc/ProxyGenerator Event: 19.086 loading class sun/misc/ProxyGenerator done Event: 19.089 loading class sun/security/action/GetBooleanAction Event: 19.091 loading class sun/security/action/GetBooleanAction done Event: 19.095 loading class sun/misc/ProxyGenerator$ConstantPool Event: 19.097 loading class sun/misc/ProxyGenerator$ConstantPool done Event: 19.101 loading class sun/misc/ProxyGenerator$ProxyMethod Event: 19.103 loading class sun/misc/ProxyGenerator$ProxyMethod done Event: 19.116 loading class java/util/Spliterator Event: 19.118 loading class java/util/Spliterator done Event: 19.118 loading class java/util/stream/Stream Event: 19.120 loading class java/util/stream/BaseStream Event: 19.121 loading class java/util/stream/BaseStream done Event: 19.122 loading class java/util/stream/Stream done Event: 19.123 loading class java/util/function/Predicate Event: 19.124 loading class java/util/function/Predicate done Event: 19.126 loading class java/util/function/Consumer Event: 19.127 loading class java/util/function/Consumer done Event: 19.183 loading class java/util/ArrayList$Itr Event: 19.185 loading class java/util/ArrayList$Itr done Event: 19.202 loading class sun/misc/ProxyGenerator$MethodInfo Event: 19.203 loading class sun/misc/ProxyGenerator$MethodInfo done Event: 19.206 loading class sun/misc/ProxyGenerator$ConstantPool$ValueEntry Event: 19.207 loading class sun/misc/ProxyGenerator$ConstantPool$Entry Event: 19.208 loading class sun/misc/ProxyGenerator$ConstantPool$Entry done Event: 19.209 loading class sun/misc/ProxyGenerator$ConstantPool$ValueEntry done Event: 19.212 loading class java/io/DataOutputStream Event: 19.214 loading class java/io/DataOutput Event: 19.215 loading class java/io/DataOutput done Event: 19.216 loading class java/io/DataOutputStream done Event: 19.220 loading class sun/misc/ProxyGenerator$ConstantPool$IndirectEntry Event: 19.221 loading class sun/misc/ProxyGenerator$ConstantPool$IndirectEntry done Event: 19.224 loading class sun/misc/ProxyGenerator$FieldInfo Event: 19.225 loading class sun/misc/ProxyGenerator$FieldInfo done Event: 19.228 loading class sun/misc/ProxyGenerator$PrimitiveTypeInfo Event: 19.230 loading class sun/misc/ProxyGenerator$PrimitiveTypeInfo done Event: 19.254 loading class sun/misc/ProxyGenerator$ExceptionTableEntry Event: 19.256 loading class sun/misc/ProxyGenerator$ExceptionTableEntry done Event: 19.717 loading class java/lang/reflect/WeakCache$CacheValue Event: 19.718 loading class java/lang/reflect/WeakCache$Value Event: 19.718 loading class java/lang/reflect/WeakCache$Value done Event: 19.720 loading class java/lang/reflect/WeakCache$CacheValue done Event: 19.764 loading class java/lang/NoSuchMethodException Event: 19.765 loading class java/lang/NoSuchMethodException done Event: 19.837 loading class jep/test/TestGetJPyObject$PyInt Event: 19.837 loading class jep/test/TestGetJPyObject$PyInt done Event: 19.937 loading class java/lang/reflect/Proxy$1 Event: 19.939 loading class java/lang/reflect/Proxy$1 done Event: 19.950 loading class jep/test/TestGetJPyObject$PyInt2 Event: 19.950 loading class jep/test/TestGetJPyObject$PyInt2 done Event: 20.057 loading class java/lang/Byte$ByteCache Event: 20.059 loading class java/lang/Byte$ByteCache done Event: 20.072 loading class java/lang/reflect/WeakCache$LookupValue Event: 20.073 loading class java/lang/reflect/WeakCache$LookupValue done Event: 20.093 loading class java/util/IdentityHashMap$KeyIterator Event: 20.094 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 20.096 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 20.097 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ad40cb000-2ad40cc000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ad40cc000-2ad40cd000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ad40cd000-2ad40ce000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2b0807e000-2b0809f000 rw-p 00000000 00:00 0 [heap] 3f98000000-3f98021000 rw-p 00000000 00:00 0 3f98021000-3f9c000000 ---p 00000000 00:00 0 3f9c2f1000-3f9c2f4000 ---p 00000000 00:00 0 3f9c2f4000-3f9c542000 rw-p 00000000 00:00 0 3f9c542000-3f9c5b3000 r-xp 00000000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9c5b3000-3f9c5b4000 ---p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9c5b4000-3f9c5b5000 r--p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9c5b5000-3f9c5d9000 rw-p 00072000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f9c5d9000-3f9c5db000 rw-p 00000000 00:00 0 3f9c5db000-3f9c7cb000 r-xp 00000000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9c7cb000-3f9c7cc000 ---p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9c7cc000-3f9c7f4000 r--p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9c7f4000-3f9c7f9000 rw-p 00218000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f9c7f9000-3fa07fd000 rw-p 00000000 00:00 0 3fa07fd000-3fa07fe000 ---p 00000000 00:00 0 3fa07fe000-3fa2ffe000 rw-p 00000000 00:00 0 3fa2ffe000-3fa2fff000 ---p 00000000 00:00 0 3fa2fff000-3fa37ff000 rw-p 00000000 00:00 0 3fa37ff000-3fa3800000 ---p 00000000 00:00 0 3fa3800000-3fa4000000 rw-p 00000000 00:00 0 3fa4000000-3fa4021000 rw-p 00000000 00:00 0 3fa4021000-3fa8000000 ---p 00000000 00:00 0 3fa8000000-3fa8090000 rw-p 00000000 00:00 0 3fa8090000-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 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 3fc0005000-3fc0045000 rw-p 00000000 00:00 0 3fc007a000-3fc0083000 r-xp 00000000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc0083000-3fc0084000 r--p 00008000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc0084000-3fc0085000 rw-p 00009000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc0085000-3fc0086000 rw-p 00000000 00:00 0 3fc0086000-3fc0092000 r-xp 00000000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc0092000-3fc0093000 r--p 0000b000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc0093000-3fc0095000 rw-p 0000c000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc0095000-3fc00a2000 r-xp 00000000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc00a2000-3fc00a3000 r--p 0000c000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc00a3000-3fc00a5000 rw-p 0000d000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc00a5000-3fc00b5000 r-xp 00000000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc00b5000-3fc00b6000 r--p 0000f000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc00b6000-3fc00b8000 rw-p 00010000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc00b8000-3fc00ef000 r-xp 00000000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc00ef000-3fc00f0000 r--p 00036000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc00f0000-3fc00f2000 rw-p 00037000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc00f2000-3fc00f3000 rw-p 00000000 00:00 0 3fc00f3000-3fc00f6000 r-xp 00000000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc00f6000-3fc00f7000 r--p 00002000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc00f7000-3fc00f8000 rw-p 00003000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fc00f8000-3fc00fe000 r-xp 00000000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc00fe000-3fc00ff000 r--p 00005000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc00ff000-3fc0100000 rw-p 00006000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fc0100000-3fc0102000 r-xp 00000000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc0102000-3fc0103000 ---p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc0103000-3fc0104000 r--p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc0104000-3fc0105000 rw-p 00003000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fc0105000-3fc0145000 rw-p 00000000 00:00 0 3fc0145000-3fc0152000 r-xp 00000000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc0152000-3fc0153000 ---p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc0153000-3fc0154000 r--p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc0154000-3fc0155000 rw-p 0000e000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc0155000-3fc015f000 r-xp 00000000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc015f000-3fc0160000 r--p 00009000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc0160000-3fc0162000 rw-p 0000a000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc0162000-3fc0168000 r-xp 00000000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc0168000-3fc0169000 r--p 00005000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc0169000-3fc016a000 rw-p 00006000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc016a000-3fc018c000 r-xp 00000000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc018c000-3fc018d000 r--p 00021000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc018d000-3fc018f000 rw-p 00022000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc018f000-3fc0190000 rw-p 00000000 00:00 0 3fc0190000-3fc01ad000 r-xp 00000000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc01ad000-3fc01ae000 r--p 0001c000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc01ae000-3fc01b3000 rw-p 0001d000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc01b3000-3fc0212000 r-xp 00000000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc0212000-3fc0213000 r--p 0005e000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc0213000-3fc0239000 rw-p 0005f000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc0239000-3fc027a000 rw-p 00000000 00:00 0 3fc027a000-3fc0285000 r-xp 00000000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc0285000-3fc0286000 r--p 0000a000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc0286000-3fc0287000 rw-p 0000b000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc0287000-3fc02c7000 rw-p 00000000 00:00 0 3fc02c7000-3fc02fc000 r-xp 00000000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc02fc000-3fc02fd000 ---p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc02fd000-3fc02fe000 r--p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc02fe000-3fc0301000 rw-p 00036000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc0301000-3fc0322000 r-xp 00000000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc0322000-3fc0323000 r--p 00020000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc0323000-3fc0324000 rw-p 00021000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fc0324000-3fc032b000 r-xp 00000000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fc032b000-3fc032c000 r--p 00006000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fc032c000-3fc032d000 rw-p 00007000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fc032d000-3fc033b000 r-xp 00000000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc033b000-3fc033c000 r--p 0000d000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc033c000-3fc033d000 rw-p 0000e000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fc033d000-3fc0341000 r-xp 00000000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fc0341000-3fc0342000 r--p 00003000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fc0342000-3fc0343000 rw-p 00004000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fc0343000-3fc0383000 rw-p 00000000 00:00 0 3fc0383000-3fc038a000 r-xp 00000000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fc038a000-3fc038b000 r--p 00006000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fc038b000-3fc038c000 rw-p 00007000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fc038c000-3fc040c000 rw-p 00000000 00:00 0 3fc040c000-3fc0429000 r-xp 00000000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc0429000-3fc042a000 r--p 0001c000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc042a000-3fc042b000 rw-p 0001d000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc042b000-3fc042c000 rw-p 00000000 00:00 0 3fc042c000-3fc042f000 r-xp 00000000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc042f000-3fc0430000 r--p 00002000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc0430000-3fc0431000 rw-p 00003000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc0431000-3fc04b1000 rw-p 00000000 00:00 0 3fc04b1000-3fc04c9000 r-xp 00000000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc04c9000-3fc04ca000 r--p 00017000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc04ca000-3fc04ce000 rw-p 00018000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc04ce000-3fc04d4000 r-xp 00000000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc04d4000-3fc04d5000 r--p 00005000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc04d5000-3fc04d6000 rw-p 00006000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc04d6000-3fc0596000 rw-p 00000000 00:00 0 3fc059a000-3fc059e000 r-xp 00000000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc059e000-3fc059f000 r--p 00003000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc059f000-3fc05a0000 rw-p 00004000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc05a0000-3fc05a3000 r-xp 00000000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc05a3000-3fc05a4000 r--p 00002000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc05a4000-3fc05a5000 rw-p 00003000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc05a5000-3fc05be000 r-xp 00000000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc05be000-3fc05bf000 r--p 00018000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc05bf000-3fc05c1000 rw-p 00019000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc05c1000-3fc0701000 rw-p 00000000 00:00 0 3fc074a000-3fc078a000 rw-p 00000000 00:00 0 3fc078a000-3fc079c000 r-xp 00000000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc079c000-3fc079d000 ---p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc079d000-3fc079e000 r--p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc079e000-3fc07a1000 rw-p 00013000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc07a1000-3fc07ac000 r-xp 00000000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc07ac000-3fc07ad000 r--p 0000a000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc07ad000-3fc07ae000 rw-p 0000b000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc07ae000-3fc08ca000 r-xp 00000000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fc08ca000-3fc08cb000 ---p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fc08cb000-3fc08cc000 r--p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fc08cc000-3fc08ce000 rw-p 0011d000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fc08ce000-3fc104f000 r-xp 00000000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fc104f000-3fc1055000 r--p 00780000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fc1055000-3fc105f000 rw-p 00786000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fc105f000-3fc106a000 rw-p 00000000 00:00 0 3fc106a000-3fc1266000 r-xp 00000000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fc1266000-3fc1268000 r--p 001fc000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fc1268000-3fc1285000 rw-p 001fe000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fc1285000-3fc1365000 rw-p 00000000 00:00 0 3fc1365000-3fc1370000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fc1370000-3fc1383000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fc1383000-3fc1503000 rw-p 00000000 00:00 0 3fc1503000-3fc1519000 r-xp 00000000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc1519000-3fc151a000 r--p 00015000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc151a000-3fc151c000 rw-p 00016000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc151c000-3fc1526000 r-xp 00000000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc1526000-3fc1527000 r--p 00009000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc1527000-3fc1528000 rw-p 0000a000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc1528000-3fc1668000 rw-p 00000000 00:00 0 3fc1668000-3fc166b000 ---p 00000000 00:00 0 3fc166b000-3fc17e8000 rw-p 00000000 00:00 0 3fc17e8000-3fc1a21000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc1a21000-3fc1a26000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc1a26000-3fc1a5d000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc1a5d000-3fc1a7f000 rw-p 00000000 00:00 0 3fc1a7f000-3fc1a80000 ---p 00000000 00:00 0 3fc1a80000-3fc1b80000 rw-p 00000000 00:00 0 3fc1b80000-3fc1b83000 ---p 00000000 00:00 0 3fc1b83000-3fc1d00000 rw-p 00000000 00:00 0 3fc1d00000-3fc1d03000 ---p 00000000 00:00 0 3fc1d03000-3fc1e80000 rw-p 00000000 00:00 0 3fc1e80000-3fc1e83000 ---p 00000000 00:00 0 3fc1e83000-3fc2550000 rw-p 00000000 00:00 0 3fc2550000-3fc7550000 ---p 00000000 00:00 0 3fc7550000-3fc8000000 rw-p 00000000 00:00 0 3fc8000000-3fd2000000 ---p 00000000 00:00 0 3fd2000000-3fd2028000 rwxp 00000000 00:00 0 3fd2028000-3fd4000000 ---p 00000000 00:00 0 3fd4000000-3fd4588000 rw-p 00000000 00:00 0 3fd4588000-3fd8000000 ---p 00000000 00:00 0 3fd8000000-3fd8001000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fd8001000-3fd8007000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fd8007000-3fd800b000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd800b000-3fd800c000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd800c000-3fd800d000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fd800d000-3fd800f000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd800f000-3fd8010000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd8010000-3fd8011000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fd8011000-3fd803a000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd803a000-3fd803b000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd803b000-3fd803f000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fd803f000-3fd8041000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fd8041000-3fd8043000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fd8043000-3fd8046000 ---p 00000000 00:00 0 3fd8046000-3fd81c3000 rw-p 00000000 00:00 0 3fd81c3000-3fd81c4000 ---p 00000000 00:00 0 3fd81c4000-3fd8312000 rw-p 00000000 00:00 0 3fd8312000-3fd84e2000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fd84e2000-3fd8a1b000 rw-p 00000000 00:00 0 3fd8a1b000-3fd8ddb000 ---p 00000000 00:00 0 3fd8ddb000-3fd8de1000 rw-p 00000000 00:00 0 3fd8de1000-3fd8e31000 ---p 00000000 00:00 0 3fd8e31000-3fd8e34000 rw-p 00000000 00:00 0 3fd8e34000-3fd8e5b000 ---p 00000000 00:00 0 3fd8e5b000-3fd8e61000 rw-p 00000000 00:00 0 3fd8e61000-3fd8eb1000 ---p 00000000 00:00 0 3fd8eb1000-3fd8ef4000 rw-p 00000000 00:00 0 3fd8ef4000-3fd8f73000 ---p 00000000 00:00 0 3fd8f73000-3fd8f7a000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd8f7a000-3fd8f7b000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd8f7b000-3fd8f7c000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd8f7c000-3fd8f7d000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fd8f7d000-3fd8f85000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484696 3fd8f85000-3fd8f8e000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd8f8e000-3fd8f8f000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd8f8f000-3fd8f90000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fd8f90000-3fd8f96000 rw-p 00000000 00:00 0 3fd8f96000-3fd8fbb000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd8fbb000-3fd8fbc000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd8fbc000-3fd8fbe000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fd8fbe000-3fd8fca000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd8fca000-3fd8fcc000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd8fcc000-3fd8fcd000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fd8fcd000-3fd8fd3000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd8fd3000-3fd8fd4000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd8fd4000-3fd8fd5000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fd8fd5000-3fd8fd6000 ---p 00000000 00:00 0 3fd8fd6000-3fd8fd7000 rw-p 00000000 00:00 0 3fd8fd7000-3fd8fda000 ---p 00000000 00:00 0 3fd8fda000-3fd9156000 rw-p 00000000 00:00 0 3fd9156000-3fd9169000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd9169000-3fd916a000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd916a000-3fd916b000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fd916b000-3fd9171000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd9171000-3fd9172000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd9172000-3fd9173000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fd9173000-3fd91fd000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd91fd000-3fd91fe000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd91fe000-3fd91ff000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fd91ff000-3fd93a5000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd93a5000-3fd93a6000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd93a6000-3fd93b0000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd93b0000-3fd93b4000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fd93b4000-3fd93b8000 rw-p 00000000 00:00 0 3fd93b8000-3fd99b2000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd99b2000-3fd99cb000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd99cb000-3fd99eb000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fd99eb000-3fd9a04000 rw-p 00000000 00:00 0 3fd9a04000-3fd9a1b000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd9a1b000-3fd9a1c000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd9a1c000-3fd9a1d000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fd9a1d000-3fd9a21000 rw-p 00000000 00:00 0 3fd9a21000-3fd9a23000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd9a23000-3fd9a24000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd9a24000-3fd9a25000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd9a25000-3fd9a26000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fd9a26000-3fd9a39000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd9a39000-3fd9a3a000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd9a3a000-3fd9a3b000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fd9a3b000-3fd9b5a000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd9b5a000-3fd9b5d000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd9b5d000-3fd9b60000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fd9b60000-3fd9b63000 rw-p 00000000 00:00 0 3fd9b63000-3fd9b70000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd9b70000-3fd9b71000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd9b71000-3fd9b72000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fd9b72000-3fd9b74000 rw-p 00000000 00:00 0 3fd9b74000-3fd9b76000 r-xp 00000000 00:00 0 [vdso] 3fd9b76000-3fd9b91000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fd9b91000-3fd9b92000 r--p 00000000 00:00 0 3fd9b92000-3fd9b93000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fd9b93000-3fd9b95000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffcc2000-3fffce3000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:3.86 2.17 1.60 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6075944 kB MemAvailable: 7732036 kB Buffers: 238116 kB Cached: 1391676 kB SwapCached: 0 kB Active: 987368 kB Inactive: 832020 kB Active(anon): 192972 kB Inactive(anon): 168 kB Active(file): 794396 kB Inactive(file): 831852 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 160 kB Writeback: 0 kB AnonPages: 189644 kB Mapped: 211652 kB Shmem: 3504 kB KReclaimable: 120112 kB Slab: 200744 kB SReclaimable: 120112 kB SUnreclaim: 80632 kB KernelStack: 1320 kB PageTables: 2856 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 842356 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19712 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6075944k 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: Mon Jun 8 08:44:24 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=484715, tid=0x0000003fe29cd160 # 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.484715 # # 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 (0x0000003fdc04b270): JavaThread "main" [_thread_in_native, id=484716, stack(0x0000003fe284f000,0x0000003fe29ce000)] Stack: [0x0000003fe284f000,0x0000003fe29ce000], sp=0x0000003fe2911690, free space=777k Java frames: 0x0000003fe29cc170: unboxed parameter[1] = 0x0000003fe29cc238 0x0000003fe29cc178: parameter[0] (JNIEnv) = 0x0000003fe2911f58 0x0000003fe29cc180: parameter[1] (this) = 0x0000003fe29cc170 0x0000003fe29cc188: parameter[2] = 0x0000003fe29cc228 0x0000003fe29cc190: istate->_thread = 0x0000003fdc04b270 0x0000003fe29cc198: istate->_bcp = 0x0000000000000000 0x0000003fe29cc1a0: istate->_locals = 0x0000003fe29cc238 0x0000003fe29cc1a8: istate->_constants = 0x0000003fcbc089c0 0x0000003fe29cc1b0: istate->_method = jep.Jep.close(J)V 0x0000003fe29cc1b8: istate->_mdx = 0x0000000000000000 0x0000003fe29cc1c0: istate->_stack = 0x0000003fe29cc188 0x0000003fe29cc1c8: istate->_msg = 0x0000000000000002 0x0000003fe29cc1d0: istate->_result = 0x0000000000000000 0x0000003fe29cc1d8: (istate->_result) = 0x0000003fe07eb1a0 0x0000003fe29cc1e0: (istate->_result) = 0x0000000000000000 0x0000003fe29cc1e8: istate->_prev_link = 0x0000000000000000 0x0000003fe29cc1f0: istate->_oop_temp = 0x0000000000000000 0x0000003fe29cc1f8: istate->_stack_base = 0x0000003fe29cc190 0x0000003fe29cc200: istate->_stack_limit = 0x0000003fe29cc188 0x0000003fe29cc208: istate->_monitor_base = 0x0000003fe29cc190 0x0000003fe29cc210: istate->_self_link = 0x0000003fe29cc190 0x0000003fe29cc218: frame_type = INTERPRETER_FRAME 0x0000003fe29cc220: next_frame = 0x0000003fe29cc2e0 0x0000003fe29cc228: local[2] = 0x0000003fdc174ce0 0x0000003fe29cc230: local[1] = 0x0000003fcc4efaa0 0x0000003fe29cc238: local[0] = 0x0000003fcc4efaa0 0x0000003fe29cc240: monitor[0]->_lock = 0x0000000000000009 0x0000003fe29cc248: monitor[0]->_obj = 0x0000003fcc4efaa0 0x0000003fe29cc250: istate->_thread = 0x0000003fdc04b270 0x0000003fe29cc258: istate->_bcp = 0x0000003fcbc06b02 (bci 170) 0x0000003fe29cc260: istate->_locals = 0x0000003fe29cc2f8 0x0000003fe29cc268: istate->_constants = 0x0000003fcbc089c0 0x0000003fe29cc270: istate->_method = jep.Jep.close()V 0x0000003fe29cc278: istate->_mdx = 0x0000000000000000 0x0000003fe29cc280: istate->_stack = 0x0000003fe29cc220 0x0000003fe29cc288: istate->_msg = 0x0000003f00000008 0x0000003fe29cc290: istate->_result = 0x0000003fcbc06bd8 0x0000003fe29cc298: (istate->_result) = 0x0000003fe07eb218 0x0000003fe29cc2a0: (istate->_result) = 0x0000003f00000003 0x0000003fe29cc2a8: istate->_prev_link = 0x0000000000000000 0x0000003fe29cc2b0: istate->_oop_temp = 0x0000000000000000 0x0000003fe29cc2b8: istate->_stack_base = 0x0000003fe29cc240 0x0000003fe29cc2c0: istate->_stack_limit = 0x0000003fe29cc210 0x0000003fe29cc2c8: istate->_monitor_base = 0x0000003fe29cc250 0x0000003fe29cc2d0: istate->_self_link = 0x0000003fe29cc250 0x0000003fe29cc2d8: frame_type = INTERPRETER_FRAME 0x0000003fe29cc2e0: next_frame = 0x0000003fe29cc390 0x0000003fe29cc2e8: local[2] = 0x0000003fcc31c7d0 0x0000003fe29cc2f0: local[1] = 0x0000003fcc31c730 0x0000003fe29cc2f8: local[0] = 0x0000003fcc4efaa0 0x0000003fe29cc300: istate->_thread = 0x0000003fdc04b270 0x0000003fe29cc308: istate->_bcp = 0x0000003fcbc00506 (bci 166) 0x0000003fe29cc310: istate->_locals = 0x0000003fe29cc3c0 0x0000003fe29cc318: istate->_constants = 0x0000003fcbc01200 0x0000003fe29cc320: istate->_method = jep.test.TestGetTempValue.main([Ljava/lang/String;)V 0x0000003fe29cc328: istate->_mdx = 0x0000000000000000 0x0000003fe29cc330: istate->_stack = 0x0000003fe29cc2f0 0x0000003fe29cc338: istate->_msg = 0x0000003f00000008 0x0000003fe29cc340: istate->_result = 0x0000003fcbc06b38 0x0000003fe29cc348: (istate->_result) = 0x0000003fe07eb1a8 0x0000003fe29cc350: (istate->_result) = 0x0000003f00000005 0x0000003fe29cc358: istate->_prev_link = 0x0000000000000000 0x0000003fe29cc360: istate->_oop_temp = 0x0000000000000000 0x0000003fe29cc368: istate->_stack_base = 0x0000003fe29cc300 0x0000003fe29cc370: istate->_stack_limit = 0x0000003fe29cc2d0 0x0000003fe29cc378: istate->_monitor_base = 0x0000003fe29cc300 0x0000003fe29cc380: istate->_self_link = 0x0000003fe29cc300 0x0000003fe29cc388: frame_type = INTERPRETER_FRAME 0x0000003fe29cc390: next_frame = 0x0000003fe29cc3d8 0x0000003fe29cc398: local[5] = 0x0000000000000000 0x0000003fe29cc3a0: local[4] = 0x0000000000000000 0x0000003fe29cc3a8: local[3] = 0x0000000000000000 0x0000003fe29cc3b0: local[2] = 0x0000000000000000 0x0000003fe29cc3b8: local[1] = 0x0000003fcc4efaa0 0x0000003fe29cc3c0: local[0] = 0x0000003fcc4efb18 0x0000003fe29cc3c8: call_wrapper = 0x0000003fe29cc4a8 0x0000003fe29cc3d0: frame_type = ENTRY_FRAME 0x0000003fe29cc3d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fdc1735a0 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484723, stack(0x0000003fcae68000,0x0000003fcafe8000)] 0x0000003fdc10f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484721, stack(0x0000003fcb380000,0x0000003fcb500000)] 0x0000003fdc0fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484720, stack(0x0000003fcb500000,0x0000003fcb680000)] 0x0000003fdc0d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484719, stack(0x0000003fcb680000,0x0000003fcb800000)] 0x0000003fdc0d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484718, stack(0x0000003fe00bb000,0x0000003fe023b000)] =>0x0000003fdc04b270 JavaThread "main" [_thread_in_native, id=484716, stack(0x0000003fe284f000,0x0000003fe29ce000)] Other Threads: 0x0000003fdc0c8890 VMThread [stack: 0x0000003fe023d000,0x0000003fe033c000] [id=484717] 0x0000003fdc111340 WatcherThread [stack: 0x0000003fcb281000,0x0000003fcb380000] [id=484722] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 4928K, used 3698K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 72% used [0x0000003fcc000000, 0x0000003fcc31caa0, 0x0000003fcc450000) from space 512K, 99% used [0x0000003fcc4d0000, 0x0000003fcc54fff8, 0x0000003fcc550000) to space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) tenured generation total 10944K, used 431K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 3% used [0x0000003fd1550000, 0x0000003fd15bbe68, 0x0000003fd15bc000, 0x0000003fd2000000) Metaspace used 3407K, capacity 4232K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fe06a9000,0x0000003fe072a000] byte_map_base: 0x0000003fc0849000 Polling page: 0x0000003fe3409000 CodeCache: size=32768Kb used=85Kb max_used=85Kb free=32682Kb bounds [0x0000003fe07eb000, 0x0000003fe0813000, 0x0000003fe27eb000] total_blobs=166 nmethods=0 adapters=158 compilation: disabled (interpreter mode) Compilation events (0 events): No events GC Heap History (2 events): Event: 10.420 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 4928K, used 4415K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 99% used [0x0000003fcc000000, 0x0000003fcc44ffe8, 0x0000003fcc450000) from space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) to space 512K, 0% used [0x0000003fcc4d0000, 0x0000003fcc4d0000, 0x0000003fcc550000) tenured generation total 10944K, used 0K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 0% used [0x0000003fd1550000, 0x0000003fd1550000, 0x0000003fd1550200, 0x0000003fd2000000) Metaspace used 3377K, capacity 4232K, committed 4352K, reserved 8192K Event: 10.494 GC heap after Heap after GC invocations=1 (full 0): def new generation total 4928K, used 511K [0x0000003fcc000000, 0x0000003fcc550000, 0x0000003fd1550000) eden space 4416K, 0% used [0x0000003fcc000000, 0x0000003fcc000000, 0x0000003fcc450000) from space 512K, 99% used [0x0000003fcc4d0000, 0x0000003fcc54fff8, 0x0000003fcc550000) to space 512K, 0% used [0x0000003fcc450000, 0x0000003fcc450000, 0x0000003fcc4d0000) tenured generation total 10944K, used 431K [0x0000003fd1550000, 0x0000003fd2000000, 0x0000003fdc000000) the space 10944K, 3% used [0x0000003fd1550000, 0x0000003fd15bbe68, 0x0000003fd15bc000, 0x0000003fd2000000) 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.048 Thread 0x0000003fdc04b270 Exception (0x0000003fcc00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 1.049 Thread 0x0000003fdc04b270 Exception (0x0000003fcc00bcf8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/openjdk Event: 5.514 Thread 0x0000003fdc04b270 Exception (0x0000003fcc137060) 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: 5.514 Thread 0x0000003fdc04b270 Exception (0x0000003fcc137340) 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: 5.530 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13a130) 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: 5.530 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13a410) 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: 5.535 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13b3a8) 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: 5.535 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13b688) 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: 5.545 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13c830) 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: 5.546 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13cb10) 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: 5.550 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13d990) 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: 5.551 Thread 0x0000003fdc04b270 Exception (0x0000003fcc13dc70) 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: 2.683 loading class sun/nio/ByteBuffered done Event: 2.691 loading class java/security/Permissions Event: 2.693 loading class java/security/PermissionCollection Event: 2.694 loading class java/security/PermissionCollection done Event: 2.694 loading class java/security/Permissions done Event: 2.700 loading class sun/net/www/protocol/file/FileURLConnection Event: 2.702 loading class sun/net/www/URLConnection Event: 2.704 loading class java/net/URLConnection Event: 2.709 loading class java/net/URLConnection done Event: 2.709 loading class sun/net/www/URLConnection done Event: 2.709 loading class sun/net/www/protocol/file/FileURLConnection done Event: 2.715 loading class sun/net/www/MessageHeader Event: 2.718 loading class sun/net/www/MessageHeader done Event: 2.720 loading class java/io/FilePermission Event: 2.722 loading class java/io/FilePermission done Event: 2.725 loading class java/io/FilePermission$1 Event: 2.726 loading class java/io/FilePermission$1 done Event: 2.730 loading class java/io/FilePermissionCollection Event: 2.732 loading class java/io/FilePermissionCollection done Event: 2.736 loading class java/security/AllPermission Event: 2.737 loading class java/security/AllPermission done Event: 2.738 loading class java/security/UnresolvedPermission Event: 2.740 loading class java/security/UnresolvedPermission done Event: 2.741 loading class java/security/BasicPermissionCollection Event: 2.743 loading class java/security/BasicPermissionCollection done Event: 2.762 loading class sun/launcher/LauncherHelper$FXHelper Event: 2.764 loading class sun/launcher/LauncherHelper$FXHelper done Event: 2.766 loading class java/lang/Class$MethodArray Event: 2.768 loading class java/lang/Class$MethodArray done Event: 2.781 loading class jep/Interpreter Event: 2.782 loading class jep/Interpreter done Event: 2.822 loading class java/lang/Void Event: 2.823 loading class java/lang/Void done Event: 2.828 loading class jep/SubInterpreter Event: 2.828 loading class jep/SubInterpreter done Event: 2.844 loading class jep/Jep Event: 2.844 loading class jep/Jep done Event: 2.866 loading class jep/JepException Event: 2.867 loading class jep/JepException done Event: 2.887 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 2.889 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 2.895 loading class jep/ClassEnquirer Event: 2.895 loading class jep/ClassEnquirer done Event: 2.912 loading class jep/Jep$1 Event: 2.913 loading class jep/Jep$1 done Event: 2.934 loading class jep/JepConfig Event: 2.935 loading class jep/JepConfig done Event: 2.954 loading class jep/python/MemoryManager Event: 2.954 loading class jep/python/MemoryManager done Event: 2.973 loading class java/util/IdentityHashMap Event: 2.979 loading class java/util/IdentityHashMap done Event: 2.985 loading class java/util/IdentityHashMap$KeySet Event: 2.987 loading class java/util/IdentityHashMap$KeySet done Event: 2.990 loading class jep/MainInterpreter Event: 2.990 loading class jep/MainInterpreter done Event: 3.018 loading class java/util/concurrent/BlockingQueue Event: 3.021 loading class java/util/concurrent/BlockingQueue done Event: 3.024 loading class java/lang/UnsatisfiedLinkError Event: 3.026 loading class java/lang/UnsatisfiedLinkError done Event: 3.030 loading class jep/MainInterpreter$1 Event: 3.031 loading class jep/MainInterpreter$1 done Event: 3.046 loading class java/util/concurrent/SynchronousQueue Event: 3.048 loading class java/util/AbstractQueue Event: 3.051 loading class java/util/AbstractQueue done Event: 3.051 loading class java/util/concurrent/SynchronousQueue done Event: 3.056 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 3.059 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 3.060 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 3.061 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 3.064 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 3.066 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 3.074 loading class java/lang/ClassLoaderHelper Event: 3.076 loading class java/lang/ClassLoaderHelper done Event: 3.086 loading class jep/LibraryLocator Event: 3.086 loading class jep/LibraryLocator done Event: 3.104 loading class java/lang/ProcessEnvironment Event: 3.107 loading class java/lang/ProcessEnvironment done Event: 3.110 loading class java/lang/ProcessEnvironment$Variable Event: 3.112 loading class java/lang/ProcessEnvironment$ExternalData Event: 3.114 loading class java/lang/ProcessEnvironment$ExternalData done Event: 3.114 loading class java/lang/ProcessEnvironment$Variable done Event: 3.119 loading class java/lang/ProcessEnvironment$Value Event: 3.120 loading class java/lang/ProcessEnvironment$Value done Event: 3.124 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 3.127 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 3.128 loading class java/util/Collections$UnmodifiableMap Event: 3.131 loading class java/util/Collections$UnmodifiableMap done Event: 3.184 Thread 0x0000003fdc1735a0 Thread added: 0x0000003fdc1735a0 Event: 4.069 loading class java/util/concurrent/locks/LockSupport Event: 4.071 loading class java/util/concurrent/locks/LockSupport done Event: 4.075 loading class sun/nio/ch/Interruptible Event: 4.077 loading class sun/nio/ch/Interruptible done Event: 4.418 loading class java/nio/ShortBuffer Event: 4.421 loading class java/nio/ShortBuffer done Event: 4.437 loading class java/nio/IntBuffer Event: 4.441 loading class java/nio/IntBuffer done Event: 4.449 loading class java/nio/DoubleBuffer Event: 4.452 loading class java/nio/DoubleBuffer done Event: 4.458 loading class java/nio/FloatBuffer Event: 4.461 loading class java/nio/FloatBuffer done Event: 4.480 loading class jep/Proxy Event: 4.480 loading class jep/Proxy done Event: 4.501 loading class java/lang/reflect/InvocationHandler Event: 4.503 loading class java/lang/reflect/InvocationHandler done Event: 4.508 loading class java/lang/IndexOutOfBoundsException Event: 4.509 loading class java/lang/IndexOutOfBoundsException done Event: 4.511 loading class java/io/IOException Event: 4.512 loading class java/io/IOException done Event: 4.519 loading class java/lang/AssertionError Event: 4.520 loading class java/lang/AssertionError done Event: 4.524 loading class jep/python/PyObject Event: 4.524 loading class jep/python/PyObject done Event: 4.536 loading class jep/JepAccess Event: 4.536 loading class jep/JepAccess done Event: 4.551 loading class java/lang/IllegalStateException Event: 4.552 loading class java/lang/IllegalStateException done Event: 4.557 loading class jep/python/PyCallable Event: 4.557 loading class jep/python/PyCallable done Event: 4.570 loading class jep/NDArray Event: 4.571 loading class jep/NDArray done Event: 4.584 loading class jep/AbstractNDArray Event: 4.584 loading class jep/AbstractNDArray done Event: 4.605 loading class jep/DirectNDArray Event: 4.605 loading class jep/DirectNDArray done Event: 4.659 loading class java/util/regex/Pattern Event: 4.672 loading class java/util/regex/Pattern done Event: 4.678 loading class java/util/regex/Pattern$4 Event: 4.680 loading class java/util/regex/Pattern$Node Event: 4.682 loading class java/util/regex/Pattern$Node done Event: 4.682 loading class java/util/regex/Pattern$4 done Event: 4.684 loading class java/util/regex/Pattern$LastNode Event: 4.686 loading class java/util/regex/Pattern$LastNode done Event: 4.689 loading class java/util/regex/Pattern$GroupHead Event: 4.690 loading class java/util/regex/Pattern$GroupHead done Event: 4.691 loading class java/util/regex/Pattern$Single Event: 4.692 loading class java/util/regex/Pattern$BmpCharProperty Event: 4.693 loading class java/util/regex/Pattern$CharProperty Event: 4.694 loading class java/util/regex/Pattern$CharProperty done Event: 4.695 loading class java/util/regex/Pattern$BmpCharProperty done Event: 4.695 loading class java/util/regex/Pattern$Single done Event: 4.698 loading class java/util/regex/Pattern$Slice Event: 4.699 loading class java/util/regex/Pattern$SliceNode Event: 4.701 loading class java/util/regex/Pattern$SliceNode done Event: 4.701 loading class java/util/regex/Pattern$Slice done Event: 4.701 loading class java/util/regex/Pattern$Begin Event: 4.702 loading class java/util/regex/Pattern$Begin done Event: 4.703 loading class java/util/regex/Pattern$First Event: 4.704 loading class java/util/regex/Pattern$First done Event: 4.704 loading class java/util/regex/Pattern$Start Event: 4.705 loading class java/util/regex/Pattern$Start done Event: 4.707 loading class java/util/regex/Pattern$TreeInfo Event: 4.708 loading class java/util/regex/Pattern$TreeInfo done Event: 4.710 loading class java/util/regex/Matcher Event: 4.712 loading class java/util/regex/MatchResult Event: 4.713 loading class java/util/regex/MatchResult done Event: 4.716 loading class java/util/regex/Matcher done Event: 4.766 loading class jep/ClassList Event: 4.766 loading class jep/ClassList done Event: 4.802 loading class java/net/URISyntaxException Event: 4.804 loading class java/net/URISyntaxException done Event: 4.808 loading class java/io/FilenameFilter Event: 4.809 loading class java/io/FilenameFilter done Event: 4.822 loading class java/util/LinkedList Event: 4.827 loading class java/util/AbstractSequentialList Event: 4.829 loading class java/util/AbstractSequentialList done Event: 4.830 loading class java/util/LinkedList done Event: 4.838 loading class java/util/LinkedList$Node Event: 4.840 loading class java/util/LinkedList$Node done Event: 4.896 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.898 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.900 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.902 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 5.019 loading class java/util/WeakHashMap$EntrySet Event: 5.021 loading class java/util/WeakHashMap$EntrySet done Event: 5.023 loading class java/util/WeakHashMap$EntryIterator Event: 5.024 loading class java/util/WeakHashMap$HashIterator Event: 5.026 loading class java/util/WeakHashMap$HashIterator done Event: 5.026 loading class java/util/WeakHashMap$EntryIterator done Event: 5.031 loading class java/util/HashMap$EntrySet Event: 5.033 loading class java/util/HashMap$EntrySet done Event: 5.035 loading class java/util/HashMap$EntryIterator Event: 5.036 loading class java/util/HashMap$HashIterator Event: 5.037 loading class java/util/HashMap$HashIterator done Event: 5.038 loading class java/util/HashMap$EntryIterator done Event: 5.168 loading class java/lang/Package$1 Event: 5.169 loading class java/lang/Package$1 done Event: 5.177 loading class java/util/jar/JarInputStream Event: 5.179 loading class java/util/zip/ZipInputStream Event: 5.181 loading class java/util/zip/ZipInputStream done Event: 5.181 loading class java/util/jar/JarInputStream done Event: 5.184 loading class java/io/PushbackInputStream Event: 5.185 loading class java/io/PushbackInputStream done Event: 5.187 loading class java/util/zip/CRC32 Event: 5.188 loading class java/util/zip/Checksum Event: 5.189 loading class java/util/zip/Checksum done Event: 5.190 loading class java/util/zip/CRC32 done Event: 5.193 loading class java/util/zip/ZipUtils Event: 5.195 loading class java/util/zip/ZipUtils done Event: 5.200 loading class java/io/ByteArrayOutputStream Event: 5.202 loading class java/io/ByteArrayOutputStream done Event: 5.393 loading class java/util/HashMap$Values Event: 5.395 loading class java/util/HashMap$Values done Event: 5.397 loading class java/util/HashMap$ValueIterator Event: 5.399 loading class java/util/HashMap$ValueIterator done Event: 5.412 loading class sun/misc/Launcher$BootClassPathHolder Event: 5.413 loading class sun/misc/Launcher$BootClassPathHolder done Event: 5.414 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 5.416 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 5.507 loading class java/io/FileNotFoundException Event: 5.509 loading class java/io/FileNotFoundException done Event: 5.511 loading class java/security/PrivilegedActionException Event: 5.512 loading class java/security/PrivilegedActionException done Event: 5.536 loading class java/net/URLClassLoader$2 Event: 5.537 loading class java/net/URLClassLoader$2 done Event: 5.700 loading class sun/net/www/protocol/jar/JarURLConnection Event: 5.702 loading class java/net/JarURLConnection Event: 5.704 loading class java/net/JarURLConnection done Event: 5.704 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 5.707 loading class sun/net/www/protocol/jar/JarFileFactory Event: 5.708 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 5.709 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 5.710 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 5.719 loading class sun/net/www/protocol/jar/URLJarFile Event: 5.722 loading class sun/net/www/protocol/jar/URLJarFile done Event: 5.736 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 5.738 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 5.741 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 5.743 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 5.768 loading class java/util/ArrayList$SubList Event: 5.772 loading class java/util/ArrayList$SubList done Event: 5.776 loading class java/util/ArrayList$SubList$1 Event: 5.778 loading class java/util/ListIterator Event: 5.780 loading class java/util/ListIterator done Event: 5.781 loading class java/util/ArrayList$SubList$1 done Event: 10.417 Executing VM operation: GenCollectForAllocation Event: 10.495 Executing VM operation: GenCollectForAllocation done Event: 15.113 loading class java/lang/reflect/Proxy Event: 15.116 loading class java/lang/reflect/Proxy done Event: 15.118 loading class java/lang/reflect/WeakCache Event: 15.120 loading class java/lang/reflect/WeakCache done Event: 15.121 loading class java/lang/reflect/Proxy$KeyFactory Event: 15.122 loading class java/util/function/BiFunction Event: 15.123 loading class java/util/function/BiFunction done Event: 15.124 loading class java/lang/reflect/Proxy$KeyFactory done Event: 15.126 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 15.128 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 18.840 loading class java/util/IdentityHashMap$KeyIterator Event: 18.841 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 18.843 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 18.844 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2adb9dc000-2adb9dd000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2adb9dd000-2adb9de000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2adb9de000-2adb9df000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2af3d8a000-2af3dab000 rw-p 00000000 00:00 0 [heap] 3fa5d4d000-3fa5dde000 rw-p 00000000 00:00 0 3fa5dde000-3fa5fce000 r-xp 00000000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fa5fce000-3fa5fcf000 ---p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fa5fcf000-3fa5ff7000 r--p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fa5ff7000-3fa5ffc000 rw-p 00218000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3fa5ffc000-3fac000000 rw-p 00000000 00:00 0 3fac000000-3fac021000 rw-p 00000000 00:00 0 3fac021000-3fb0000000 ---p 00000000 00:00 0 3fb0000000-3fb0090000 rw-p 00000000 00:00 0 3fb0090000-3fb4000000 ---p 00000000 00:00 0 3fb4000000-3fb4021000 rw-p 00000000 00:00 0 3fb4021000-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 3fc8013000-3fc8053000 rw-p 00000000 00:00 0 3fc8053000-3fc80c4000 r-xp 00000000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc80c4000-3fc80c5000 ---p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc80c5000-3fc80c6000 r--p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc80c6000-3fc80ea000 rw-p 00072000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3fc80ea000-3fc80ec000 rw-p 00000000 00:00 0 3fc80ec000-3fc80f5000 r-xp 00000000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc80f5000-3fc80f6000 r--p 00008000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc80f6000-3fc80f7000 rw-p 00009000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3fc80f7000-3fc80f8000 rw-p 00000000 00:00 0 3fc80f8000-3fc8104000 r-xp 00000000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8104000-3fc8105000 r--p 0000b000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8105000-3fc8107000 rw-p 0000c000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3fc8107000-3fc8114000 r-xp 00000000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8114000-3fc8115000 r--p 0000c000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8115000-3fc8117000 rw-p 0000d000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3fc8117000-3fc8127000 r-xp 00000000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc8127000-3fc8128000 r--p 0000f000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc8128000-3fc812a000 rw-p 00010000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3fc812a000-3fc8161000 r-xp 00000000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8161000-3fc8162000 r--p 00036000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8162000-3fc8164000 rw-p 00037000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3fc8164000-3fc8165000 rw-p 00000000 00:00 0 3fc8165000-3fc8172000 r-xp 00000000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc8172000-3fc8173000 ---p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc8173000-3fc8174000 r--p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc8174000-3fc8175000 rw-p 0000e000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3fc8175000-3fc817f000 r-xp 00000000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc817f000-3fc8180000 r--p 00009000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc8180000-3fc8182000 rw-p 0000a000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3fc8182000-3fc8188000 r-xp 00000000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc8188000-3fc8189000 r--p 00005000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc8189000-3fc818a000 rw-p 00006000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3fc818a000-3fc81ca000 rw-p 00000000 00:00 0 3fc81ca000-3fc81ec000 r-xp 00000000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc81ec000-3fc81ed000 r--p 00021000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc81ed000-3fc81ef000 rw-p 00022000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fc81ef000-3fc81f0000 rw-p 00000000 00:00 0 3fc81f0000-3fc820d000 r-xp 00000000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc820d000-3fc820e000 r--p 0001c000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc820e000-3fc8213000 rw-p 0001d000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fc8213000-3fc8272000 r-xp 00000000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc8272000-3fc8273000 r--p 0005e000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc8273000-3fc8299000 rw-p 0005f000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3fc8299000-3fc82da000 rw-p 00000000 00:00 0 3fc82da000-3fc82e5000 r-xp 00000000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc82e5000-3fc82e6000 r--p 0000a000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc82e6000-3fc82e7000 rw-p 0000b000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fc82e7000-3fc831c000 r-xp 00000000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc831c000-3fc831d000 ---p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc831d000-3fc831e000 r--p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc831e000-3fc8321000 rw-p 00036000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fc8321000-3fc83e1000 rw-p 00000000 00:00 0 3fc83e1000-3fc83fe000 r-xp 00000000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc83fe000-3fc83ff000 r--p 0001c000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc83ff000-3fc8400000 rw-p 0001d000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fc8400000-3fc8401000 rw-p 00000000 00:00 0 3fc8401000-3fc8404000 r-xp 00000000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc8404000-3fc8405000 r--p 00002000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc8405000-3fc8406000 rw-p 00003000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fc8406000-3fc8446000 rw-p 00000000 00:00 0 3fc8446000-3fc845e000 r-xp 00000000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc845e000-3fc845f000 r--p 00017000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc845f000-3fc8463000 rw-p 00018000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fc8463000-3fc8523000 rw-p 00000000 00:00 0 3fc8524000-3fc852a000 r-xp 00000000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc852a000-3fc852b000 r--p 00005000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc852b000-3fc852c000 rw-p 00006000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fc852c000-3fc8530000 r-xp 00000000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc8530000-3fc8531000 r--p 00003000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc8531000-3fc8532000 rw-p 00004000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc8532000-3fc854b000 r-xp 00000000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc854b000-3fc854c000 r--p 00018000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc854c000-3fc854e000 rw-p 00019000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fc854e000-3fc860e000 rw-p 00000000 00:00 0 3fc860e000-3fc8624000 r-xp 00000000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc8624000-3fc8625000 r--p 00015000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc8625000-3fc8627000 rw-p 00016000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc8627000-3fc86e7000 rw-p 00000000 00:00 0 3fc86f0000-3fc8730000 rw-p 00000000 00:00 0 3fc8730000-3fc8731000 ---p 00000000 00:00 0 3fc8731000-3fc8f31000 rw-p 00000000 00:00 0 3fc8f31000-3fc8f32000 ---p 00000000 00:00 0 3fc8f32000-3fc9732000 rw-p 00000000 00:00 0 3fc9732000-3fc9733000 ---p 00000000 00:00 0 3fc9733000-3fc9f33000 rw-p 00000000 00:00 0 3fc9f33000-3fca04f000 r-xp 00000000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca04f000-3fca050000 ---p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca050000-3fca051000 r--p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca051000-3fca053000 rw-p 0011d000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fca053000-3fca7d4000 r-xp 00000000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fca7d4000-3fca7da000 r--p 00780000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fca7da000-3fca7e4000 rw-p 00786000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3fca7e4000-3fca7ef000 rw-p 00000000 00:00 0 3fca7ef000-3fca9eb000 r-xp 00000000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fca9eb000-3fca9ed000 r--p 001fc000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fca9ed000-3fcaa0a000 rw-p 001fe000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fcaa0a000-3fcaa6a000 rw-p 00000000 00:00 0 3fcaa6a000-3fcaa6d000 r-xp 00000000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcaa6d000-3fcaa6e000 r--p 00002000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcaa6e000-3fcaa6f000 rw-p 00003000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3fcaa6f000-3fcaa75000 r-xp 00000000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcaa75000-3fcaa76000 r--p 00005000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcaa76000-3fcaa77000 rw-p 00006000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3fcaa77000-3fcaa79000 r-xp 00000000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcaa79000-3fcaa7a000 ---p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcaa7a000-3fcaa7b000 r--p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcaa7b000-3fcaa7c000 rw-p 00003000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3fcaa7c000-3fcaa87000 r-xp 00000000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcaa87000-3fcaa88000 r--p 0000a000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcaa88000-3fcaa89000 rw-p 0000b000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fcaa89000-3fcaac9000 rw-p 00000000 00:00 0 3fcaac9000-3fcaacc000 r-xp 00000000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcaacc000-3fcaacd000 r--p 00002000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcaacd000-3fcaace000 rw-p 00003000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fcaace000-3fcaaef000 r-xp 00000000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fcaaef000-3fcaaf0000 r--p 00020000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fcaaf0000-3fcaaf1000 rw-p 00021000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fcaaf1000-3fcaaf8000 r-xp 00000000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcaaf8000-3fcaaf9000 r--p 00006000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcaaf9000-3fcaafa000 rw-p 00007000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fcaafa000-3fcab08000 r-xp 00000000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fcab08000-3fcab09000 r--p 0000d000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fcab09000-3fcab0a000 rw-p 0000e000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fcab0a000-3fcab0e000 r-xp 00000000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcab0e000-3fcab0f000 r--p 00003000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcab0f000-3fcab10000 rw-p 00004000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fcab10000-3fcab17000 r-xp 00000000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcab17000-3fcab18000 r--p 00006000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcab18000-3fcab19000 rw-p 00007000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fcab19000-3fcabd9000 rw-p 00000000 00:00 0 3fcabd9000-3fcabe4000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fcabe4000-3fcabea000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fcabea000-3fcabfd000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fcabfd000-3fcacfd000 rw-p 00000000 00:00 0 3fcacfd000-3fcad01000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcad01000-3fcad02000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcad02000-3fcad03000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fcad03000-3fcad83000 rw-p 00000000 00:00 0 3fcad85000-3fcad8f000 r-xp 00000000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad8f000-3fcad90000 r--p 00009000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad90000-3fcad91000 rw-p 0000a000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fcad91000-3fcada3000 r-xp 00000000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcada3000-3fcada4000 ---p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcada4000-3fcada5000 r--p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcada5000-3fcada8000 rw-p 00013000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fcada8000-3fcae68000 rw-p 00000000 00:00 0 3fcae68000-3fcae6b000 ---p 00000000 00:00 0 3fcae6b000-3fcafe8000 rw-p 00000000 00:00 0 3fcafe8000-3fcb221000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb221000-3fcb226000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb226000-3fcb25d000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fcb25d000-3fcb27f000 rw-p 00000000 00:00 0 3fcb27f000-3fcb280000 ---p 00000000 00:00 0 3fcb280000-3fcb380000 rw-p 00000000 00:00 0 3fcb380000-3fcb383000 ---p 00000000 00:00 0 3fcb383000-3fcb500000 rw-p 00000000 00:00 0 3fcb500000-3fcb503000 ---p 00000000 00:00 0 3fcb503000-3fcb680000 rw-p 00000000 00:00 0 3fcb680000-3fcb683000 ---p 00000000 00:00 0 3fcb683000-3fcbc40000 rw-p 00000000 00:00 0 3fcbc40000-3fcc000000 ---p 00000000 00:00 0 3fcc000000-3fcc550000 rw-p 00000000 00:00 0 3fcc550000-3fd1550000 ---p 00000000 00:00 0 3fd1550000-3fd2000000 rw-p 00000000 00:00 0 3fd2000000-3fdc000000 ---p 00000000 00:00 0 3fdc000000-3fdc578000 rw-p 00000000 00:00 0 3fdc578000-3fe0000000 ---p 00000000 00:00 0 3fe0004000-3fe0005000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fe0005000-3fe0085000 rw-p 00000000 00:00 0 3fe0085000-3fe0087000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe0087000-3fe0088000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe0088000-3fe0089000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fe0089000-3fe00b2000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe00b2000-3fe00b3000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe00b3000-3fe00b7000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fe00b7000-3fe00b9000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fe00b9000-3fe00bb000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fe00bb000-3fe00be000 ---p 00000000 00:00 0 3fe00be000-3fe023b000 rw-p 00000000 00:00 0 3fe023b000-3fe023c000 ---p 00000000 00:00 0 3fe023c000-3fe038a000 rw-p 00000000 00:00 0 3fe038a000-3fe055a000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fe055a000-3fe0659000 rw-p 00000000 00:00 0 3fe0659000-3fe06a9000 ---p 00000000 00:00 0 3fe06a9000-3fe06ac000 rw-p 00000000 00:00 0 3fe06ac000-3fe06d3000 ---p 00000000 00:00 0 3fe06d3000-3fe06d9000 rw-p 00000000 00:00 0 3fe06d9000-3fe0729000 ---p 00000000 00:00 0 3fe0729000-3fe076c000 rw-p 00000000 00:00 0 3fe076c000-3fe07eb000 ---p 00000000 00:00 0 3fe07eb000-3fe0813000 rwxp 00000000 00:00 0 3fe0813000-3fe27eb000 ---p 00000000 00:00 0 3fe27eb000-3fe27f2000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe27f2000-3fe27f3000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe27f3000-3fe27f4000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe27f4000-3fe27f5000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fe27f5000-3fe27fd000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484715 3fe27fd000-3fe2806000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2806000-3fe2807000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2807000-3fe2808000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fe2808000-3fe280e000 rw-p 00000000 00:00 0 3fe280e000-3fe2833000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2833000-3fe2834000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2834000-3fe2836000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fe2836000-3fe2842000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2842000-3fe2844000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2844000-3fe2845000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fe2845000-3fe284b000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe284b000-3fe284c000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe284c000-3fe284d000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fe284d000-3fe284e000 ---p 00000000 00:00 0 3fe284e000-3fe284f000 rw-p 00000000 00:00 0 3fe284f000-3fe2852000 ---p 00000000 00:00 0 3fe2852000-3fe29ce000 rw-p 00000000 00:00 0 3fe29ce000-3fe29e1000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe29e1000-3fe29e2000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe29e2000-3fe29e3000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fe29e3000-3fe29e9000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe29e9000-3fe29ea000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe29ea000-3fe29eb000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fe29eb000-3fe2a75000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2a75000-3fe2a76000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2a76000-3fe2a77000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fe2a77000-3fe2c1d000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe2c1d000-3fe2c1e000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe2c1e000-3fe2c28000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe2c28000-3fe2c2c000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fe2c2c000-3fe2c30000 rw-p 00000000 00:00 0 3fe2c30000-3fe322a000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe322a000-3fe3243000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe3243000-3fe3263000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fe3263000-3fe327c000 rw-p 00000000 00:00 0 3fe327c000-3fe3293000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe3293000-3fe3294000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe3294000-3fe3295000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fe3295000-3fe3299000 rw-p 00000000 00:00 0 3fe3299000-3fe329b000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe329b000-3fe329c000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe329c000-3fe329d000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe329d000-3fe329e000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fe329e000-3fe32b1000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe32b1000-3fe32b2000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe32b2000-3fe32b3000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fe32b3000-3fe33d2000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe33d2000-3fe33d5000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe33d5000-3fe33d8000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fe33d8000-3fe33db000 rw-p 00000000 00:00 0 3fe33db000-3fe33e8000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe33e8000-3fe33e9000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe33e9000-3fe33ea000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fe33ea000-3fe33ec000 rw-p 00000000 00:00 0 3fe33ec000-3fe33ee000 r-xp 00000000 00:00 0 [vdso] 3fe33ee000-3fe3409000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fe3409000-3fe340a000 r--p 00000000 00:00 0 3fe340a000-3fe340b000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fe340b000-3fe340d000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fffbc8000-3fffbe9000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:4.39 2.51 1.73 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6066980 kB MemAvailable: 7733040 kB Buffers: 238116 kB Cached: 1401296 kB SwapCached: 0 kB Active: 987240 kB Inactive: 841492 kB Active(anon): 192684 kB Inactive(anon): 168 kB Active(file): 794556 kB Inactive(file): 841324 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 236 kB Writeback: 0 kB AnonPages: 189412 kB Mapped: 212188 kB Shmem: 3504 kB KReclaimable: 120448 kB Slab: 201104 kB SReclaimable: 120448 kB SUnreclaim: 80656 kB KernelStack: 1320 kB PageTables: 2852 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 842948 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19712 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6066980k 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: Mon Jun 8 08:44:55 2020 timezone: EDT elapsed time: 19 seconds (0d 0h 0m 19s) # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:261), pid=484733, tid=0x0000003fc5f68160 # 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.484733 # # 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=484734, stack(0x0000003fc5dea000,0x0000003fc5f69000)] Stack: [0x0000003fc5dea000,0x0000003fc5f69000], sp=0x0000003fc5eac690, free space=777k Java frames: 0x0000003fc5f67170: unboxed parameter[1] = 0x0000003fc5f67238 0x0000003fc5f67178: parameter[0] (JNIEnv) = 0x0000003fc5eacf58 0x0000003fc5f67180: parameter[1] (this) = 0x0000003fc5f67170 0x0000003fc5f67188: parameter[2] = 0x0000003fc5f67228 0x0000003fc5f67190: istate->_thread = 0x0000003fc004b270 0x0000003fc5f67198: istate->_bcp = 0x0000000000000000 0x0000003fc5f671a0: istate->_locals = 0x0000003fc5f67238 0x0000003fc5f671a8: istate->_constants = 0x0000003fc57f8118 0x0000003fc5f671b0: istate->_method = jep.Jep.close(J)V 0x0000003fc5f671b8: istate->_mdx = 0x0000000000000000 0x0000003fc5f671c0: istate->_stack = 0x0000003fc5f67188 0x0000003fc5f671c8: istate->_msg = 0x0000000000000002 0x0000003fc5f671d0: istate->_result = 0x0000000000000000 0x0000003fc5f671d8: (istate->_result) = 0x0000003fbe0001a0 0x0000003fc5f671e0: (istate->_result) = 0x0000000000000000 0x0000003fc5f671e8: istate->_prev_link = 0x0000000000000000 0x0000003fc5f671f0: istate->_oop_temp = 0x0000000000000000 0x0000003fc5f671f8: istate->_stack_base = 0x0000003fc5f67190 0x0000003fc5f67200: istate->_stack_limit = 0x0000003fc5f67188 0x0000003fc5f67208: istate->_monitor_base = 0x0000003fc5f67190 0x0000003fc5f67210: istate->_self_link = 0x0000003fc5f67190 0x0000003fc5f67218: frame_type = INTERPRETER_FRAME 0x0000003fc5f67220: next_frame = 0x0000003fc5f672e0 0x0000003fc5f67228: local[2] = 0x0000003fc0178240 0x0000003fc5f67230: local[1] = 0x0000003fae4efac8 0x0000003fc5f67238: local[0] = 0x0000003fae4efac8 0x0000003fc5f67240: monitor[0]->_lock = 0x0000000000000009 0x0000003fc5f67248: monitor[0]->_obj = 0x0000003fae4efac8 0x0000003fc5f67250: istate->_thread = 0x0000003fc004b270 0x0000003fc5f67258: istate->_bcp = 0x0000003fc57f6b02 (bci 170) 0x0000003fc5f67260: istate->_locals = 0x0000003fc5f672f8 0x0000003fc5f67268: istate->_constants = 0x0000003fc57f8118 0x0000003fc5f67270: istate->_method = jep.Jep.close()V 0x0000003fc5f67278: istate->_mdx = 0x0000000000000000 0x0000003fc5f67280: istate->_stack = 0x0000003fc5f67220 0x0000003fc5f67288: istate->_msg = 0x0000003f00000008 0x0000003fc5f67290: istate->_result = 0x0000003fc57f6bd8 0x0000003fc5f67298: (istate->_result) = 0x0000003fbe000218 0x0000003fc5f672a0: (istate->_result) = 0x0000003f00000003 0x0000003fc5f672a8: istate->_prev_link = 0x0000000000000000 0x0000003fc5f672b0: istate->_oop_temp = 0x0000000000000000 0x0000003fc5f672b8: istate->_stack_base = 0x0000003fc5f67240 0x0000003fc5f672c0: istate->_stack_limit = 0x0000003fc5f67210 0x0000003fc5f672c8: istate->_monitor_base = 0x0000003fc5f67250 0x0000003fc5f672d0: istate->_self_link = 0x0000003fc5f67250 0x0000003fc5f672d8: frame_type = INTERPRETER_FRAME 0x0000003fc5f672e0: next_frame = 0x0000003fc5f67390 0x0000003fc5f672e8: local[2] = 0x0000003fae326b10 0x0000003fc5f672f0: local[1] = 0x0000003fae326a70 0x0000003fc5f672f8: local[0] = 0x0000003fae4efac8 0x0000003fc5f67300: istate->_thread = 0x0000003fc004b270 0x0000003fc5f67308: istate->_bcp = 0x0000003fc57ef5e5 (bci 69) 0x0000003fc5f67310: istate->_locals = 0x0000003fc5f673c0 0x0000003fc5f67318: istate->_constants = 0x0000003fc57f1028 0x0000003fc5f67320: istate->_method = jep.test.TestGetWithClass.main([Ljava/lang/String;)V 0x0000003fc5f67328: istate->_mdx = 0x0000000000000000 0x0000003fc5f67330: istate->_stack = 0x0000003fc5f672f0 0x0000003fc5f67338: istate->_msg = 0x0000003f00000008 0x0000003fc5f67340: istate->_result = 0x0000003fc57f6b38 0x0000003fc5f67348: (istate->_result) = 0x0000003fbe0001a8 0x0000003fc5f67350: (istate->_result) = 0x0000003f00000005 0x0000003fc5f67358: istate->_prev_link = 0x0000000000000000 0x0000003fc5f67360: istate->_oop_temp = 0x0000000000000000 0x0000003fc5f67368: istate->_stack_base = 0x0000003fc5f67300 0x0000003fc5f67370: istate->_stack_limit = 0x0000003fc5f672e0 0x0000003fc5f67378: istate->_monitor_base = 0x0000003fc5f67300 0x0000003fc5f67380: istate->_self_link = 0x0000003fc5f67300 0x0000003fc5f67388: frame_type = INTERPRETER_FRAME 0x0000003fc5f67390: next_frame = 0x0000003fc5f673d8 0x0000003fc5f67398: local[5] = 0x0000000000000000 0x0000003fc5f673a0: local[4] = 0x0000000000000000 0x0000003fc5f673a8: local[3] = 0x0000000000000000 0x0000003fc5f673b0: local[2] = 0x0000000000000000 0x0000003fc5f673b8: local[1] = 0x0000003fae4efac8 0x0000003fc5f673c0: local[0] = 0x0000003fae4efb40 0x0000003fc5f673c8: call_wrapper = 0x0000003fc5f674a8 0x0000003fc5f673d0: frame_type = ENTRY_FRAME 0x0000003fc5f673d8: next_frame = 0x0000000000000000 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000003fc0176b80 JavaThread "JepMainInterpreter" daemon [_thread_blocked, id=484741, stack(0x0000003fc4488000,0x0000003fc4608000)] 0x0000003fc010f4c0 JavaThread "Service Thread" daemon [_thread_blocked, id=484739, stack(0x0000003fc49d6000,0x0000003fc4b56000)] 0x0000003fc00fef60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=484738, stack(0x0000003fc4b56000,0x0000003fc4cd6000)] 0x0000003fc00d61f0 JavaThread "Finalizer" daemon [_thread_blocked, id=484737, stack(0x0000003fc4cd6000,0x0000003fc4e56000)] 0x0000003fc00d2160 JavaThread "Reference Handler" daemon [_thread_blocked, id=484736, stack(0x0000003fc4e56000,0x0000003fc4fd6000)] =>0x0000003fc004b270 JavaThread "main" [_thread_in_native, id=484734, stack(0x0000003fc5dea000,0x0000003fc5f69000)] Other Threads: 0x0000003fc00c8890 VMThread [stack: 0x0000003fc4fd8000,0x0000003fc50d7000] [id=484735] 0x0000003fc0111340 WatcherThread [stack: 0x0000003fc48d7000,0x0000003fc49d6000] [id=484740] 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, 0x0000003fae326de0, 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, 0x0000003fb35bcfd0, 0x0000003fb35bd000, 0x0000003fb4000000) Metaspace used 3421K, capacity 4240K, committed 4352K, reserved 8192K Card table byte_map: [0x0000003fc5c44000,0x0000003fc5cc5000] byte_map_base: 0x0000003fa5ed4000 Polling page: 0x0000003fc69a4000 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: 10.264 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, 0x0000003fae44fff8, 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: 10.348 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, 0x0000003fb35bcfd0, 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: 0.935 Thread 0x0000003fc004b270 Exception (0x0000003fae00b930) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc Event: 0.937 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: 5.545 Thread 0x0000003fc004b270 Exception (0x0000003fae139cb0) 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: 5.546 Thread 0x0000003fc004b270 Exception (0x0000003fae139f90) 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: 5.563 Thread 0x0000003fc004b270 Exception (0x0000003fae13cd80) 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: 5.564 Thread 0x0000003fc004b270 Exception (0x0000003fae13d060) 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: 5.570 Thread 0x0000003fc004b270 Exception (0x0000003fae13dff8) 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: 5.571 Thread 0x0000003fc004b270 Exception (0x0000003fae13e2d8) 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: 5.581 Thread 0x0000003fc004b270 Exception (0x0000003fae13f480) 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: 5.581 Thread 0x0000003fc004b270 Exception (0x0000003fae13f760) 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: 5.586 Thread 0x0000003fc004b270 Exception (0x0000003fae1405e0) 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: 5.586 Thread 0x0000003fc004b270 Exception (0x0000003fae1408c0) 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: 15.014 Thread 0x0000003fc004b270 Exception (0x0000003fae31b448) 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: 19.089 Thread 0x0000003fc004b270 Exception (0x0000003fae3259d0) 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: 19.109 Thread 0x0000003fc004b270 Exception (0x0000003fae3262e0) 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: 19.110 Thread 0x0000003fc004b270 Exception (0x0000003fae3266d0) 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: 2.742 loading class java/net/URLConnection done Event: 2.742 loading class sun/net/www/URLConnection done Event: 2.743 loading class sun/net/www/protocol/file/FileURLConnection done Event: 2.748 loading class sun/net/www/MessageHeader Event: 2.751 loading class sun/net/www/MessageHeader done Event: 2.754 loading class java/io/FilePermission Event: 2.756 loading class java/io/FilePermission done Event: 2.758 loading class java/io/FilePermission$1 Event: 2.760 loading class java/io/FilePermission$1 done Event: 2.764 loading class java/io/FilePermissionCollection Event: 2.766 loading class java/io/FilePermissionCollection done Event: 2.769 loading class java/security/AllPermission Event: 2.771 loading class java/security/AllPermission done Event: 2.771 loading class java/security/UnresolvedPermission Event: 2.774 loading class java/security/UnresolvedPermission done Event: 2.775 loading class java/security/BasicPermissionCollection Event: 2.776 loading class java/security/BasicPermissionCollection done Event: 2.799 loading class sun/launcher/LauncherHelper$FXHelper Event: 2.801 loading class sun/launcher/LauncherHelper$FXHelper done Event: 2.804 loading class java/lang/Class$MethodArray Event: 2.805 loading class java/lang/Class$MethodArray done Event: 2.814 loading class jep/JepException Event: 2.814 loading class jep/JepException done Event: 2.846 loading class java/lang/IllegalStateException Event: 2.848 loading class java/lang/IllegalStateException done Event: 2.863 loading class jep/Interpreter Event: 2.863 loading class jep/Interpreter done Event: 2.889 loading class java/lang/Void Event: 2.890 loading class java/lang/Void done Event: 2.894 loading class jep/SubInterpreter Event: 2.894 loading class jep/SubInterpreter done Event: 2.904 loading class jep/Jep Event: 2.905 loading class jep/Jep done Event: 2.928 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode Event: 2.929 loading class java/util/concurrent/ConcurrentHashMap$ForwardingNode done Event: 2.938 loading class jep/ClassEnquirer Event: 2.938 loading class jep/ClassEnquirer done Event: 2.955 loading class jep/Jep$1 Event: 2.955 loading class jep/Jep$1 done Event: 2.975 loading class jep/JepConfig Event: 2.975 loading class jep/JepConfig done Event: 2.992 loading class jep/python/MemoryManager Event: 2.993 loading class jep/python/MemoryManager done Event: 3.011 loading class java/util/IdentityHashMap Event: 3.015 loading class java/util/IdentityHashMap done Event: 3.020 loading class java/util/IdentityHashMap$KeySet Event: 3.022 loading class java/util/IdentityHashMap$KeySet done Event: 3.025 loading class jep/MainInterpreter Event: 3.025 loading class jep/MainInterpreter done Event: 3.051 loading class java/util/concurrent/BlockingQueue Event: 3.054 loading class java/util/concurrent/BlockingQueue done Event: 3.057 loading class java/lang/UnsatisfiedLinkError Event: 3.058 loading class java/lang/UnsatisfiedLinkError done Event: 3.062 loading class jep/MainInterpreter$1 Event: 3.063 loading class jep/MainInterpreter$1 done Event: 3.078 loading class java/util/concurrent/SynchronousQueue Event: 3.080 loading class java/util/AbstractQueue Event: 3.082 loading class java/util/AbstractQueue done Event: 3.083 loading class java/util/concurrent/SynchronousQueue done Event: 3.087 loading class java/util/concurrent/SynchronousQueue$TransferStack Event: 3.089 loading class java/util/concurrent/SynchronousQueue$Transferer Event: 3.090 loading class java/util/concurrent/SynchronousQueue$Transferer done Event: 3.090 loading class java/util/concurrent/SynchronousQueue$TransferStack done Event: 3.093 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode Event: 3.095 loading class java/util/concurrent/SynchronousQueue$TransferStack$SNode done Event: 3.101 loading class java/lang/ClassLoaderHelper Event: 3.102 loading class java/lang/ClassLoaderHelper done Event: 3.113 loading class jep/LibraryLocator Event: 3.113 loading class jep/LibraryLocator done Event: 3.130 loading class java/lang/ProcessEnvironment Event: 3.132 loading class java/lang/ProcessEnvironment done Event: 3.135 loading class java/lang/ProcessEnvironment$Variable Event: 3.136 loading class java/lang/ProcessEnvironment$ExternalData Event: 3.138 loading class java/lang/ProcessEnvironment$ExternalData done Event: 3.138 loading class java/lang/ProcessEnvironment$Variable done Event: 3.142 loading class java/lang/ProcessEnvironment$Value Event: 3.143 loading class java/lang/ProcessEnvironment$Value done Event: 3.147 loading class java/lang/ProcessEnvironment$StringEnvironment Event: 3.150 loading class java/lang/ProcessEnvironment$StringEnvironment done Event: 3.152 loading class java/util/Collections$UnmodifiableMap Event: 3.154 loading class java/util/Collections$UnmodifiableMap done Event: 3.202 Thread 0x0000003fc0176b80 Thread added: 0x0000003fc0176b80 Event: 4.160 loading class java/util/concurrent/locks/LockSupport Event: 4.162 loading class java/util/concurrent/locks/LockSupport done Event: 4.170 loading class sun/nio/ch/Interruptible Event: 4.172 loading class sun/nio/ch/Interruptible done Event: 4.514 loading class java/nio/ShortBuffer Event: 4.516 loading class java/nio/ShortBuffer done Event: 4.534 loading class java/nio/IntBuffer Event: 4.536 loading class java/nio/IntBuffer done Event: 4.544 loading class java/nio/DoubleBuffer Event: 4.548 loading class java/nio/DoubleBuffer done Event: 4.552 loading class java/nio/FloatBuffer Event: 4.554 loading class java/nio/FloatBuffer done Event: 4.574 loading class jep/Proxy Event: 4.574 loading class jep/Proxy done Event: 4.591 loading class java/lang/reflect/InvocationHandler Event: 4.592 loading class java/lang/reflect/InvocationHandler done Event: 4.596 loading class java/lang/IndexOutOfBoundsException Event: 4.599 loading class java/lang/IndexOutOfBoundsException done Event: 4.602 loading class java/io/IOException Event: 4.603 loading class java/io/IOException done Event: 4.610 loading class java/lang/AssertionError Event: 4.612 loading class java/lang/AssertionError done Event: 4.616 loading class jep/python/PyObject Event: 4.616 loading class jep/python/PyObject done Event: 4.628 loading class jep/JepAccess Event: 4.629 loading class jep/JepAccess done Event: 4.646 loading class jep/python/PyCallable Event: 4.646 loading class jep/python/PyCallable done Event: 4.665 loading class jep/NDArray Event: 4.666 loading class jep/NDArray done Event: 4.684 loading class jep/AbstractNDArray Event: 4.684 loading class jep/AbstractNDArray done Event: 4.717 loading class jep/DirectNDArray Event: 4.718 loading class jep/DirectNDArray done Event: 4.741 loading class java/util/regex/Pattern Event: 4.748 loading class java/util/regex/Pattern done Event: 4.752 loading class java/util/regex/Pattern$4 Event: 4.753 loading class java/util/regex/Pattern$Node Event: 4.754 loading class java/util/regex/Pattern$Node done Event: 4.755 loading class java/util/regex/Pattern$4 done Event: 4.757 loading class java/util/regex/Pattern$LastNode Event: 4.759 loading class java/util/regex/Pattern$LastNode done Event: 4.762 loading class java/util/regex/Pattern$GroupHead Event: 4.763 loading class java/util/regex/Pattern$GroupHead done Event: 4.765 loading class java/util/regex/Pattern$Single Event: 4.766 loading class java/util/regex/Pattern$BmpCharProperty Event: 4.767 loading class java/util/regex/Pattern$CharProperty Event: 4.768 loading class java/util/regex/Pattern$CharProperty done Event: 4.769 loading class java/util/regex/Pattern$BmpCharProperty done Event: 4.769 loading class java/util/regex/Pattern$Single done Event: 4.772 loading class java/util/regex/Pattern$Slice Event: 4.773 loading class java/util/regex/Pattern$SliceNode Event: 4.774 loading class java/util/regex/Pattern$SliceNode done Event: 4.774 loading class java/util/regex/Pattern$Slice done Event: 4.775 loading class java/util/regex/Pattern$Begin Event: 4.776 loading class java/util/regex/Pattern$Begin done Event: 4.776 loading class java/util/regex/Pattern$First Event: 4.777 loading class java/util/regex/Pattern$First done Event: 4.777 loading class java/util/regex/Pattern$Start Event: 4.778 loading class java/util/regex/Pattern$Start done Event: 4.780 loading class java/util/regex/Pattern$TreeInfo Event: 4.781 loading class java/util/regex/Pattern$TreeInfo done Event: 4.783 loading class java/util/regex/Matcher Event: 4.784 loading class java/util/regex/MatchResult Event: 4.785 loading class java/util/regex/MatchResult done Event: 4.787 loading class java/util/regex/Matcher done Event: 4.842 loading class jep/ClassList Event: 4.842 loading class jep/ClassList done Event: 4.864 loading class java/net/URISyntaxException Event: 4.866 loading class java/net/URISyntaxException done Event: 4.869 loading class java/io/FilenameFilter Event: 4.870 loading class java/io/FilenameFilter done Event: 4.883 loading class java/util/LinkedList Event: 4.886 loading class java/util/AbstractSequentialList Event: 4.888 loading class java/util/AbstractSequentialList done Event: 4.890 loading class java/util/LinkedList done Event: 4.896 loading class java/util/LinkedList$Node Event: 4.898 loading class java/util/LinkedList$Node done Event: 4.948 loading class java/util/jar/JarFile$JarEntryIterator Event: 4.949 loading class java/util/jar/JarFile$JarEntryIterator done Event: 4.952 loading class java/util/zip/ZipFile$ZipEntryIterator Event: 4.954 loading class java/util/zip/ZipFile$ZipEntryIterator done Event: 5.033 loading class java/util/WeakHashMap$EntrySet Event: 5.035 loading class java/util/WeakHashMap$EntrySet done Event: 5.037 loading class java/util/WeakHashMap$EntryIterator Event: 5.038 loading class java/util/WeakHashMap$HashIterator Event: 5.040 loading class java/util/WeakHashMap$HashIterator done Event: 5.041 loading class java/util/WeakHashMap$EntryIterator done Event: 5.045 loading class java/util/HashMap$EntrySet Event: 5.046 loading class java/util/HashMap$EntrySet done Event: 5.048 loading class java/util/HashMap$EntryIterator Event: 5.049 loading class java/util/HashMap$HashIterator Event: 5.050 loading class java/util/HashMap$HashIterator done Event: 5.051 loading class java/util/HashMap$EntryIterator done Event: 5.190 loading class java/lang/Package$1 Event: 5.192 loading class java/lang/Package$1 done Event: 5.200 loading class java/util/jar/JarInputStream Event: 5.201 loading class java/util/zip/ZipInputStream Event: 5.204 loading class java/util/zip/ZipInputStream done Event: 5.206 loading class java/util/jar/JarInputStream done Event: 5.209 loading class java/io/PushbackInputStream Event: 5.211 loading class java/io/PushbackInputStream done Event: 5.214 loading class java/util/zip/CRC32 Event: 5.216 loading class java/util/zip/Checksum Event: 5.218 loading class java/util/zip/Checksum done Event: 5.219 loading class java/util/zip/CRC32 done Event: 5.225 loading class java/util/zip/ZipUtils Event: 5.227 loading class java/util/zip/ZipUtils done Event: 5.236 loading class java/io/ByteArrayOutputStream Event: 5.239 loading class java/io/ByteArrayOutputStream done Event: 5.413 loading class java/util/HashMap$Values Event: 5.414 loading class java/util/HashMap$Values done Event: 5.416 loading class java/util/HashMap$ValueIterator Event: 5.418 loading class java/util/HashMap$ValueIterator done Event: 5.431 loading class sun/misc/Launcher$BootClassPathHolder Event: 5.433 loading class sun/misc/Launcher$BootClassPathHolder done Event: 5.434 loading class sun/misc/Launcher$BootClassPathHolder$1 Event: 5.435 loading class sun/misc/Launcher$BootClassPathHolder$1 done Event: 5.539 loading class java/io/FileNotFoundException Event: 5.541 loading class java/io/FileNotFoundException done Event: 5.543 loading class java/security/PrivilegedActionException Event: 5.544 loading class java/security/PrivilegedActionException done Event: 5.571 loading class java/net/URLClassLoader$2 Event: 5.573 loading class java/net/URLClassLoader$2 done Event: 5.721 loading class sun/net/www/protocol/jar/JarURLConnection Event: 5.723 loading class java/net/JarURLConnection Event: 5.725 loading class java/net/JarURLConnection done Event: 5.725 loading class sun/net/www/protocol/jar/JarURLConnection done Event: 5.728 loading class sun/net/www/protocol/jar/JarFileFactory Event: 5.729 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController Event: 5.730 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController done Event: 5.730 loading class sun/net/www/protocol/jar/JarFileFactory done Event: 5.738 loading class sun/net/www/protocol/jar/URLJarFile Event: 5.740 loading class sun/net/www/protocol/jar/URLJarFile done Event: 5.748 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry Event: 5.750 loading class sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry done Event: 5.751 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream Event: 5.752 loading class sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream done Event: 5.769 loading class java/util/ArrayList$SubList Event: 5.771 loading class java/util/ArrayList$SubList done Event: 5.774 loading class java/util/ArrayList$SubList$1 Event: 5.774 loading class java/util/ListIterator Event: 5.776 loading class java/util/ListIterator done Event: 5.777 loading class java/util/ArrayList$SubList$1 done Event: 10.260 Executing VM operation: GenCollectForAllocation Event: 10.350 Executing VM operation: GenCollectForAllocation done Event: 14.940 loading class java/lang/reflect/Proxy Event: 14.942 loading class java/lang/reflect/Proxy done Event: 14.945 loading class java/lang/reflect/WeakCache Event: 14.947 loading class java/lang/reflect/WeakCache done Event: 14.949 loading class java/lang/reflect/Proxy$KeyFactory Event: 14.952 loading class java/util/function/BiFunction Event: 14.953 loading class java/util/function/BiFunction done Event: 14.954 loading class java/lang/reflect/Proxy$KeyFactory done Event: 14.956 loading class java/lang/reflect/Proxy$ProxyClassFactory Event: 14.958 loading class java/lang/reflect/Proxy$ProxyClassFactory done Event: 15.004 loading class java/lang/Character$CharacterCache Event: 15.005 loading class java/lang/Character$CharacterCache done Event: 19.042 loading class java/lang/Byte$ByteCache Event: 19.044 loading class java/lang/Byte$ByteCache done Event: 19.058 loading class java/lang/Short$ShortCache Event: 19.059 loading class java/lang/Short$ShortCache done Event: 19.075 loading class java/lang/Long$LongCache Event: 19.076 loading class java/lang/Long$LongCache done Event: 19.115 loading class java/util/IdentityHashMap$KeyIterator Event: 19.116 loading class java/util/IdentityHashMap$IdentityHashMapIterator Event: 19.118 loading class java/util/IdentityHashMap$IdentityHashMapIterator done Event: 19.118 loading class java/util/IdentityHashMap$KeyIterator done Dynamic libraries: 2ab4fec000-2ab4fed000 r-xp 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ab4fed000-2ab4fee000 r--p 00000000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ab4fee000-2ab4fef000 rw-p 00001000 fd:04 526826 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/bin/java 2ad9c2c000-2ad9c4d000 rw-p 00000000 00:00 0 [heap] 3f89287000-3f89398000 rw-p 00000000 00:00 0 3f893cd000-3f8943e000 r-xp 00000000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f8943e000-3f8943f000 ---p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f8943f000-3f89440000 r--p 00071000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f89440000-3f89464000 rw-p 00072000 fd:04 527521 /usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-riscv64-linux-gnu.so 3f89464000-3f89466000 rw-p 00000000 00:00 0 3f89466000-3f8946f000 r-xp 00000000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f8946f000-3f89470000 r--p 00008000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f89470000-3f89471000 rw-p 00009000 fd:04 527526 /usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-riscv64-linux-gnu.so 3f89471000-3f89472000 rw-p 00000000 00:00 0 3f89472000-3f8947e000 r-xp 00000000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f8947e000-3f8947f000 r--p 0000b000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f8947f000-3f89481000 rw-p 0000c000 fd:04 527523 /usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-riscv64-linux-gnu.so 3f89481000-3f8948e000 r-xp 00000000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f8948e000-3f8948f000 r--p 0000c000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f8948f000-3f89491000 rw-p 0000d000 fd:04 527524 /usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-riscv64-linux-gnu.so 3f89491000-3f894a1000 r-xp 00000000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f894a1000-3f894a2000 r--p 0000f000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f894a2000-3f894a4000 rw-p 00010000 fd:04 527522 /usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-riscv64-linux-gnu.so 3f894a4000-3f894db000 r-xp 00000000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f894db000-3f894dc000 r--p 00036000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f894dc000-3f894de000 rw-p 00037000 fd:04 527499 /usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-riscv64-linux-gnu.so 3f894de000-3f894df000 rw-p 00000000 00:00 0 3f894df000-3f894e2000 r-xp 00000000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f894e2000-3f894e3000 r--p 00002000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f894e3000-3f894e4000 rw-p 00003000 fd:04 525848 /usr/lib64/python3.9/lib-dynload/_random.cpython-39-riscv64-linux-gnu.so 3f894e4000-3f894ea000 r-xp 00000000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f894ea000-3f894eb000 r--p 00005000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f894eb000-3f894ec000 rw-p 00006000 fd:04 525852 /usr/lib64/python3.9/lib-dynload/_sha512.cpython-39-riscv64-linux-gnu.so 3f894ec000-3f894ee000 r-xp 00000000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f894ee000-3f894ef000 ---p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f894ef000-3f894f0000 r--p 00002000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f894f0000-3f894f1000 rw-p 00003000 fd:04 525815 /usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-riscv64-linux-gnu.so 3f894f1000-3f89531000 rw-p 00000000 00:00 0 3f89531000-3f8953e000 r-xp 00000000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f8953e000-3f8953f000 ---p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f8953f000-3f89540000 r--p 0000d000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f89540000-3f89541000 rw-p 0000e000 fd:04 525816 /usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-riscv64-linux-gnu.so 3f89541000-3f89731000 r-xp 00000000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f89731000-3f89732000 ---p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f89732000-3f8975a000 r--p 001f0000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f8975a000-3f8975f000 rw-p 00218000 fd:04 2354954 /usr/lib64/libcrypto.so.1.1.1f 3f8975f000-3f89763000 rw-p 00000000 00:00 0 3f89763000-3f8976d000 r-xp 00000000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f8976d000-3f8976e000 r--p 00009000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f8976e000-3f89770000 rw-p 0000a000 fd:04 525835 /usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-riscv64-linux-gnu.so 3f89770000-3f89776000 r-xp 00000000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f89776000-3f89777000 r--p 00005000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f89777000-3f89778000 rw-p 00006000 fd:04 525863 /usr/lib64/python3.9/lib-dynload/binascii.cpython-39-riscv64-linux-gnu.so 3f89778000-3f897d7000 r-xp 00000000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f897d7000-3f897d8000 r--p 0005e000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f897d8000-3f897fe000 rw-p 0005f000 fd:04 527532 /usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-riscv64-linux-gnu.so 3f897fe000-3f8d7ff000 rw-p 00000000 00:00 0 3f8d7ff000-3f8d800000 ---p 00000000 00:00 0 3f8d800000-3f90000000 rw-p 00000000 00:00 0 3f90000000-3f90021000 rw-p 00000000 00:00 0 3f90021000-3f94000000 ---p 00000000 00:00 0 3f94000000-3f94090000 rw-p 00000000 00:00 0 3f94090000-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 3fac004000-3fac026000 r-xp 00000000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fac026000-3fac027000 r--p 00021000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fac027000-3fac029000 rw-p 00022000 fd:04 527501 /usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-riscv64-linux-gnu.so 3fac029000-3fac02a000 rw-p 00000000 00:00 0 3fac02a000-3fac047000 r-xp 00000000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fac047000-3fac048000 r--p 0001c000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fac048000-3fac04d000 rw-p 0001d000 fd:04 527527 /usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-riscv64-linux-gnu.so 3fac04d000-3fac08d000 rw-p 00000000 00:00 0 3fac08d000-3fac098000 r-xp 00000000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fac098000-3fac099000 r--p 0000a000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fac099000-3fac09a000 rw-p 0000b000 fd:04 527307 /usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-riscv64-linux-gnu.so 3fac09a000-3fac0da000 rw-p 00000000 00:00 0 3fac0da000-3fac10f000 r-xp 00000000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fac10f000-3fac110000 ---p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fac110000-3fac111000 r--p 00035000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fac111000-3fac114000 rw-p 00036000 fd:04 525832 /usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-riscv64-linux-gnu.so 3fac114000-3fac135000 r-xp 00000000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fac135000-3fac136000 r--p 00020000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fac136000-3fac137000 rw-p 00021000 fd:04 2353998 /usr/lib64/liblzma.so.5.2.5 3fac137000-3fac13e000 r-xp 00000000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fac13e000-3fac13f000 r--p 00006000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fac13f000-3fac140000 rw-p 00007000 fd:04 525839 /usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-riscv64-linux-gnu.so 3fac140000-3fac14e000 r-xp 00000000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fac14e000-3fac14f000 r--p 0000d000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fac14f000-3fac150000 rw-p 0000e000 fd:04 2353994 /usr/lib64/libbz2.so.1.0.8 3fac150000-3fac154000 r-xp 00000000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fac154000-3fac155000 r--p 00003000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fac155000-3fac156000 rw-p 00004000 fd:04 525817 /usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-riscv64-linux-gnu.so 3fac156000-3fac196000 rw-p 00000000 00:00 0 3fac196000-3fac19d000 r-xp 00000000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fac19d000-3fac19e000 r--p 00006000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fac19e000-3fac19f000 rw-p 00007000 fd:04 525881 /usr/lib64/python3.9/lib-dynload/zlib.cpython-39-riscv64-linux-gnu.so 3fac19f000-3fac21f000 rw-p 00000000 00:00 0 3fac21f000-3fac23c000 r-xp 00000000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fac23c000-3fac23d000 r--p 0001c000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fac23d000-3fac23e000 rw-p 0001d000 fd:04 527414 /usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-riscv64-linux-gnu.so 3fac23e000-3fac2bf000 rw-p 00000000 00:00 0 3fac2bf000-3fac2d7000 r-xp 00000000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fac2d7000-3fac2d8000 r--p 00017000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fac2d8000-3fac2dc000 rw-p 00018000 fd:04 525827 /usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-riscv64-linux-gnu.so 3fac2dc000-3fac39c000 rw-p 00000000 00:00 0 3fac39e000-3fac3a1000 r-xp 00000000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fac3a1000-3fac3a2000 r--p 00002000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fac3a2000-3fac3a3000 rw-p 00003000 fd:04 527415 /usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-riscv64-linux-gnu.so 3fac3a3000-3fac3a9000 r-xp 00000000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fac3a9000-3fac3aa000 r--p 00005000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fac3aa000-3fac3ab000 rw-p 00006000 fd:04 525875 /usr/lib64/python3.9/lib-dynload/select.cpython-39-riscv64-linux-gnu.so 3fac3ab000-3fac3c4000 r-xp 00000000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fac3c4000-3fac3c5000 r--p 00018000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fac3c5000-3fac3c7000 rw-p 00019000 fd:04 527010 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-riscv64-linux-gnu.so 3fac3c7000-3fac507000 rw-p 00000000 00:00 0 3fac507000-3fac508000 ---p 00000000 00:00 0 3fac508000-3facd08000 rw-p 00000000 00:00 0 3facd08000-3facd09000 ---p 00000000 00:00 0 3facd09000-3fad509000 rw-p 00000000 00:00 0 3fad509000-3fad625000 r-xp 00000000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fad625000-3fad626000 ---p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fad626000-3fad627000 r--p 0011c000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fad627000-3fad629000 rw-p 0011d000 fd:04 2356221 /usr/lib64/libgfortran.so.5.0.0 3fad629000-3faddaa000 r-xp 00000000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3faddaa000-3faddb0000 r--p 00780000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3faddb0000-3faddba000 rw-p 00786000 fd:04 2356222 /usr/lib64/libopenblasp-r0.3.9.so 3faddba000-3faddc5000 rw-p 00000000 00:00 0 3faddc5000-3fadfc1000 r-xp 00000000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fadfc1000-3fadfc3000 r--p 001fc000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fadfc3000-3fadfe0000 rw-p 001fe000 fd:04 527011 /usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-riscv64-linux-gnu.so 3fadfe0000-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-3fc0574000 rw-p 00000000 00:00 0 3fc0574000-3fc4000000 ---p 00000000 00:00 0 3fc4000000-3fc4004000 r-xp 00000000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc4004000-3fc4005000 r--p 00003000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc4005000-3fc4006000 rw-p 00004000 fd:04 525846 /usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-riscv64-linux-gnu.so 3fc4006000-3fc4009000 r-xp 00000000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc4009000-3fc400a000 r--p 00002000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc400a000-3fc400b000 rw-p 00003000 fd:04 525866 /usr/lib64/python3.9/lib-dynload/grp.cpython-39-riscv64-linux-gnu.so 3fc4054000-3fc4094000 rw-p 00000000 00:00 0 3fc4094000-3fc40a6000 r-xp 00000000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc40a6000-3fc40a7000 ---p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc40a7000-3fc40a8000 r--p 00012000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc40a8000-3fc40ab000 rw-p 00013000 fd:04 525830 /usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-riscv64-linux-gnu.so 3fc40ab000-3fc40b6000 r-xp 00000000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc40b6000-3fc40b7000 r--p 0000a000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc40b7000-3fc40b8000 rw-p 0000b000 fd:04 525867 /usr/lib64/python3.9/lib-dynload/math.cpython-39-riscv64-linux-gnu.so 3fc40b8000-3fc4178000 rw-p 00000000 00:00 0 3fc4178000-3fc4183000 r--s 0011c000 fd:04 526616 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/localedata.jar 3fc4183000-3fc4184000 r--s 00002000 fd:04 526614 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/ext/dnsns.jar 3fc4184000-3fc418a000 r--s 00309000 fd:04 526602 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/charsets.jar 3fc418a000-3fc419d000 r--s 00346000 fd:04 526650 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/resources.jar 3fc419d000-3fc429d000 rw-p 00000000 00:00 0 3fc429d000-3fc42a1000 r-xp 00000000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc42a1000-3fc42a2000 r--p 00003000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc42a2000-3fc42a3000 rw-p 00004000 fd:04 525836 /usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-riscv64-linux-gnu.so 3fc42a3000-3fc4323000 rw-p 00000000 00:00 0 3fc4323000-3fc4339000 r-xp 00000000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc4339000-3fc433a000 r--p 00015000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc433a000-3fc433c000 rw-p 00016000 fd:04 525844 /usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-riscv64-linux-gnu.so 3fc433c000-3fc4346000 r-xp 00000000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc4346000-3fc4347000 r--p 00009000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc4347000-3fc4348000 rw-p 0000a000 fd:04 525857 /usr/lib64/python3.9/lib-dynload/_struct.cpython-39-riscv64-linux-gnu.so 3fc4348000-3fc4488000 rw-p 00000000 00:00 0 3fc4488000-3fc448b000 ---p 00000000 00:00 0 3fc448b000-3fc4608000 rw-p 00000000 00:00 0 3fc4608000-3fc460a000 r-xp 00000000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fc460a000-3fc460b000 r--p 00001000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fc460b000-3fc460c000 rw-p 00002000 fd:04 2353571 /usr/lib64/libutil-2.31.9000.so 3fc460c000-3fc4845000 r-xp 00000000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc4845000-3fc484a000 r--p 00238000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc484a000-3fc4881000 rw-p 0023d000 fd:04 2356629 /usr/lib64/libpython3.9.so.1.0 3fc4881000-3fc48a3000 rw-p 00000000 00:00 0 3fc48a3000-3fc48cc000 r-xp 00000000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc48cc000-3fc48cd000 r--p 00028000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc48cd000-3fc48d1000 rw-p 00029000 fd:04 528475 /builddir/build/BUILD/jep-3.9.0/build/lib.linux-riscv64-3.9/jep/jep.cpython-39-riscv64-linux-gnu.so 3fc48d1000-3fc48d3000 r--s 0000d000 fd:04 528386 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0-test.jar 3fc48d3000-3fc48d5000 r--s 0002d000 fd:04 528384 /builddir/build/BUILD/jep-3.9.0/build/java/jep-3.9.0.jar 3fc48d5000-3fc48d6000 ---p 00000000 00:00 0 3fc48d6000-3fc49d6000 rw-p 00000000 00:00 0 3fc49d6000-3fc49d9000 ---p 00000000 00:00 0 3fc49d9000-3fc4b56000 rw-p 00000000 00:00 0 3fc4b56000-3fc4b59000 ---p 00000000 00:00 0 3fc4b59000-3fc4cd6000 rw-p 00000000 00:00 0 3fc4cd6000-3fc4cd9000 ---p 00000000 00:00 0 3fc4cd9000-3fc4e56000 rw-p 00000000 00:00 0 3fc4e56000-3fc4e59000 ---p 00000000 00:00 0 3fc4e59000-3fc4fd6000 rw-p 00000000 00:00 0 3fc4fd6000-3fc4fd7000 ---p 00000000 00:00 0 3fc4fd7000-3fc5125000 rw-p 00000000 00:00 0 3fc5125000-3fc52f5000 r--s 0441d000 fd:04 526688 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/rt.jar 3fc52f5000-3fc582e000 rw-p 00000000 00:00 0 3fc582e000-3fc5bee000 ---p 00000000 00:00 0 3fc5bee000-3fc5bf4000 rw-p 00000000 00:00 0 3fc5bf4000-3fc5c44000 ---p 00000000 00:00 0 3fc5c44000-3fc5c47000 rw-p 00000000 00:00 0 3fc5c47000-3fc5c6e000 ---p 00000000 00:00 0 3fc5c6e000-3fc5c74000 rw-p 00000000 00:00 0 3fc5c74000-3fc5cc4000 ---p 00000000 00:00 0 3fc5cc4000-3fc5d07000 rw-p 00000000 00:00 0 3fc5d07000-3fc5d86000 ---p 00000000 00:00 0 3fc5d86000-3fc5d8d000 r-xp 00000000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc5d8d000-3fc5d8e000 ---p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc5d8e000-3fc5d8f000 r--p 00007000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc5d8f000-3fc5d90000 rw-p 00008000 fd:04 526684 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libzip.so 3fc5d90000-3fc5d98000 rw-s 00000000 fd:04 2352141 /tmp/hsperfdata_mockbuild/484733 3fc5d98000-3fc5da1000 r-xp 00000000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fc5da1000-3fc5da2000 r--p 00008000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fc5da2000-3fc5da3000 rw-p 00009000 fd:04 2353561 /usr/lib64/libnss_files-2.31.9000.so 3fc5da3000-3fc5da9000 rw-p 00000000 00:00 0 3fc5da9000-3fc5dce000 r-xp 00000000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc5dce000-3fc5dcf000 r--p 00024000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc5dcf000-3fc5dd1000 rw-p 00025000 fd:04 526667 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libjava.so 3fc5dd1000-3fc5ddd000 r-xp 00000000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc5ddd000-3fc5ddf000 r--p 0000b000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc5ddf000-3fc5de0000 rw-p 0000d000 fd:04 526683 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/libverify.so 3fc5de0000-3fc5de6000 r-xp 00000000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fc5de6000-3fc5de7000 r--p 00005000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fc5de7000-3fc5de8000 rw-p 00006000 fd:04 2353567 /usr/lib64/librt-2.31.9000.so 3fc5de8000-3fc5de9000 ---p 00000000 00:00 0 3fc5de9000-3fc5dea000 rw-p 00000000 00:00 0 3fc5dea000-3fc5ded000 ---p 00000000 00:00 0 3fc5ded000-3fc5f69000 rw-p 00000000 00:00 0 3fc5f69000-3fc5f7c000 r-xp 00000000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fc5f7c000-3fc5f7d000 r--p 00012000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fc5f7d000-3fc5f7e000 rw-p 00013000 fd:04 2350433 /usr/lib64/libgcc_s-10-20200507.so.1 3fc5f7e000-3fc5f84000 r-xp 00000000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fc5f84000-3fc5f85000 r--p 00005000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fc5f85000-3fc5f86000 rw-p 00006000 fd:04 2354122 /usr/lib64/libffi.so.6.0.2 3fc5f86000-3fc6010000 r-xp 00000000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fc6010000-3fc6011000 r--p 00089000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fc6011000-3fc6012000 rw-p 0008a000 fd:04 2353555 /usr/lib64/libm-2.31.9000.so 3fc6012000-3fc61b8000 r-xp 00000000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc61b8000-3fc61b9000 ---p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc61b9000-3fc61c3000 r--p 001a6000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc61c3000-3fc61c7000 rw-p 001b0000 fd:04 2354065 /usr/lib64/libstdc++.so.6.0.28 3fc61c7000-3fc61cb000 rw-p 00000000 00:00 0 3fc61cb000-3fc67c5000 r-xp 00000000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc67c5000-3fc67de000 r--p 005f9000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc67de000-3fc67fe000 rw-p 00612000 fd:04 526687 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/jre/lib/riscv64/server/libjvm.so 3fc67fe000-3fc6817000 rw-p 00000000 00:00 0 3fc6817000-3fc682e000 r-xp 00000000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc682e000-3fc682f000 r--p 00016000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc682f000-3fc6830000 rw-p 00017000 fd:04 2353563 /usr/lib64/libpthread-2.31.9000.so 3fc6830000-3fc6834000 rw-p 00000000 00:00 0 3fc6834000-3fc6836000 r-xp 00000000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc6836000-3fc6837000 ---p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc6837000-3fc6838000 r--p 00002000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc6838000-3fc6839000 rw-p 00003000 fd:04 2353553 /usr/lib64/libdl-2.31.9000.so 3fc6839000-3fc684c000 r-xp 00000000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc684c000-3fc684d000 r--p 00012000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc684d000-3fc684e000 rw-p 00013000 fd:04 2353990 /usr/lib64/libz.so.1.2.11 3fc684e000-3fc696d000 r-xp 00000000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc696d000-3fc6970000 r--p 0011e000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc6970000-3fc6973000 rw-p 00121000 fd:04 2353551 /usr/lib64/libc-2.31.9000.so 3fc6973000-3fc6976000 rw-p 00000000 00:00 0 3fc6976000-3fc6983000 r-xp 00000000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc6983000-3fc6984000 r--p 0000c000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc6984000-3fc6985000 rw-p 0000d000 fd:04 526881 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-4.0.riscv64.fc31.riscv64/lib/riscv64/jli/libjli.so 3fc6985000-3fc6987000 rw-p 00000000 00:00 0 3fc6987000-3fc6989000 r-xp 00000000 00:00 0 [vdso] 3fc6989000-3fc69a4000 r-xp 00000000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fc69a4000-3fc69a5000 r--p 00000000 00:00 0 3fc69a5000-3fc69a6000 r--p 0001b000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fc69a6000-3fc69a8000 rw-p 0001c000 fd:04 2353544 /usr/lib64/ld-2.31.9000.so 3fff9c1000-3fff9e2000 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.31.9000 NPTL 2.31.9000 rlimit: STACK 8192k, CORE infinity, NPROC 63046, NOFILE 524288, AS infinity load average:4.85 2.85 1.87 /proc/meminfo: MemTotal: 8140908 kB MemFree: 6056860 kB MemAvailable: 7732780 kB Buffers: 238120 kB Cached: 1410856 kB SwapCached: 0 kB Active: 987228 kB Inactive: 850960 kB Active(anon): 192596 kB Inactive(anon): 168 kB Active(file): 794632 kB Inactive(file): 850792 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 280 kB Writeback: 0 kB AnonPages: 189360 kB Mapped: 212064 kB Shmem: 3504 kB KReclaimable: 120764 kB Slab: 201352 kB SReclaimable: 120764 kB SUnreclaim: 80588 kB KernelStack: 1328 kB PageTables: 2848 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 4070452 kB Committed_AS: 842356 kB VmallocTotal: 67108863 kB VmallocUsed: 1344 kB VmallocChunk: 0 kB Percpu: 19712 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 : 1 isa : rv64imafdcsu mmu : sv48 processor : 1 hart : 0 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(6056860k 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: Mon Jun 8 08:45:25 2020 timezone: EDT elapsed time: 19 seconds (0d 0h 0m 19s) Processing files: python3-jep-3.9.0-5.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wnjXHs Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WMWpNq + : + 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-5.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-5.fc33.riscv64/usr/share/doc/python3-jep + cp -pr README.rst /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/share/doc/python3-jep + cp -pr AUTHORS /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/share/doc/python3-jep + cp -pr release_notes/ /builddir/build/BUILDROOT/python-jep-3.9.0-5.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-5.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-5.fc33.riscv64/usr/share/licenses/python3-jep + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/share/licenses/python3-jep + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep = 3.9.0-5.fc33 python3-jep = 3.9.0-5.fc33 python3-jep(riscv-64) = 3.9.0-5.fc33 python3.9-jep = 3.9.0-5.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-5.fc33 Processing files: python-jep-javadoc-3.9.0-5.fc33.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VrgL7s + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.9.0-5.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-5.fc33.riscv64/usr/share/licenses/python-jep-javadoc + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64/usr/share/licenses/python-jep-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jep-javadoc = 3.9.0-5.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-5.fc33.riscv64 Provides: python-jep-debugsource = 3.9.0-5.fc33 python-jep-debugsource(riscv-64) = 3.9.0-5.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-5.fc33.riscv64 Provides: debuginfo(build-id) = 109f32b82b2357b95f5751cd5666da216e8796c8 python-jep-debuginfo = 3.9.0-5.fc33 python3-jep-debuginfo = 3.9.0-5.fc33 python3-jep-debuginfo(riscv-64) = 3.9.0-5.fc33 python3.9-jep-debuginfo = 3.9.0-5.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-5.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-jep-3.9.0-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-debugsource-3.9.0-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-jep-debuginfo-3.9.0-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-jep-javadoc-3.9.0-5.fc33.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J1s8Tr + umask 022 + cd /builddir/build/BUILD + cd jep-3.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jep-3.9.0-5.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0