Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/jpype.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-9a961cba6ca3e85c3ef212c7195e8c66e5e3d038/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/jpype.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/jpype-0.6.3-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/jpype.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-9a961cba6ca3e85c3ef212c7195e8c66e5e3d038/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/jpype.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AwEyLg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jpype-0.6.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/jpype-0.6.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jpype-0.6.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/jpype-0.6.3-python37-pep432.patch + /usr/bin/patch -p1 -s + find . -name '*.py' -or -name '*.java' -or -name '*.TXT' -or -name '*.sh' -or -name '*.xml' -or -name '*.js' + xargs sed -i 's|\r||g' + cp -pr test/jpypetest . + cp -pr test/testsuite.py jpypetest + sed -i -r -e 's|packages=.|\0 '\''jpypetest'\'',|' setup.py + sed -i -r 's|classes|jpypetest/\0|' jpypetest/common.py + sed -i -e '/import jpype/d' -e 's|jpype.__version__|'\''0.6.3'\''|g' doc/conf.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kZsqek + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/startup.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/proxy_multithreaded.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/closed.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/boxed.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/varargs.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/properties.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/common.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/objectwrapper.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/attr.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/reflect.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/testsuite.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/values.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/exc.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/closeable.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/numeric.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/array.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/collection.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/imports.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/leak.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/forname.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/mro.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/jvmfinder.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/__init__.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/proxy.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/serial.py -> build/lib.linux-armv7l-2.7/jpypetest copying jpypetest/overloads.py -> build/lib.linux-armv7l-2.7/jpypetest creating build/lib.linux-armv7l-2.7/jpype copying jpype/_jclass.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jpackage.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_darwin.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/reflect.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_properties.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_classpath.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/nio.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jcollection.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/imports.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_windows.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_cygwin.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jarray.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jexception.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_gui.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jvmfinder.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jproxy.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jboxed.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/__init__.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jwrapper.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_linux.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_refdaemon.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jio.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_pykeywords.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_core.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/JClassUtil.py -> build/lib.linux-armv7l-2.7/jpype copying jpype/_jobject.py -> build/lib.linux-armv7l-2.7/jpype creating build/lib.linux-armv7l-2.7/jpype/awt copying jpype/awt/__init__.py -> build/lib.linux-armv7l-2.7/jpype/awt creating build/lib.linux-armv7l-2.7/jpype/awt/event copying jpype/awt/event/WindowAdapter.py -> build/lib.linux-armv7l-2.7/jpype/awt/event copying jpype/awt/event/__init__.py -> build/lib.linux-armv7l-2.7/jpype/awt/event creating build/lib.linux-armv7l-2.7/jpypex copying jpypex/__init__.py -> build/lib.linux-armv7l-2.7/jpypex creating build/lib.linux-armv7l-2.7/jpypex/swing copying jpypex/swing/AbstractAction.py -> build/lib.linux-armv7l-2.7/jpypex/swing copying jpypex/swing/__init__.py -> build/lib.linux-armv7l-2.7/jpypex/swing copying jpypex/swing/pyutils.py -> build/lib.linux-armv7l-2.7/jpypex/swing running build_ext building '_jpype' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/native creating build/temp.linux-armv7l-2.7/native/common creating build/temp.linux-armv7l-2.7/native/python gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_arrayclass.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_arrayclass.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_classbase.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_classbase.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_typemanager.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_typemanager.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_jniutil.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_jniutil.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_invocationhandler.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_invocationhandler.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_reference.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_reference.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_platform_linux.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_platform_linux.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_array.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_array.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_javaenv_autogen.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_javaenv_autogen.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_referencequeue.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_referencequeue.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_primitivetypes_autogen.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_primitivetypes_autogen.o -ggdb In file included from native/common/jp_primitivetypes_autogen.cpp:22:0: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/common/jp_primitivetypes_autogen.cpp:21: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPByteType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:262:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:262:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPShortType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:411:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:411:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPIntType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:560:28: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (v == -1) { CONVERSION_ERROR_HANDLE } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:560:28: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (v == -1) { CONVERSION_ERROR_HANDLE } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPLongType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:709:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:709:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(l == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPFloatType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:859:29: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (v == -1.) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:859:29: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (v == -1.) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPDoubleType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1006:25: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (d == -1.) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1006:25: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if (d == -1.) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPCharType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1158:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(c == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1158:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(c == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp: In member function 'virtual void JPBooleanType::setArrayRange(jarray, int, int, PyObject*)': native/common/jp_primitivetypes_autogen.cpp:45:72: warning: unknown conversion type character 'R' in format [-Wformat=] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1331:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(c == -1) { CONVERSION_ERROR_HANDLE; } ^ native/common/jp_primitivetypes_autogen.cpp:45:72: warning: too many arguments for format [-Wformat-extra-args] ss << "unable to convert element: " << PyUnicode_FromFormat("%R",o) <<\ ^ native/common/jp_primitivetypes_autogen.cpp:1331:27: note: in expansion of macro 'CONVERSION_ERROR_HANDLE' if(c == -1) { CONVERSION_ERROR_HANDLE; } ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_primitivetypes.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_primitivetypes.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_javaenv.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_javaenv.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_methodoverload.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_methodoverload.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_monitor.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_monitor.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_object.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_object.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_proxy.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_proxy.o -ggdb In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from native/common/jp_proxy.cpp:18: /usr/include/python2.7/pyconfig-32.h:1191:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] #define _POSIX_C_SOURCE 200112L ^ In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.8.5/include/stdint.h:9, from native/jni_include/jni.h:43, from native/common/include/jpype.h:87, from native/common/jp_proxy.cpp:17: /usr/include/features.h:168:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L ^ In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from native/common/jp_proxy.cpp:18: /usr/include/python2.7/pyconfig-32.h:1213:0: warning: "_XOPEN_SOURCE" redefined [enabled by default] #define _XOPEN_SOURCE 600 ^ In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.8.5/include/stdint.h:9, from native/jni_include/jni.h:43, from native/common/include/jpype.h:87, from native/common/jp_proxy.cpp:17: /usr/include/features.h:170:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/common/jp_proxy.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ In file included from native/common/jp_proxy.cpp:17:0: native/common/include/jpype.h:97:0: note: this is the location of the previous definition #define PyUnicode_FromFormat PyString_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_method.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_method.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_objecttypes.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_objecttypes.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_field.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_field.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_class.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_class.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_voidtype.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_voidtype.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_platform_win32.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_platform_win32.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_typename.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_typename.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/common/jp_env.cpp -o build/temp.linux-armv7l-2.7/native/common/jp_env.o -ggdb In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from native/common/jp_env.cpp:24: /usr/include/python2.7/pyconfig-32.h:1191:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] #define _POSIX_C_SOURCE 200112L ^ In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.8.5/include/stdint.h:9, from native/jni_include/jni.h:43, from native/common/include/jpype.h:87, from native/common/jp_env.cpp:17: /usr/include/features.h:168:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L ^ In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from native/common/jp_env.cpp:24: /usr/include/python2.7/pyconfig-32.h:1213:0: warning: "_XOPEN_SOURCE" redefined [enabled by default] #define _XOPEN_SOURCE 600 ^ In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.8.5/include/stdint.h:9, from native/jni_include/jni.h:43, from native/common/include/jpype.h:87, from native/common/jp_env.cpp:17: /usr/include/features.h:170:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/common/jp_env.cpp:24: /usr/include/python2.7/unicodeobject.h:277:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ In file included from native/common/jp_env.cpp:17:0: native/common/include/jpype.h:97:0: note: this is the location of the previous definition #define PyUnicode_FromFormat PyString_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/pythonenv.cpp -o build/temp.linux-armv7l-2.7/native/python/pythonenv.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/pythonenv.cpp:17: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/pythonenv.cpp:17: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/py_method.cpp -o build/temp.linux-armv7l-2.7/native/python/py_method.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/py_method.cpp:17: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/py_method.cpp:17: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_javanio.cpp -o build/temp.linux-armv7l-2.7/native/python/jpype_javanio.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/jpype_javanio.cpp:18: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/jpype_javanio.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_python.cpp -o build/temp.linux-armv7l-2.7/native/python/jpype_python.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/jpype_python.cpp:19: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/jpype_python.cpp:19: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_javaclass.cpp -o build/temp.linux-armv7l-2.7/native/python/jpype_javaclass.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/jpype_javaclass.cpp:18: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/jpype_javaclass.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_memory_view.c -o build/temp.linux-armv7l-2.7/native/python/jpype_memory_view.o -ggdb gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_javaarray.cpp -o build/temp.linux-armv7l-2.7/native/python/jpype_javaarray.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/jpype_javaarray.cpp:18: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/jpype_javaarray.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/py_hostenv.cpp -o build/temp.linux-armv7l-2.7/native/python/py_hostenv.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/py_hostenv.cpp:17: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/py_hostenv.cpp:17: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/py_class.cpp -o build/temp.linux-armv7l-2.7/native/python/py_class.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/py_class.cpp:18: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/py_class.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/py_field.cpp -o build/temp.linux-armv7l-2.7/native/python/py_field.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/py_field.cpp:17: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/py_field.cpp:17: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/jpype_module.cpp -o build/temp.linux-armv7l-2.7/native/python/jpype_module.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/jpype_module.cpp:18: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/jpype_module.cpp:18: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python2.7 -c native/python/py_monitor.cpp -o build/temp.linux-armv7l-2.7/native/python/py_monitor.o -ggdb In file included from native/python/include/jpype_python.h:24:0, from native/python/py_monitor.cpp:17: native/common/include/jpype.h:97:0: warning: "PyUnicode_FromFormat" redefined [enabled by default] #define PyUnicode_FromFormat PyString_FromFormat ^ In file included from /usr/include/python2.7/Python.h:85:0, from native/python/include/jpype_python.h:23, from native/python/py_monitor.cpp:17: /usr/include/python2.7/unicodeobject.h:277:0: note: this is the location of the previous definition # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat ^ g++ -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/native/common/jp_arrayclass.o build/temp.linux-armv7l-2.7/native/common/jp_classbase.o build/temp.linux-armv7l-2.7/native/common/jp_typemanager.o build/temp.linux-armv7l-2.7/native/common/jp_jniutil.o build/temp.linux-armv7l-2.7/native/common/jp_invocationhandler.o build/temp.linux-armv7l-2.7/native/common/jp_reference.o build/temp.linux-armv7l-2.7/native/common/jp_platform_linux.o build/temp.linux-armv7l-2.7/native/common/jp_array.o build/temp.linux-armv7l-2.7/native/common/jp_javaenv_autogen.o build/temp.linux-armv7l-2.7/native/common/jp_referencequeue.o build/temp.linux-armv7l-2.7/native/common/jp_primitivetypes_autogen.o build/temp.linux-armv7l-2.7/native/common/jp_primitivetypes.o build/temp.linux-armv7l-2.7/native/common/jp_javaenv.o build/temp.linux-armv7l-2.7/native/common/jp_methodoverload.o build/temp.linux-armv7l-2.7/native/common/jp_monitor.o build/temp.linux-armv7l-2.7/native/common/jp_object.o build/temp.linux-armv7l-2.7/native/common/jp_proxy.o build/temp.linux-armv7l-2.7/native/common/jp_method.o build/temp.linux-armv7l-2.7/native/common/jp_objecttypes.o build/temp.linux-armv7l-2.7/native/common/jp_field.o build/temp.linux-armv7l-2.7/native/common/jp_class.o build/temp.linux-armv7l-2.7/native/common/jp_voidtype.o build/temp.linux-armv7l-2.7/native/common/jp_platform_win32.o build/temp.linux-armv7l-2.7/native/common/jp_typename.o build/temp.linux-armv7l-2.7/native/common/jp_env.o build/temp.linux-armv7l-2.7/native/python/pythonenv.o build/temp.linux-armv7l-2.7/native/python/py_method.o build/temp.linux-armv7l-2.7/native/python/jpype_javanio.o build/temp.linux-armv7l-2.7/native/python/jpype_python.o build/temp.linux-armv7l-2.7/native/python/jpype_javaclass.o build/temp.linux-armv7l-2.7/native/python/jpype_memory_view.o build/temp.linux-armv7l-2.7/native/python/jpype_javaarray.o build/temp.linux-armv7l-2.7/native/python/py_hostenv.o build/temp.linux-armv7l-2.7/native/python/py_class.o build/temp.linux-armv7l-2.7/native/python/py_field.o build/temp.linux-armv7l-2.7/native/python/jpype_module.o build/temp.linux-armv7l-2.7/native/python/py_monitor.o -L/usr/lib -ldl -lpython2.7 -o build/lib.linux-armv7l-2.7/_jpype.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/startup.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/proxy_multithreaded.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/closed.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/boxed.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/varargs.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/properties.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/common.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/objectwrapper.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/attr.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/reflect.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/testsuite.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/values.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/exc.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/closeable.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/numeric.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/array.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/collection.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/imports.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/leak.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/forname.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/mro.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/jvmfinder.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/__init__.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/proxy.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/serial.py -> build/lib.linux-armv7l-3.4/jpypetest copying jpypetest/overloads.py -> build/lib.linux-armv7l-3.4/jpypetest creating build/lib.linux-armv7l-3.4/jpype copying jpype/_jclass.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jpackage.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_darwin.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/reflect.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_properties.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_classpath.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/nio.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jcollection.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/imports.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_windows.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_cygwin.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jarray.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jexception.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_gui.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jvmfinder.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jproxy.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jboxed.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/__init__.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jwrapper.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_linux.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_refdaemon.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jio.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_pykeywords.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_core.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/JClassUtil.py -> build/lib.linux-armv7l-3.4/jpype copying jpype/_jobject.py -> build/lib.linux-armv7l-3.4/jpype creating build/lib.linux-armv7l-3.4/jpype/awt copying jpype/awt/__init__.py -> build/lib.linux-armv7l-3.4/jpype/awt creating build/lib.linux-armv7l-3.4/jpype/awt/event copying jpype/awt/event/WindowAdapter.py -> build/lib.linux-armv7l-3.4/jpype/awt/event copying jpype/awt/event/__init__.py -> build/lib.linux-armv7l-3.4/jpype/awt/event creating build/lib.linux-armv7l-3.4/jpypex copying jpypex/__init__.py -> build/lib.linux-armv7l-3.4/jpypex creating build/lib.linux-armv7l-3.4/jpypex/swing copying jpypex/swing/AbstractAction.py -> build/lib.linux-armv7l-3.4/jpypex/swing copying jpypex/swing/__init__.py -> build/lib.linux-armv7l-3.4/jpypex/swing copying jpypex/swing/pyutils.py -> build/lib.linux-armv7l-3.4/jpypex/swing running build_ext building '_jpype' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/native creating build/temp.linux-armv7l-3.4/native/common creating build/temp.linux-armv7l-3.4/native/python gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_arrayclass.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_arrayclass.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_classbase.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_classbase.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_typemanager.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_typemanager.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_jniutil.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_jniutil.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_invocationhandler.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_invocationhandler.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_reference.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_reference.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_platform_linux.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_platform_linux.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_array.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_array.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_javaenv_autogen.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_javaenv_autogen.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_referencequeue.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_referencequeue.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_primitivetypes_autogen.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_primitivetypes_autogen.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_primitivetypes.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_primitivetypes.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_javaenv.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_javaenv.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_methodoverload.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_methodoverload.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_monitor.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_monitor.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_object.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_object.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_proxy.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_proxy.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_method.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_method.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_objecttypes.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_objecttypes.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_field.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_field.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_class.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_class.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_voidtype.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_voidtype.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_platform_win32.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_platform_win32.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_typename.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_typename.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/common/jp_env.cpp -o build/temp.linux-armv7l-3.4/native/common/jp_env.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/pythonenv.cpp -o build/temp.linux-armv7l-3.4/native/python/pythonenv.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/py_method.cpp -o build/temp.linux-armv7l-3.4/native/python/py_method.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_javanio.cpp -o build/temp.linux-armv7l-3.4/native/python/jpype_javanio.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_python.cpp -o build/temp.linux-armv7l-3.4/native/python/jpype_python.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_javaclass.cpp -o build/temp.linux-armv7l-3.4/native/python/jpype_javaclass.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_memory_view.c -o build/temp.linux-armv7l-3.4/native/python/jpype_memory_view.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_javaarray.cpp -o build/temp.linux-armv7l-3.4/native/python/jpype_javaarray.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/py_hostenv.cpp -o build/temp.linux-armv7l-3.4/native/python/py_hostenv.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/py_class.cpp -o build/temp.linux-armv7l-3.4/native/python/py_class.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/py_field.cpp -o build/temp.linux-armv7l-3.4/native/python/py_field.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/jpype_module.cpp -o build/temp.linux-armv7l-3.4/native/python/jpype_module.o -ggdb gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Inative/common/include -Inative/python/include -Inative/jni_include -I/usr/include/python3.4m -c native/python/py_monitor.cpp -o build/temp.linux-armv7l-3.4/native/python/py_monitor.o -ggdb g++ -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.4/native/common/jp_arrayclass.o build/temp.linux-armv7l-3.4/native/common/jp_classbase.o build/temp.linux-armv7l-3.4/native/common/jp_typemanager.o build/temp.linux-armv7l-3.4/native/common/jp_jniutil.o build/temp.linux-armv7l-3.4/native/common/jp_invocationhandler.o build/temp.linux-armv7l-3.4/native/common/jp_reference.o build/temp.linux-armv7l-3.4/native/common/jp_platform_linux.o build/temp.linux-armv7l-3.4/native/common/jp_array.o build/temp.linux-armv7l-3.4/native/common/jp_javaenv_autogen.o build/temp.linux-armv7l-3.4/native/common/jp_referencequeue.o build/temp.linux-armv7l-3.4/native/common/jp_primitivetypes_autogen.o build/temp.linux-armv7l-3.4/native/common/jp_primitivetypes.o build/temp.linux-armv7l-3.4/native/common/jp_javaenv.o build/temp.linux-armv7l-3.4/native/common/jp_methodoverload.o build/temp.linux-armv7l-3.4/native/common/jp_monitor.o build/temp.linux-armv7l-3.4/native/common/jp_object.o build/temp.linux-armv7l-3.4/native/common/jp_proxy.o build/temp.linux-armv7l-3.4/native/common/jp_method.o build/temp.linux-armv7l-3.4/native/common/jp_objecttypes.o build/temp.linux-armv7l-3.4/native/common/jp_field.o build/temp.linux-armv7l-3.4/native/common/jp_class.o build/temp.linux-armv7l-3.4/native/common/jp_voidtype.o build/temp.linux-armv7l-3.4/native/common/jp_platform_win32.o build/temp.linux-armv7l-3.4/native/common/jp_typename.o build/temp.linux-armv7l-3.4/native/common/jp_env.o build/temp.linux-armv7l-3.4/native/python/pythonenv.o build/temp.linux-armv7l-3.4/native/python/py_method.o build/temp.linux-armv7l-3.4/native/python/jpype_javanio.o build/temp.linux-armv7l-3.4/native/python/jpype_python.o build/temp.linux-armv7l-3.4/native/python/jpype_javaclass.o build/temp.linux-armv7l-3.4/native/python/jpype_memory_view.o build/temp.linux-armv7l-3.4/native/python/jpype_javaarray.o build/temp.linux-armv7l-3.4/native/python/py_hostenv.o build/temp.linux-armv7l-3.4/native/python/py_class.o build/temp.linux-armv7l-3.4/native/python/py_field.o build/temp.linux-armv7l-3.4/native/python/jpype_module.o build/temp.linux-armv7l-3.4/native/python/py_monitor.o -L/usr/lib -ldl -lpython3.4m -o build/lib.linux-armv7l-3.4/_jpype.cpython-34m.so + sleep 1 ~/build/BUILD/jpype-0.6.3/test ~/build/BUILD/jpype-0.6.3 + pushd test + ant compile Buildfile: /builddir/build/BUILD/jpype-0.6.3/test/build.xml compile: [mkdir] Created dir: /builddir/build/BUILD/jpype-0.6.3/test/classes [javac] /builddir/build/BUILD/jpype-0.6.3/test/build.xml:15: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 48 source files to /builddir/build/BUILD/jpype-0.6.3/test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning [rmic] RMI Compiling 1 class to /builddir/build/BUILD/jpype-0.6.3/test/classes [rmic] Warning: generation and use of skeletons and static stubs for JRMP [rmic] is deprecated. Skeletons are unnecessary, and static stubs have [rmic] been superseded by dynamically generated stubs. Users are [rmic] encouraged to migrate away from using rmic to generate skeletons and static [rmic] stubs. See the documentation for java.rmi.server.UnicastRemoteObject. BUILD SUCCESSFUL Total time: 47 seconds ~/build/BUILD/jpype-0.6.3 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.F7dXl4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm ++ dirname /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm + cd jpype-0.6.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing copying build/lib.linux-armv7l-2.7/jpypex/swing/AbstractAction.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing copying build/lib.linux-armv7l-2.7/jpypex/swing/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing copying build/lib.linux-armv7l-2.7/jpypex/swing/pyutils.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing copying build/lib.linux-armv7l-2.7/jpypex/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/startup.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/proxy_multithreaded.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/closed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/boxed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/varargs.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/properties.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/common.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/objectwrapper.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/attr.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/reflect.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/testsuite.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/values.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/exc.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/closeable.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/numeric.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/array.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/collection.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/imports.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/leak.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/forname.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/mro.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/jvmfinder.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/proxy.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/serial.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest copying build/lib.linux-armv7l-2.7/jpypetest/overloads.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jclass.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jpackage.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_darwin.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/reflect.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_properties.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_classpath.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/nio.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jcollection.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/imports.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_windows.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_cygwin.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jarray.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/event copying build/lib.linux-armv7l-2.7/jpype/awt/event/WindowAdapter.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/event copying build/lib.linux-armv7l-2.7/jpype/awt/event/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/event copying build/lib.linux-armv7l-2.7/jpype/awt/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt copying build/lib.linux-armv7l-2.7/jpype/_jexception.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_gui.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jvmfinder.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jproxy.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jboxed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jwrapper.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_linux.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_refdaemon.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jio.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_pykeywords.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_core.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/JClassUtil.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/jpype/_jobject.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype copying build/lib.linux-armv7l-2.7/_jpype.so -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing/AbstractAction.py to AbstractAction.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/swing/pyutils.py to pyutils.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypex/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/startup.py to startup.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/proxy_multithreaded.py to proxy_multithreaded.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/closed.py to closed.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/boxed.py to boxed.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/varargs.py to varargs.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/properties.py to properties.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/objectwrapper.py to objectwrapper.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/attr.py to attr.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/reflect.py to reflect.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/testsuite.py to testsuite.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/values.py to values.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/closeable.py to closeable.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/numeric.py to numeric.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/array.py to array.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/collection.py to collection.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/imports.py to imports.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/leak.py to leak.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/forname.py to forname.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/mro.py to mro.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/jvmfinder.py to jvmfinder.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/serial.py to serial.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest/overloads.py to overloads.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jclass.py to _jclass.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jpackage.py to _jpackage.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_darwin.py to _darwin.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/reflect.py to reflect.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_properties.py to _properties.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_classpath.py to _classpath.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/nio.py to nio.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jcollection.py to _jcollection.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/imports.py to imports.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_windows.py to _windows.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_cygwin.py to _cygwin.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jarray.py to _jarray.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/event/WindowAdapter.py to WindowAdapter.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/event/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/awt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jexception.py to _jexception.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_gui.py to _gui.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jvmfinder.py to _jvmfinder.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jproxy.py to _jproxy.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jboxed.py to _jboxed.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jwrapper.py to _jwrapper.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_linux.py to _linux.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_refdaemon.py to _refdaemon.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jio.py to _jio.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_pykeywords.py to _pykeywords.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_core.py to _core.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/JClassUtil.py to JClassUtil.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpype/_jobject.py to _jobject.pyc writing byte-compilation script '/tmp/tmpyIaWNZ.py' /usr/bin/python2 -O /tmp/tmpyIaWNZ.py removing /tmp/tmpyIaWNZ.py running install_egg_info running egg_info creating JPype1.egg-info writing requirements to JPype1.egg-info/requires.txt writing JPype1.egg-info/PKG-INFO writing top-level names to JPype1.egg-info/top_level.txt writing dependency_links to JPype1.egg-info/dependency_links.txt writing manifest file 'JPype1.egg-info/SOURCES.txt' reading manifest file 'JPype1.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'JPype1.egg-info/SOURCES.txt' Copying JPype1.egg-info to /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/JPype1-0.6.3-py2.7.egg-info running install_scripts + cp -pr test/classes /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_jpype.cpython-34m.so -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing copying build/lib.linux-armv7l-3.4/jpypex/swing/AbstractAction.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing copying build/lib.linux-armv7l-3.4/jpypex/swing/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing copying build/lib.linux-armv7l-3.4/jpypex/swing/pyutils.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing copying build/lib.linux-armv7l-3.4/jpypex/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/startup.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/proxy_multithreaded.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/closed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/boxed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/varargs.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/properties.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/common.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/objectwrapper.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/attr.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/reflect.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/testsuite.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/values.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/exc.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/closeable.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/numeric.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/array.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/collection.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/imports.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/leak.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/forname.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/mro.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/jvmfinder.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/proxy.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/serial.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest copying build/lib.linux-armv7l-3.4/jpypetest/overloads.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jclass.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jpackage.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_darwin.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/reflect.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_properties.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_classpath.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/nio.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jcollection.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/imports.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_windows.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_cygwin.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jarray.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt creating /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/event copying build/lib.linux-armv7l-3.4/jpype/awt/event/WindowAdapter.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/event copying build/lib.linux-armv7l-3.4/jpype/awt/event/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/event copying build/lib.linux-armv7l-3.4/jpype/awt/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt copying build/lib.linux-armv7l-3.4/jpype/_jexception.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_gui.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jvmfinder.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jproxy.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jboxed.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/__init__.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jwrapper.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_linux.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_refdaemon.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jio.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_pykeywords.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_core.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/JClassUtil.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype copying build/lib.linux-armv7l-3.4/jpype/_jobject.py -> /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing/AbstractAction.py to AbstractAction.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/swing/pyutils.py to pyutils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypex/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/startup.py to startup.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/proxy_multithreaded.py to proxy_multithreaded.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/closed.py to closed.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/boxed.py to boxed.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/varargs.py to varargs.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/properties.py to properties.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/common.py to common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/objectwrapper.py to objectwrapper.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/attr.py to attr.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/reflect.py to reflect.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/testsuite.py to testsuite.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/values.py to values.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/exc.py to exc.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/closeable.py to closeable.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/numeric.py to numeric.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/array.py to array.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/collection.py to collection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/imports.py to imports.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/leak.py to leak.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/forname.py to forname.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/mro.py to mro.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/jvmfinder.py to jvmfinder.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/proxy.py to proxy.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/serial.py to serial.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest/overloads.py to overloads.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jclass.py to _jclass.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jpackage.py to _jpackage.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_darwin.py to _darwin.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/reflect.py to reflect.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_properties.py to _properties.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_classpath.py to _classpath.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/nio.py to nio.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jcollection.py to _jcollection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/imports.py to imports.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_windows.py to _windows.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_cygwin.py to _cygwin.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jarray.py to _jarray.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/event/WindowAdapter.py to WindowAdapter.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/event/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/awt/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jexception.py to _jexception.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_gui.py to _gui.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jvmfinder.py to _jvmfinder.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jproxy.py to _jproxy.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jboxed.py to _jboxed.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jwrapper.py to _jwrapper.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_linux.py to _linux.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_refdaemon.py to _refdaemon.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jio.py to _jio.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_pykeywords.py to _pykeywords.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_core.py to _core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/JClassUtil.py to JClassUtil.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpype/_jobject.py to _jobject.cpython-34.pyc writing byte-compilation script '/tmp/tmpm8ubtr82.py' /usr/bin/python3.4 -O /tmp/tmpm8ubtr82.py removing /tmp/tmpm8ubtr82.py running install_egg_info running egg_info writing dependency_links to JPype1.egg-info/dependency_links.txt writing requirements to JPype1.egg-info/requires.txt writing JPype1.egg-info/PKG-INFO writing top-level names to JPype1.egg-info/top_level.txt reading manifest file 'JPype1.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'JPype1.egg-info/SOURCES.txt' Copying JPype1.egg-info to /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/JPype1-0.6.3-py3.4.egg-info running install_scripts + cp -pr test/classes /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest + find /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm -name '*.so' + xargs chmod 0755 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/jpype-0.6.3 extracting debug info from /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/_jpype.so extracting debug info from /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/_jpype.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1038 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.APiS3K + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 ~/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest ~/build/BUILD/jpype-0.6.3 + export PYTHONPATH=.. + PYTHONPATH=.. + pushd /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest + /usr/bin/python2 testsuite.py INFO:jpypetest.common:Running testsuite using JVM /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.arm/jre/lib/arm/server/libjvm.so ...................sssssss................................................s................s..sssss..s...................s........................................................... ---------------------------------------------------------------------- Ran 181 tests in 40.812s OK (skipped=16) JVM has been shutdown ~/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest ~/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python2.7/site-packages/jpypetest ~/build/BUILD/jpype-0.6.3 + pushd /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/lib/python3.4/site-packages/jpypetest + sed -i -r 's|import mock|from unittest \0|' jvmfinder.py + /usr/bin/python3.4 testsuite.py INFO:jpypetest.common:Running testsuite using JVM /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.arm/jre/lib/arm/server/libjvm.so ...................sssssss.................................................................s.........s...................s...........................................................JVM has been shutdown ---------------------------------------------------------------------- Ran 181 tests in 43.387s OK (skipped=10) + exit 0 Processing files: python2-jpype-0.6.3-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cmakZX + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + DOCDIR=/builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python2-jpype-0.6.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python2-jpype-0.6.3 + cp -pr AUTHORS.rst /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python2-jpype-0.6.3 + cp -pr README.rst /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python2-jpype-0.6.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ySNu8b + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + LICENSEDIR=/builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python2-jpype-0.6.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python2-jpype-0.6.3 + cp -pr LICENSE /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python2-jpype-0.6.3 + exit 0 Provides: python-jpype = 0.6.3-3.el7 python-jpype(armv7hl-32) = 0.6.3-3.el7 python2-jpype = 0.6.3-3.el7 python2-jpype(armv7hl-32) = 0.6.3-3.el7 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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7.so.1.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(CXXABI_ARM_1.3.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11) libstdc++.so.6(GLIBCXX_3.4.9) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-jpype < 0.6.3-3.el7 Processing files: python34-jpype-0.6.3-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HYfeCD + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + DOCDIR=/builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python34-jpype-0.6.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python34-jpype-0.6.3 + cp -pr AUTHORS.rst /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python34-jpype-0.6.3 + cp -pr README.rst /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/doc/python34-jpype-0.6.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gakh35 + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + LICENSEDIR=/builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python34-jpype-0.6.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python34-jpype-0.6.3 + cp -pr LICENSE /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm/usr/share/licenses/python34-jpype-0.6.3 + exit 0 Provides: python34-jpype = 0.6.3-3.el7 python34-jpype(armv7hl-32) = 0.6.3-3.el7 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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.4m.so.1.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(CXXABI_ARM_1.3.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11) libstdc++.so.6(GLIBCXX_3.4.9) python(abi) = 3.4 rtld(GNU_HASH) Processing files: jpype-debuginfo-0.6.3-3.el7.armv7hl Provides: jpype-debuginfo = 0.6.3-3.el7 jpype-debuginfo(armv7hl-32) = 0.6.3-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm Wrote: /builddir/build/RPMS/python2-jpype-0.6.3-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-jpype-0.6.3-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/jpype-debuginfo-0.6.3-3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tdyGRN + umask 022 + cd /builddir/build/BUILD + cd jpype-0.6.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/jpype-0.6.3-3.el7.arm + exit 0 Child return code was: 0