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

Changes:

[andy] Rework HttpOp to make it use a single point of HTTP operation for 
debugging and logging.
Try to get the variations of functions under control.
Use HttpOp from DatasetGraphAccessorHTTP

[andy] Rename ContentType.parse a .create
Move struct class that is output of parsing a media type string intio MediaType.

------------------------------------------
[...truncated 9 lines...]
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/apache-jena/target>
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/apache-jena-libs/target>
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-sdb/target>
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-tdb/target>
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-core/target>
Deleting 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-fuseki/target>
Updating http://svn.apache.org/repos/asf/jena/trunk
D         jena-arq/src/main/java/org/apache/jena/atlas/web/ParsedMediaType.java
U         jena-arq/src/main/java/org/apache/jena/atlas/web/MediaType.java
U         jena-arq/src/main/java/org/apache/jena/atlas/web/TypedInputStream.java
U         jena-arq/src/main/java/org/apache/jena/atlas/web/ContentType.java
U         jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java
U         
jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java
U         
jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/UpdateProcessRemoteForm.java
U         
jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/UpdateProcessRemote.java
U         
jena-arq/src/main/java/com/hp/hpl/jena/sparql/engine/http/HttpQuery.java
At revision 1498080
Parsing POMs
[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.4/boot/plexus-classworlds-2.4.jar
 org.jvnet.hudson.maven3.agent.Maven3Main 
/home/hudson/tools/maven/apache-maven-3.0.4 /x1/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven3-interceptor.jar 55063
<===[JENKINS REMOTING CAPACITY]===>   channel started
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__Development_Test/ws/trunk/pom.xml> 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Jena - Parent
[INFO] Apache Jena - IRI
[INFO] Apache Jena - CORE API
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine)
[INFO] Apache Jena - TDB (Native Triple Store)
[INFO] Apache Jena - Libraries POM
[INFO] Apache Jena - SPARQL and Lucene/Solr
[INFO] Apache Jena - SDB (SQL based triple store)
[INFO] Apache Jena - Fuseki (SPARQL 1.1 Server)
[INFO] Apache Jena - Distribution
[INFO] Apache Jena
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - Parent 7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-parent 
---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - IRI 0.9.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-iri ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-iri ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-iri ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jena-iri 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jena-iri ---
[INFO] Compiling 44 source files to 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-iri/target/classes>
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
jena-iri ---
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
jena-iri ---
[INFO] Compiling 22 source files to 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-iri/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jena-iri ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-iri/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jena.iri.test.TestPackage
Tests run: 1297, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.914 sec

Results :

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

[JENKINS] Recording test results
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - CORE API 2.10.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-core ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jena-core 
---[INFO] Copying 2 resources to etc

[INFO] Copying 19 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jena-core ---
[INFO] Compiling 747 source files to 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-core/target/classes>
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
jena-core ---
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
jena-core ---
[INFO] Compiling 348 source files to 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-core/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jena-core ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.hp.hpl.jena.test.TestPackage
Tests run: 8664, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.193 sec

Results :

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

[JENKINS] Recording test results
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Jena - ARQ (SPARQL 1.1 Query Engine) 2.10.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-arq ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-arq ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-arq ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jena-arq 
---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jena-arq ---
[INFO] Compiling 1432 source files to 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[111,18]
 org.apache.jena.riot.web.HttpOp.CaptureString is not abstract and does not 
override abstract method 
handle(java.lang.String,java.lang.String,org.apache.http.HttpResponse) in 
org.apache.jena.riot.web.HttpResponseHandler
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[114,8]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[132,18]
 org.apache.jena.riot.web.HttpOp.CaptureInput is not abstract and does not 
override abstract method 
handle(java.lang.String,java.lang.String,org.apache.http.HttpResponse) in 
org.apache.jena.riot.web.HttpResponseHandler
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[135,8]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[974,23]
 handle(java.lang.String,java.lang.String,org.apache.http.HttpResponse) in 
org.apache.jena.riot.web.HttpResponseHandler cannot be applied to 
(java.lang.String,org.apache.http.HttpResponse)
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java>:[1106,23]
 handle(java.lang.String,java.lang.String,org.apache.http.HttpResponse) in 
org.apache.jena.riot.web.HttpResponseHandler cannot be applied to 
(java.lang.String,org.apache.http.HttpResponse)
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/stream/LocatorURL.java>:[47,25]
 reference to execHttpGet is ambiguous, both method 
execHttpGet(java.lang.String,java.lang.String,org.apache.jena.riot.web.HttpResponseHandler)
 in org.apache.jena.riot.web.HttpOp and method 
execHttpGet(java.lang.String,java.lang.String,org.apache.jena.atlas.web.auth.HttpAuthenticator)
 in org.apache.jena.riot.web.HttpOp match
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/riot/stream/LocatorURL.java>:[47,37]
 incompatible types
found   : void
required: org.apache.jena.atlas.web.TypedInputStream
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java>:[76,58]
 cannot find symbol
symbol  : method graphHandler()
location: class org.apache.jena.riot.web.HttpResponseLib
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java>:[78,46]
 cannot find symbol
symbol  : variable defaultGraphAcceptHeader
location: class org.apache.jena.riot.WebContent
[ERROR] 
<https://builds.apache.org/job/Jena__Development_Test/ws/trunk/jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java>:[103,46]
 cannot find symbol
symbol  : variable defaultGraphAcceptHeader
location: class org.apache.jena.riot.WebContent
[INFO] 11 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Jena - Parent .............................. SUCCESS [5.136s]
[INFO] Apache Jena - IRI ................................. SUCCESS [7.221s]
[INFO] Apache Jena - CORE API ............................ SUCCESS [46.010s]
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ....... FAILURE [6.126s]
[INFO] Apache Jena - TDB (Native Triple Store) ........... SKIPPED
[INFO] Apache Jena - Libraries POM ....................... SKIPPED
[INFO] Apache Jena - SPARQL and Lucene/Solr .............. SKIPPED
[INFO] Apache Jena - SDB (SQL based triple store) ........ SKIPPED
[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:05.298s
[INFO] Finished at: Sun Jun 30 10:26:32 UTC 2013
[INFO] Final Memory: 23M/274M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[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-arq: 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-arq: 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:320)
        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:895)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
        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: [email protected]
channel stopped

Reply via email to