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 2013/01/24 11:46:35 UTC

Build failed in Jenkins: Jena__Development_Test #410

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

Changes:

[rvesse] Add RDFParserOutputIterator interface which is both a StreamRDF and an Iterator<T>, add implementations for Triples, Quads and Tuples based on using an ArrayBlockingQueue as a buffer between parser input to the StreamRDF interface and output via the Iterator<T> interface

------------------------------------------
[...truncated 468 lines...]
Running com.hp.hpl.jena.sparql.api.TS_API
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 sec
Running com.hp.hpl.jena.sparql.path.TS_Path
Tests run: 107, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.hp.hpl.jena.sparql.algebra.TS_Algebra
Tests run: 183, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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.399 sec
Running com.hp.hpl.jena.sparql.solver.TS_Solver
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.043 sec
Running com.hp.hpl.jena.sparql.core.TS_Core
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.hp.hpl.jena.sparql.syntax.TS_SSE
Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.hp.hpl.jena.sparql.syntax.TS_Serialization
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Failed tests:   Sort 2(com.hp.hpl.jena.sparql.junit.QueryTest): Results do not match: Sort 2
  Sort 3(com.hp.hpl.jena.sparql.junit.QueryTest): Results do not match: Sort 3

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

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/target/surefire-reports> for the individual test results.
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>
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] Using 'UTF-8' encoding to copy filtered resources.

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jena-tdb ---
[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-tdb ---
[INFO] Compiling 129 source files to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/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] Surefire report directory: <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/target/surefire-reports>


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jena-tdb ---
Running com.hp.hpl.jena.tdb.TS_Jena
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.94 sec
Running com.hp.hpl.jena.tdb.nodetable.TS_NodeTable
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.hp.hpl.jena.tdb.index.TS_Index
Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec
Running com.hp.hpl.jena.tdb.TS_Factory
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running com.hp.hpl.jena.tdb.base.block.TS_Block
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.hp.hpl.jena.tdb.base.file.TS_File
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.hp.hpl.jena.tdb.base.record.TS_Record
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec
Running com.hp.hpl.jena.tdb.sys.TS_Sys
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.hp.hpl.jena.tdb.lib.TS_LibTDB
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.hp.hpl.jena.tdb.solver.TS_SolverTDB
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running com.hp.hpl.jena.tdb.graph.TS_Graph
Tests run: 67, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.274 sec
Running com.hp.hpl.jena.tdb.transaction.TS_Transaction
Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 sec
Running com.hp.hpl.jena.tdb.store.TS_Store
Wrong mode
Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.702 sec

