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/12/29 20:37:32 UTC

Build failed in Jenkins: Jena__Development_Test #364

See <https://builds.apache.org/job/Jena__Development_Test/364/changes>

Changes:

[andy] Rename SinkRDF as StreamRDF to better name the way triples/quads are processed.
Examples of use of RIOT. (1) filter parser output in a streaming way. (2) add a new language and parser.

------------------------------------------
[...truncated 241 lines...]
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jena-arq ---
[INFO] Compiling 1326 source files to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/target/classes>
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)
[INFO] 
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jena-arq ---
[INFO] Copying 2 resources
[INFO] Copying 3 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jena-arq ---
[INFO] Compiling 225 source files to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/target/test-classes>
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)
mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jena-arq ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jena.riot.out.TS_Out
Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 sec
Running org.apache.jena.riot.TS_LangSuite
Tests run: 259, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.042 sec
Running org.apache.jena.riot.web.TS_RiotWeb
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.jena.riot.process.TS_Process
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.jena.riot.system.TS_RiotSystem
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.jena.riot.stream.TS_IO2
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.jena.riot.lang.TS_Lang
Tests run: 237, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running org.apache.jena.riot.TS_ReaderRIOT
Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.jena.riot.adapters.TS_RIOTAdapters
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.jena.riot.tokens.TS_Tokens
Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.jena.atlas.web.TS_Web
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.jena.atlas.data.TS_Data
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 sec
Running org.apache.jena.atlas.iterator.TS_Iterator
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.jena.atlas.json.TS_JSON
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.jena.atlas.lib.TS_Lib
Tests run: 327, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 sec
Running org.apache.jena.atlas.io.TS_IO
Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.jena.atlas.event.TS_Event
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.hp.hpl.jena.query.TS_ParamString
Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running com.hp.hpl.jena.sparql.function.user.TS_UserFunctions
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running com.hp.hpl.jena.sparql.engine.TS_Engine
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
Running com.hp.hpl.jena.sparql.engine.binding.TS_Binding
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.hp.hpl.jena.sparql.resultset.TS_ResultSet
Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running com.hp.hpl.jena.sparql.TC_DAWG
Tests run: 467, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 sec
Running com.hp.hpl.jena.sparql.TC_Scripted
Tests run: 992, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.593 sec
Running com.hp.hpl.jena.sparql.modify.TS_Update
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.hp.hpl.jena.sparql.api.TS_API
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 sec
Running com.hp.hpl.jena.sparql.path.TS_Path
Tests run: 109, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.05 sec
Running com.hp.hpl.jena.sparql.algebra.TS_Algebra
Tests run: 183, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running com.hp.hpl.jena.sparql.lang.TS_Lang
Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.hp.hpl.jena.sparql.expr.TS_Expr
Tests run: 1023, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
Running com.hp.hpl.jena.sparql.solver.TS_Solver
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.hp.hpl.jena.sparql.util.TS_Util
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.hp.hpl.jena.sparql.graph.TS_Graph
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.hp.hpl.jena.sparql.core.TS_Core
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.hp.hpl.jena.sparql.syntax.TS_SSE
Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.hp.hpl.jena.sparql.syntax.TS_Serialization
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

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

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[JENKINS] Recording test results
projectSucceeded org.apache.jena:jena-arq:2.10.0-SNAPSHOT
projectStarted org.apache.jena:jena-tdb:0.10.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - TDB (Native Triple Store) 0.10.0-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.6(default-resources)[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] 
[INFO] --- maven-resources-plugin:2.6: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.6(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jena-tdb ---
[INFO] Compiling 262 source files to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkSinkRDF.java>:[21,34] cannot find symbol
symbol  : class SinkRDF
location: package org.apache.jena.riot.system
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkSinkRDF.java>:[23,37] cannot find symbol
symbol: class SinkRDF
public interface BulkSinkRDF extends SinkRDF
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[139,22] cannot find symbol
symbol  : method parse(java.lang.String,com.hp.hpl.jena.tdb.store.bulkloader.BulkSinkRDF)
location: class org.apache.jena.riot.RiotReader
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[149,18] cannot find symbol
symbol  : method parse(java.io.InputStream,org.apache.jena.riot.Lang,<nulltype>,com.hp.hpl.jena.tdb.store.bulkloader.BulkSinkRDF)
location: class org.apache.jena.riot.RiotReader
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[160,22] cannot find symbol
symbol  : method parse(java.lang.String,com.hp.hpl.jena.tdb.store.bulkloader.BulkSinkRDF)
location: class org.apache.jena.riot.RiotReader
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[170,18] cannot find symbol
symbol  : method parse(java.io.InputStream,org.apache.jena.riot.Lang,<nulltype>,com.hp.hpl.jena.tdb.store.bulkloader.BulkSinkRDF)
location: class org.apache.jena.riot.RiotReader

[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[238,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[247,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[292,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[294,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[296,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[298,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[300,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[330,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[358,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[360,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[362,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[364,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[366,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader/BulkLoader.java>:[368,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[162,22] cannot find symbol
symbol  : method parse(java.lang.String,com.hp.hpl.jena.tdb.store.bulkloader2.CmdNodeTableBuilder.NodeTableBuilder)
location: class org.apache.jena.riot.RiotReader
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[208,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[212,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[224,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[233,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[276,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[280,8] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/bulkloader2/CmdNodeTableBuilder.java>:[284,8] method does not override or implement a method from a supertype
[INFO] 28 errors 
[INFO] -------------------------------------------------------------
projectFailed org.apache.jena:jena-tdb:0.10.0-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Jena - Parent .............................. SUCCESS [4.330s]
[INFO] Apache Jena - IRI ................................. SUCCESS [8.319s]
[INFO] Apache Jena - CORE API ............................ SUCCESS [36.733s]
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ....... SUCCESS [22.622s]
[INFO] Apache Jena - TDB (Native Triple Store) ........... FAILURE [2.201s]
[INFO] Apache Jena - Fuseki (SPARQL 1.1 Server) .......... SKIPPED
[INFO] Apache Jena - Distribution ........................ SKIPPED
[INFO] Apache Jena ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:14.920s
[INFO] Finished at: Sat Dec 29 19:37:30 UTC 2012
[INFO] Final Memory: 25M/222M
[INFO] ------------------------------------------------------------------------
Projects to build: [MavenProject: org.apache.jena:jena-parent:5-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-parent/pom.xml,> MavenProject: org.apache.jena:jena-iri:0.9.5-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-iri/pom.xml,> MavenProject: org.apache.jena:jena-core:2.10.0-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-core/pom.xml,> MavenProject: org.apache.jena:jena-arq:2.10.0-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/pom.xml,> MavenProject: org.apache.jena:jena-tdb:0.10.0-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/pom.xml,> MavenProject: org.apache.jena:jena-fuseki:0.2.6-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/pom.xml,> MavenProject: org.apache.jena:apache-jena:2.10.0-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/apache-jena/pom.xml,> MavenProject: org.apache.jena:jena:2.10.0-SNAPSHOT @ <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/pom.xml]>
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1: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.5.1: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:326)
	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:729)
	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__Development_Test #365

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