Build failed in Jenkins: MOTECH-Platform #232

2 views
Skip to first unread message

Jenkins

unread,
Jun 12, 2013, 5:16:18 AM6/12/13
to motec...@googlegroups.com, sr...@thoughtworks.com, kkowa...@soldevelo.com
See <http://ci.motechproject.org/job/MOTECH-Platform/232/changes>

Changes:

[Subhrajit Roy] Roy|825|Bug Fix

[Karol Kowalczuk] kkowalczuk | #818 | Made the slider in server log module dissapear after route change

------------------------------------------
[...truncated 12760 lines...]
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:191)
at org.motechproject.event.listener.annotations.MotechListenerEventProxy.callHandler(MotechListenerEventProxy.java:29)
at org.motechproject.event.listener.annotations.MotechListenerAbstractProxy.handle(MotechListenerAbstractProxy.java:46)
at org.motechproject.event.listener.ServerEventRelay.handleEvent(ServerEventRelay.java:146)
at org.motechproject.event.listener.ServerEventRelay.logTimeAndHandleEvent(ServerEventRelay.java:116)
at org.motechproject.event.listener.ServerEventRelay.relayEvent(ServerEventRelay.java:88)
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:601)
at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:69)
at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:84)
at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:57)
at org.springframework.expression.spel.ast.SpelNodeImpl.getTypedValue(SpelNodeImpl.java:102)
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:102)
at org.springframework.integration.util.AbstractExpressionEvaluator.evaluateExpression(AbstractExpressionEvaluator.java:126)
at org.springframework.integration.util.MessagingMethodInvokerHelper.processInternal(MessagingMethodInvokerHelper.java:225)
at org.springframework.integration.util.MessagingMethodInvokerHelper.process(MessagingMethodInvokerHelper.java:125)
at org.springframework.integration.handler.MethodInvokingMessageProcessor.processMessage(MethodInvokingMessageProcessor.java:73)
at org.springframework.integration.handler.MethodInvokingMessageHandler.handleMessageInternal(MethodInvokingMessageHandler.java:59)
at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:73)
at org.springframework.integration.dispatcher.UnicastingDispatcher.doDispatch(UnicastingDispatcher.java:114)
at org.springframework.integration.dispatcher.UnicastingDispatcher.dispatch(UnicastingDispatcher.java:101)
at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:61)
at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:157)
at org.springframework.integration.core.MessagingTemplate.doSend(MessagingTemplate.java:288)
at org.springframework.integration.core.MessagingTemplate.send(MessagingTemplate.java:149)
at org.springframework.integration.core.MessagingTemplate.convertAndSend(MessagingTemplate.java:189)
at org.springframework.integration.gateway.MessagingGatewaySupport.send(MessagingGatewaySupport.java:183)
at org.springframework.integration.jms.ChannelPublishingJmsMessageListener$GatewayDelegate.send(ChannelPublishingJmsMessageListener.java:423)
at org.springframework.integration.jms.ChannelPublishingJmsMessageListener.onMessage(ChannelPublishingJmsMessageListener.java:277)
at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:536)
at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:496)
at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:467)
at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:325)
at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1059)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1051)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:948)
at java.lang.Thread.run(Thread.java:722)
2013-06-12 02:15:26,018 ERROR [org.motechproject.sms.http.SmsSendHandler] Failed to handle event
org.ektorp.DbAccessException: 400:Bad Request
URI: /jenkins_motech-sms-audit/_fti/_design/SmsRecord/search?include_docs=true&limit=100&q=phoneNumber%3A9999+AND+messageTime%3Cdate%3E%3A%5B2013-06-12T02%3A15%3A26.004-0700+TO+2013-06-12T02%3A15%3A26.004-0700%5D+AND+referenceNumber%3A-1929066274&skip=0
Response Body:
{
"reason" : "Bad query syntax: Cannot parse 'phoneNumber:9999 AND messageTime<date>:[2013-06-12T02:15:26.004-0700 TO 2013-06-12T02:15:26.004-0700] AND referenceNumber:-1929066274': Encountered \" \"-\" \"- \"\" at line 1, column 122.\nWas expecting one of:\n <BAREOPER> ...\n \"(\" ...\n \"*\" ...\n <QUOTED> ...\n <TERM> ...\n <PREFIXTERM> ...\n <WILDTERM> ...\n \"[\" ...\n \"{\" ...\n <NUMBER> ...\n ",
"code" : 400
}
at org.ektorp.http.StdResponseHandler.createDbAccessException(StdResponseHandler.java:44)
at org.ektorp.http.StdResponseHandler.error(StdResponseHandler.java:62)
at org.ektorp.http.RestTemplate.handleResponse(RestTemplate.java:110)
at org.ektorp.http.RestTemplate.get(RestTemplate.java:22)
at com.github.ldriscoll.ektorplucene.LuceneAwareCouchDbConnector.queryLucene(LuceneAwareCouchDbConnector.java:112)
at org.motechproject.sms.api.repository.AllSmsRecords.runQuery(AllSmsRecords.java:125)
at org.motechproject.sms.api.repository.AllSmsRecords.findAllBy(AllSmsRecords.java:95)
at org.motechproject.sms.api.repository.AllSmsRecords.addOrReplace(AllSmsRecords.java:58)
at org.motechproject.sms.api.service.SmsAuditServiceImpl.log(SmsAuditServiceImpl.java:23)
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:601)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70)
at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy60.log(Unknown Source)
at org.motechproject.sms.http.SmsSendHandler.handle(SmsSendHandler.java:45)
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:601)
at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:191)
at org.motechproject.event.listener.annotations.MotechListenerEventProxy.callHandler(MotechListenerEventProxy.java:29)
at org.motechproject.event.listener.annotations.MotechListenerAbstractProxy.handle(MotechListenerAbstractProxy.java:46)
at org.motechproject.event.listener.ServerEventRelay.handleEvent(ServerEventRelay.java:146)
at org.motechproject.event.listener.ServerEventRelay.logTimeAndHandleEvent(ServerEventRelay.java:116)
at org.motechproject.event.listener.ServerEventRelay.relayEvent(ServerEventRelay.java:88)
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:601)
at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:69)
at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:84)
at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:57)
at org.springframework.expression.spel.ast.SpelNodeImpl.getTypedValue(SpelNodeImpl.java:102)
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:102)
at org.springframework.integration.util.AbstractExpressionEvaluator.evaluateExpression(AbstractExpressionEvaluator.java:126)
at org.springframework.integration.util.MessagingMethodInvokerHelper.processInternal(MessagingMethodInvokerHelper.java:225)
at org.springframework.integration.util.MessagingMethodInvokerHelper.process(MessagingMethodInvokerHelper.java:125)
at org.springframework.integration.handler.MethodInvokingMessageProcessor.processMessage(MethodInvokingMessageProcessor.java:73)
at org.springframework.integration.handler.MethodInvokingMessageHandler.handleMessageInternal(MethodInvokingMessageHandler.java:59)
at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:73)
at org.springframework.integration.dispatcher.UnicastingDispatcher.doDispatch(UnicastingDispatcher.java:114)
at org.springframework.integration.dispatcher.UnicastingDispatcher.dispatch(UnicastingDispatcher.java:101)
at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:61)
at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:157)
at org.springframework.integration.core.MessagingTemplate.doSend(MessagingTemplate.java:288)
at org.springframework.integration.core.MessagingTemplate.send(MessagingTemplate.java:149)
at org.springframework.integration.core.MessagingTemplate.convertAndSend(MessagingTemplate.java:189)
at org.springframework.integration.gateway.MessagingGatewaySupport.send(MessagingGatewaySupport.java:183)
at org.springframework.integration.jms.ChannelPublishingJmsMessageListener$GatewayDelegate.send(ChannelPublishingJmsMessageListener.java:423)
at org.springframework.integration.jms.ChannelPublishingJmsMessageListener.onMessage(ChannelPublishingJmsMessageListener.java:277)
at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:536)
at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:496)
at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:467)
at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:325)
at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1059)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1051)
at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:948)
at java.lang.Thread.run(Thread.java:722)
[INFO] Initializing Spring FrameworkServlet 'servlet_1'
[INFO] Initialized servlet for org.motechproject.motech-sms-http-bundle [120]
[INFO] Initializing Spring FrameworkServlet 'servlet_2'
[INFO] Initialized servlet for org.motechproject.motech-tasks-bundle [117]
[INFO] Initializing Spring FrameworkServlet 'servlet_4'
[INFO] Initialized servlet for org.motechproject.motech-sms-api-bundle [114]
[INFO] Initializing Spring FrameworkServlet 'servlet_6'
[INFO] Initialized servlet for org.motechproject.motech-scheduler [112]
[INFO] Initializing Spring FrameworkServlet 'servlet_8'
2013-06-12 02:15:27.023::INFO: jetty-6.1.21
2013-06-12 02:15:27.025::INFO: Started SocketC...@0.0.0.0:8282
Jun 12, 2013 2:15:27 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: Apache Software Foundation
Jun 12, 2013 2:15:27 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: 1.5
Jun 12, 2013 2:15:27 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: JavaSE-1.6,JavaSE-1.7,J2SE-1.5,J2SE-1.4,J2SE-1.3, OSGi/Minimum-1.2,OSGi/Minimum-1.1,OSGi/Minimum-1.0
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: -933,944.855 sec <<< FAILURE!

Results :

Failed tests: testThatSMSShouldBeSentToSMSGateway(org.motechproject.sms.http.osgi.SmsHttpServiceBundleIT)

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.9:verify (verify) @ motech-sms-http-bundle ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/sms/http-bundle/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MOTECH ............................................ SUCCESS [5.804s]
[INFO] MOTECH Platform Server API ........................ SUCCESS [11.441s]
[INFO] MOTECH Platform Commons API ....................... SUCCESS [7.394s]
[INFO] MOTECH Platform Commons Couchdb ................... SUCCESS [10.810s]
[INFO] MOTECH Platform Commons Date ...................... SUCCESS [7.292s]
[INFO] MOTECH Testing Utils .............................. SUCCESS [6.225s]
[INFO] MOTECH Platform Event ............................. SUCCESS [1:07.672s]
[INFO] MOTECH Platform Server Config ..................... SUCCESS [12.379s]
[INFO] MOTECH Web Security ............................... SUCCESS [34.084s]
[INFO] MOTECH Platform Osgi Extender Fragment ............ SUCCESS [1.921s]
[INFO] MOTECH OSGI Web util .............................. SUCCESS [18.642s]
[INFO] MOTECH Web Security Bundle ........................ SUCCESS [12.337s]
[INFO] MOTECH Platform Server Startup .................... SUCCESS [2.392s]
[INFO] MoTeCH Platform Server Bundle ..................... SUCCESS [33.683s]
[INFO] MOTECH Admin ...................................... SUCCESS [34.417s]
[INFO] MOTECH IVR API .................................... SUCCESS [9.172s]
[INFO] MoTeCH IVR API Bundle ............................. SUCCESS [20.709s]
[INFO] MOTECH Decision Tree Core ......................... SUCCESS [20.550s]
[INFO] MOTECH Call Flow .................................. SUCCESS [23.667s]
[INFO] MOTECH Scheduler .................................. SUCCESS [31.821s]
[INFO] MOTECH IVR Verboice ............................... SUCCESS [17.547s]
[INFO] MOTECH Demo App ................................... SUCCESS [22.300s]
[INFO] MOTECH Alerts API ................................. SUCCESS [20.941s]
[INFO] MOTECH Tasks ...................................... SUCCESS [17.179s]
[INFO] MOTECH MRS API .................................... SUCCESS [12.751s]
[INFO] MOTECH Tasks Bundle ............................... SUCCESS [33.760s]
[INFO] MOTECH Tasks Test Utils ........................... SUCCESS [2.059s]
[INFO] MOTECH Appointments API ........................... SUCCESS [38.001s]
[INFO] MOTECH CMS lite API ............................... SUCCESS [29.796s]
[INFO] MOTECH CommCare API ............................... SUCCESS [27.371s]
[INFO] MOTECH IVR Asterisk ............................... SUCCESS [9.016s]
[INFO] MOTECH IVR Asterisk Bundle ........................ SUCCESS [1.907s]
[INFO] MOTECH IVR Kookoo ................................. SUCCESS [13.527s]
[INFO] MOTECH IVR Kookoo Bundle .......................... SUCCESS [14.245s]
[INFO] MOTECH IVR Verboice Bundle ........................ SUCCESS [23.434s]
[INFO] MOTECH IVR Voxeo .................................. SUCCESS [2.112s]
[INFO] MOTECH IVR Voxeo Bundle ........................... SUCCESS [37.079s]
[INFO] MOTECH Message Campaign ........................... SUCCESS [1:59.613s]
[INFO] MOTECH Mobile Forms API ........................... SUCCESS [11.255s]
[INFO] MOTECH Mobile Forms API Bundle .................... SUCCESS [13.359s]
[INFO] MOTECH OpenMRS Domain ............................. SUCCESS [2.533s]
[INFO] MOTECH OpenMRS API ................................ SUCCESS [32.212s]
[INFO] MOTECH OpenMRS API Bundle ......................... SUCCESS [6.153s]
[INFO] MOTECH OpenMRS Atom Feed Module ................... SUCCESS [2.515s]
[INFO] MOTECH OpenMRS Atom Feed Module Bundle ............ SUCCESS [2.183s]
[INFO] MOTECH OpenMRS Web Services ....................... SUCCESS [6.824s]
[INFO] MOTECH OpenMRS Web Services Bundle ................ SUCCESS [1.930s]
[INFO] MOTECH Outbox ..................................... SUCCESS [11.165s]
[INFO] MOTECH Outbox Bundle .............................. SUCCESS [49.229s]
[INFO] MOTECH Pill Reminder API .......................... SUCCESS [19.131s]
[INFO] MOTECH Schedule Tracking API ...................... SUCCESS [50.284s]
[INFO] MOTECH SMS API .................................... SUCCESS [17.050s]
[INFO] MOTECH SMS API Bundle ............................. SUCCESS [33.581s]
[INFO] MOTECH SMS HTTP ................................... SUCCESS [2.397s]
[INFO] MOTECH SMS HTTP Bundle ............................ FAILURE [18.571s]
[INFO] MOTECH SMS SMPP ................................... SKIPPED
[INFO] MOTECH SMS SMPP Bundle ............................ SKIPPED
[INFO] MOTECH Event Logging .............................. SKIPPED
[INFO] MOTECH Event Aggregation .......................... SKIPPED
[INFO] MOTECH Rules API .................................. SKIPPED
[INFO] MOTECH Rules API Bundle ........................... SKIPPED
[INFO] MOTECH MRS CouchDB ................................ SKIPPED
[INFO] MOTECH Platform Server ............................ SKIPPED
[INFO] MOTECH OpenMRS OMOD ............................... SKIPPED
[INFO] MoTeCH Http Agent ................................. SKIPPED
[INFO] MoTeCH Http Agent Bundle .......................... SKIPPED
[INFO] Archetype - maven-archetype-motech-module ......... SKIPPED
[INFO] MOTECH Debian Packages ............................ SKIPPED
[INFO] MOTECH Base RPM package ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:18.805s
[INFO] Finished at: Wed Jun 12 02:15:28 PDT 2013
[INFO] Final Memory: 138M/373M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.9:verify (verify) on project motech-sms-http-bundle: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/sms/http-bundle/target/failsafe-reports> for the individual test results.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :motech-sms-http-bundle
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Jenkins

unread,
Jun 12, 2013, 5:26:57 AM6/12/13
to motec...@googlegroups.com, sr...@thoughtworks.com, kkowa...@soldevelo.com
See <http://ci.motechproject.org/job/MOTECH-Platform/233/>

------------------------------------------
[...truncated 6669 lines...]
[INFO] com.springsource.org.iso_relax.verifier-0.0.0.20041111.jar already exists in destination.
[INFO] org.osgi.core-4.2.0.jar already exists in destination.
[INFO] org.motechproject.com.googlecode.lambdaj-2.3.3-r011.jar already exists in destination.
[INFO] com.springsource.org.aspectj.weaver-1.6.12.RELEASE.jar already exists in destination.
[INFO] com.springsource.javax.xml.soap-1.3.0.jar already exists in destination.
[INFO] org.osgi.compendium-4.2.0.jar already exists in destination.
[INFO] com.springsource.org.xmlpull-1.1.3.4-O.jar already exists in destination.
[INFO] org.springframework.jms-3.1.0.RELEASE.jar already exists in destination.
[INFO] com.springsource.org.apache.commons.collections-3.2.1.jar already exists in destination.
[INFO] org.motechproject.org.dom4j-1.6.1-r011.jar already exists in destination.
[INFO] com.springsource.javax.transaction-1.1.0.jar already exists in destination.
[INFO] org.springframework.aop-3.1.0.RELEASE.jar already exists in destination.
[INFO] com.springsource.org.apache.xerces-2.9.1.jar already exists in destination.
[INFO] com.springsource.nu.xom-1.1.0.jar already exists in destination.
[INFO] org.springframework.transaction-3.1.0.RELEASE.jar already exists in destination.
[INFO] com.springsource.com.google.common.collect-0.8.0.20080820.jar already exists in destination.
[INFO] com.springsource.org.apache.commons.beanutils-1.8.3.jar already exists in destination.
[INFO] com.springsource.org.apache.xml.resolver-1.2.0.jar already exists in destination.
[INFO] spring-integration-jms-2.1.0.RELEASE.jar already exists in destination.
[INFO] motech-platform-server-config-0.20-SNAPSHOT.jar already exists in destination.
[INFO] com.springsource.javax.ejb-3.0.0.jar already exists in destination.
[INFO] com.springsource.org.apache.log4j-1.2.16.jar already exists in destination.
[INFO] org.motechproject.org.codehaus.jackson-1.9.7-r011.jar already exists in destination.
[INFO] org.motechproject.net.sf.kxml-2.3.0-r011.jar already exists in destination.
[INFO] com.springsource.slf4j.log4j-1.6.1.jar already exists in destination.
[INFO] org.eclipse.gemini.blueprint.io-1.0.2.RELEASE.jar already exists in destination.
[INFO] com.springsource.javax.xml.rpc-1.1.0.jar already exists in destination.
[INFO] com.springsource.com.sun.msv-0.0.0.20081113.jar already exists in destination.
[INFO] org.springframework.asm-3.1.0.RELEASE.jar already exists in destination.
[INFO] org.motechproject.org.apache.activemq-5.4.2-r011.jar already exists in destination.
[INFO]
[INFO] --- jslint-maven-plugin:1.0.1:jslint (default) @ motech-commcare-api ---
[INFO] Parsing: services.js
[INFO] Parsing: app.js
[INFO] Parsing: directives.js
[INFO] Parsing: controllers.js
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ motech-commcare-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ motech-commcare-api ---
[INFO] Compiling 65 source files to <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/classes>
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:check (default) @ motech-commcare-api >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:pmd (pmd) @ motech-commcare-api ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:check (default) @ motech-commcare-api <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:check (default) @ motech-commcare-api ---
[INFO]
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:cpd-check (default) @ motech-commcare-api >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd (cpd) @ motech-commcare-api ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:cpd-check (default) @ motech-commcare-api <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd-check (default) @ motech-commcare-api ---
[INFO]
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:check (default) @ motech-commcare-api ---
[INFO] Starting audit...
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/parser/FullFormParser.java>:57:40: '5' is a magic number.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/web/FullFormController.java>:66:62: '4' is a magic number.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/service/impl/StubCommcareAccountServiceImpl.java>:20:58: warning: String literal expressions should be on the left side of an equals comparison.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/service/impl/StubCommcareAccountServiceImpl.java>:20:114: warning: String literal expressions should be on the left side of an equals comparison.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/CommcareAccountSettings.java>:21:39: '?' is not preceded with whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/CommcareAccountSettings.java>:29:38: '?' is not preceded with whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/CommcareAccountSettings.java>:37:32: '?' is not preceded with whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/CommcareAccountSettings.java>:45:32: '?' is not preceded with whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:144:11: 'if' is not followed by whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:150:15: 'if' is not followed by whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:158:15: 'if' is not followed by whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:184:11: 'if' is not followed by whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:200:12: 'for' is not followed by whitespace.
<http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/src/main/java/org/motechproject/commcare/domain/FormValueElement.java>:202:15: 'if' is not followed by whitespace.
Audit done.

[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ motech-commcare-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ motech-commcare-api ---
[INFO] Compiling 14 source files to <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ motech-commcare-api ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ motech-commcare-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-bundles) @ motech-commcare-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-failsafe-plugin:2.9:integration-test (integration-test) @ motech-commcare-api ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/failsafe-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false

Results :

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.9:integration-test (integration-test-osgi) @ motech-commcare-api ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/failsafe-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider

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

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.motechproject.commcare.osgi.CommcareBundleIT
Jun 12, 2013 2:25:11 AM org.motechproject.testing.osgi.BaseOsgiIT getTestFrameworkBundlesNames
INFO: Framework Bundles: [org.springframework,org.springframework.asm,3.1.0.RELEASE, org.springframework,org.springframework.beans,3.1.0.RELEASE, org.springframework,org.springframework.core,3.1.0.RELEASE, org.springframework,org.springframework.context,3.1.0.RELEASE, org.springframework,org.springframework.expression,3.1.0.RELEASE, org.springframework,org.springframework.aop,3.1.0.RELEASE, org.springframework,org.springframework.test,3.1.0.RELEASE]
Jun 12, 2013 2:25:11 AM org.motechproject.testing.osgi.BaseOsgiIT getTestFrameworkBundlesNames
INFO: Framework Bundles: [org.springframework,org.springframework.asm,3.1.0.RELEASE, org.springframework,org.springframework.beans,3.1.0.RELEASE, org.springframework,org.springframework.core,3.1.0.RELEASE, org.springframework,org.springframework.context,3.1.0.RELEASE, org.springframework,org.springframework.expression,3.1.0.RELEASE, org.springframework,org.springframework.aop,3.1.0.RELEASE, org.springframework,org.springframework.test,3.1.0.RELEASE]
Jun 12, 2013 2:25:11 AM org.motechproject.testing.osgi.BaseOsgiIT getTestBundlesNames
INFO: Test bundles :{com.bea.xml.stream,org.motechproject.com.bea.xml.stream,1.2.0-r011, com.google.code.gson,org.motechproject.com.google.code.gson,1.7.1-r011, com.google.collect,com.springsource.com.google.common.collect,0.8.0.20080820, com.googlecode.lambdaj,org.motechproject.com.googlecode.lambdaj,2.3.3-r011, com.mchange.c3p0,com.springsource.com.mchange.v2.c3p0,0.9.1, com.sun.msv,com.springsource.com.sun.msv,0.0.0.20081113, com.sun.msv,com.springsource.com.sun.msv.datatype,0.0.0.20060615, com.thoughtworks.xstream,org.motechproject.com.thoughtworks.xstream,1.4.2-r011, javax.activation,com.springsource.javax.activation,1.1.1, javax.ejb,com.springsource.javax.ejb,3.0.0, javax.jms,com.springsource.javax.jms,1.1.0, javax.servlet,com.springsource.javax.servlet,2.5.0, javax.servlet,servlet-api,2.5, javax.transaction,com.springsource.javax.transaction,1.1.0, javax.xml.rpc,com.springsource.javax.xml.rpc,1.1.0, javax.xml.soap,com.springsource.javax.xml.soap,1.3.0, joda-time,joda-time,2.0, junit,junit,4.8.2, net.sf.kxml,org.motechproject.net.sf.kxml,2.3.0-r011, net.sourceforge.cglib,com.springsource.net.sf.cglib,2.2.0, net.sourceforge.iso-relax,com.springsource.org.iso_relax.verifier,0.0.0.20041111, nu.xom,com.springsource.nu.xom,1.1.0, org.aopalliance,com.springsource.org.aopalliance,1.0.0, org.apache.activemq,kahadb,5.4.2, org.apache.activemq,org.motechproject.org.apache.activemq,5.4.2-r011, org.apache.commons,com.springsource.org.apache.commons.beanutils,1.8.3, org.apache.commons,com.springsource.org.apache.commons.codec,1.4.0, org.apache.commons,com.springsource.org.apache.commons.collections,3.2.1, org.apache.commons,com.springsource.org.apache.commons.httpclient,3.1.0, org.apache.commons,com.springsource.org.apache.commons.io,1.4.0, org.apache.commons,com.springsource.org.apache.commons.lang,2.6.0, org.apache.commons,com.springsource.org.apache.commons.logging,1.1.1, org.apache.commons,com.springsource.org.apache.commons.vfs,1.0.0, org.apache.felix,org.apache.felix.http.api,2.0.4, org.apache.felix,org.apache.felix.http.base,2.0.4, org.apache.felix,org.apache.felix.http.jetty,2.0.4, org.apache.felix,org.apache.felix.main,3.2.0, org.apache.geronimo.specs,com.springsource.javax.management.j2ee,1.0.1, org.apache.httpcomponents,com.springsource.org.apache.httpcomponents.httpclient,4.1.1, org.apache.httpcomponents,com.springsource.org.apache.httpcomponents.httpcore,4.1.1, org.apache.log4j,com.springsource.org.apache.log4j,1.2.16, org.apache.xerces,com.springsource.org.apache.xerces,2.9.1, org.apache.xml,com.springsource.org.apache.xml.resolver,1.2.0, org.apache.xmlcommons,com.springsource.org.apache.xmlcommons,1.3.4, org.aspectj,com.springsource.org.aspectj.runtime,1.6.8.RELEASE, org.aspectj,com.springsource.org.aspectj.weaver,1.6.12.RELEASE, org.codehaus.jackson,org.motechproject.org.codehaus.jackson,1.9.7-r011, org.codehaus.jettison,org.motechproject.org.codehaus.jettison,1.3.1-r011, org.codehaus.woodstox,com.springsource.com.ctc.wstx,3.2.8, org.dom4j,org.motechproject.org.dom4j,1.6.1-r011, org.eclipse.gemini,org.eclipse.gemini.blueprint.core,1.0.2.RELEASE, org.eclipse.gemini,org.eclipse.gemini.blueprint.extender,1.0.2.RELEASE, org.eclipse.gemini,org.eclipse.gemini.blueprint.io,1.0.2.RELEASE, org.eclipse.gemini.blueprint,org.motechproject.gemini-blueprint-mock,1.0.2.RELEASE, org.eclipse.gemini.blueprint,org.motechproject.gemini-blueprint-test,1.0.2.RELEASE, org.eclipse.osgi,org.eclipse.osgi.services,3.3.0.v20110513, org.ektorp,org.motechproject.org.ektorp,1.3.0-r011, org.hamcrest,com.springsource.org.hamcrest,1.1.0, org.hamcrest,com.springsource.org.hamcrest.core,1.1.0, org.javassist,javassist,3.14.0-GA, org.jdom,com.springsource.org.jdom,1.1.0, org.junit,org.motechproject.org.junit,4.9-r011, org.mockito,com.springsource.org.mockito,1.8.4, org.mockito,mockito-all,1.8.5, org.mortbay.jetty,com.springsource.org.mortbay.jetty.server,6.1.9, org.mortbay.jetty,com.springsource.org.mortbay.util,6.1.9, org.mortbay.jetty,jetty,6.1.21, org.mortbay.jetty,jetty-sslengine,6.1.21, org.mortbay.jetty,jetty-util,6.1.21, org.mortbay.jetty,servlet-api,2.5-20081211, org.motechproject,org.motechproject.osgi.it,1.0.2.RELEASE-r014, org.objectweb.asm,com.springsource.org.objectweb.asm,2.2.3, org.objectweb.howl,com.springsource.org.objectweb.howl,1.0.2, org.objenesis,com.springsource.org.objenesis,1.2.0, org.objenesis,objenesis,1.2, org.osgi,org.osgi.compendium,4.2.0, org.osgi,org.osgi.core,4.2.0, org.powermock,powermock-api-mockito,1.4.9, org.powermock,powermock-api-support,1.4.9, org.powermock,powermock-core,1.4.9, org.powermock,powermock-module-junit4,1.4.9, org.powermock,powermock-module-junit4-common,1.4.9, org.powermock,powermock-reflect,1.4.9, org.quartz-scheduler,org.motechproject.org.quartz-scheduler,2.1.5-r011, org.relaxng,com.springsource.org.relaxng.datatype,1.0.0, org.slf4j,com.springsource.slf4j.api,1.6.1, org.slf4j,com.springsource.slf4j.log4j,1.6.1, org.slf4j,com.springsource.slf4j.org.apache.commons.logging,1.6.1, org.springframework,org.springframework.context.support,3.1.0.RELEASE, org.springframework,org.springframework.jms,3.1.0.RELEASE, org.springframework,org.springframework.transaction,3.1.0.RELEASE, org.springframework,org.springframework.web,3.1.0.RELEASE, org.springframework,org.springframework.web.servlet,3.1.0.RELEASE, org.springframework.integration,spring-integration-core,2.1.0.RELEASE, org.springframework.integration,spring-integration-jms,2.1.0.RELEASE, org.xmlpull,com.springsource.org.xmlpull,1.1.3.4-O, org.motechproject,motech-platform-commons-api,0.20-SNAPSHOT, org.motechproject,motech-platform-commons-couchdb,0.20-SNAPSHOT, org.motechproject,motech-platform-commons-date,0.20-SNAPSHOT, org.motechproject,motech-platform-event,0.20-SNAPSHOT, org.motechproject,motech-platform-osgi-extender-fragment,0.20-SNAPSHOT, org.motechproject,motech-platform-osgi-web-util,0.20-SNAPSHOT, org.motechproject,motech-platform-server-config,0.20-SNAPSHOT, org.motechproject,motech-testing-utils,0.20-SNAPSHOT}
[INFO] Started jetty 6.1.x at port 8080
2013-06-12 02:26:15,593 WARN [org.motechproject.commcare.osgi.CommcareBundleIT] Waiting for applicationContext for bundle=org.motechproject.motech-platform-commons-couchdb timed out
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 63.923 sec <<< FAILURE!

Results :

Tests in error:
testSettingsController(org.motechproject.commcare.osgi.CommcareBundleIT): Gave up waiting for application context for 'org.motechproject.motech-platform-commons-couchdb' to be created
testCommcareFormService(org.motechproject.commcare.osgi.CommcareBundleIT)
testCommcareUserService(org.motechproject.commcare.osgi.CommcareBundleIT)
testCommcareCaseService(org.motechproject.commcare.osgi.CommcareBundleIT)
testOsgiPlatformStarts(org.motechproject.commcare.osgi.CommcareBundleIT)

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.9:verify (verify) @ motech-commcare-api ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MOTECH ............................................ SUCCESS [4.618s]
[INFO] MOTECH Platform Server API ........................ SUCCESS [10.374s]
[INFO] MOTECH Platform Commons API ....................... SUCCESS [8.703s]
[INFO] MOTECH Platform Commons Couchdb ................... SUCCESS [10.445s]
[INFO] MOTECH Platform Commons Date ...................... SUCCESS [7.061s]
[INFO] MOTECH Testing Utils .............................. SUCCESS [5.102s]
[INFO] MOTECH Platform Event ............................. SUCCESS [1:00.424s]
[INFO] MOTECH Platform Server Config ..................... SUCCESS [10.918s]
[INFO] MOTECH Web Security ............................... SUCCESS [32.798s]
[INFO] MOTECH Platform Osgi Extender Fragment ............ SUCCESS [2.069s]
[INFO] MOTECH OSGI Web util .............................. SUCCESS [17.880s]
[INFO] MOTECH Web Security Bundle ........................ SUCCESS [11.456s]
[INFO] MOTECH Platform Server Startup .................... SUCCESS [2.380s]
[INFO] MoTeCH Platform Server Bundle ..................... SUCCESS [34.627s]
[INFO] MOTECH Admin ...................................... SUCCESS [37.043s]
[INFO] MOTECH IVR API .................................... SUCCESS [8.972s]
[INFO] MoTeCH IVR API Bundle ............................. SUCCESS [30.450s]
[INFO] MOTECH Decision Tree Core ......................... SUCCESS [20.045s]
[INFO] MOTECH Call Flow .................................. SUCCESS [22.363s]
[INFO] MOTECH Scheduler .................................. SUCCESS [29.984s]
[INFO] MOTECH IVR Verboice ............................... SUCCESS [17.067s]
[INFO] MOTECH Demo App ................................... SUCCESS [19.445s]
[INFO] MOTECH Alerts API ................................. SUCCESS [17.932s]
[INFO] MOTECH Tasks ...................................... SUCCESS [14.220s]
[INFO] MOTECH MRS API .................................... SUCCESS [12.378s]
[INFO] MOTECH Tasks Bundle ............................... SUCCESS [31.713s]
[INFO] MOTECH Tasks Test Utils ........................... SUCCESS [2.035s]
[INFO] MOTECH Appointments API ........................... SUCCESS [33.753s]
[INFO] MOTECH CMS lite API ............................... SUCCESS [30.809s]
[INFO] MOTECH CommCare API ............................... FAILURE [1:10.368s]
[INFO] MOTECH IVR Asterisk ............................... SKIPPED
[INFO] MOTECH IVR Asterisk Bundle ........................ SKIPPED
[INFO] MOTECH IVR Kookoo ................................. SKIPPED
[INFO] MOTECH IVR Kookoo Bundle .......................... SKIPPED
[INFO] MOTECH IVR Verboice Bundle ........................ SKIPPED
[INFO] MOTECH IVR Voxeo .................................. SKIPPED
[INFO] MOTECH IVR Voxeo Bundle ........................... SKIPPED
[INFO] MOTECH Message Campaign ........................... SKIPPED
[INFO] MOTECH Mobile Forms API ........................... SKIPPED
[INFO] MOTECH Mobile Forms API Bundle .................... SKIPPED
[INFO] MOTECH OpenMRS Domain ............................. SKIPPED
[INFO] MOTECH OpenMRS API ................................ SKIPPED
[INFO] MOTECH OpenMRS API Bundle ......................... SKIPPED
[INFO] MOTECH OpenMRS Atom Feed Module ................... SKIPPED
[INFO] MOTECH OpenMRS Atom Feed Module Bundle ............ SKIPPED
[INFO] MOTECH OpenMRS Web Services ....................... SKIPPED
[INFO] MOTECH OpenMRS Web Services Bundle ................ SKIPPED
[INFO] MOTECH Outbox ..................................... SKIPPED
[INFO] MOTECH Outbox Bundle .............................. SKIPPED
[INFO] MOTECH Pill Reminder API .......................... SKIPPED
[INFO] MOTECH Schedule Tracking API ...................... SKIPPED
[INFO] MOTECH SMS API .................................... SKIPPED
[INFO] MOTECH SMS API Bundle ............................. SKIPPED
[INFO] MOTECH SMS HTTP ................................... SKIPPED
[INFO] MOTECH SMS HTTP Bundle ............................ SKIPPED
[INFO] MOTECH SMS SMPP ................................... SKIPPED
[INFO] MOTECH SMS SMPP Bundle ............................ SKIPPED
[INFO] MOTECH Event Logging .............................. SKIPPED
[INFO] MOTECH Event Aggregation .......................... SKIPPED
[INFO] MOTECH Rules API .................................. SKIPPED
[INFO] MOTECH Rules API Bundle ........................... SKIPPED
[INFO] MOTECH MRS CouchDB ................................ SKIPPED
[INFO] MOTECH Platform Server ............................ SKIPPED
[INFO] MOTECH OpenMRS OMOD ............................... SKIPPED
[INFO] MoTeCH Http Agent ................................. SKIPPED
[INFO] MoTeCH Http Agent Bundle .......................... SKIPPED
[INFO] Archetype - maven-archetype-motech-module ......... SKIPPED
[INFO] MOTECH Debian Packages ............................ SKIPPED
[INFO] MOTECH Base RPM package ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:20.376s
[INFO] Finished at: Wed Jun 12 02:26:17 PDT 2013
[INFO] Final Memory: 103M/335M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.9:verify (verify) on project motech-commcare-api: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/commcare/api/target/failsafe-reports> for the individual test results.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :motech-commcare-api

