Build failed in Jenkins: JNA » pi2 #149

15 views
Skip to first unread message

Pi Jenkins

unread,
Jan 31, 2016, 7:59:44 AM1/31/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/149/changes>

Changes:

[marco] Promote float varargs to double

[marco] updated "Promote float varargs to double" bug fix

------------------------------------------
Started by upstream project "JNA" build number 149
originally caused by:
Started by an SCM change
Building remotely on raspberrypislave (aio pi2) in workspace <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/java-native-access/jna.git # timeout=10
Fetching upstream changes from https://github.com/java-native-access/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/java-native-access/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a31715df2ec4ae84619f8b599a9e7d7784f34095 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a31715df2ec4ae84619f8b599a9e7d7784f34095
> git rev-list 30b7a2865847554438fef4218e22884ec438ef26 # timeout=10
[pi2] $ /home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=pi2 test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>

-enable-native:

-dynamic-properties:
[echo] Java version 1.8.0, compatibility: 1.6, ant: 1.8
[echo] JNA version 4.3.0-SNAPSHOT, native 4.0.1
[echo] Java HotSpot(TM) Client VM (Oracle Corporation, 25.0-b70)
[echo] java.home=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre
[echo] java.library.path=/usr/java/packages/lib/arm:/lib:/usr/lib
[echo] os.prefix=linux-arm
[echo] os.name=Linux
[echo] os.arch=arm (little)
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 2 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/src/com/sun/jna/Function.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"4.0.1"' -DCHECKSUM='"1a6047467b59e8748f975e03016ce3d9"' -c testlib.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>
[exec] gcc -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib.so> -shared -static-libgcc -Wl,-soname,<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib.so,-Bsymbolic> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>

:jar:

jar:
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna.jar>
[jar] com/sun/jna/linux-arm/libjnidispatch.so already added, skipping
[zip] Building zip: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-min.jar>

compile-tests:
[javac] Compiling 1 source file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-test.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>

test:
[echo] Saving test results in <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[junit] Testsuite: com.sun.jna.AnnotatedLibraryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.854 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.775 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.003 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.971 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] JNA Warning: Encoding 'unsupported' is unsupported
[junit] JNA Warning: Encoding with fallback UTF-8
[junit] ------------- ---------------- ---------------
[junit] Testsuite: com.sun.jna.PerformanceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureBufferFieldTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.057 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsCheckerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
[junit]
[junit] Testcase: testFloatVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testFloatVarArgs(VarArgsTest.java:66)
[junit]
[junit]
[junit] Testcase: testDoubleVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testDoubleVarArgs(VarArgsTest.java:72)
[junit]
[junit]
[junit] Test com.sun.jna.VarArgsTest FAILED
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null677733597
[junitreport] Loading stylesheet jar:file:/home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 4077ms
[junitreport] Deleting: /tmp/null677733597
[echo] View test report in file://<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/reports/junit/linux-arm/index.html>

BUILD FAILED
<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>:1030: One or more tests failed

Total time: 2 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results

Pi Jenkins

unread,
Feb 7, 2016, 12:00:18 PM2/7/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/150/changes>

Changes:

