Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] [Hudson] Build failed in Hudson: rdf4j-1.0-verify #14

See <https://hudson.eclipse.org/rdf4j/job/rdf4j-1.0-verify/14/changes>

Changes:

[Jeen Broekstra] #228 create single Accept header with comma-separated values for formats

[Jeen Broekstra] #91 using secondary cache for maintenance

[Jeen Broekstra] #91 minor javadoc fix

[Jeen Broekstra] #91 simplified by use if ReentrantLock.isLocked() instead of separate boolean flag

[Jeen Broekstra] #91 reinsert in secondary cache if still active

[Jeen Broekstra] #228 made joiner a shared static final

[Jeen Broekstra] #91 fixed exception handling and thread handling.

[Jeen Broekstra] #91 renamed method to 'updateSecondaryCache'

[Jeen Broekstra] #91 minor fix removed max wait time (unnecessary)

[Jeen Broekstra] #255 set default maxlength to 4083 and introduced config option

[Jeen Broekstra] #255 made old name for public constant deprecated

[Jeen Broekstra] #255 added RDF4JConfigException and documented <= 0 value

[Jacek Grzebyta] fix issue #258

[Jeen Broekstra] #91 optimization in handling of remove/clear operations on SailRepo

[Jeen Broekstra] #91 WildcardRemover now checks if s,p,o are all null, if so uses conn.clear instead of conn.remove

[Peter Ansell] issue#254 : Add regression test for TriG graph local name parsing

[Peter Ansell] issue#254 : Clarify regression test is a clash with the SPARQL GRAPH keyword

[Peter Ansell] issue#254 : Avoid presuming that "graph" is the SPARQL keyword if it has a colon immediately after it.

[Jeen Broekstra] #267 removed animal-sniffer-annotations dependency

[Jeen Broekstra] #267 fixed compilation failures after sniffer-annotations removal

------------------------------------------
[...truncated 6580 lines...]
 T E S T S
-------------------------------------------------------
Running org.eclipse.rdf4j.runtime.TestRepositoryManagerFederator
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec - in org.eclipse.rdf4j.runtime.TestRepositoryManagerFederator

Results :

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

