BUILD FAILURE
Build URLhttps://qa.nuxeo.org/jenkins/job/addons_nuxeo-elasticsearch-master/253/
Project:addons_nuxeo-elasticsearch-master
Date of build:Tue, 17 Jun 2014 04:42:58 +0200
Build duration:6 min 37 sec

CHANGES
No Changes

BUILD ARTIFACTS
Elastic Search Connector implementation
Nuxeo Elastic Search Parent
Elastic Search WebApp integration
Elasticsearch Connector implementation
  • org.nuxeo.elasticsearch/nuxeo-elasticsearch-core/5.9.5-SNAPSHOT/nuxeo-elasticsearch-core-5.9.5-SNAPSHOT.pom
  • Nuxeo Elasticsearch Parent
  • org.nuxeo.elasticsearch/nuxeo-elasticsearch-parent/5.9.5-SNAPSHOT/nuxeo-elasticsearch-parent-5.9.5-SNAPSHOT.pom
  • Elasticsearch WebApp integration
  • org.nuxeo.elasticsearch/nuxeo-elasticsearch-web/5.9.5-SNAPSHOT/nuxeo-elasticsearch-web-5.9.5-SNAPSHOT.pom

  • JUnit Tests
    Name: (root) Failed: 3 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 3 test(s)
  • Failed: Test mechanism.Test mechanism
  • Failed: Test mechanism.Test mechanism
  • Failed: Test mechanism.Test mechanism
  • Name: org.nuxeo.elasticsearch.test Failed: 3 test(s), Passed: 27 test(s), Skipped: 0 test(s), Total: 30 test(s)
  • Failed: org.nuxeo.elasticsearch.test.TestAutomaticIndexing.shouldIndexBinaryFulltext
  • Failed: org.nuxeo.elasticsearch.test.TestAutomaticIndexing.shouldReIndexDocumentAsynchronously
  • Failed: org.nuxeo.elasticsearch.test.TestAutomaticIndexing.shouldUnIndexDocumentAsynchronously
  • Name: org.nuxeo.elasticsearch.test.commands Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)
    Name: org.nuxeo.elasticsearch.test.nxql Failed: 6 test(s), Passed: 7 test(s), Skipped: 0 test(s), Total: 13 test(s)
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestCompareCoreWithES.testSearchOnProxies
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestCompareCoreWithES.testSearchOnTypes
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestCompareCoreWithES.testSearchOnVersions
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestCompareCoreWithES.testSearchWithLike
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestCompareCoreWithES.testSimpleSearchWithSort
  • Failed: org.nuxeo.elasticsearch.test.nxql.TestNxqlConversion.testQuery

  • CONSOLE OUTPUT
    [...truncated 1389 lines...]
    No transaction, cannot reconnect: test/Administrator#448
    TestCompareCoreWithES.initWorkingDocuments:46->buildDocsIfNeeded:55 » Client F...
    TestCompareCoreWithES.initWorkingDocuments:46->buildDocsIfNeeded:55 » Client F...
    TestCompareCoreWithES.initWorkingDocuments:46->buildDocsIfNeeded:55 » Client F...
    TestCompareCoreWithES.initWorkingDocuments:46->buildDocsIfNeeded:55 » Client F...
    Tests run: 52, Failures: 2, Errors: 10, Skipped: 0
    [JENKINS] Recording test results
    Notifying upstream projects of job completion
    Join notifier requires a CauseAction
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Nuxeo Elasticsearch Parent ........................ SUCCESS [2:20.137s]
    [INFO] Elasticsearch Connector implementation ............ FAILURE [2:46.705s]
    [INFO] Elasticsearch WebApp integration .................. SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 5:31.314s
    [INFO] Finished at: Tue Jun 17 04:49:20 CEST 2014
    [INFO] Final Memory: 68M/236M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project nuxeo-elasticsearch-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: There was an error in the forked process
    [ERROR] org.apache.maven.surefire.testset.TestSetFailedException: org.nuxeo.ecm.core.api.ClientRuntimeException: No transaction, cannot reconnect: test/Administrator#444
    [ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:206)
    [ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:129)
    [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
    [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
    [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
    [ERROR] Caused by: org.nuxeo.ecm.core.api.ClientRuntimeException: No transaction, cannot reconnect: test/Administrator#444
    [ERROR] at org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSession.java:126)
    [ERROR] at org.nuxeo.ecm.core.api.AbstractSession.save(AbstractSession.java:1595)
    [ERROR] at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
    [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
    [ERROR] at org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper.invoke(TransactionalCoreSessionWrapper.java:131)
    [ERROR] at com.sun.proxy.$Proxy45.save(Unknown Source)
    [ERROR] at org.nuxeo.ecm.core.test.CoreFeature.cleanupSession(CoreFeature.java:168)
    [ERROR] at org.nuxeo.ecm.core.test.CoreFeature.afterTeardown(CoreFeature.java:138)
    [ERROR] at org.nuxeo.runtime.test.runner.FeaturesRunner$2.testFinished(FeaturesRunner.java:284)
    [ERROR] at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:145)
    [ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:41)
    [ERROR] at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:142)
    [ERROR] at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:37)
    [ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:82)
    [ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    [ERROR] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    [ERROR] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    [ERROR] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    [ERROR] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    [ERROR] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    [ERROR] at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    [ERROR] at org.nuxeo.runtime.test.runner.FeaturesRunner.run(FeaturesRunner.java:299)
    [ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
    [ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    [ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
    [ERROR] ... 3 more
    [ERROR] -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [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/PluginExecutionException
    [ERROR]
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR] mvn -rf :nuxeo-elasticsearch-core
    [JENKINS] Archiving /opt/hudson/workspace/addons_nuxeo-elasticsearch-master/nuxeo-elasticsearch-core/pom.xml to org.nuxeo.elasticsearch/nuxeo-elasticsearch-core/5.9.5-SNAPSHOT/nuxeo-elasticsearch-core-5.9.5-SNAPSHOT.pom
    Sending artifact delta relative to addons_nuxeo-elasticsearch-master » Elasticsearch Connector implementation #252
    Archived 1 artifacts
    Archive block size is 32768
    Received 0 blocks and 5122 bytes
    Compression is 0.0%
    Took 0.38 sec
    [JENKINS] Archiving /opt/hudson/workspace/addons_nuxeo-elasticsearch-master/nuxeo-elasticsearch-web/pom.xml to org.nuxeo.elasticsearch/nuxeo-elasticsearch-web/5.9.5-SNAPSHOT/nuxeo-elasticsearch-web-5.9.5-SNAPSHOT.pom
    Sending artifact delta relative to addons_nuxeo-elasticsearch-master » Elasticsearch WebApp integration #252
    Archived 1 artifacts
    Archive block size is 32768
    Received 0 blocks and 1727 bytes
    Compression is 0.0%
    Took 0.4 sec
    [JENKINS] Archiving /opt/hudson/workspace/addons_nuxeo-elasticsearch-master/pom.xml to org.nuxeo.elasticsearch/nuxeo-elasticsearch-parent/5.9.5-SNAPSHOT/nuxeo-elasticsearch-parent-5.9.5-SNAPSHOT.pom
    Sending artifact delta relative to addons_nuxeo-elasticsearch-master » Nuxeo Elasticsearch Parent #252
    Archived 1 artifacts
    Archive block size is 32768
    Received 0 blocks and 1495 bytes
    Compression is 0.0%
    Took 0.27 sec
    channel stopped
    Skipping Cobertura coverage report as build was not UNSTABLE or better ...
    Email was triggered for: Failure - 1st
    Email was triggered for: Test Regression
    Trigger Unstable (Test Failures) was overridden by another trigger and will not send an email.
    Trigger Unstable (Test Failures) - Still was overridden by another trigger and will not send an email.
    Trigger Failure - Any was overridden by another trigger and will not send an email.
    Trigger Failure - Still was overridden by another trigger and will not send an email.
    Sending email for trigger: Test Regression

    _______________________________________________
    ECM-QA mailing list
    [email protected]
    http://lists.nuxeo.com/mailman/listinfo/ecm-qa
    

    Reply via email to