[marco] Use MethodResultContext in direct mapping (as done in interface

[marco] updated changes file

[marco] bumped JNA's JNI major version

[marco] updated some natives and bumped JNA's JNI major version in 2 files

------------------------------------------
Started by upstream project "JNA" build number 150
originally caused by:
Started by an SCM change
Building remotely on raspberrypislave (aio pi2) in workspace <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/java-native-access/jna.git # timeout=10
Fetching upstream changes from https://github.com/java-native-access/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/java-native-access/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 51cab7599d40076af275fcfaffe838dfc35e51f2 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 51cab7599d40076af275fcfaffe838dfc35e51f2
> git rev-list a31715df2ec4ae84619f8b599a9e7d7784f34095 # timeout=10
[pi2] $ /home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=pi2 test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>

-enable-native:

-dynamic-properties:
[echo] Java version 1.8.0, compatibility: 1.6, ant: 1.8
[echo] JNA version 4.3.0-SNAPSHOT, native 5.0.1
[echo] Java HotSpot(TM) Client VM (Oracle Corporation, 25.0-b70)
[echo] java.home=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre
[echo] java.library.path=/usr/java/packages/lib/arm:/lib:/usr/lib
[echo] os.prefix=linux-arm
[echo] os.name=Linux
[echo] os.arch=arm (little)
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 2 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/src/com/sun/jna/Native.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c dispatch.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c callback.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/callback.o>
[exec] gcc -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libjnidispatch.so> -shared -static-libgcc -Wl,-soname,<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libjnidispatch.so,-Bsymbolic> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.o> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/callback.o> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/.libs/libffi.a>
[exec] strip -x <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libjnidispatch.so>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c testlib.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c testlib2.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o>
[exec] gcc -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so> -shared -static-libgcc -Wl,-soname,<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so,-Bsymbolic> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib.so>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes/com/sun/jna/linux-arm>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.eclipse/classes/com/sun/jna/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/linux-arm.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/lib/native>

:jar:

jar:
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna.jar>
[jar] com/sun/jna/linux-arm/libjnidispatch.so already added, skipping
[zip] Building zip: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-min.jar>

compile-tests:
[javac] Compiling 1 source file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-test.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws/jnidispatch.jar>

test:
[echo] Saving test results in <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[junit] Testsuite: com.sun.jna.AnnotatedLibraryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.619 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.863 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.791 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.231 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.984 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] JNA Warning: Encoding 'unsupported' is unsupported
[junit] JNA Warning: Encoding with fallback UTF-8
[junit] ------------- ---------------- ---------------
[junit] Testsuite: com.sun.jna.PerformanceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureBufferFieldTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.205 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsCheckerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
[junit]
[junit] Testcase: testFloatVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testFloatVarArgs(VarArgsTest.java:66)
[junit]
[junit]
[junit] Testcase: testDoubleVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testDoubleVarArgs(VarArgsTest.java:72)
[junit]
[junit]
[junit] Test com.sun.jna.VarArgsTest FAILED
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null302411682
[junitreport] Loading stylesheet jar:file:/home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 4451ms
[junitreport] Deleting: /tmp/null302411682
Total time: 2 minutes 35 seconds

Pi Jenkins

unread,
Feb 7, 2016, 12:29:53 PM2/7/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/151/>

------------------------------------------
Started by upstream project "JNA" build number 151
originally caused by:
Started by an SCM change
Building remotely on raspberrypislave (aio pi2) in workspace <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/java-native-access/jna.git # timeout=10
Fetching upstream changes from https://github.com/java-native-access/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/java-native-access/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a31715df2ec4ae84619f8b599a9e7d7784f34095 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a31715df2ec4ae84619f8b599a9e7d7784f34095
> git rev-list 51cab7599d40076af275fcfaffe838dfc35e51f2 # timeout=10
[pi2] $ /home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=pi2 test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>

-enable-native:

-dynamic-properties:
[echo] Java version 1.8.0, compatibility: 1.6, ant: 1.8
[echo] JNA version 4.3.0-SNAPSHOT, native 4.0.1
[echo] Java HotSpot(TM) Client VM (Oracle Corporation, 25.0-b70)
[echo] java.home=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre
[echo] java.library.path=/usr/java/packages/lib/arm:/lib:/usr/lib
[echo] os.prefix=linux-arm
[echo] os.name=Linux
[echo] os.arch=arm (little)
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 2 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/src/com/sun/jna/Native.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"4.0.1"' -DCHECKSUM='"1a6047467b59e8748f975e03016ce3d9"' -c dispatch.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"4.0.1"' -DCHECKSUM='"1a6047467b59e8748f975e03016ce3d9"' -c callback.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/callback.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"4.0.1"' -DCHECKSUM='"1a6047467b59e8748f975e03016ce3d9"' -c testlib.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"4.0.1"' -DCHECKSUM='"1a6047467b59e8748f975e03016ce3d9"' -c testlib2.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o>
[exec] gcc -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so> -shared -static-libgcc -Wl,-soname,<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so,-Bsymbolic> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib.so>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes/com/sun/jna/linux-arm>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.eclipse/classes/com/sun/jna/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/linux-arm.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/lib/native>

:jar:

jar:
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna.jar>
[jar] com/sun/jna/linux-arm/libjnidispatch.so already added, skipping
[zip] Building zip: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-min.jar>

compile-tests:
[javac] Compiling 1 source file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-test.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws/jnidispatch.jar>