Jenkins

unread,
Jun 12, 2013, 6:36:27 AM6/12/13
to motec...@googlegroups.com, sr...@thoughtworks.com, pge...@soldevelo.com, kkowa...@soldevelo.com
See <http://ci.motechproject.org/job/MOTECH-Platform/234/changes>

Changes:

[Paweł Gesek] pgesek | Fix issue with reference listeners in the mrs module

------------------------------------------
[...truncated 53281 lines...]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:795)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:723)
... 71 more
Caused by: org.motechproject.scheduler.exception.SchedulerInstantiationException: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'motechDS': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]]
at org.motechproject.scheduler.factory.MotechSchedulerFactoryBean.init(MotechSchedulerFactoryBean.java:47)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
... 84 more
Caused by: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'motechDS': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]]
at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:683)
at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:526)
at org.quartz.impl.StdScheduler.start(StdScheduler.java:143)
at org.motechproject.scheduler.factory.MotechSchedulerFactoryBean.init(MotechSchedulerFactoryBean.java:44)
... 90 more
Caused by: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'motechDS': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]
at org.quartz.impl.jdbcjobstore.JobStoreSupport.getConnection(JobStoreSupport.java:767)
at org.quartz.impl.jdbcjobstore.JobStoreTX.getNonManagedTXConnection(JobStoreTX.java:71)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3808)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3773)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverJobs(JobStoreSupport.java:823)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:681)
... 93 more
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.quartz.utils.PoolingConnectionProvider.getConnection(PoolingConnectionProvider.java:247)
at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:108)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.getConnection(JobStoreSupport.java:764)
... 98 more
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
... 102 more
2013-06-12 03:35:26,391 WARN [com.mchange.v2.c3p0.DriverManagerDataSource] Could not load driverClass com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at com.mchange.v2.c3p0.DriverManagerDataSource.ensureDriverLoaded(DriverManagerDataSource.java:101)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:133)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2013-06-12 03:35:26,393 WARN [com.mchange.v2.resourcepool.BasicResourcePool] com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1c1ba7f9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:289)
at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataSource.java:224)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:135)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 59.257 sec <<< FAILURE!

