You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/05/31 11:53:43 UTC

Build failed in Jenkins: Jena_TDB #647

See <https://builds.apache.org/job/Jena_TDB/647/>

------------------------------------------
Started by upstream project "Jena__Development_Build" build number 6
Building remotely on ubuntu4 in workspace <https://builds.apache.org/job/Jena_TDB/ws/>
Cleaning up <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb>
Deleting <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/target>
Updating http://svn.apache.org/repos/asf/jena/trunk/jena-tdb
U         src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java
At revision 1344622
no change for http://svn.apache.org/repos/asf/jena/trunk/jena-tdb since the previous build
Parsing POMs
[jena-tdb] $ /home/hudson/tools/java/latest1.6/bin/java -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/hudson/tools/maven/apache-maven-3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/apache-maven-3.0.3 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 34404
channel started
<===[JENKINS REMOTING CAPACITY]===>   log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install
[INFO] Scanning for projects...
Projects to build: [MavenProject: org.apache.jena:jena-tdb:0.9.1-SNAPSHOT @ <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/pom.xml]>
projectStarted org.apache.jena:jena-tdb:0.9.1-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building jena-tdb 0.9.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-tdb ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1(default)
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-tdb ---
mojoSucceeded org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jena-tdb ---
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] Copying 3 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.4(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @ jena-tdb ---
[INFO] Compiling 292 source files to <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java>:[295,4] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java>:[299,4] method does not override or implement a method from a supertype
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.4(default-compile)[INFO] 2 errors 
[INFO] -------------------------------------------------------------

projectFailed org.apache.jena:jena-tdb:0.9.1-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:24.774s
[INFO] Finished at: Thu May 31 09:53:19 UTC 2012
[INFO] Final Memory: 17M/129M
[INFO] ------------------------------------------------------------------------
Projects to build: [MavenProject: org.apache.jena:jena-tdb:0.9.1-SNAPSHOT @ <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/pom.xml]>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/Jena_TDB/ws/jena-tdb/pom.xml>
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:compile (default-compile) on project jena-tdb: Compilation failure
cause : Compilation failure
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:compile (default-compile) on project jena-tdb: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:98)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:64)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:678)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Sending e-mails to: commits@jena.apache.org
channel stopped

Jenkins build is back to normal : Jena_TDB #648

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_TDB/648/>