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 #8

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

Changes:

[Jeen Broekstra] milestone build 1.0M1

[Jeen Broekstra] next development iteration

------------------------------------------
[...truncated 10252 lines...]
00:41:27.692 [main] DEBUG Registered service class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
00:41:27.693 [main] DEBUG Registered service class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
00:41:27.703 [main] DEBUG Registered service class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
00:41:27.704 [main] DEBUG Registered service class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
00:41:27.709 [main] DEBUG Registered service class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
Tests run: 19, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.325 sec - in org.eclipse.rdf4j.rio.helpers.RDFParserHelperTest

Results :

Tests run: 1566, Failures: 0, Errors: 0, Skipped: 12

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (verify) @ rdf4j-rio-compliance ---
[INFO] Failsafe report directory: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/rio/target/failsafe-reports
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RDF4J HTTP server compliance tests 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ rdf4j-http-compliance ---
[INFO] Deleting /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ rdf4j-http-compliance ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ rdf4j-http-compliance ---
[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/compliance/http/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ rdf4j-http-compliance ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ rdf4j-http-compliance ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ rdf4j-http-compliance ---
[INFO] Compiling 2 source files to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ rdf4j-http-compliance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (default) @ rdf4j-http-compliance ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rdf4j-http-compliance ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rdf4j-http-compliance] in [/jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/openrdf-sesame]
[INFO] Processing war project
[INFO] Processing overlay [ id org.eclipse.rdf4j:rdf4j-http-server]
[INFO] Webapp assembled in [720 msecs]
[INFO] Building war: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/rdf4j-http-compliance-1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-tests) @ rdf4j-http-compliance ---
[INFO] Failsafe report directory: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.rdf4j.http.server.ProtocolTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.963 sec <<< FAILURE! - in org.eclipse.rdf4j.http.server.ProtocolTest
org.eclipse.rdf4j.http.server.ProtocolTest  Time elapsed: 5.962 sec  <<< ERROR!
org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.repository.RepositoryException: Transaction handling error: org.eclipse.rdf4j.sail.SailException: java.io.FileNotFoundException: /jobs/genie.rdf4j/rdf4j-2.0-verify/workspace/compliance/store/target/datadir/server/repositories/SYSTEM/memorystore.sync (No such file or directory)
	at org.eclipse.rdf4j.http.client.SparqlSession.execute(SparqlSession.java:1098)
	at org.eclipse.rdf4j.http.client.SesameSession.commitTransaction(SesameSession.java:524)
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.commit(HTTPRepositoryConnection.java:328)
	at org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection.conditionalCommit(AbstractRepositoryConnection.java:419)
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.clear(HTTPRepositoryConnection.java:727)
	at org.eclipse.rdf4j.http.server.TestServer.stop(TestServer.java:88)
	at org.eclipse.rdf4j.http.server.ProtocolTest.startServer(ProtocolTest.java:61)

org.eclipse.rdf4j.http.server.ProtocolTest  Time elapsed: 5.963 sec  <<< ERROR!
org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.repository.RepositoryException: Transaction handling error: org.eclipse.rdf4j.sail.SailException: java.io.FileNotFoundException: /jobs/genie.rdf4j/rdf4j-2.0-verify/workspace/compliance/store/target/datadir/server/repositories/SYSTEM/memorystore.sync (No such file or directory)
	at org.eclipse.rdf4j.http.client.SparqlSession.execute(SparqlSession.java:1098)
	at org.eclipse.rdf4j.http.client.SesameSession.commitTransaction(SesameSession.java:524)
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.commit(HTTPRepositoryConnection.java:328)
	at org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection.conditionalCommit(AbstractRepositoryConnection.java:419)
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.clear(HTTPRepositoryConnection.java:727)
	at org.eclipse.rdf4j.http.server.TestServer.stop(TestServer.java:88)
	at org.eclipse.rdf4j.http.server.ProtocolTest.stopServer(ProtocolTest.java:70)


Results :

Tests in error: 
  ProtocolTest.startServer:61 » Repository org.eclipse.rdf4j.repository.Reposito...
  ProtocolTest.stopServer:70 » Repository org.eclipse.rdf4j.repository.Repositor...

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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (verify) @ rdf4j-http-compliance ---
[INFO] Failsafe report directory: /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RDF4J .............................................. SUCCESS [  1.071 s]
[INFO] RDF4J Core ......................................... SUCCESS [  0.384 s]
[INFO] RDF4J: util ........................................ SUCCESS [  3.449 s]
[INFO] RDF4J: Model ....................................... SUCCESS [  4.863 s]
[INFO] RDF4J: Rio ......................................... SUCCESS [  0.274 s]
[INFO] RDF4J: Rio - API ................................... SUCCESS [  3.713 s]
[INFO] RDF4J: Rio - Languages ............................. SUCCESS [  1.176 s]
[INFO] RDF4J: Rio - Datatypes ............................. SUCCESS [  1.170 s]
[INFO] RDF4J: Rio - Binary ................................ SUCCESS [  1.484 s]
[INFO] RDF4J: Rio - JSON-LD ............................... SUCCESS [  3.829 s]
[INFO] RDF4J: Rio - Turtle ................................ SUCCESS [  2.779 s]
[INFO] RDF4J: Rio - N3 (writer-only) ...................... SUCCESS [  1.152 s]
[INFO] RDF4J: Rio - N-Triples ............................. SUCCESS [  1.433 s]
[INFO] RDF4J: Rio - N-Quads ............................... SUCCESS [  2.110 s]
[INFO] RDF4J: Rio - RDF/JSON .............................. SUCCESS [  1.347 s]
[INFO] RDF4J: Rio - RDF/XML ............................... SUCCESS [  2.566 s]
[INFO] RDF4J: Rio - TriX .................................. SUCCESS [  1.610 s]
[INFO] RDF4J: Rio - TriG .................................. SUCCESS [  1.225 s]
[INFO] RDF4J: Query ....................................... SUCCESS [  2.721 s]
[INFO] RDF4J: Query result IO ............................. SUCCESS [  0.298 s]
[INFO] RDF4J: Query result IO - API ....................... SUCCESS [  1.520 s]
[INFO] RDF4J: Query result IO - binary .................... SUCCESS [  1.415 s]
[INFO] RDF4J: Query result IO - SPARQL/JSON ............... SUCCESS [  1.418 s]
[INFO] RDF4J: Query result IO - SPARQL/XML ................ SUCCESS [  1.612 s]
[INFO] RDF4J: Query result IO - plain text booleans ....... SUCCESS [  1.468 s]
[INFO] RDF4J: Query algebra ............................... SUCCESS [  0.304 s]
[INFO] RDF4J: Query algebra - model ....................... SUCCESS [  2.810 s]
[INFO] RDF4J: Repository .................................. SUCCESS [  0.470 s]
[INFO] RDF4J: Repository - API ............................ SUCCESS [  2.437 s]
[INFO] RDF4J: HTTP ........................................ SUCCESS [  0.301 s]
[INFO] RDF4J: HTTP protocol ............................... SUCCESS [  2.738 s]
[INFO] RDF4J: HTTP client ................................. SUCCESS [  3.321 s]
[INFO] RDF4J: Query parser ................................ SUCCESS [  0.295 s]
[INFO] RDF4J: Query parser - API .......................... SUCCESS [  2.241 s]
[INFO] RDF4J: Query parser - SPARQL ....................... SUCCESS [  5.955 s]
[INFO] RDF4J: SPARQL Repository ........................... SUCCESS [  2.358 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [  6.917 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  1.761 s]
[INFO] RDF4J: Query parser - SeRQL ........................ SUCCESS [  2.807 s]
[INFO] RDF4J: Query Rendering ............................. SUCCESS [  2.048 s]
[INFO] RDF4J: Sail ........................................ SUCCESS [  0.310 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.973 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  1.299 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  2.467 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  1.701 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  3.743 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  3.116 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  4.276 s]
[INFO] RDF4J: NativeStore ................................. SUCCESS [  5.050 s]
[INFO] RDF4J Full Text Search (FTS) Sails ................. SUCCESS [  0.501 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  3.333 s]
[INFO] RDF4J test suites .................................. SUCCESS [  0.346 s]
[INFO] RDF4J Lucene Sail Tests ............................ SUCCESS [  2.678 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  5.985 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [ 14.417 s]
[INFO] RDF4J Solr Sail Index .............................. SUCCESS [ 35.195 s]
[INFO] RDF4J: SPIN ........................................ SUCCESS [  6.147 s]
[INFO] RDF4J: SPIN SAIL ................................... SUCCESS [02:00 min]
[INFO] RDF4J: Repository - event (wrapper) ................ SUCCESS [  2.436 s]
[INFO] RDF4J: HTTPRepository .............................. SUCCESS [  2.041 s]
[INFO] RDF4J: Repository manager .......................... SUCCESS [  3.386 s]
[INFO] RDF4J: DatasetRepository (wrapper) ................. SUCCESS [  1.448 s]
[INFO] RDF4J: Repository - context aware (wrapper) ........ SUCCESS [  2.980 s]
[INFO] RDF4J: application configuration ................... SUCCESS [  2.489 s]
[INFO] RDF4J: Runtime ..................................... SUCCESS [  3.625 s]
[INFO] RDF4J: Console ..................................... SUCCESS [  5.829 s]
[INFO] RDF4J: HTTP server - core .......................... SUCCESS [  4.651 s]
[INFO] RDF4J: HTTP server ................................. SUCCESS [  3.968 s]
[INFO] RDF4J Workbench .................................... SUCCESS [  7.059 s]
[INFO] RDF4J: Runtime - OSGi .............................. SUCCESS [  7.017 s]
[INFO] RDF4J: Assembly .................................... SUCCESS [  3.348 s]
[INFO] RDF4J Model API compliance test suite .............. SUCCESS [  1.692 s]
[INFO] RDF4J Query Result IO compliance test suite ........ SUCCESS [  1.829 s]
[INFO] RDF4J Rio compliance test suite .................... SUCCESS [  6.488 s]
[INFO] RDF4J SeRQL test suite ............................. SUCCESS [  2.136 s]
[INFO] RDF4J SPARQL compliance test suite ................. SUCCESS [  4.327 s]
[INFO] RDF4J GeoSPARQL compliance test suite .............. SUCCESS [  1.744 s]
[INFO] RDF4J SAIL and Repository API compliance test suite  SUCCESS [  4.155 s]
[INFO] RDF4J compliance tests ............................. SUCCESS [  0.305 s]
[INFO] RDF4J Model compliance test ........................ SUCCESS [  8.080 s]
[INFO] RDF4J Query Result IO compliance tests ............. SUCCESS [  9.418 s]
[INFO] RDF4J Rio compliance tests ......................... SUCCESS [03:57 min]
[INFO] RDF4J HTTP server compliance tests ................. FAILURE [  9.821 s]
[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: 10:44 min
[INFO] Finished at: 2016-06-02T00:41:37-04:00
[INFO] Final Memory: 220M/10901M
[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-failsafe-plugin:2.17:verify (verify) on project rdf4j-http-compliance: There are test failures.

Please refer to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (verify) on project rdf4j-http-compliance: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (verify) on project rdf4j-http-compliance: There are test failures.

Please refer to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports for the individual test results.
	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.MojoFailureException: There are test failures.

Please refer to /jobs/genie.rdf4j/rdf4j-1.0-verify/workspace/compliance/http/target/failsafe-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.failsafe.VerifyMojo.execute(VerifyMojo.java:194)
	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-compliance
[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