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 2011/11/04 02:31:45 UTC

Build failed in Jenkins: Jena_SDB #193

See <https://builds.apache.org/job/Jena_SDB/193/>

------------------------------------------
Started by upstream project "Jena_ARQ_Snapshot" build number 31
Building remotely on ubuntu4
Updating http://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/trunk
U         pom.xml
At revision 1197383
no change for http://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/tools/java/latest1.6/bin/java -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/hudson/tools/maven/latest3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/latest3 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 36613
<===[JENKINS REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://builds.apache.org/job/Jena_SDB/ws/trunk/pom.xml> clean install
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.jena:jena-sdb:jar:1.3.4-incubating-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.apache.jena:jena-sdb:${ver.sdb}, <https://builds.apache.org/job/Jena_SDB/ws/trunk/pom.xml,> line 11, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building SDB 1.3.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-sdb ---
[INFO] Deleting <https://builds.apache.org/job/Jena_SDB/ws/trunk/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-sdb ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (ant-timestamp) @ jena-sdb ---
[INFO] Executing tasks

main:
     [echo] version=1.3.4-incubating-SNAPSHOT
     [echo] build.time=2011-11-04 01:31 +0000
[INFO] Executed tasks
[INFO] 
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jena-sdb ---
[INFO] Copying 1 resource to com/hp/hpl/jena/sdb/
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jena-sdb ---
[INFO] Compiling 353 source files to <https://builds.apache.org/job/Jena_SDB/ws/trunk/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena_SDB/ws/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java>:[97,42] incompatible types
found   : java.util.Collection<com.hp.hpl.jena.sparql.core.Var>
required: java.util.Set<com.hp.hpl.jena.sparql.core.Var>
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/Jena_SDB/ws/trunk/pom.xml>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.602s
[INFO] Finished at: Fri Nov 04 01:31:44 UTC 2011
[INFO] Final Memory: 17M/99M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jena-sdb: Compilation failure
<https://builds.apache.org/job/Jena_SDB/ws/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java>:[97,42] incompatible types
found   : java.util.Collection<com.hp.hpl.jena.sparql.core.Var>
required: java.util.Set<com.hp.hpl.jena.sparql.core.Var>

cause : Compilation failure
<https://builds.apache.org/job/Jena_SDB/ws/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java>:[97,42] incompatible types
found   : java.util.Collection<com.hp.hpl.jena.sparql.core.Var>
required: java.util.Set<com.hp.hpl.jena.sparql.core.Var>

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jena-sdb: Compilation failure
<https://builds.apache.org/job/Jena_SDB/ws/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java>:[97,42] incompatible types
found   : java.util.Collection<com.hp.hpl.jena.sparql.core.Var>
required: java.util.Set<com.hp.hpl.jena.sparql.core.Var>

	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:122)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:74)
	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 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	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
<https://builds.apache.org/job/Jena_SDB/ws/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java>:[97,42] incompatible types
found   : java.util.Collection<com.hp.hpl.jena.sparql.core.Var>
required: java.util.Set<com.hp.hpl.jena.sparql.core.Var>

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	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: jena-commits@incubator.apache.org
channel stopped


Jenkins build is back to normal : Jena_SDB #194

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_SDB/194/changes>