Build failed in Jenkins: JNA » pi2 #80

21 views
Skip to first unread message

Pi Jenkins

unread,
Sep 7, 2015, 3:29:32 PM9/7/15
to danr...@gmail.com, jna-...@googlegroups.com, twal...@java.net
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/80/changes>

Changes:

[twalljava] fix MSVC vs mingw build switch

[twalljava] fix return type jump tables to accommodate addition of FFI_TYPE_COMPLEX

[twalljava] fix mingw struct return when using SYSV ABI fix msvcc stdcall closures

[twalljava] clean up 64-bit mingw build

[twalljava] Revert incorrect bitwise size check; sizes can not be guaranteed to be

[twalljava] Fix issue #490 by allowing specification of calling convention

------------------------------------------
Started by upstream project "JNA" build number 80
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 b8182976296306ce751be9d3941d5c3cc5e9394f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b8182976296306ce751be9d3941d5c3cc5e9394f
> git rev-list 6da17d676625da5c6a94908861cc84953949e573 # 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
[echo] JNA version 4.2.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
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm>

-setup:

compile:
[javac] Compiling 1 source file 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 dispatch.c -o <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/native-linux-arm/dispatch.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> <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>
[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:
[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:
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm>
[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.662 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.445 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.783 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectBufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.838 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec
[junit]
[junit] Testsuite: com.sun.jna.HeadlessLoadLibraryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
[junit]
[junit] Testsuite: com.sun.jna.IntegerTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 sec
[junit]
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.648 sec
[junit]
[junit] Testcase: testThrowLastError(com.sun.jna.LastErrorTest): Caused an ERROR
[junit] Unrecognized calling convention: 4
[junit] java.lang.IllegalArgumentException: Unrecognized calling convention: 4
[junit] at com.sun.jna.Native.invokeVoid(Native Method)
[junit] at com.sun.jna.Function.invoke(Function.java:363)
[junit] at com.sun.jna.Function.invoke(Function.java:312)
[junit] at com.sun.jna.Library$Handler.invoke(Library.java:232)
[junit] at com.sun.proxy.$Proxy2.throwLastError(Unknown Source)
[junit] at com.sun.jna.LastErrorTest.testThrowLastError(LastErrorTest.java:78)
[junit]
[junit]
[junit] Test com.sun.jna.LastErrorTest FAILED
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.775 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.825 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 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.284 sec
[junit]
[junit] Testsuite: com.sun.jna.PlatformTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 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.731 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.012 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 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.558 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 sec
[junit]
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null975315882
[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: 4067ms
[junitreport] Deleting: /tmp/null975315882
[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>:980: One or more tests failed

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

Pi Jenkins

unread,
Sep 7, 2015, 5:00:02 PM9/7/15
to danr...@gmail.com, jna-...@googlegroups.com, twal...@java.net, gottfrie...@gmail.com
See <http://raspberrypijenkins:8080/job/JNA/label=pi2/81/changes>

Changes:

[gottfried.haider] Get additional library paths from ldconfig on Linux

[gottfried.haider] Keep the current library search order intact, merely add additional

[gottfried.haider] Reword comment

[twalljava] avoid calling back to JVM on shared library unload

[twalljava] only apply -Xdoclint:none on jdk>1.8

[twalljava] fix Javadoc warning

[twalljava] wait longer for finalizer to run

[twalljava] Recognize other calling conventions in direct mode

------------------------------------------
Started by upstream project "JNA" build number 81
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 8deb070d885c26fa361685ae59d56d965494e83a (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8deb070d885c26fa361685ae59d56d965494e83a
> git rev-list b8182976296306ce751be9d3941d5c3cc5e9394f # 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.2.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
[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: Some input files use 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 -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> <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>
[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] Note: <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/test/com/sun/jna/JNALoadTest.java> uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
[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.731 sec
[junit]
[junit] Testsuite: com.sun.jna.ArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 sec
[junit]
[junit] Testsuite: com.sun.jna.BufferArgumentsMarshalTest
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
[junit]
[junit] Testsuite: com.sun.jna.ByReferenceArgumentsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec
[junit]
[junit] Testsuite: com.sun.jna.CallbacksTest
[junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.844 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectArgumentsMarshalTest
[junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 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.731 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectCallbacksTest
[junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.777 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectStructureByValueTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.94 sec
[junit]
[junit] Testsuite: com.sun.jna.DirectTypeMapperTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 sec
[junit]
[junit] Testsuite: com.sun.jna.FunctionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 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.623 sec
[junit]
[junit] Testsuite: com.sun.jna.JNALoadTest
[junit] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.795 sec
[junit]
[junit] Testcase: testLoadAndUnloadFromResourcePath(com.sun.jna.JNALoadTest): FAILED
[junit] System property jna.loaded not cleared
[junit] junit.framework.AssertionFailedError: System property jna.loaded not cleared
[junit] at com.sun.jna.JNALoadTest.testLoadAndUnloadFromResourcePath(JNALoadTest.java:182)
[junit]
[junit]
[junit] Test com.sun.jna.JNALoadTest FAILED
[junit] Testsuite: com.sun.jna.LastErrorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec
[junit]
[junit] Testsuite: com.sun.jna.LibraryLoadTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 sec
[junit]
[junit] Testsuite: com.sun.jna.MemoryTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.801 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeLibraryTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.989 sec
[junit]
[junit] Testsuite: com.sun.jna.NativeTest
[junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 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.29 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerBufferTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 sec
[junit]
[junit] Testsuite: com.sun.jna.PointerTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec
[junit]
[junit] Testsuite: com.sun.jna.ReturnTypesTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 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.795 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureFieldOrderInspectorTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.067 sec
[junit]
[junit] Testsuite: com.sun.jna.StructureTest
[junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 sec
[junit]
[junit] Testsuite: com.sun.jna.TypeMapperTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec
[junit]
[junit] Testsuite: com.sun.jna.UnionTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec
[junit]
[junit] Testsuite: com.sun.jna.VMCrashProtectionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
[junit]
[junit] Testsuite: com.sun.jna.VarArgsTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec
[junit]
[junitreport] Processing <http://raspberrypijenkins:8080/job/JNA/label=pi2/ws/build/junit-results/linux-arm/TESTS-TestSuites.xml> to /tmp/null1077810126
[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: 3737ms
[junitreport] Deleting: /tmp/null1077810126
Total time: 2 minutes 12 seconds

Pi Jenkins

unread,
Sep 8, 2015, 7:59:17 AM9/8/15
to danr...@gmail.com, jna-...@googlegroups.com, twal...@java.net, max.b...@fokus.fraunhofer.de, gottfrie...@gmail.com
Reply all
Reply to author
Forward
0 new messages