Skip to content

Instantly share code, notes, and snippets.

@aaronbartell
Created April 16, 2015 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronbartell/cf04ab303309513dab03 to your computer and use it in GitHub Desktop.
Save aaronbartell/cf04ab303309513dab03 to your computer and use it in GitHub Desktop.
$ ant -v test
Apache Ant(TM) version 1.9.4 compiled on April 29 2014
Trying the default build file: build.xml
Buildfile: /home/abartell/git/jffi/build.xml
Detected Java version: 1.7 in: /QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre
Detected OS: OS/400
parsing buildfile /home/abartell/git/jffi/build.xml with URI = file:/home/abartell/git/jffi/build.xml
Project base dir set to: /home/abartell/git/jffi
parsing buildfile jar:file:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
Importing file /home/abartell/git/jffi/version.xml from /home/abartell/git/jffi/build.xml
Overriding previous definition of reference to ant.projectHelper
parsing buildfile /home/abartell/git/jffi/version.xml with URI = file:/home/abartell/git/jffi/version.xml
Overriding previous definition of reference to ant.projectHelper
Build sequence for target(s) `test' is [-pre-init, -init-vars, -post-init, -init, -pre-compile, -do-compile, -generate-version-source, -generate-version, -compile-java, -generate-native-headers, -build-native-library, -post-compile, compile, -pre-compile-test, -do-compile-test, -build-native-testlib, -post-compile-test, -compile-test, test]
Complete build sequence is [-pre-init, -init-vars, -post-init, -init, -pre-compile, -do-compile, -generate-version-source, -generate-version, -compile-java, -generate-native-headers, -build-native-library, -post-compile, compile, -pre-compile-test, -do-compile-test, -build-native-testlib, -post-compile-test, -compile-test, test, -build-platform-jar, -assemble-native-jar, -assemble-final-jar, -archive-platform-jar, -post-jar, cross-win32, cross-win64, -pre-jar, version.-generate-version-source, ensure-test-name, -do-jar, clean, runtest, build-native, jar, clean-java, ]
-pre-init:
-init-vars:
[mkdir] Skipping /home/abartell/git/jffi/build/jni because it already exists.
-post-init:
-init:
[mkdir] Skipping /home/abartell/git/jffi/build because it already exists.
-pre-compile:
-do-compile:
[mkdir] Skipping /home/abartell/git/jffi/build/classes because it already exists.
[javac] com/kenai/jffi/Aggregate.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Aggregate.class is up to date.
[javac] com/kenai/jffi/Array.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Array.class is up to date.
[javac] com/kenai/jffi/ArrayFlags.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ArrayFlags.class is up to date.
[javac] com/kenai/jffi/CallContext.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/CallContext.class is up to date.
[javac] com/kenai/jffi/CallContextCache.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/CallContextCache.class is up to date.
[javac] com/kenai/jffi/CallingConvention.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/CallingConvention.class is up to date.
[javac] com/kenai/jffi/Closure.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Closure.class is up to date.
[javac] com/kenai/jffi/ClosureMagazine.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ClosureMagazine.class is up to date.
[javac] com/kenai/jffi/ClosureManager.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ClosureManager.class is up to date.
[javac] com/kenai/jffi/ClosurePool.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ClosurePool.class is up to date.
[javac] com/kenai/jffi/DirectClosureBuffer.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/DirectClosureBuffer.class is up to date.
[javac] com/kenai/jffi/DirectObjectParameterStrategy.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/DirectObjectParameterStrategy.class is up to date.
[javac] com/kenai/jffi/FaultException.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/FaultException.class is up to date.
[javac] com/kenai/jffi/Foreign.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Foreign.class is up to date.
[javac] com/kenai/jffi/Function.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Function.class is up to date.
[javac] com/kenai/jffi/HeapInvocationBuffer.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/HeapInvocationBuffer.class is up to date.
[javac] com/kenai/jffi/HeapObjectParameterInvoker.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/HeapObjectParameterInvoker.class is up to date.
[javac] com/kenai/jffi/Init.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Init.class is up to date.
[javac] com/kenai/jffi/Internals.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Internals.class is up to date.
[javac] com/kenai/jffi/InvocationBuffer.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/InvocationBuffer.class is up to date.
[javac] com/kenai/jffi/InvokeDynamicSupport.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/InvokeDynamicSupport.class is up to date.
[javac] com/kenai/jffi/Invoker.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Invoker.class is up to date.
[javac] com/kenai/jffi/LastError.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/LastError.class is up to date.
[javac] com/kenai/jffi/Library.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Library.class is up to date.
[javac] com/kenai/jffi/Main.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Main.class is up to date.
[javac] com/kenai/jffi/MemoryIO.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/MemoryIO.class is up to date.
[javac] com/kenai/jffi/NativeMethod.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/NativeMethod.class is up to date.
[javac] com/kenai/jffi/NativeMethods.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/NativeMethods.class is up to date.
[javac] com/kenai/jffi/NativeObjectParameterInvoker.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/NativeObjectParameterInvoker.class is up to date.
[javac] com/kenai/jffi/NativeType.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/NativeType.class is up to date.
[javac] com/kenai/jffi/ObjectBuffer.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ObjectBuffer.class is up to date.
[javac] com/kenai/jffi/ObjectParameterInfo.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ObjectParameterInfo.class is up to date.
[javac] com/kenai/jffi/ObjectParameterInvoker.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ObjectParameterInvoker.class is up to date.
[javac] com/kenai/jffi/ObjectParameterStrategy.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ObjectParameterStrategy.class is up to date.
[javac] com/kenai/jffi/ObjectParameterType.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/ObjectParameterType.class is up to date.
[javac] com/kenai/jffi/PageManager.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/PageManager.class is up to date.
[javac] com/kenai/jffi/Platform.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Platform.class is up to date.
[javac] com/kenai/jffi/Struct.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Struct.class is up to date.
[javac] com/kenai/jffi/Type.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Type.class is up to date.
[javac] com/kenai/jffi/Union.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Union.class is up to date.
[javac] com/kenai/jffi/Util.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/Util.class is up to date.
[javac] com/kenai/jffi/internal/StubLoader.java omitted as /home/abartell/git/jffi/build/classes/com/kenai/jffi/internal/StubLoader.class is up to date.
-generate-version-source:
[echo] Generating Version.java
[mkdir] Skipping /home/abartell/git/jffi/build/classes because it already exists.
[mkdir] Skipping /home/abartell/git/jffi/build/java/com/kenai/jffi because it already exists.
-generate-version:
[javac] com/kenai/jffi/Version.java added as com/kenai/jffi/Version.class is outdated.
[javac] Compiling 1 source file to /home/abartell/git/jffi/build/classes
[javac] Using modern compiler
[javac] Compilation arguments:
[javac] '-d'
[javac] '/home/abartell/git/jffi/build/classes'
[javac] '-classpath'
[javac] '/home/abartell/git/jffi/build/classes'
[javac] '-sourcepath'
[javac] '/home/abartell/git/jffi/build/java'
[javac] '-target'
[javac] '1.6'
[javac] '-g:none'
[javac] '-source'
[javac] '1.6'
[javac]
[javac] The ' characters around the executable and arguments are
[javac] not part of the command.
[javac] File to be compiled:
[javac] /home/abartell/git/jffi/build/java/com/kenai/jffi/Version.java
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
-compile-java:
-generate-native-headers:
[mkdir] Skipping /home/abartell/git/jffi/build/jni because it already exists.
[mkdir] Skipping /home/abartell/git/jffi/build/classes because it already exists.
[javah] Compilation arguments:
[javah] '-d'
[javah] '/home/abartell/git/jffi/build/jni'
[javah] '-classpath'
[javah] '/home/abartell/git/jffi/build/classes'
[javah] '-force'
[javah]
[javah] The ' characters around the executable and arguments are
[javah] not part of the command.
[javah] Classes to be compiled:
[javah] com.kenai.jffi.Foreign
[javah] com.kenai.jffi.ObjectBuffer
[javah] com.kenai.jffi.Version
-build-native-library:
[mkdir] Skipping /home/abartell/git/jffi/build/jni because it already exists.
Property "use.system.libffi" has not been set
[exec] Current OS is OS/400
[exec] Executing 'gmake' with arguments:
[exec] 'JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre'
[exec] 'SRC_DIR=/home/abartell/git/jffi/jni'
[exec] 'JNI_DIR=/home/abartell/git/jffi/jni'
[exec] 'BUILD_DIR=/home/abartell/git/jffi/build/jni'
[exec] 'CPU=ppc'
[exec] 'VERSION=1.2'
[exec] 'USE_SYSTEM_LIBFFI=${use.system.libffi}'
[exec] '-f'
[exec] '/home/abartell/git/jffi/jni/GNUmakefile'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[exec] gmake: Nothing to be done for 'all'.
-post-compile:
compile:
-pre-compile-test:
-do-compile-test:
[mkdir] Skipping /home/abartell/git/jffi/build/test/classes because it already exists.
[javac] com/kenai/jffi/ClosureTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/ClosureTest.class is up to date.
[javac] com/kenai/jffi/ForeignTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/ForeignTest.class is up to date.
[javac] com/kenai/jffi/InvokerTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/InvokerTest.class is up to date.
[javac] com/kenai/jffi/JSR292Test.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/JSR292Test.class is up to date.
[javac] com/kenai/jffi/LibraryTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/LibraryTest.class is up to date.
[javac] com/kenai/jffi/MemoryTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/MemoryTest.class is up to date.
[javac] com/kenai/jffi/NumberTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/NumberTest.class is up to date.
[javac] com/kenai/jffi/ObjectParameterInfoTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/ObjectParameterInfoTest.class is up to date.
[javac] com/kenai/jffi/PlatformTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/PlatformTest.class is up to date.
[javac] com/kenai/jffi/StructTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/StructTest.class is up to date.
[javac] com/kenai/jffi/TypeTest.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/TypeTest.class is up to date.
[javac] com/kenai/jffi/UnitHelper.java omitted as /home/abartell/git/jffi/build/test/classes/com/kenai/jffi/UnitHelper.class is up to date.
-build-native-testlib:
[mkdir] Skipping /home/abartell/git/jffi/build/jni because it already exists.
[exec] Current OS is OS/400
[exec] Executing 'gmake' with arguments:
[exec] 'JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre'
[exec] 'BUILD_DIR=/home/abartell/git/jffi/build'
[exec] 'CPU=ppc'
[exec] '-f'
[exec] 'libtest/GNUmakefile'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[exec] gmake: Nothing to be done for 'all'.
-post-compile-test:
-compile-test:
test:
[mkdir] Skipping /home/abartell/git/jffi/build/test/results because it already exists.
[junit] Starting test thread 0
[junit] Running test org.apache.tools.ant.taskdefs.optional.junit.JUnitTest@83916190(11) in thread 0
[junit] Creating casesfile '/home/abartell/git/jffi/junittestcases6504930041502595246.properties' with content:
[junit] com.kenai.jffi.ClosureTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.ClosureTest
[junit] com.kenai.jffi.ForeignTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.ForeignTest
[junit] com.kenai.jffi.InvokerTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.InvokerTest
[junit] com.kenai.jffi.JSR292Test,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.JSR292Test
[junit] com.kenai.jffi.LibraryTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.LibraryTest
[junit] com.kenai.jffi.MemoryTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.MemoryTest
[junit] com.kenai.jffi.NumberTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.NumberTest
[junit] com.kenai.jffi.ObjectParameterInfoTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.ObjectParameterInfoTest
[junit] com.kenai.jffi.PlatformTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.PlatformTest
[junit] com.kenai.jffi.StructTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.StructTest
[junit] com.kenai.jffi.TypeTest,/home/abartell/git/jffi/build/test/results,TEST-com.kenai.jffi.TypeTest
[junit] Running multiple tests in the same VM
[junit] Implicitly adding /home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-launcher.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit4.jar to CLASSPATH
[junit] Executing '/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/bin/java' with arguments:
[junit] ''
[junit] '-Djava.library.path=/home/abartell/git/jffi/build/jni'
[junit] '-classpath'
[junit] '/home/abartell/git/jffi/build/classes:/home/abartell/git/jffi/build/test/classes:/home/abartell/git/jffi/lib/junit_4/junit-4.11.jar:/home/abartell/git/jffi/lib/junit_4/hamcrest-core-1.3.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-launcher.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit4.jar'
[junit] 'org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner'
[junit] 'testsfile=/home/abartell/git/jffi/junittestcases6504930041502595246.properties'
[junit] 'skipNonTests=false'
[junit] 'filtertrace=true'
[junit] 'haltOnError=false'
[junit] 'haltOnFailure=false'
[junit] 'formatter=org.apache.tools.ant.taskdefs.optional.junit.OutErrSummaryJUnitResultFormatter'
[junit] 'showoutput=false'
[junit] 'outputtoformatters=true'
[junit] 'logfailedtests=true'
[junit] 'threadid=0'
[junit] 'logtestlistenerevents=false'
[junit] 'formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter,/home/abartell/git/jffi/build/test/results/IGNORETHIS.txt'
[junit] 'crashfile=/home/abartell/git/jffi/junitvmwatcher8332407339846264308.properties'
[junit] 'propsfile=/home/abartell/git/jffi/junit4240926881807996714.properties'
[junit]
[junit] The ' characters around the executable and arguments are
[junit] not part of the command.
[junit] Exception in thread "main" java.lang.NoClassDefFoundError:
[junit] Caused by: java.lang.ClassNotFoundException:
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:666)
[junit] at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:942)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:869)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:336)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:847)
[junit] Using System properties {java.vendor=IBM Corporation, os.name=OS/400, sun.boot.class.path=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc/default/jclSC170/vm.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/se-service.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/math.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/jlm.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmorb.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmorbapi.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmcfw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmpkcs.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmcertpathfw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmjgssfw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmjssefw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmsaslfw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmjcefw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmjgssprovider.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmjsseprovider2.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmcertpathprovider.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/xmldsigfw.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/xml.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/charsets.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/resources.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/rt.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/dataaccess.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ibmgpu.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/IBMmisc.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/lib/IBMi5OSJSSE.jar, java.vm.specification.vendor=Sun Microsystems Inc., ant.home=/home/abartell/BuildTools/apache-ant-1.9.4, os400.class.path.security.check=20, java.runtime.version=jvmap3270_27sr2-20141101_012.7, user.name=abartell, java.compiler=j9jit27, os.encoding=ISO8859-1, com.ibm.util.extralibs.properties=, com.ibm.jcl.checkClassPath=, user.language=en, com.ibm.oti.vm.bootstrap.library.path=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc/default:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc, sun.boot.library.path=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc/default:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc, java.version=1.7.0, user.timezone=UTC, com.ibm.system.agent.path=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc, sun.arch.data.model=32, com.ibm.zero.version=2, java.endorsed.dirs=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/endorsed, com.ibm.oti.vm.library.version=27, sun.jnu.encoding=ISO8859-1, file.encoding.pkg=sun.io, file.separator=/, java.specification.name=Java Platform API Specification, com.ibm.packed.version=2, java.class.version=51.0, user.country=US, java.home=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre, java.vm.info=JRE 1.7.0 OS/400 ppc-32 jvmap3270_27sr2-20141101_01 (JIT enabled, AOT enabled)
[junit] J9VM - R27_Java727_SR2_20141031_1950_B220034
[junit] JIT - tr.r13.java_20141003_74587.02
[junit] GC - R27_Java727_SR2_20141031_1950_B220034
[junit] J9CL - 20141031_220034, os.version=V7R1M0, java.awt.fonts=, path.separator=:, java.vm.version=2.7, java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory, user.variant=, ant.library.dir=/home/abartell/BuildTools/apache-ant-1.9.4/lib, java.awt.printerjob=sun.print.PSPrinterJob, sun.io.unicode.encoding=UnicodeBig, os400.vm.inputargs=-Dant.home=/home/abartell/BuildTools/apache-ant-1.9.4 -Dant.library.dir=/home/abartell/BuildTools/apache-ant-1.9.4/lib -Djava.class.path=/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-launcher.jar , awt.toolkit=sun.awt.X11.XToolkit, ibm.signalhandling.sigint=true, user.home=/home/ABARTELL, com.ibm.cpu.endian=big, os400dbg.fr.break=0x34000e80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,, java.specification.vendor=Sun Microsystems Inc., ibm.signalhandling.sigchain=true, java.library.path=/QSYS.LIB:/QSYS.LIB/QSYS2.LIB:/QSYS.LIB/BMI.LIB:/QSYS.LIB/QHLPSYS.LIB:/QSYS.LIB/QUSRSYS.LIB:/QSYS.LIB/QGPL.LIB:/QSYS.LIB/QTEMP.LIB:/QSYS.LIB/QSHELL.LIB:/QSYS.LIB/PRDSQL.LIB:/QSYS.LIB/PRDDTA.LIB:/QSYS.LIB/DLYFILE.LIB:/QSYS.LIB/MSCFILE.LIB:/QSYS.LIB/MTHFILE.LIB:/QSYS.LIB/RATEFILE.LIB:/QSYS.LIB/FINFILE.LIB:/QSYS.LIB/MTHENDFILE.LIB:/QSYS.LIB/YRENDFILE.LIB:/QSYS.LIB/TEMPLIB.LIB:/QSYS.LIB/PRDLIB.LIB:/QSYS.LIB/ONLLIB.LIB:/QSYS.LIB/DLYLIB.LIB:/QSYS.LIB/MSCLIB.LIB:/QSYS.LIB/MTHLIB.LIB:/QSYS.LIB/PRDSRC.LIB:/QSYS.LIB/LIBHTTP.LIB:/QSYS.LIB/MLCTRL.LIB:/QSYS.LIB/MLLIBR.LIB:/QSYS.LIB/LTLNLIB.LIB:/QSYS.LIB/XDPE214.LIB:/QSYS.LIB/XMLSERVICE.LIB:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc/classic:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ppc/default:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/bin:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/bin/classic, java.vendor.url=http://www.ibm.com/, java.vm.vendor=IBM Corporation, java.fullversion=JRE 1.7.0 IBM J9 2.7 OS/400 ppc-32 jvmap3270_27sr2-20141101_01 (JIT enabled, AOT enabled)
[junit] J9VM - R27_Java727_SR2_20141031_1950_B220034
[junit] JIT - tr.r13.java_20141003_74587.02
[junit] GC - R27_Java727_SR2_20141031_1950_B220034
[junit] J9CL - 20141031_220034, java.runtime.name=Java(TM) SE Runtime Environment, java.class.path=/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-launcher.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-antlr.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-bcel.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-bsf.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-log4j.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-oro.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-regexp.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-resolver.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-apache-xalan2.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-commons-logging.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-commons-net.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-jai.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-javamail.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-jdepend.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-jmf.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-jsch.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-junit4.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-launcher.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-netrexx.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-swing.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant-testutil.jar:/home/abartell/BuildTools/apache-ant-1.9.4/lib/ant.jar:/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/lib/tools.jar, java.vm.specification.name=Java Virtual Machine Specification, os400dbg.fr.timestamps=Thu Apr 16 17:07:14 2015
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,Thu Jan 1 00:00:00 1970
[junit] ,, java.vm.specification.version=1.0, sun.cpu.endian=big, java.io.tmpdir=/tmp/, os400.job.file.encoding=Cp037, os400dbg.fr.arena_size=0x40007c0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,, os400.file.encoding.ccsid=00819, ibm.system.encoding=ISO8859-1, os.arch=ppc, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, ibm.signalhandling.rs=false, java.ext.dirs=/QOpenSys/QIBM/ProdData/JavaVM/jdk71/32bit/jre/lib/ext:/QIBM/UserData/Java400/ext, user.dir=/home/abartell/git/jffi, line.separator=
[junit] , java.vm.name=IBM J9 VM, com.ibm.oti.shared.enabled=false, com.ibm.vm.bitmode=32, os400dbg.fr.arena_used=0x3fea4f0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,, file.encoding=ISO8859_1, os400.stdin.allowed=1, com.ibm.oti.jcl.build=20141031_220034, java.specification.version=1.7, com.ibm.oti.configuration=scar}
[junit] Running com.kenai.jffi.Batch-With-Multiple-Tests
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
[junit] Tests FAILED (crashed)
[junit] Ending test thread 0
BUILD SUCCESSFUL
Total time: 17 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment