You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/09/23 11:32:04 UTC

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #240

See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/240/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jcs-core ---
[INFO] Deleting <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jcs-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1809398 at timestamp: 1506166302909
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 233 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 144 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-jcs-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.UnsupportedClassVersionError: org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:237)
	at org.apache.maven.surefire.booter.TypeEncodedValue.getDecodedValue(TypeEncodedValue.java:64)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:108)

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #244

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/244/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jcs-core ---
[INFO] Deleting <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jcs-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1812781 at timestamp: 1508527812317
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 231 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 143 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-jcs-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.UnsupportedClassVersionError: org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:237)
	at org.apache.maven.surefire.booter.TypeEncodedValue.getDecodedValue(TypeEncodedValue.java:64)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:108)

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #243

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/243/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jcs-core ---
[INFO] Deleting <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jcs-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1812216 at timestamp: 1508063501556
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 231 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 143 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-jcs-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.UnsupportedClassVersionError: org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:237)
	at org.apache.maven.surefire.booter.TypeEncodedValue.getDecodedValue(TypeEncodedValue.java:64)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:108)

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #242

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/242/display/redirect?page=changes>

Changes:

[kinow] JCS-184: move return statement outside of logging block

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jcs-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1811917 at timestamp: 1507794021493
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 231 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 143 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-jcs-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.UnsupportedClassVersionError: org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:237)
	at org.apache.maven.surefire.booter.TypeEncodedValue.getDecodedValue(TypeEncodedValue.java:64)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:108)

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #241

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/241/display/redirect?page=changes>

Changes:

[tv] JCS-181 Update dependency to httpclient 4.5.3

[tv] Update dependency commons-dbcp2

[tv] Remove deprecated code

[tv] Remove dependency on velocity-tools

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jcs-core ---
[INFO] Deleting <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jcs-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1809537 at timestamp: 1506280341828
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 231 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 142 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-jcs-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.UnsupportedClassVersionError: org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:237)
	at org.apache.maven.surefire.booter.TypeEncodedValue.getDecodedValue(TypeEncodedValue.java:64)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:108)

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results