test:
[echo] Saving test results in <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[junit] Testsuite: com.sun.jna.AnnotatedLibraryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.826 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.836 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.948 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.237 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] JNA Warning: Encoding 'unsupported' is unsupported
[junit] JNA Warning: Encoding with fallback UTF-8
[junit] ------------- ---------------- ---------------
[junit] Testsuite: com.sun.jna.PerformanceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureBufferFieldTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsCheckerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec
[junit]
[junit] Testcase: testFloatVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testFloatVarArgs(VarArgsTest.java:66)
[junit]
[junit]
[junit] Testcase: testDoubleVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testDoubleVarArgs(VarArgsTest.java:72)
[junit]
[junit]
[junit] Test com.sun.jna.VarArgsTest FAILED
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null721282547
[junitreport] Loading stylesheet jar:file:/home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 4098ms
[junitreport] Deleting: /tmp/null721282547
Total time: 2 minutes 31 seconds

Pi Jenkins

unread,
Feb 7, 2016, 12:59:53 PM2/7/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/152/changes>

Changes:

[marco] Use MethodResultContext in direct mapping (as done in interface

[marco] updated changes file

[marco] bumped JNA's JNI major version

[marco] updated some natives and bumped JNA's JNI major version in 2 files

------------------------------------------
Started by upstream project "JNA" build number 152
originally caused by:
Started by an SCM change
Building remotely on raspberrypislave (aio pi2) in workspace <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/java-native-access/jna.git # timeout=10
Fetching upstream changes from https://github.com/java-native-access/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/java-native-access/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 51cab7599d40076af275fcfaffe838dfc35e51f2 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 51cab7599d40076af275fcfaffe838dfc35e51f2
> git rev-list a31715df2ec4ae84619f8b599a9e7d7784f34095 # timeout=10
[pi2] $ /home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=pi2 test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>

-enable-native:

-dynamic-properties:
[echo] Java version 1.8.0, compatibility: 1.6, ant: 1.8
[echo] JNA version 4.3.0-SNAPSHOT, native 5.0.1
[echo] Java HotSpot(TM) Client VM (Oracle Corporation, 25.0-b70)
[echo] java.home=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre
[echo] java.library.path=/usr/java/packages/lib/arm:/lib:/usr/lib
[echo] os.prefix=linux-arm
[echo] os.name=Linux
[echo] os.arch=arm (little)
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 2 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/src/com/sun/jna/Native.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c dispatch.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c callback.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/callback.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c testlib.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.1"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c testlib2.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o>
[exec] gcc -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so> -shared -static-libgcc -Wl,-soname,<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib2.so,-Bsymbolic> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib2.o> <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libtestlib.so>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes/com/sun/jna/linux-arm>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.eclipse/classes/com/sun/jna/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/linux-arm.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/lib/native>

:jar:

jar:
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna.jar>
[jar] com/sun/jna/linux-arm/libjnidispatch.so already added, skipping
[zip] Building zip: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-min.jar>

compile-tests:
[javac] Compiling 1 source file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-test.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws/jnidispatch.jar>

test:
[echo] Saving test results in <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[junit] Testsuite: com.sun.jna.AnnotatedLibraryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.84 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.751 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.201 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.971 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] JNA Warning: Encoding 'unsupported' is unsupported
[junit] JNA Warning: Encoding with fallback UTF-8
[junit] ------------- ---------------- ---------------
[junit] Testsuite: com.sun.jna.PerformanceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureBufferFieldTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.105 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.491 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsCheckerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
[junit]
[junit] Testcase: testFloatVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testFloatVarArgs(VarArgsTest.java:66)
[junit]
[junit]
[junit] Testcase: testDoubleVarArgs(com.sun.jna.VarArgsTest): FAILED
[junit] VarArgs not added correctly expected:<3> but was:<0>
[junit] junit.framework.AssertionFailedError: VarArgs not added correctly expected:<3> but was:<0>
[junit] at com.sun.jna.VarArgsTest.testDoubleVarArgs(VarArgsTest.java:72)
[junit]
[junit]
[junit] Test com.sun.jna.VarArgsTest FAILED
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null1552232902
[junitreport] Loading stylesheet jar:file:/home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 4106ms
[junitreport] Deleting: /tmp/null1552232902

Pi Jenkins