Results :

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

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[JENKINS] Recording test results
projectSucceeded org.apache.jena:jena-tdb:0.10.0-SNAPSHOT
projectStarted org.apache.jena:jena-fuseki:0.2.6-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - Fuseki (SPARQL 1.1 Server) 0.2.6-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-fuseki ---
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-fuseki ---
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] 
[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 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.3.2(default-compile)
[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__Development_Test/ws/trunk/jena-fuseki/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[23,34] cannot find symbol
symbol  : class StreamRDFWarpper
location: package org.apache.jena.riot.system
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[29,36] cannot find symbol
symbol: class StreamRDFWarpper
public class SinkRDFLimited extends StreamRDFWarpper
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/GraphLoadUtils.java>:[74,15] incompatible types
found   : org.apache.jena.fuseki.migrate.SinkRDFLimited
required: org.apache.jena.riot.system.StreamRDF
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[44,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[40,4] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[51,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[47,4] method does not override or implement a method from a supertype
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[58,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[54,4] method does not override or implement a method from a supertype
[INFO] 9 errors 
[INFO] -------------------------------------------------------------

projectFailed org.apache.jena:jena-fuseki:0.2.6-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Jena - Parent .............................. SUCCESS [4.353s]
[INFO] Apache Jena - IRI ................................. SUCCESS [7.146s]
[INFO] Apache Jena - CORE API ............................ SUCCESS [44.561s]
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ....... SUCCESS [27.457s]
[INFO] Apache Jena - TDB (Native Triple Store) ........... SUCCESS [9.185s]
[INFO] Apache Jena - Fuseki (SPARQL 1.1 Server) .......... FAILURE [3.312s]
[INFO] Apache Jena - Distribution ........................ SKIPPED
[INFO] Apache Jena ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:36.835s
[INFO] Finished at: Thu Jan 24 10:46:33 UTC 2013
[INFO] Final Memory: 32M/271M
[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.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:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	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: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
Maven failed with error.
Sending e-mails to: commits@jena.apache.org
Sending e-mails to: commits@jena.apache.org
channel stopped

Build failed in Jenkins: Jena__Development_Test #411

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

Changes:

[rvesse] Minor tweak to example

[rvesse] Add note in javadocs that the produced and consumer for a StreamedRDFIterator usually need to be on different threads for things to work correctly

[rvesse] Add source example of using StreamedTriplesIterator

------------------------------------------
[...truncated 262 lines...]
Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running org.apache.jena.atlas.iterator.TS_Iterator
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.jena.atlas.lib.TS_Lib
Tests run: 327, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 sec
Running org.apache.jena.atlas.web.TS_Web
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.jena.atlas.event.TS_Event
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.jena.riot.tokens.TS_Tokens
Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.jena.riot.TS_ReaderRIOT
Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.jena.riot.process.TS_Process
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.jena.riot.stream.TS_IO2
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.jena.riot.lang.TS_Lang
Tests run: 258, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.608 sec
Running org.apache.jena.riot.out.TS_Out
Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.jena.riot.adapters.TS_RIOTAdapters
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.jena.riot.system.TS_RiotSystem
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.TS_LangSuite
Tests run: 259, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 sec

Results :

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

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>
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] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jena-tdb ---
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-tdb ---
[INFO] Compiling 129 source files to <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/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] Surefire report directory: <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jena-tdb ---
Running com.hp.hpl.jena.tdb.TS_Factory
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 sec
Running com.hp.hpl.jena.tdb.store.TS_Store
Wrong mode
Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.979 sec
Running com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec
Running com.hp.hpl.jena.tdb.graph.TS_Graph
Tests run: 67, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.31 sec
Running com.hp.hpl.jena.tdb.TS_Jena
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running com.hp.hpl.jena.tdb.solver.TS_SolverTDB
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.hp.hpl.jena.tdb.transaction.TS_Transaction
Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 sec
Running com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.hp.hpl.jena.tdb.base.block.TS_Block
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.hp.hpl.jena.tdb.base.file.TS_File
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.hp.hpl.jena.tdb.base.record.TS_Record
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.hp.hpl.jena.tdb.nodetable.TS_NodeTable
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.hp.hpl.jena.tdb.lib.TS_LibTDB
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.hp.hpl.jena.tdb.index.TS_Index
Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec
Running com.hp.hpl.jena.tdb.sys.TS_Sys
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

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

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[JENKINS] Recording test results
projectSucceeded org.apache.jena:jena-tdb:0.10.0-SNAPSHOT
projectStarted org.apache.jena:jena-fuseki:0.2.6-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - Fuseki (SPARQL 1.1 Server) 0.2.6-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-fuseki ---
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-fuseki ---
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] 
[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 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.3.2(default-compile)
[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__Development_Test/ws/trunk/jena-fuseki/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[23,34] cannot find symbol
symbol  : class StreamRDFWarpper
location: package org.apache.jena.riot.system
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[29,36] cannot find symbol
symbol: class StreamRDFWarpper
public class SinkRDFLimited extends StreamRDFWarpper
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/GraphLoadUtils.java>:[74,15] incompatible types
found   : org.apache.jena.fuseki.migrate.SinkRDFLimited
required: org.apache.jena.riot.system.StreamRDF
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[44,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[40,4] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[51,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[47,4] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[58,8] cannot find symbol
symbol  : variable super
location: class org.apache.jena.fuseki.migrate.SinkRDFLimited
[ERROR] <https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/migrate/SinkRDFLimited.java>:[54,4] method does not override or implement a method from a supertype
[INFO] 9 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
projectFailed org.apache.jena:jena-fuseki:0.2.6-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Jena - Parent .............................. SUCCESS [23.836s]
[INFO] Apache Jena - IRI ................................. SUCCESS [15.565s]
[INFO] Apache Jena - CORE API ............................ SUCCESS [56.573s]
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ....... SUCCESS [32.618s]
[INFO] Apache Jena - TDB (Native Triple Store) ........... SUCCESS [12.013s]
[INFO] Apache Jena - Fuseki (SPARQL 1.1 Server) .......... FAILURE [3.550s]
[INFO] Apache Jena - Distribution ........................ SKIPPED
[INFO] Apache Jena ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:26.917s
[INFO] Finished at: Thu Jan 24 11:07:37 UTC 2013
[INFO] Final Memory: 34M/392M
[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.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:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	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: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: commits@jena.apache.org
Sending e-mails to: commits@jena.apache.org
channel stopped