[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (default) @ rdf4j-runtime ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ rdf4j-runtime ---
[INFO] Building jar: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/runtime/target/rdf4j-runtime-1.0-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RDF4J: Console 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ rdf4j-console ---
[INFO] Deleting /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ rdf4j-console ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ rdf4j-console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ rdf4j-console ---
[INFO] Compiling 23 source files to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ rdf4j-console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ rdf4j-console ---
[INFO] Compiling 5 source files to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ rdf4j-console ---
[INFO] Surefire report directory: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.rdf4j.console.FederateTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 sec - in org.eclipse.rdf4j.console.FederateTest
Running org.eclipse.rdf4j.console.ConsoleIOTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.rdf4j.console.ConsoleIOTest
Running org.eclipse.rdf4j.console.DropTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.rdf4j.console.DropTest

Results :

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

[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (default) @ rdf4j-console ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ rdf4j-console ---
[INFO] Building jar: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/console/target/rdf4j-console-1.0-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RDF4J: HTTP server - core 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ rdf4j-http-server-spring ---
[INFO] Deleting /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ rdf4j-http-server-spring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ rdf4j-http-server-spring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ rdf4j-http-server-spring ---
[INFO] Compiling 48 source files to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ rdf4j-http-server-spring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ rdf4j-http-server-spring ---
[INFO] Compiling 4 source files to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[86,4] error: local variable txn1registered is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[93,5] error: local variable done is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[107,5] error: local variable txn1registered is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[119,5] error: local variable done is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[133,5] error: local variable done is accessed from within inner class; needs to be declared final
[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RDF4J .............................................. SUCCESS [  2.239 s]
[INFO] RDF4J Core ......................................... SUCCESS [  0.375 s]
[INFO] RDF4J: util ........................................ SUCCESS [  6.588 s]
[INFO] RDF4J: Model ....................................... SUCCESS [  5.546 s]
[INFO] RDF4J: Rio ......................................... SUCCESS [  0.286 s]
[INFO] RDF4J: Rio - API ................................... SUCCESS [  3.054 s]
[INFO] RDF4J: Rio - Languages ............................. SUCCESS [  1.433 s]
[INFO] RDF4J: Rio - Datatypes ............................. SUCCESS [  1.619 s]
[INFO] RDF4J: Rio - Binary ................................ SUCCESS [  1.344 s]
[INFO] RDF4J: Rio - JSON-LD ............................... SUCCESS [  5.525 s]
[INFO] RDF4J: Rio - Turtle ................................ SUCCESS [  3.032 s]
[INFO] RDF4J: Rio - N3 (writer-only) ...................... SUCCESS [  1.785 s]
[INFO] RDF4J: Rio - N-Triples ............................. SUCCESS [  2.126 s]
[INFO] RDF4J: Rio - N-Quads ............................... SUCCESS [  1.636 s]
[INFO] RDF4J: Rio - RDF/JSON .............................. SUCCESS [  1.387 s]
[INFO] RDF4J: Rio - RDF/XML ............................... SUCCESS [  2.801 s]
[INFO] RDF4J: Rio - TriX .................................. SUCCESS [  2.028 s]
[INFO] RDF4J: Rio - TriG .................................. SUCCESS [  1.677 s]
[INFO] RDF4J: Query ....................................... SUCCESS [  3.587 s]
[INFO] RDF4J: Query result IO ............................. SUCCESS [  0.288 s]
[INFO] RDF4J: Query result IO - API ....................... SUCCESS [  1.450 s]
[INFO] RDF4J: Query result IO - binary .................... SUCCESS [  2.293 s]
[INFO] RDF4J: Query result IO - SPARQL/JSON ............... SUCCESS [  2.347 s]
[INFO] RDF4J: Query result IO - SPARQL/XML ................ SUCCESS [  1.827 s]
[INFO] RDF4J: Query result IO - plain text booleans ....... SUCCESS [  1.817 s]
[INFO] RDF4J: Query algebra ............................... SUCCESS [  0.418 s]
[INFO] RDF4J: Query algebra - model ....................... SUCCESS [  3.458 s]
[INFO] RDF4J: Repository .................................. SUCCESS [  0.471 s]
[INFO] RDF4J: Repository - API ............................ SUCCESS [  2.822 s]
[INFO] RDF4J: HTTP ........................................ SUCCESS [  0.384 s]
[INFO] RDF4J: HTTP protocol ............................... SUCCESS [  3.008 s]
[INFO] RDF4J: HTTP client ................................. SUCCESS [  3.526 s]
[INFO] RDF4J: Query parser ................................ SUCCESS [  0.292 s]
[INFO] RDF4J: Query parser - API .......................... SUCCESS [  2.889 s]
[INFO] RDF4J: Query parser - SPARQL ....................... SUCCESS [  7.847 s]
[INFO] RDF4J: SPARQL Repository ........................... SUCCESS [  1.700 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [  7.238 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  2.229 s]
[INFO] RDF4J: Query parser - SeRQL ........................ SUCCESS [  4.071 s]
[INFO] RDF4J: Query Rendering ............................. SUCCESS [  2.358 s]
[INFO] RDF4J: Sail ........................................ SUCCESS [  0.466 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.663 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  1.303 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  2.458 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  2.187 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  4.760 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  4.358 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  5.856 s]
[INFO] RDF4J: NativeStore ................................. SUCCESS [  5.512 s]
[INFO] RDF4J Full Text Search (FTS) Sails ................. SUCCESS [  0.378 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  4.498 s]
[INFO] RDF4J test suites .................................. SUCCESS [  0.464 s]
[INFO] RDF4J Lucene Sail Tests ............................ SUCCESS [  1.967 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  7.125 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [ 17.607 s]
[INFO] RDF4J Solr Sail Index .............................. SUCCESS [ 44.937 s]
[INFO] RDF4J: SPIN ........................................ SUCCESS [  5.899 s]
[INFO] RDF4J: SPIN SAIL ................................... SUCCESS [01:51 min]
[INFO] RDF4J: Repository - event (wrapper) ................ SUCCESS [  3.074 s]
[INFO] RDF4J: HTTPRepository .............................. SUCCESS [  2.128 s]
[INFO] RDF4J: Repository manager .......................... SUCCESS [  3.115 s]
[INFO] RDF4J: DatasetRepository (wrapper) ................. SUCCESS [  1.918 s]
[INFO] RDF4J: Repository - context aware (wrapper) ........ SUCCESS [  2.993 s]
[INFO] RDF4J: application configuration ................... SUCCESS [  2.945 s]
[INFO] RDF4J: Runtime ..................................... SUCCESS [  3.965 s]
[INFO] RDF4J: Console ..................................... SUCCESS [  5.519 s]
[INFO] RDF4J: HTTP server - core .......................... FAILURE [  4.235 s]
[INFO] RDF4J: HTTP server ................................. SKIPPED
[INFO] RDF4J Workbench .................................... SKIPPED
[INFO] RDF4J: Runtime - OSGi .............................. SKIPPED
[INFO] RDF4J: Assembly .................................... SKIPPED
[INFO] RDF4J Model API compliance test suite .............. SKIPPED
[INFO] RDF4J Query Result IO compliance test suite ........ SKIPPED
[INFO] RDF4J Rio compliance test suite .................... SKIPPED
[INFO] RDF4J SeRQL test suite ............................. SKIPPED
[INFO] RDF4J SPARQL compliance test suite ................. SKIPPED
[INFO] RDF4J GeoSPARQL compliance test suite .............. SKIPPED
[INFO] RDF4J SAIL and Repository API compliance test suite  SKIPPED
[INFO] RDF4J compliance tests ............................. SKIPPED
[INFO] RDF4J Model compliance test ........................ SKIPPED
[INFO] RDF4J Query Result IO compliance tests ............. SKIPPED
[INFO] RDF4J Rio compliance tests ......................... SKIPPED
[INFO] RDF4J HTTP server compliance tests ................. SKIPPED
[INFO] RDF4J SAIL and Repository compliance test .......... SKIPPED
[INFO] RDF4J SeRQL query parser compliance tests .......... SKIPPED
[INFO] RDF4J SPARQL query parser compliance tests ......... SKIPPED
[INFO] RDF4J GeoSPARQL compliance tests ................... SKIPPED
[INFO] RDF4J BOM .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:06 min
[INFO] Finished at: 2016-07-28T17:57:06-04:00
[INFO] Final Memory: 274M/4618M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project rdf4j-http-server-spring: Compilation failure
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project rdf4j-http-server-spring: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[86,4] error: local variable txn1registered is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[93,5] error: local variable done is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[107,5] error: local variable txn1registered is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[119,5] error: local variable done is accessed from within inner class; needs to be declared final
[ERROR] /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/core/http/server-spring/src/test/java/org/eclipse/rdf4j/http/server/repository/transaction/TestActiveTransactionRegistry.java:[133,5] error: local variable done is accessed from within inner class; needs to be declared final
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project rdf4j-http-server-spring: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	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:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :rdf4j-http-server-spring
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Recording test results

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top