unread,
Feb 7, 2016, 1:29:47 PM2/7/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch, twal...@java.net
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/153/changes>

Changes:

[twalljava] fix varargs on ARM

------------------------------------------
Started by upstream project "JNA" build number 153
originally caused by:
Started by an SCM change
Building remotely on raspberrypislave (aio pi2) in workspace <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/java-native-access/jna.git # timeout=10
Fetching upstream changes from https://github.com/java-native-access/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/java-native-access/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 50eb820c129d298c26035f98e6a93aed9fc52257 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 50eb820c129d298c26035f98e6a93aed9fc52257
> git rev-list 51cab7599d40076af275fcfaffe838dfc35e51f2 # timeout=10
[pi2] $ /home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=pi2 test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build.xml>

-enable-native:

-dynamic-properties:
[echo] Java version 1.8.0, compatibility: 1.6, ant: 1.8
[echo] JNA version 4.3.0-SNAPSHOT, native 5.0.0
[echo] Java HotSpot(TM) Client VM (Oracle Corporation, 25.0-b70)
[echo] java.home=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre
[echo] java.library.path=/usr/java/packages/lib/arm:/lib:/usr/lib
[echo] os.prefix=linux-arm
[echo] os.name=Linux
[echo] os.arch=arm (little)
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 3 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/src/com/sun/jna/Function.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.0"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c dispatch.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.o>
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include" -I"/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/../include/linux" -I"<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm"> -I<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/libffi/include> -DJNA_JNI_VERSION='"5.0.0"' -DCHECKSUM='"4f72f2799dfee6008a386bc40afd7428"' -c testlib.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/testlib.o>
[javac] Compiling 2 source files to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/test-classes/linux-arm>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jna-test.jar>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[copy] Copying 1 file to <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws>
[jar] Building jar: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/jws/jnidispatch.jar>

test:
[echo] Saving test results in <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[junit] Testsuite: com.sun.jna.AnnotatedLibraryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.385 sec
[junit]
[junit] Testcase: testDoubleArgumentAlignment(com.sun.jna.ArgumentsMarshalTest): FAILED
[junit] Improper handling of interspersed float/double expected:<10.0> but was:<5.263544247E-315>
[junit] junit.framework.AssertionFailedError: Improper handling of interspersed float/double expected:<10.0> but was:<5.263544247E-315>
[junit] at com.sun.jna.ArgumentsMarshalTest.testDoubleArgumentAlignment(ArgumentsMarshalTest.java:345)
[junit]
[junit]
[junit] Test com.sun.jna.ArgumentsMarshalTest FAILED
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 52, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 6.897 sec
[junit]
[junit] Testcase: testCallDoubleCallback(com.sun.jna.CallbacksTest): FAILED
[junit] Wrong first argument expected:<-118.625> but was:<-237.25>
[junit] junit.framework.AssertionFailedError: Wrong first argument expected:<-118.625> but was:<-237.25>
[junit] at com.sun.jna.CallbacksTest.testCallDoubleCallback(CallbacksTest.java:471)
[junit]
[junit]
[junit] Testcase: testCallFloatCallback(com.sun.jna.CallbacksTest): FAILED
[junit] Wrong first argument expected:<-118.625> but was:<-237.25>
[junit] junit.framework.AssertionFailedError: Wrong first argument expected:<-118.625> but was:<-237.25>
[junit] at com.sun.jna.CallbacksTest.testCallFloatCallback(CallbacksTest.java:448)
[junit]
[junit]
[junit] Test com.sun.jna.CallbacksTest FAILED
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.813 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.045 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] JNA Warning: Encoding 'unsupported' is unsupported
[junit] JNA Warning: Encoding with fallback UTF-8
[junit] ------------- ---------------- ---------------
[junit] Testsuite: com.sun.jna.PerformanceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureBufferFieldTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.096 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsCheckerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec
[junit]
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null1626092918
[junitreport] Loading stylesheet jar:file:/home/pi/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 3761ms
[junitreport] Deleting: /tmp/null1626092918
Total time: 2 minutes 28 seconds

Pi Jenkins

unread,
Feb 7, 2016, 8:29:36 PM2/7/16
to danr...@gmail.com, jna-...@googlegroups.com, ma...@mtsystems.ch, twal...@java.net
Reply all
Reply to author
Forward
0 new messages