Results :

Tests in error:
shouldScheduleCronJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldIgnoreFiresInPastWhenSchedulingCronJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldNotIgnoreFiresInPastWhenSchedulingCronJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldRescheduleCronJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldRescheduleCronJobWithNewSchedule(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForInvalidCronExpression(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForInvalidCronExpressionWhenreschedulingJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForNullCronJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleRunOnceJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldNotScheduleRunOnceJobInThePast(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForNullRunOneceJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleRepeatJobBoundByCount(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleRepeatJobBoundByEndDate(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleInterveningRepeatJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleInterveningRepeatJobWithoutEndDate(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForNullRepeatJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForNullMotechEvent(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldThrowExceptionForNullStartTime(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleDayOfWeekJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldScheduleInterveningDayOfWeekJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldUnscheduleJob(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldUnscheduleAllJobsWithAGivenJobIdPrefix(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldGetJobTimes(org.motechproject.scheduler.MotechSchedulerServiceImplIT): Failed to load ApplicationContext
shouldWaitForJobsToCompleteBeforeShutdown(org.motechproject.scheduler.SpringQuartzIT): Failed to load ApplicationContext
scheduleUnscheduleTest(org.motechproject.scheduler.SpringQuartzIT): Failed to load ApplicationContext

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.9:integration-test (integration-test-osgi) @ motech-scheduler ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/scheduler/scheduler/target/failsafe-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider

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

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.motechproject.scheduler.osgi.SchedulerBundleIT
Jun 12, 2013 3:35:33 AM org.motechproject.testing.osgi.BaseOsgiIT getTestFrameworkBundlesNames
INFO: Framework Bundles: [org.springframework,org.springframework.asm,3.1.0.RELEASE, org.springframework,org.springframework.beans,3.1.0.RELEASE, org.springframework,org.springframework.core,3.1.0.RELEASE, org.springframework,org.springframework.context,3.1.0.RELEASE, org.springframework,org.springframework.expression,3.1.0.RELEASE, org.springframework,org.springframework.aop,3.1.0.RELEASE, org.springframework,org.springframework.test,3.1.0.RELEASE]
Jun 12, 2013 3:35:33 AM org.motechproject.testing.osgi.BaseOsgiIT getTestFrameworkBundlesNames
INFO: Framework Bundles: [org.springframework,org.springframework.asm,3.1.0.RELEASE, org.springframework,org.springframework.beans,3.1.0.RELEASE, org.springframework,org.springframework.core,3.1.0.RELEASE, org.springframework,org.springframework.context,3.1.0.RELEASE, org.springframework,org.springframework.expression,3.1.0.RELEASE, org.springframework,org.springframework.aop,3.1.0.RELEASE, org.springframework,org.springframework.test,3.1.0.RELEASE]
Jun 12, 2013 3:35:33 AM org.motechproject.testing.osgi.BaseOsgiIT getTestBundlesNames
INFO: Test bundles :{com.google.code.gson,org.motechproject.com.google.code.gson,1.7.1-r011, com.googlecode.lambdaj,org.motechproject.com.googlecode.lambdaj,2.3.3-r011, com.mchange.c3p0,com.springsource.com.mchange.v2.c3p0,0.9.1, javax.activation,com.springsource.javax.activation,1.1.1, javax.ejb,com.springsource.javax.ejb,3.0.0, javax.jms,com.springsource.javax.jms,1.1.0, javax.servlet,com.springsource.javax.servlet,2.5.0, javax.servlet,servlet-api,2.5, javax.transaction,com.springsource.javax.transaction,1.1.0, javax.xml.rpc,com.springsource.javax.xml.rpc,1.1.0, javax.xml.soap,com.springsource.javax.xml.soap,1.3.0, joda-time,joda-time,2.0, junit,junit,4.8.2, net.sourceforge.cglib,com.springsource.net.sf.cglib,2.2.0, org.aopalliance,com.springsource.org.aopalliance,1.0.0, org.apache.activemq,kahadb,5.4.2, org.apache.activemq,org.motechproject.org.apache.activemq,5.4.2-r011, org.apache.commons,com.springsource.org.apache.commons.codec,1.4.0, org.apache.commons,com.springsource.org.apache.commons.collections,3.2.1, org.apache.commons,com.springsource.org.apache.commons.io,1.4.0, org.apache.commons,com.springsource.org.apache.commons.lang,2.6.0, org.apache.commons,com.springsource.org.apache.commons.logging,1.1.1, org.apache.commons,com.springsource.org.apache.commons.vfs,1.0.0, org.apache.felix,org.apache.felix.http.api,2.0.4, org.apache.felix,org.apache.felix.http.base,2.0.4, org.apache.felix,org.apache.felix.http.jetty,2.0.4, org.apache.felix,org.apache.felix.main,3.2.0, org.apache.geronimo.specs,com.springsource.javax.management.j2ee,1.0.1, org.apache.httpcomponents,com.springsource.org.apache.httpcomponents.httpclient,4.1.1, org.apache.httpcomponents,com.springsource.org.apache.httpcomponents.httpcore,4.1.1, org.apache.log4j,com.springsource.org.apache.log4j,1.2.16, org.aspectj,com.springsource.org.aspectj.runtime,1.6.8.RELEASE, org.aspectj,com.springsource.org.aspectj.weaver,1.6.12.RELEASE, org.codehaus.jackson,org.motechproject.org.codehaus.jackson,1.9.7-r011, org.eclipse.gemini,org.eclipse.gemini.blueprint.core,1.0.2.RELEASE, org.eclipse.gemini,org.eclipse.gemini.blueprint.extender,1.0.2.RELEASE, org.eclipse.gemini,org.eclipse.gemini.blueprint.io,1.0.2.RELEASE, org.eclipse.gemini.blueprint,org.motechproject.gemini-blueprint-mock,1.0.2.RELEASE, org.eclipse.gemini.blueprint,org.motechproject.gemini-blueprint-test,1.0.2.RELEASE, org.eclipse.osgi,org.eclipse.osgi.services,3.3.0.v20110513, org.ektorp,org.motechproject.org.ektorp,1.3.0-r011, org.hamcrest,com.springsource.org.hamcrest,1.1.0, org.hamcrest,com.springsource.org.hamcrest.core,1.1.0, org.javassist,javassist,3.14.0-GA, org.junit,org.motechproject.org.junit,4.9-r011, org.mockito,com.springsource.org.mockito,1.8.4, org.mockito,mockito-all,1.8.5, org.mortbay.jetty,com.springsource.org.mortbay.jetty.server,6.1.9, org.mortbay.jetty,com.springsource.org.mortbay.util,6.1.9, org.mortbay.jetty,jetty,6.1.21, org.mortbay.jetty,jetty-sslengine,6.1.21, org.mortbay.jetty,jetty-util,6.1.21, org.mortbay.jetty,servlet-api,2.5-20081211, org.motechproject,org.motechproject.osgi.it,1.0.2.RELEASE-r014, org.objectweb.asm,com.springsource.org.objectweb.asm,2.2.3, org.objectweb.howl,com.springsource.org.objectweb.howl,1.0.2, org.objenesis,com.springsource.org.objenesis,1.2.0, org.objenesis,objenesis,1.2, org.osgi,org.osgi.compendium,4.2.0, org.osgi,org.osgi.core,4.2.0, org.powermock,powermock-api-mockito,1.4.9, org.powermock,powermock-api-support,1.4.9, org.powermock,powermock-core,1.4.9, org.powermock,powermock-module-junit4,1.4.9, org.powermock,powermock-module-junit4-common,1.4.9, org.powermock,powermock-reflect,1.4.9, org.quartz-scheduler,org.motechproject.org.quartz-scheduler,2.1.5-r011, org.slf4j,com.springsource.slf4j.api,1.6.1, org.slf4j,com.springsource.slf4j.log4j,1.6.1, org.slf4j,com.springsource.slf4j.org.apache.commons.logging,1.6.1, org.springframework,org.springframework.context.support,3.1.0.RELEASE, org.springframework,org.springframework.jms,3.1.0.RELEASE, org.springframework,org.springframework.transaction,3.1.0.RELEASE, org.springframework,org.springframework.web,3.1.0.RELEASE, org.springframework,org.springframework.web.servlet,3.1.0.RELEASE, org.springframework.integration,spring-integration-core,2.1.0.RELEASE, org.springframework.integration,spring-integration-jms,2.1.0.RELEASE, org.motechproject,motech-platform-commons-api,0.20-SNAPSHOT, org.motechproject,motech-platform-commons-couchdb,0.20-SNAPSHOT, org.motechproject,motech-platform-commons-date,0.20-SNAPSHOT, org.motechproject,motech-platform-event,0.20-SNAPSHOT, org.motechproject,motech-platform-osgi-extender-fragment,0.20-SNAPSHOT, org.motechproject,motech-platform-osgi-web-util,0.20-SNAPSHOT, org.motechproject,motech-platform-server-config,0.20-SNAPSHOT, org.motechproject,motech-testing-utils,0.20-SNAPSHOT}
[INFO] Started jetty 6.1.x at port 8080
[INFO] Initializing Spring FrameworkServlet 'servlet_1'
[INFO] Initialized servlet for org.motechproject.motech-scheduler [93]
Jun 12, 2013 3:35:40 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: Apache Software Foundation
Jun 12, 2013 3:35:40 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: 1.5
Jun 12, 2013 3:35:40 AM org.motechproject.testing.osgi.BaseOsgiIT testOsgiPlatformStarts
INFO: JavaSE-1.6,JavaSE-1.7,J2SE-1.5,J2SE-1.4,J2SE-1.3, OSGi/Minimum-1.2,OSGi/Minimum-1.1,OSGi/Minimum-1.0
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.136 sec

Results :

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.9:verify (verify) @ motech-scheduler ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/scheduler/scheduler/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MOTECH ............................................ SUCCESS [4.444s]
[INFO] MOTECH Platform Server API ........................ SUCCESS [10.454s]
[INFO] MOTECH Platform Commons API ....................... SUCCESS [8.826s]
[INFO] MOTECH Platform Commons Couchdb ................... SUCCESS [10.261s]
[INFO] MOTECH Platform Commons Date ...................... SUCCESS [6.795s]
[INFO] MOTECH Testing Utils .............................. SUCCESS [5.212s]
[INFO] MOTECH Platform Event ............................. SUCCESS [1:01.120s]
[INFO] MOTECH Platform Server Config ..................... SUCCESS [10.219s]
[INFO] MOTECH Web Security ............................... SUCCESS [31.528s]
[INFO] MOTECH Platform Osgi Extender Fragment ............ SUCCESS [2.096s]
[INFO] MOTECH OSGI Web util .............................. SUCCESS [17.949s]
[INFO] MOTECH Web Security Bundle ........................ SUCCESS [11.743s]
[INFO] MOTECH Platform Server Startup .................... SUCCESS [2.383s]
[INFO] MoTeCH Platform Server Bundle ..................... SUCCESS [29.892s]
[INFO] MOTECH Admin ...................................... SUCCESS [38.996s]
[INFO] MOTECH IVR API .................................... SUCCESS [8.742s]
[INFO] MoTeCH IVR API Bundle ............................. SUCCESS [17.783s]
[INFO] MOTECH Decision Tree Core ......................... SUCCESS [20.081s]
[INFO] MOTECH Call Flow .................................. SUCCESS [22.303s]
[INFO] MOTECH Scheduler .................................. FAILURE [12:50.965s]
[INFO] MOTECH IVR Verboice ............................... SKIPPED
[INFO] MOTECH Demo App ................................... SKIPPED
[INFO] MOTECH Alerts API ................................. SKIPPED
[INFO] MOTECH Tasks ...................................... SKIPPED
[INFO] MOTECH MRS API .................................... SKIPPED
[INFO] MOTECH Tasks Bundle ............................... SKIPPED
[INFO] MOTECH Tasks Test Utils ........................... SKIPPED
[INFO] MOTECH Appointments API ........................... SKIPPED
[INFO] MOTECH CMS lite API ............................... SKIPPED
[INFO] MOTECH CommCare API ............................... SKIPPED
[INFO] Total time: 18:14.441s
[INFO] Finished at: Wed Jun 12 03:35:41 PDT 2013
[INFO] Final Memory: 72M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.9:verify (verify) on project motech-scheduler: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ci.motechproject.org/job/MOTECH-Platform/ws/modules/scheduler/scheduler/target/failsafe-reports> for the individual test results.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :motech-scheduler

Jenkins

unread,
Jun 12, 2013, 9:01:47 AM6/12/13
to motec...@googlegroups.com, sr...@thoughtworks.com, pge...@soldevelo.com, ger...@domu-12-31-39-0a-11-79.compute-1.internal, kkowa...@soldevelo.com
Reply all
Reply to author
Forward
0 new messages