+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-jep.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HPyXrq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-jep-3.7.0 + /usr/bin/mkdir -p python-jep-3.7.0 + cd python-jep-3.7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v3.7.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' -print -delete ./jep-3.7.0/tests/lib/sqlitejdbc-v056.jar ./jep-3.7.0/tests/lib/fakenetty.jar + mv jep-3.7.0 python3 + pushd python3 ~/build/BUILD/python-jep-3.7.0/python3 ~/build/BUILD/python-jep-3.7.0 + mv -t.. LICENSE AUTHORS release_notes javadoc + sed -i -r 's:TextTestRunner\(:\0verbosity=2:' python3/tests/runtests.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jew47B + umask 022 + cd /builddir/build/BUILD + cd python-jep-3.7.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + pushd python3 ~/build/BUILD/python-jep-3.7.0/python3 ~/build/BUILD/python-jep-3.7.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' numpy include found at /usr/lib64/python3.6/site-packages/numpy/core/include running build running setup_java running build_java /usr/lib/jvm/java/bin/javac -deprecation -d build/java -classpath src src/jep/NamingConventionClassEnquirer.java src/jep/Run.java src/jep/ClassEnquirer.java src/jep/NDArray.java src/jep/PyConfig.java src/jep/ClassList.java src/jep/Proxy.java src/jep/AbstractNDArray.java src/jep/JepScriptEngine.java src/jep/InvocationHandler.java src/jep/Util.java src/jep/Jep.java src/jep/JepScriptEngineFactory.java src/jep/JepConfig.java src/jep/JepException.java src/jep/DirectNDArray.java src/jep/python/PyObject.java src/jep/python/PyClass.java src/jep/python/PyModule.java /usr/lib/jvm/java/bin/javac -deprecation -d build/java/test -classpath build/java:src src/jep/test/TestGetByteArray.java src/jep/test/TestPreInitVariables.java src/jep/test/TestOverload.java src/jep/test/TestExceptionCause.java src/jep/test/TestSharedArgv.java src/jep/test/TestSharedModules.java src/jep/test/TestGetTempValue.java src/jep/test/Test.java src/jep/test/TestGetCollectionBoxing.java src/jep/test/TestCompiledScript.java src/jep/test/TestSharedModulesThreads.java src/jep/test/closeable/TestAutoCloseable.java src/jep/test/types/TestStaticMethodTypes.java src/jep/test/types/TestStaticFieldTypes.java src/jep/test/types/TestFieldTypes.java src/jep/test/types/TestMethodTypes.java src/jep/test/synchronization/TestCrossLangSync.java src/jep/test/numpy/TestNumpyArrayToString.java src/jep/test/numpy/TestNumpyProdShared.java src/jep/test/numpy/TestNumpy.java src/jep/test/numpy/example/TestNumpyProdLost.java src/jep/test/numpy/example/TestNumpyMemoryLeak.java src/jep/test/numpy/example/TestNumpyGILFreeze.java src/jep/test/numpy/example/TestScipyFreeze.java copying src/jep/NamingConventionClassEnquirer.java to build/java/jep.src/jep/NamingConventionClassEnquirer.java copying src/jep/Run.java to build/java/jep.src/jep/Run.java copying src/jep/ClassEnquirer.java to build/java/jep.src/jep/ClassEnquirer.java copying src/jep/NDArray.java to build/java/jep.src/jep/NDArray.java copying src/jep/PyConfig.java to build/java/jep.src/jep/PyConfig.java copying src/jep/ClassList.java to build/java/jep.src/jep/ClassList.java copying src/jep/Proxy.java to build/java/jep.src/jep/Proxy.java copying src/jep/AbstractNDArray.java to build/java/jep.src/jep/AbstractNDArray.java copying src/jep/JepScriptEngine.java to build/java/jep.src/jep/JepScriptEngine.java copying src/jep/InvocationHandler.java to build/java/jep.src/jep/InvocationHandler.java copying src/jep/Util.java to build/java/jep.src/jep/Util.java copying src/jep/Jep.java to build/java/jep.src/jep/Jep.java copying src/jep/JepScriptEngineFactory.java to build/java/jep.src/jep/JepScriptEngineFactory.java copying src/jep/JepConfig.java to build/java/jep.src/jep/JepConfig.java copying src/jep/JepException.java to build/java/jep.src/jep/JepException.java copying src/jep/DirectNDArray.java to build/java/jep.src/jep/DirectNDArray.java copying src/jep/python/PyObject.java to build/java/jep.src/jep/python/PyObject.java copying src/jep/python/PyClass.java to build/java/jep.src/jep/python/PyClass.java copying src/jep/python/PyModule.java to build/java/jep.src/jep/python/PyModule.java copying src/jep/test/TestGetByteArray.java to build/java/jep.test.src/jep/test/TestGetByteArray.java copying src/jep/test/TestPreInitVariables.java to build/java/jep.test.src/jep/test/TestPreInitVariables.java copying src/jep/test/TestOverload.java to build/java/jep.test.src/jep/test/TestOverload.java copying src/jep/test/TestExceptionCause.java to build/java/jep.test.src/jep/test/TestExceptionCause.java copying src/jep/test/TestSharedArgv.java to build/java/jep.test.src/jep/test/TestSharedArgv.java copying src/jep/test/TestSharedModules.java to build/java/jep.test.src/jep/test/TestSharedModules.java copying src/jep/test/TestGetTempValue.java to build/java/jep.test.src/jep/test/TestGetTempValue.java copying src/jep/test/Test.java to build/java/jep.test.src/jep/test/Test.java copying src/jep/test/TestGetCollectionBoxing.java to build/java/jep.test.src/jep/test/TestGetCollectionBoxing.java copying src/jep/test/TestCompiledScript.java to build/java/jep.test.src/jep/test/TestCompiledScript.java copying src/jep/test/TestSharedModulesThreads.java to build/java/jep.test.src/jep/test/TestSharedModulesThreads.java copying src/jep/test/closeable/TestAutoCloseable.java to build/java/jep.test.src/jep/test/closeable/TestAutoCloseable.java copying src/jep/test/types/TestStaticMethodTypes.java to build/java/jep.test.src/jep/test/types/TestStaticMethodTypes.java copying src/jep/test/types/TestStaticFieldTypes.java to build/java/jep.test.src/jep/test/types/TestStaticFieldTypes.java copying src/jep/test/types/TestFieldTypes.java to build/java/jep.test.src/jep/test/types/TestFieldTypes.java copying src/jep/test/types/TestMethodTypes.java to build/java/jep.test.src/jep/test/types/TestMethodTypes.java copying src/jep/test/synchronization/TestCrossLangSync.java to build/java/jep.test.src/jep/test/synchronization/TestCrossLangSync.java copying src/jep/test/numpy/TestNumpyArrayToString.java to build/java/jep.test.src/jep/test/numpy/TestNumpyArrayToString.java copying src/jep/test/numpy/TestNumpyProdShared.java to build/java/jep.test.src/jep/test/numpy/TestNumpyProdShared.java copying src/jep/test/numpy/TestNumpy.java to build/java/jep.test.src/jep/test/numpy/TestNumpy.java copying src/jep/test/numpy/example/TestNumpyProdLost.java to build/java/jep.test.src/jep/test/numpy/example/TestNumpyProdLost.java copying src/jep/test/numpy/example/TestNumpyMemoryLeak.java to build/java/jep.test.src/jep/test/numpy/example/TestNumpyMemoryLeak.java copying src/jep/test/numpy/example/TestNumpyGILFreeze.java to build/java/jep.test.src/jep/test/numpy/example/TestNumpyGILFreeze.java copying src/jep/test/numpy/example/TestScipyFreeze.java to build/java/jep.test.src/jep/test/numpy/example/TestScipyFreeze.java running build_javah /usr/lib/jvm/java/bin/javah -classpath build/java -o build/include/jep.h jep.Jep /usr/lib/jvm/java/bin/javah -classpath build/java -o build/include/jep_object.h jep.python.PyObject /usr/lib/jvm/java/bin/javah -classpath build/java -o build/include/invocationhandler.h jep.InvocationHandler running build_jar copying src/jep/classlist_6.txt to build/java/jep/classlist_6.txt copying src/jep/classlist_7.txt to build/java/jep/classlist_7.txt copying src/jep/classlist_8.txt to build/java/jep/classlist_8.txt /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.7.0-sources.jar -C build/java/jep.src jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.7.0.jar jep.Run -C build/java/ jep /usr/lib/jvm/java/bin/jar -cf build/java/jep-3.7.0-test-sources.jar -C build/java/jep.test.src jep /usr/lib/jvm/java/bin/jar -cfe build/java/jep-3.7.0-test.jar test.jep.Test -C build/java/test/ jep running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/jep copying jep/shared_modules_hook.py -> build/lib.linux-riscv64-3.6/jep copying jep/redirect_streams.py -> build/lib.linux-riscv64-3.6/jep copying jep/java_import_hook.py -> build/lib.linux-riscv64-3.6/jep copying jep/__init__.py -> build/lib.linux-riscv64-3.6/jep copying jep/jdbc.py -> build/lib.linux-riscv64-3.6/jep copying jep/console.py -> build/lib.linux-riscv64-3.6/jep copying jep/version.py -> build/lib.linux-riscv64-3.6/jep running build_ext building 'jep' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/src creating build/temp.linux-riscv64-3.6/src/jep creating build/temp.linux-riscv64-3.6/src/jep/python creating build/temp.linux-riscv64-3.6/src/jep/java_access gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjlist.c -o build/temp.linux-riscv64-3.6/src/jep/pyjlist.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjnumber.c -o build/temp.linux-riscv64-3.6/src/jep/pyjnumber.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjobject.c -o build/temp.linux-riscv64-3.6/src/jep/pyjobject.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjmethod.c -o build/temp.linux-riscv64-3.6/src/jep/pyjmethod.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjmultimethod.c -o build/temp.linux-riscv64-3.6/src/jep/pyjmultimethod.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjmonitor.c -o build/temp.linux-riscv64-3.6/src/jep/pyjmonitor.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/jep_util.c -o build/temp.linux-riscv64-3.6/src/jep/jep_util.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjautocloseable.c -o build/temp.linux-riscv64-3.6/src/jep/pyjautocloseable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/invocationhandler.c -o build/temp.linux-riscv64-3.6/src/jep/invocationhandler.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/jep.c -o build/temp.linux-riscv64-3.6/src/jep/jep.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/jep_exceptions.c -o build/temp.linux-riscv64-3.6/src/jep/jep_exceptions.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/jep_numpy.c -o build/temp.linux-riscv64-3.6/src/jep/jep_numpy.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjcollection.c -o build/temp.linux-riscv64-3.6/src/jep/pyjcollection.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/convert_p2j.c -o build/temp.linux-riscv64-3.6/src/jep/convert_p2j.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjconstructor.c -o build/temp.linux-riscv64-3.6/src/jep/pyjconstructor.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjiterable.c -o build/temp.linux-riscv64-3.6/src/jep/pyjiterable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyembed.c -o build/temp.linux-riscv64-3.6/src/jep/pyembed.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjfield.c -o build/temp.linux-riscv64-3.6/src/jep/pyjfield.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjiterator.c -o build/temp.linux-riscv64-3.6/src/jep/pyjiterator.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjmap.c -o build/temp.linux-riscv64-3.6/src/jep/pyjmap.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/jbox.c -o build/temp.linux-riscv64-3.6/src/jep/jbox.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjclass.c -o build/temp.linux-riscv64-3.6/src/jep/pyjclass.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/pyjarray.c -o build/temp.linux-riscv64-3.6/src/jep/pyjarray.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/python/jep_object.c -o build/temp.linux-riscv64-3.6/src/jep/python/jep_object.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Method.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Method.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Character.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Character.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Collections.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Collections.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Class.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Class.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Modifier.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Modifier.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/String.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/String.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Collection.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Collection.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Iterator.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Iterator.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Number.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Number.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/List.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/List.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Iterable.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Iterable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Boolean.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Boolean.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Object.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Object.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Map.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Map.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/JepException.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/JepException.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Throwable.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Throwable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Constructor.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Constructor.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Comparable.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Comparable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Field.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Field.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/AutoCloseable.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/AutoCloseable.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=1 -DVERSION="3.7.0" -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -Isrc/jep -Ibuild/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c src/jep/java_access/Member.c -o build/temp.linux-riscv64-3.6/src/jep/java_access/Member.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/src/jep/pyjlist.o build/temp.linux-riscv64-3.6/src/jep/pyjnumber.o build/temp.linux-riscv64-3.6/src/jep/pyjobject.o build/temp.linux-riscv64-3.6/src/jep/pyjmethod.o build/temp.linux-riscv64-3.6/src/jep/pyjmultimethod.o build/temp.linux-riscv64-3.6/src/jep/pyjmonitor.o build/temp.linux-riscv64-3.6/src/jep/jep_util.o build/temp.linux-riscv64-3.6/src/jep/pyjautocloseable.o build/temp.linux-riscv64-3.6/src/jep/invocationhandler.o build/temp.linux-riscv64-3.6/src/jep/jep.o build/temp.linux-riscv64-3.6/src/jep/jep_exceptions.o build/temp.linux-riscv64-3.6/src/jep/jep_numpy.o build/temp.linux-riscv64-3.6/src/jep/pyjcollection.o build/temp.linux-riscv64-3.6/src/jep/convert_p2j.o build/temp.linux-riscv64-3.6/src/jep/pyjconstructor.o build/temp.linux-riscv64-3.6/src/jep/pyjiterable.o build/temp.linux-riscv64-3.6/src/jep/pyembed.o build/temp.linux-riscv64-3.6/src/jep/pyjfield.o build/temp.linux-riscv64-3.6/src/jep/pyjiterator.o build/temp.linux-riscv64-3.6/src/jep/pyjmap.o build/temp.linux-riscv64-3.6/src/jep/jbox.o build/temp.linux-riscv64-3.6/src/jep/pyjclass.o build/temp.linux-riscv64-3.6/src/jep/pyjarray.o build/temp.linux-riscv64-3.6/src/jep/python/jep_object.o build/temp.linux-riscv64-3.6/src/jep/java_access/Method.o build/temp.linux-riscv64-3.6/src/jep/java_access/Character.o build/temp.linux-riscv64-3.6/src/jep/java_access/Collections.o build/temp.linux-riscv64-3.6/src/jep/java_access/Class.o build/temp.linux-riscv64-3.6/src/jep/java_access/Modifier.o build/temp.linux-riscv64-3.6/src/jep/java_access/String.o build/temp.linux-riscv64-3.6/src/jep/java_access/Collection.o build/temp.linux-riscv64-3.6/src/jep/java_access/Iterator.o build/temp.linux-riscv64-3.6/src/jep/java_access/Number.o build/temp.linux-riscv64-3.6/src/jep/java_access/List.o build/temp.linux-riscv64-3.6/src/jep/java_access/Iterable.o build/temp.linux-riscv64-3.6/src/jep/java_access/Boolean.o build/temp.linux-riscv64-3.6/src/jep/java_access/Object.o build/temp.linux-riscv64-3.6/src/jep/java_access/Map.o build/temp.linux-riscv64-3.6/src/jep/java_access/JepException.o build/temp.linux-riscv64-3.6/src/jep/java_access/Throwable.o build/temp.linux-riscv64-3.6/src/jep/java_access/Constructor.o build/temp.linux-riscv64-3.6/src/jep/java_access/Comparable.o build/temp.linux-riscv64-3.6/src/jep/java_access/Field.o build/temp.linux-riscv64-3.6/src/jep/java_access/AutoCloseable.o build/temp.linux-riscv64-3.6/src/jep/java_access/Member.o -L/usr/lib/jvm/java/jre/lib/riscv64/server/ -L/usr/lib64 -ljvm -lpython3.6m -ldl -lpython3.6m -o build/lib.linux-riscv64-3.6/jep.cpython-36m-riscv64-linux-gnu.so -L/usr/lib64 running build_scripts creating build/scripts-3.6 copying and adjusting src/scripts/jep -> build/scripts-3.6 changing mode of build/scripts-3.6/jep from 644 to 755 Using JAVA_HOME: /usr/lib/jvm/java + sleep 1 + popd ~/build/BUILD/python-jep-3.7.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.C2QnZY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 + cd python-jep-3.7.0 + export JAVA_HOME=/usr/lib/jvm/java + JAVA_HOME=/usr/lib/jvm/java + pushd python3 ~/build/BUILD/python-jep-3.7.0/python3 ~/build/BUILD/python-jep-3.7.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 numpy include found at /usr/lib64/python3.6/site-packages/numpy/core/include running install running install_lib copying build/lib.linux-riscv64-3.6/jep.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/java/jep-3.7.0.jar -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/shared_modules_hook.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/redirect_streams.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/java_import_hook.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/__init__.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/jdbc.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/console.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep copying build/lib.linux-riscv64-3.6/jep/version.py -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep ln -sf jep.cpython-36m-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep/libjep.so running install_scripts creating /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/bin copying build/scripts-3.6/jep -> /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/bin/jep to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6/site-packages/jep-3.7.0-py3.6.egg-info + popd ~/build/BUILD/python-jep-3.7.0 + install -dm755 /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/javadoc/python-jep + cp -pr javadoc/allclasses-frame.html javadoc/allclasses-noframe.html javadoc/constant-values.html javadoc/deprecated-list.html javadoc/help-doc.html javadoc/index-all.html javadoc/index.html javadoc/jep javadoc/overview-tree.html javadoc/package-list javadoc/resources javadoc/script.js javadoc/serialized-form.html javadoc/stylesheet.css /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/javadoc/python-jep + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-jep-3.7.0-2.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xssdzM + umask 022 + cd /builddir/build/BUILD + cd python-jep-3.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.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.7.0-2.fc28.riscv64/usr/share/doc/python3-jep + cp -pr python3/README.rst /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/doc/python3-jep + cp -pr AUTHORS /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/doc/python3-jep + cp -pr release_notes/ /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/doc/python3-jep + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Fu1jo1 + umask 022 + cd /builddir/build/BUILD + cd python-jep-3.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.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.7.0-2.fc28.riscv64/usr/share/licenses/python3-jep + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/licenses/python3-jep + exit 0 Provides: python3-jep = 3.7.0-2.fc28 python3-jep(riscv-64) = 3.7.0-2.fc28 python3.6dist(jep) = 3.7.0 python3dist(jep) = 3.7.0 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: /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) libjvm.so()(64bit) libjvm.so(SUNWprivate_1.1)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-jep-javadoc-3.7.0-2.fc28.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XBCZ9y + umask 022 + cd /builddir/build/BUILD + cd python-jep-3.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.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.7.0-2.fc28.riscv64/usr/share/licenses/python-jep-javadoc + cp -pr LICENSE /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64/usr/share/licenses/python-jep-javadoc + exit 0 Provides: python-jep-javadoc = 3.7.0-2.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-jep-3.7.0-2.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python3-jep-3.7.0-2.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/python-jep-javadoc-3.7.0-2.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cWqb6l + umask 022 + cd /builddir/build/BUILD + cd python-jep-3.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jep-3.7.0-2.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff