You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/05/11 18:27:23 UTC

Build failed in Jenkins: stanbol-trunk-1.6 #884

See <https://builds.apache.org/job/stanbol-trunk-1.6/884/changes>

Changes:

[fchrist] STANBOL-553 Adjusted all POMs and removed the dependency management for org.apache.stanbol.* components from the parent POM. Tried to make components rely on the last 0.9.0-incubating release and did only use the 0.10.0-incubating-SNAPSHOT if required

------------------------------------------
[...truncated 12252 lines...]
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/src/main/bundles/list.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/target/org.apache.stanbol.entityhub.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Entityhub reactor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.reactor-0.10.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/pom.xml>
[JENKINS] Archiving disabled - not archiving /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.reactor-0.10.0-incubating-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target>
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 16 source files to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/classes>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml>
[INFO] Writing abstract service descriptor <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 2 entries.
[INFO] Generating 2 Service Component Descriptors to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 10 source files to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.stanbol.factstore.model.QueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.stanbol.factstore.model.FactTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.stanbol.factstore.model.FactSchemaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.stanbol.factstore.web.resource.FactsResourceTest
85 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
90 [main] INFO org.apache.stanbol.commons.jsonld.JsonLdParserCommon - Could not parse JSON string: no JSON-LD string
org.codehaus.jettison.json.JSONException: A JSONObject text must begin with '{' at character 1 of no JSON-LD string
	at org.codehaus.jettison.json.JSONTokener.syntaxError(JSONTokener.java:439)
	at org.codehaus.jettison.json.JSONObject.<init>(JSONObject.java:169)
	at org.codehaus.jettison.json.JSONObject.<init>(JSONObject.java:266)
	at org.apache.stanbol.commons.jsonld.JsonLdParserCommon.parseJson(JsonLdParserCommon.java:38)
	at org.apache.stanbol.commons.jsonld.JsonLdProfileParser.parseProfile(JsonLdProfileParser.java:33)
	at org.apache.stanbol.factstore.web.resource.FactsResource.putFactSchema(FactsResource.java:245)
	at org.apache.stanbol.factstore.web.resource.FactsResourceTest.testPutFactSchemaNoJSON(FactsResourceTest.java:70)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:234)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:133)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:114)
	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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
93 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
93 [main] ERROR org.apache.stanbol.commons.jsonld.JsonLdProfileParser - A JSON-LD Profile must have a context element @context
94 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
97 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting new fact for http://iks-project.eu/ont/employeeOf
http://testhost:1234/factstore/facts/http%3A%2F%2Fiks-project.eu%2Font%2FemployeeOf/99
100 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting a set of new facts
101 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting a set of new facts
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.stanbol.factstore.web.resource.QueryResourceTest
103 [main] INFO org.apache.stanbol.factstore.web.resource.QueryResource - Query for fact: {"@context":{"iks":"http://iks-project.eu/ont/"},"select":["person"],"from":"iks:employeeOf","where":[{"=":{"organization":{"@iri":"http://upb.de"}}}]}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.stanbol.factstore.derby.DerbyFactStoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

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

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[INFO] [enforcer:enforce {execution: enforce-java}]
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[INFO] [source:jar {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/stanbol already added, skipping
[INFO] org/apache/stanbol/factstore already added, skipping
[INFO] org/apache/stanbol/factstore/web already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/stanbol already added, skipping
[INFO] org/apache/stanbol/factstore already added, skipping
[INFO] org/apache/stanbol/factstore/web already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/jenkins/jenkins-slave/maven-repositories/0/repository.xml
[INFO] Installing org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar
[INFO] Writing OBR metadata
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore Bundle List
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target>
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [launchpad:attach-partial-bundle-list {execution: default-attach-partial-bundle-list}]
[INFO] Attaching bundle list configuration
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[INFO] [enforcer:enforce {execution: enforce-java}]
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[INFO] [source:jar {execution: attach-sources}]
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT.xml
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore Reactor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.reactor-0.10.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.reactor-0.10.0-incubating-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Ontology Network Manager
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/ontologymanager/ontonet/target>
Downloading: http://repo1.maven.org/maven2/org/apache/stanbol/org.apache.stanbol.commons.owl/0.9.0-incubating/org.apache.stanbol.commons.owl-0.9.0-incubating.pom

Downloading: http://repo1.maven.org/maven2/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom
[INFO] Unable to find resource 'net.sourceforge.owlapi:owlapi:pom:3.2.3' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.jar
Downloading: http://repo1.maven.org/maven2/org/apache/stanbol/org.apache.stanbol.commons.owl/0.9.0-incubating/org.apache.stanbol.commons.owl-0.9.0-incubating.jar
[INFO] Unable to find resource 'net.sourceforge.owlapi:owlapi:jar:3.2.3' in repository central (http://repo1.maven.org/maven2)

[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/ontologymanager/ontonet/pom.xml>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) net.sourceforge.owlapi:owlapi:jar:3.2.3

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=net.sourceforge.owlapi -DartifactId=owlapi -Dversion=3.2.3 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=net.sourceforge.owlapi -DartifactId=owlapi -Dversion=3.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:bundle:0.10.0-incubating-SNAPSHOT
  	2) org.apache.stanbol:org.apache.stanbol.commons.owl:jar:0.9.0-incubating
  	3) net.sourceforge.owlapi:owlapi:jar:3.2.3

----------
1 required artifact is missing.

for artifact: 
  org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:bundle:0.10.0-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 59 seconds
[INFO] Finished at: Fri May 11 16:27:19 UTC 2012
[INFO] Final Memory: 541M/815M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Jenkins build is back to normal : stanbol-trunk-1.6 #886

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/stanbol-trunk-1.6/886/changes>


Build failed in Jenkins: stanbol-trunk-1.6 #885

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/stanbol-trunk-1.6/885/changes>

Changes:

[ogrisel] STANBOL-197: more documentation on building your own classification model from DBpedia dumps

------------------------------------------
[...truncated 11952 lines...]
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/src/main/bundles/list.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.bundlelist-0.10.0-incubating-SNAPSHOT.xml
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/target/org.apache.stanbol.entityhub.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/src/main/bundles/list.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/bundlelist/target/org.apache.stanbol.entityhub.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Entityhub reactor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.reactor-0.10.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/pom.xml>
[JENKINS] Archiving disabled - not archiving /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.entityhub.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.reactor-0.10.0-incubating-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target>
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 16 source files to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/classes>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml>
[INFO] Writing abstract service descriptor <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 2 entries.
[INFO] Generating 2 Service Component Descriptors to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 10 source files to <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.stanbol.factstore.model.QueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.stanbol.factstore.model.FactTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.stanbol.factstore.model.FactSchemaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.stanbol.factstore.web.resource.FactsResourceTest
86 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
90 [main] INFO org.apache.stanbol.commons.jsonld.JsonLdParserCommon - Could not parse JSON string: no JSON-LD string
org.codehaus.jettison.json.JSONException: A JSONObject text must begin with '{' at character 1 of no JSON-LD string
	at org.codehaus.jettison.json.JSONTokener.syntaxError(JSONTokener.java:439)
	at org.codehaus.jettison.json.JSONObject.<init>(JSONObject.java:169)
	at org.codehaus.jettison.json.JSONObject.<init>(JSONObject.java:266)
	at org.apache.stanbol.commons.jsonld.JsonLdParserCommon.parseJson(JsonLdParserCommon.java:38)
	at org.apache.stanbol.commons.jsonld.JsonLdProfileParser.parseProfile(JsonLdProfileParser.java:33)
	at org.apache.stanbol.factstore.web.resource.FactsResource.putFactSchema(FactsResource.java:245)
	at org.apache.stanbol.factstore.web.resource.FactsResourceTest.testPutFactSchemaNoJSON(FactsResourceTest.java:70)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:234)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:133)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:114)
	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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
93 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
93 [main] ERROR org.apache.stanbol.commons.jsonld.JsonLdProfileParser - A JSON-LD Profile must have a context element @context
94 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for putting new fact schema test2
98 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting new fact for http://iks-project.eu/ont/employeeOf
http://testhost:1234/factstore/facts/http%3A%2F%2Fiks-project.eu%2Font%2FemployeeOf/99
100 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting a set of new facts
101 [main] INFO org.apache.stanbol.factstore.web.resource.FactsResource - Request for posting a set of new facts
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.stanbol.factstore.web.resource.QueryResourceTest
103 [main] INFO org.apache.stanbol.factstore.web.resource.QueryResource - Query for fact: {"@context":{"iks":"http://iks-project.eu/ont/"},"select":["person"],"from":"iks:employeeOf","where":[{"=":{"organization":{"@iri":"http://upb.de"}}}]}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.stanbol.factstore.derby.DerbyFactStoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

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

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[INFO] [enforcer:enforce {execution: enforce-java}]
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[INFO] [source:jar {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/stanbol already added, skipping
[INFO] org/apache/stanbol/factstore already added, skipping
[INFO] org/apache/stanbol/factstore/web already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/stanbol already added, skipping
[INFO] org/apache/stanbol/factstore already added, skipping
[INFO] org/apache/stanbol/factstore/web already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/jenkins/jenkins-slave/maven-repositories/0/repository.xml
[INFO] Installing org/apache/stanbol/org.apache.stanbol.factstore/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar
[INFO] Writing OBR metadata
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT.jar>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/factstore/target/org.apache.stanbol.factstore-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore Bundle List
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target>
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [launchpad:attach-partial-bundle-list {execution: default-attach-partial-bundle-list}]
[INFO] Attaching bundle list configuration
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[INFO] [enforcer:enforce {execution: enforce-java}]
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[INFO] [source:jar {execution: attach-sources}]
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT.xml
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.bundlelist/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/pom.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/src/main/bundles/list.xml>
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/bundlelist/target/org.apache.stanbol.factstore.bundlelist-0.10.0-incubating-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol FactStore Reactor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.reactor-0.10.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/factstore/pom.xml>
[JENKINS] Archiving disabled - not archiving /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/stanbol/org.apache.stanbol.factstore.reactor/0.10.0-incubating-SNAPSHOT/org.apache.stanbol.factstore.reactor-0.10.0-incubating-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Ontology Network Manager
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://repo1.maven.org/maven2/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom
[INFO] Unable to find resource 'net.sourceforge.owlapi:owlapi:pom:3.2.3' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.jar
[INFO] Unable to find resource 'net.sourceforge.owlapi:owlapi:jar:3.2.3' in repository central (http://repo1.maven.org/maven2)
[JENKINS] Archiving disabled - not archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/ontologymanager/ontonet/pom.xml>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) net.sourceforge.owlapi:owlapi:jar:3.2.3

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=net.sourceforge.owlapi -DartifactId=owlapi -Dversion=3.2.3 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=net.sourceforge.owlapi -DartifactId=owlapi -Dversion=3.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:bundle:0.10.0-incubating-SNAPSHOT
  	2) org.apache.stanbol:org.apache.stanbol.commons.owl:jar:0.9.0-incubating
  	3) net.sourceforge.owlapi:owlapi:jar:3.2.3

----------
1 required artifact is missing.

for artifact: 
  org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:bundle:0.10.0-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 59 seconds
[INFO] Finished at: Fri May 11 17:13:12 UTC 2012
[INFO] Final Memory: 544M/871M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released