Skip to content

Instantly share code, notes, and snippets.

@atoulme
Created May 28, 2010 19:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save atoulme/417581 to your computer and use it in GitHub Desktop.
Buildfile: build.xml
-pre-init:
-init-private:
-pre-init-libraries:
-init-private-libraries:
-init-libraries:
-init-user:
-init-project:
-init-macrodef-property:
-do-init:
-init-vars:
-post-init:
-init-check:
-init-macrodef-javac:
-init-macrodef-junit:
-init-debug-args:
-init-macrodef-nbjpda:
-init-macrodef-debug:
-init-macrodef-java:
-init-presetdef-jar:
init:
-deps-jar-init:
[delete] Deleting: /home/data/users/atoulme/jffi.git/build/built-jar.properties
deps-jar:
-warn-already-built-jar:
[propertyfile] Updating property file: /home/data/users/atoulme/jffi.git/build/built-jar.properties
-check-automatic-build:
-clean-after-automatic-build:
-verify-automatic-build:
-pre-pre-compile:
-pre-compile:
-compile-depend:
-do-compile:
-generate-version-source:
[echo] Generating Version.java
-generate-version:
[javac] Warning: com/kenai/jffi/Version.java modified in the future.
[javac] Compiling 1 source file to /home/data/users/atoulme/jffi.git/build/classes
-compile-java:
-generate-native-headers:
-build-native-library:
[exec] Configuring libffi for ppc64-linux
[exec] make -C /home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux
[exec] make[1]: Warning: File `Makefile' has modification time 1.4 s in the future
[exec] make[1]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /home/data/users/atoulme/jffi.git/jni/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=cc -m32 " "CXX=g++" "LD=ld -m32 -m elf32ppclinux" "NM=/usr/bin/nm -B" "RANLIB=ranlib" "DESTDIR=" all-recursive
[exec] make[2]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] make[2]: Warning: File `Makefile' has modification time 1.4 s in the future
[exec] Making all in include
[exec] make[3]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/include'
[exec] make[3]: Warning: File `Makefile' has modification time 1.3 s in the future
[exec] make[3]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[3]: Nothing to be done for `all'.
[exec] make[3]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/include'
[exec] Making all in testsuite
[exec] make[3]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/testsuite'
[exec] make[3]: Nothing to be done for `all'.
[exec] make[3]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/testsuite'
[exec] make[3]: Warning: File `Makefile' has modification time 1.3 s in the future
[exec] Making all in man
[exec] make[3]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[3]: Warning: File `Makefile' has modification time 1.3 s in the future
[exec] make[3]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/man'
[exec] make[3]: Nothing to be done for `all'.
[exec] make[3]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/man'
[exec] make[3]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[3]: Warning: File `Makefile' has modification time 1.3 s in the future
[exec] make[3]: Entering directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/debug.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/debug.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/debug.c -fPIC -DPIC -o src/debug.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/prep_cif.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/prep_cif.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/prep_cif.c -fPIC -DPIC -o src/prep_cif.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/types.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/types.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/types.c -fPIC -DPIC -o src/types.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/raw_api.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/raw_api.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/raw_api.c -fPIC -DPIC -o src/raw_api.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/java_raw_api.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/java_raw_api.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/java_raw_api.c -fPIC -DPIC -o src/java_raw_api.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/closures.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/closures.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/closures.c -fPIC -DPIC -o src/closures.o
[exec] /bin/sh ./libtool --tag=CC --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/powerpc/ffi.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/ffi.c
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/ffi.c -fPIC -DPIC -o src/powerpc/ffi.o
[exec] /bin/sh ./libtool --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/powerpc/sysv.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/sysv.S
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/sysv.S -fPIC -DPIC -o src/powerpc/sysv.o
[exec] /bin/sh ./libtool --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/powerpc/ppc_closure.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/ppc_closure.S
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/ppc_closure.S -fPIC -DPIC -o src/powerpc/ppc_closure.o
[exec] /bin/sh ./libtool --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/powerpc/linux64.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/linux64.S
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/linux64.S -fPIC -DPIC -o src/powerpc/linux64.o
[exec] /bin/sh ./libtool --mode=compile cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c -o src/powerpc/linux64_closure.lo /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/linux64_closure.S
[exec] libtool: compile: cc -m32 -DHAVE_CONFIG_H -I. -I/home/data/users/atoulme/jffi.git/jni/libffi -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -I. -I/home/data/users/atoulme/jffi.git/jni/libffi/include -Iinclude -I/home/data/users/atoulme/jffi.git/jni/libffi/src -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -c /home/data/users/atoulme/jffi.git/jni/libffi/src/powerpc/linux64_closure.S -fPIC -DPIC -o src/powerpc/linux64_closure.o
[exec] /bin/sh ./libtool --tag=CC --mode=link cc -m32 -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -version-info `grep -v '^#' /home/data/users/atoulme/jffi.git/jni/libffi/libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/powerpc/ffi.lo src/powerpc/sysv.lo src/powerpc/ppc_closure.lo src/powerpc/linux64.lo src/powerpc/linux64_closure.lo
[exec] libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/powerpc/ffi.o src/powerpc/sysv.o src/powerpc/ppc_closure.o src/powerpc/linux64.o src/powerpc/linux64_closure.o
[exec] libtool: link: ranlib .libs/libffi.a
[exec] libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[exec] /bin/sh ./libtool --tag=CC --mode=link cc -m32 -Wall -g -fexceptions -DFFI_MMAP_EXEC_WRIT -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/powerpc/ffi.lo src/powerpc/sysv.lo src/powerpc/ppc_closure.lo src/powerpc/linux64.lo src/powerpc/linux64_closure.lo
[exec] libtool: link: ar cru .libs/libffi_convenience.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/powerpc/ffi.o src/powerpc/sysv.o src/powerpc/ppc_closure.o src/powerpc/linux64.o src/powerpc/linux64_closure.o
[exec] libtool: link: ranlib .libs/libffi_convenience.a
[exec] libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
[exec] make[3]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[3]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] make[2]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[2]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] make[1]: warning: Clock skew detected. Your build may be incomplete.
[exec] make[1]: Leaving directory `/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux'
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Array.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Array.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/CallContext.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/CallContext.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/ClosureMagazine.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/ClosureMagazine.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/deprecated.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/deprecated.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Exception.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Exception.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -fomit-frame-pointer -c /home/data/users/atoulme/jffi.git/jni/jffi/FastIntInvoke.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastIntInvoke.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -fomit-frame-pointer -c /home/data/users/atoulme/jffi.git/jni/jffi/FastLongInvoke.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastLongInvoke.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/FastNumericInvoker.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastNumericInvoker.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Foreign.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Foreign.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Function.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Function.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Internals.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Internals.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Invoke.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Invoke.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/LastError.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/LastError.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Library.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Library.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Memory.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Memory.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/MemoryIO.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/MemoryIO.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/MemoryUtil.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/MemoryUtil.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Struct.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Struct.o
[exec] cc -m32 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/home/data/users/atoulme/jffi.git/build/jni" -I"/home/data/users/atoulme/jffi.git/build/jni"/jni -I/home/data/users/atoulme/jffi.git/jni -I"/home/data/users/atoulme/jffi.git/jni/jffi" -fPIC -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include" -I"/opt/public/common/ibm-java-ppc64-60-SR7/jre/../include/linux" -I"/home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux"/include -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -pthread -c /home/data/users/atoulme/jffi.git/jni/jffi/Type.c -o /home/data/users/atoulme/jffi.git/build/jni/jffi/Type.o
[exec] cc -m32 -o /home/data/users/atoulme/jffi.git/build/jni/libjffi-1.0.so -shared -mimpure-text -static-libgcc -Wl,-soname,libjffi-1.0.so -Wl,-O1 /home/data/users/atoulme/jffi.git/build/jni/jffi/Array.o /home/data/users/atoulme/jffi.git/build/jni/jffi/CallContext.o /home/data/users/atoulme/jffi.git/build/jni/jffi/ClosureMagazine.o /home/data/users/atoulme/jffi.git/build/jni/jffi/deprecated.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Exception.o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastIntInvoke.o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastLongInvoke.o /home/data/users/atoulme/jffi.git/build/jni/jffi/FastNumericInvoker.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Foreign.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Function.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Internals.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Invoke.o /home/data/users/atoulme/jffi.git/build/jni/jffi/LastError.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Library.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Memory.o /home/data/users/atoulme/jffi.git/build/jni/jffi/MemoryIO.o /home/data/users/atoulme/jffi.git/build/jni/jffi/MemoryUtil.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Struct.o /home/data/users/atoulme/jffi.git/build/jni/jffi/Type.o /home/data/users/atoulme/jffi.git/build/jni/libffi-ppc64-linux/.libs/libffi_convenience.a
[exec] strip -S /home/data/users/atoulme/jffi.git/build/jni/libjffi-1.0.so
-post-compile:
compile:
-pre-jar:
-pre-pre-jar:
-do-jar-with-manifest:
-do-jar-without-manifest:
-do-jar-with-mainclass:
-do-jar-with-libraries:
-do-jar-with-libraries-without-mainclass:
-do-jar-with-libraries-without-manifest:
[copylibs] Building jar: /home/data/users/atoulme/jffi.git/dist/jffi.jar
[copylibs] Not copying the libraries.
-build-platform-jar:
[echo] platform=ppc64-Linux
[jar] Building jar: /home/data/users/atoulme/jffi.git/dist/jffi-ppc64-Linux.jar
-assemble-native-jar:
[jar] Warning: META-INF/ modified in the future.
[jar] Warning: jni/ppc64-Linux/ modified in the future.
[jar] Warning: jni/ppc64-Linux/libjffi-1.0.so modified in the future.
[jar] Updating jar: /home/data/users/atoulme/jffi.git/build/native.jar
[jar] Warning: selected jar files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
-assemble-final-jar:
[jar] Warning: META-INF/ modified in the future.
[jar] Warning: jni/Darwin/ modified in the future.
[jar] Warning: jni/i386-Linux/ modified in the future.
[jar] Warning: jni/i386-Windows/ modified in the future.
[jar] Warning: jni/ppc-Linux/ modified in the future.
[jar] Warning: jni/ppc64-Linux/ modified in the future.
[jar] Warning: jni/x86_64-Linux/ modified in the future.
[jar] Updating jar: /home/data/users/atoulme/jffi.git/dist/jffi-complete.jar
[jar] Warning: selected jar files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[jar] Warning: selected jar files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
-post-jar:
jar:
-pre-init:
-init-private:
-pre-init-libraries:
-init-private-libraries:
-init-libraries:
-init-user:
-init-project:
-init-macrodef-property:
-do-init:
-init-vars:
-post-init:
-init-check:
-init-macrodef-javac:
-init-macrodef-junit:
-init-debug-args:
-init-macrodef-nbjpda:
-init-macrodef-debug:
-init-macrodef-java:
-init-presetdef-jar:
init:
-deps-jar-init:
deps-jar:
-warn-already-built-jar:
[echo] Cycle detected: jffi was already built
[propertyfile] Updating property file: /home/data/users/atoulme/jffi.git/build/built-jar.properties
-check-automatic-build:
-clean-after-automatic-build:
-verify-automatic-build:
-pre-pre-compile:
-pre-compile:
-compile-depend:
-do-compile:
-generate-version-source:
[echo] Generating Version.java
-generate-version:
[javac] Warning: com/kenai/jffi/Version.java modified in the future.
[javac] Compiling 1 source file to /home/data/users/atoulme/jffi.git/build/classes
-compile-java:
-generate-native-headers:
-build-native-library:
[exec] make: Nothing to be done for `all'.
-post-compile:
compile:
-pre-pre-compile-test:
-pre-compile-test:
-compile-test-depend:
-do-compile-test:
-build-native-testlib:
[exec] make: Nothing to be done for `all'.
-post-compile-test:
compile-test:
-pre-test-run:
-do-test-run:
[junit] Testsuite: com.kenai.jffi.ClosureTest
[junit] Tests run: 35, Failures: 0, Errors: 35, Time elapsed: 0.734 sec
[junit]
[junit] Testcase: defaultClosureVrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureVrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureVrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrB(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureVrB(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureVrB(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrS(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureVrS(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureVrS(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrI(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureVrI(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureVrI(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrL(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureVrL(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrF(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastNumericClosureVrF(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureVrD(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastNumericClosureVrD(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: testClosureTrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: testClosureVrTFromArray(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: testClosureVrTFromPointer(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureBrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureBrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureBrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureSrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureSrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureSrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureIrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastIntClosureIrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureIrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureLrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: fastLongClosureLrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureFrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: defaultClosureDrV(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testcase: allocateLots(com.kenai.jffi.ClosureTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.ClosureTest.setUp(ClosureTest.java:50)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.ForeignTest
[junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0.324 sec
[junit]
[junit] Testcase: version(com.kenai.jffi.ForeignTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.ForeignTest.version(ForeignTest.java:43)
[junit]
[junit]
[junit] Testcase: pageSize(com.kenai.jffi.ForeignTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.ForeignTest.version(ForeignTest.java:43)
[junit]
[junit]
[junit] Testcase: mmap(com.kenai.jffi.ForeignTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.ForeignTest.version(ForeignTest.java:43)
[junit]
[junit]
[junit] Testcase: munmap(com.kenai.jffi.ForeignTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.ForeignTest.version(ForeignTest.java:43)
[junit]
[junit]
[junit] Testcase: writeToAllocatedMemory(com.kenai.jffi.ForeignTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.ForeignTest.version(ForeignTest.java:43)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.LibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.292 sec
[junit]
[junit] Testcase: dlopen(com.kenai.jffi.LibraryTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.LibraryTest.dlopen(LibraryTest.java:43)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.MemoryTest
[junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.388 sec
[junit]
[junit] Testcase: allocateUnaligned(com.kenai.jffi.MemoryTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:29)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl64(MemoryIO.java:113)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl(MemoryIO.java:97)
[junit] at com.kenai.jffi.MemoryIO.newMemoryIO(MemoryIO.java:59)
[junit] at com.kenai.jffi.MemoryIO.access$000(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$SingletonHolder.<clinit>(MemoryIO.java:36)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.allocateUnaligned(MemoryTest.java:38)
[junit]
[junit]
[junit] Testcase: zeroTerminatedByteArray(com.kenai.jffi.MemoryTest): Caused an ERROR
[junit] com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.zeroTerminatedByteArray(MemoryTest.java:44)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:29)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl64(MemoryIO.java:113)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl(MemoryIO.java:97)
[junit] at com.kenai.jffi.MemoryIO.newMemoryIO(MemoryIO.java:59)
[junit] at com.kenai.jffi.MemoryIO.access$000(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$SingletonHolder.<clinit>(MemoryIO.java:36)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.allocateUnaligned(MemoryTest.java:38)
[junit]
[junit]
[junit] Testcase: zeroTerminatedByteArrayWithLength(com.kenai.jffi.MemoryTest): Caused an ERROR
[junit] com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.zeroTerminatedByteArrayWithLength(MemoryTest.java:51)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:29)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl64(MemoryIO.java:113)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl(MemoryIO.java:97)
[junit] at com.kenai.jffi.MemoryIO.newMemoryIO(MemoryIO.java:59)
[junit] at com.kenai.jffi.MemoryIO.access$000(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$SingletonHolder.<clinit>(MemoryIO.java:36)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.allocateUnaligned(MemoryTest.java:38)
[junit]
[junit]
[junit] Testcase: putZeroTerminatedByteArray(com.kenai.jffi.MemoryTest): Caused an ERROR
[junit] com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.MemoryIO$SingletonHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.putZeroTerminatedByteArray(MemoryTest.java:61)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:29)
[junit] at com.kenai.jffi.MemoryIO.<init>(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl.<init>(MemoryIO.java:666)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO$UnsafeImpl64.<init>(MemoryIO.java:737)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl64(MemoryIO.java:113)
[junit] at com.kenai.jffi.MemoryIO.newUnsafeImpl(MemoryIO.java:97)
[junit] at com.kenai.jffi.MemoryIO.newMemoryIO(MemoryIO.java:59)
[junit] at com.kenai.jffi.MemoryIO.access$000(MemoryIO.java:27)
[junit] at com.kenai.jffi.MemoryIO$SingletonHolder.<clinit>(MemoryIO.java:36)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:45)
[junit] at com.kenai.jffi.MemoryTest.allocateUnaligned(MemoryTest.java:38)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.NumberTest
[junit] Tests run: 45, Failures: 0, Errors: 45, Time elapsed: 0.743 sec
[junit]
[junit] Testcase: returnS8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnU8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastIntS8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastIntU8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongS8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongU8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericS8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericU8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayS8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayU8(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnS16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastIntS16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongS16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericS16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayS16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnU16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastIntU16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongU16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericU16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayU16(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnS32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastintS32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongS32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericS32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayS32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnU32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastintU32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongU32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericU32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayU32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnS64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongS64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericS64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayS64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnU64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastLongU64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericU64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayU64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnDefaultF32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastIntF32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericF32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayF32(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnDefaultF64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnFastNumericF64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testcase: returnPointerArrayF64(com.kenai.jffi.NumberTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Library.dlopen(Library.java:72)
[junit] at com.kenai.jffi.Library.openLibrary(Library.java:135)
[junit] at com.kenai.jffi.Library.getCachedInstance(Library.java:109)
[junit] at com.kenai.jffi.UnitHelper.loadLibrary(UnitHelper.java:93)
[junit] at com.kenai.jffi.UnitHelper.loadTestLibrary(UnitHelper.java:80)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:90)
[junit] at com.kenai.jffi.NumberTest.returnS8(NumberTest.java:60)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.292 sec
[junit]
[junit] Testcase: isSupported(com.kenai.jffi.PlatformTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.Platform.isSupported(Platform.java:325)
[junit] at com.kenai.jffi.PlatformTest.isSupported(PlatformTest.java:42)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.StructTest
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] Tests run: 14, Failures: 0, Errors: 14, Time elapsed: 0.486 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit] at java.lang.reflect.Method.invoke(Method.java:600)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
[junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
[junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] ------------- ---------------- ---------------
[junit] Testcase: s8UsingForeign(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8UsingStruct(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32UsingForeign(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32UsingStruct(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32ReturnWithDefaultBuffer(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32ReturnWithProvidedBuffer(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32ReturnWithProvidedBufferAndOffset(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromArray(com.kenai.jffi.StructTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromPointer(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.structS8S32ParameterFromPointer(StructTest.java:151)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromArrayAndS32(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.structS8S32ParameterFromArrayAndS32(StructTest.java:172)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromPointerAndS32(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.structS8S32ParameterFromPointerAndS32(StructTest.java:190)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromArrayAndS64(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.structS8S32ParameterFromArrayAndS64(StructTest.java:210)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: structS8S32ParameterFromPointerAndS64(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.structS8S32ParameterFromPointerAndS64(StructTest.java:229)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testcase: s8s32_set(com.kenai.jffi.StructTest): Caused an ERROR
[junit] com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] java.lang.NoClassDefFoundError: com.kenai.jffi.UnitHelper$LibraryHolder (initialization failure)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
[junit] at com.kenai.jffi.UnitHelper.findSymbol(UnitHelper.java:107)
[junit] at com.kenai.jffi.StructTest.s8s32_set(StructTest.java:251)
[junit] Caused by: java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.StructTest.s8UsingForeign(StructTest.java:48)
[junit]
[junit]
[junit] Testsuite: com.kenai.jffi.TypeTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.326 sec
[junit]
[junit] Testcase: lookupBuiltinType(com.kenai.jffi.TypeTest): Caused an ERROR
[junit] Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] java.lang.UnsatisfiedLinkError: Could not locate stub library (/jni/ppc64-Linux/libjffi-1.0.so) in jar file
[junit] at com.kenai.jffi.Init.getStubLibraryStream(Init.java:150)
[junit] at com.kenai.jffi.Init.loadFromJar(Init.java:115)
[junit] at com.kenai.jffi.Init.load(Init.java:64)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.getInstanceHolder(Foreign.java:35)
[junit] at com.kenai.jffi.Foreign$InstanceHolder.<clinit>(Foreign.java:31)
[junit] at java.lang.J9VMInternals.initializeImpl(Native Method)
[junit] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
[junit] at com.kenai.jffi.Foreign.getInstance(Foreign.java:81)
[junit] at com.kenai.jffi.TypeTest.lookupBuiltinType(TypeTest.java:46)
[junit]
[junit]
test-report:
-post-test-run:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment