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/08 22:11:58 UTC

Build failed in Jenkins: Jena_Fuseki #290

See <https://builds.apache.org/job/Jena_Fuseki/290/changes>

Changes:

[andy] Remove wrnings due to Dataset/DataSource merge.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3
Cleaning up <https://builds.apache.org/job/Jena_Fuseki/ws/trunk>
Deleting <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/target>
Updating http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk
D         NOTICE.txt
U         fuseki
U         src/main/java/org/openjena/fuseki/servlets/SPARQL_QueryGeneral.java
A         NOTICE
A         LICENSE
A         DISCLAIMER
At revision 1199456
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/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 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 57160
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/pom.xml> clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Fuseki 0.2.1-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-fuseki ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-fuseki ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (ant-generate-resources) @ jena-fuseki ---
[INFO] Executing tasks

main:
     [echo] Version = 0.2.1-incubating-SNAPSHOT
     [echo] build.time=2011-11-08 21:11 +0000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jena-fuseki ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jena-fuseki ---
[INFO] Compiling 68 source files to <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/src/main/java/org/openjena/fuseki/servlets/SPARQL_QueryGeneral.java>:[140,44] cannot find symbol
symbol  : method createMem()
location: class com.hp.hpl.jena.query.DatasetFactory
[ERROR] <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/src/main/java/org/openjena/fuseki/servlets/SPARQL_QueryGeneral.java>:[164,23] cannot find symbol
symbol  : method setDefaultModel(com.hp.hpl.jena.rdf.model.Model)
location: interface com.hp.hpl.jena.query.Dataset
[ERROR] <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/src/main/java/org/openjena/fuseki/servlets/SPARQL_QueryGeneral.java>:[178,31] cannot find symbol
symbol  : method addNamedModel(java.lang.String,com.hp.hpl.jena.rdf.model.Model)
location: interface com.hp.hpl.jena.query.Dataset
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/Jena_Fuseki/ws/trunk/pom.xml>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.013s
[INFO] Finished at: Tue Nov 08 21:11:58 UTC 2011
[INFO] Final Memory: 17M/178M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
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-fuseki: Compilation failure
cause : Compilation failure
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-fuseki: 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: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
	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_Fuseki #291

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