Build failed in Jenkins: Platform-IntegrationTests #1151

5 views
Skip to first unread message

Jenkins

unread,
Sep 25, 2014, 12:16:01 PM9/25/14
to motec...@googlegroups.com, fhu...@grameenfoundation.org
See <http://ci.motechproject.org/job/Platform-IntegrationTests/1151/changes>

Changes:

[Frank Huster] Documentation: IVR demos work

------------------------------------------
[...truncated 2609 lines...]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2820)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2769)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:907)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:791)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:760)
at org.datanucleus.store.rdbms.table.TableImpl.createIndices(TableImpl.java:648)
at org.datanucleus.store.rdbms.table.TableImpl.createConstraints(TableImpl.java:422)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.performTablesValidation(RDBMSStoreManager.java:3487)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.addClassTablesAndValidate(RDBMSStoreManager.java:3218)
... 21 more
Nested Throwables StackTrace:
java.sql.SQLException: The table 'MDS_FOO' is full
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1094)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4208)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4140)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2597)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2758)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2820)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2769)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:907)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:791)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:760)
at org.datanucleus.store.rdbms.table.TableImpl.createIndices(TableImpl.java:648)
at org.datanucleus.store.rdbms.table.TableImpl.createConstraints(TableImpl.java:422)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.performTablesValidation(RDBMSStoreManager.java:3487)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.addClassTablesAndValidate(RDBMSStoreManager.java:3218)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.run(RDBMSStoreManager.java:2869)
at org.datanucleus.store.rdbms.AbstractSchemaTransaction.execute(AbstractSchemaTransaction.java:122)
at org.datanucleus.store.rdbms.RDBMSStoreManager.createSchema(RDBMSStoreManager.java:4079)
at org.motechproject.mds.jdo.SchemaGenerator.generateSchema(SchemaGenerator.java:48)
at org.motechproject.mds.jdo.SchemaGenerator.afterPropertiesSet(SchemaGenerator.java:39)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
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.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:60)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:325)
at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:290)
at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137)
at java.lang.Thread.run(Thread.java:744)
java.sql.SQLException: The table 'MDS_FOO__TRASH' is full
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1094)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4208)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4140)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2597)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2758)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2820)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2769)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:907)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:791)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:760)
at org.datanucleus.store.rdbms.table.TableImpl.createIndices(TableImpl.java:648)
at org.datanucleus.store.rdbms.table.TableImpl.createConstraints(TableImpl.java:422)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.performTablesValidation(RDBMSStoreManager.java:3487)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.addClassTablesAndValidate(RDBMSStoreManager.java:3218)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.run(RDBMSStoreManager.java:2869)
at org.datanucleus.store.rdbms.AbstractSchemaTransaction.execute(AbstractSchemaTransaction.java:122)
at org.datanucleus.store.rdbms.RDBMSStoreManager.createSchema(RDBMSStoreManager.java:4079)
at org.motechproject.mds.jdo.SchemaGenerator.generateSchema(SchemaGenerator.java:48)
at org.motechproject.mds.jdo.SchemaGenerator.afterPropertiesSet(SchemaGenerator.java:39)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
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.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:60)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:325)
at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:290)
at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137)
at java.lang.Thread.run(Thread.java:744)
java.sql.SQLException: The table 'MDS_FOO__HISTORY' is full
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1094)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4208)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4140)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2597)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2758)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2820)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2769)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:907)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:791)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.datanucleus.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:760)
at org.datanucleus.store.rdbms.table.TableImpl.createIndices(TableImpl.java:648)
at org.datanucleus.store.rdbms.table.TableImpl.createConstraints(TableImpl.java:422)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.performTablesValidation(RDBMSStoreManager.java:3487)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.addClassTablesAndValidate(RDBMSStoreManager.java:3218)
at org.datanucleus.store.rdbms.RDBMSStoreManager$ClassAdder.run(RDBMSStoreManager.java:2869)
at org.datanucleus.store.rdbms.AbstractSchemaTransaction.execute(AbstractSchemaTransaction.java:122)
at org.datanucleus.store.rdbms.RDBMSStoreManager.createSchema(RDBMSStoreManager.java:4079)
at org.motechproject.mds.jdo.SchemaGenerator.generateSchema(SchemaGenerator.java:48)
at org.motechproject.mds.jdo.SchemaGenerator.afterPropertiesSet(SchemaGenerator.java:39)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
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.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:60)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:325)
at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:290)
at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137)
at java.lang.Thread.run(Thread.java:744)
2014-09-25 16:16:58,440 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] The entities bundle context has been initialized
2014-09-25 16:16:58,575 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Done waiting for entities context
2014-09-25 16:16:59,543 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Regenerating the mds entities bundle
2014-09-25 16:16:59,543 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-25 16:16:59,543 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-25 16:16:59,543 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-25 16:16:59,577 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Foo
2014-09-25 16:16:59,577 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Foo
2014-09-25 16:16:59,577 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Foo
2014-09-25 16:16:59,586 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Foo
2014-09-25 16:16:59,595 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Foo
2014-09-25 16:16:59,754 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Updating mds data provider
2014-09-25 16:16:59,780 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Waiting for entities context
2014-09-25 16:16:59,780 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Waiting for entities context
2014-09-25 16:16:59,780 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Done waiting for entities context
2014-09-25 16:16:59,780 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Generating bundle jar
2014-09-25 16:16:59,783 INFO [org.motechproject.mds.osgi.MdsBundleIT] Cleaning up entities
2014-09-25 16:17:00,274 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] The entities bundle context has been unregistered
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.676 sec <<< FAILURE! - in org.motechproject.mds.osgi.MdsBundleIT
testEntitiesBundleInstallsProperly(org.motechproject.mds.osgi.MdsBundleIT) Time elapsed: 20.629 sec <<< ERROR!
java.nio.file.FileSystemException: /tmp/mds349605244076582681: No space left on device
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
at java.nio.file.Files.createDirectory(Files.java:628)
at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
at java.nio.file.Files.createTempDirectory(Files.java:942)
at org.motechproject.mds.service.impl.JarGeneratorServiceImpl.generate(JarGeneratorServiceImpl.java:153)
at org.motechproject.mds.service.impl.JarGeneratorServiceImpl.regenerateMdsDataBundle(JarGeneratorServiceImpl.java:123)
at org.motechproject.mds.service.impl.JarGeneratorServiceImpl.regenerateMdsDataBundle(JarGeneratorServiceImpl.java:97)
at org.motechproject.mds.service.impl.JarGeneratorServiceImpl.regenerateMdsDataBundle(JarGeneratorServiceImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy50.regenerateMdsDataBundle(Unknown Source)
at org.motechproject.mds.osgi.MdsBundleIT.prepareTestEntities(MdsBundleIT.java:511)
at org.motechproject.mds.osgi.MdsBundleIT.testEntitiesBundleInstallsProperly(MdsBundleIT.java:140)


Results :

Tests in error:
MdsBundleIT.testEntitiesBundleInstallsProperly:140->prepareTestEntities:511 ? FileSystem

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

[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-package-cycles) @ motech-platform-dataservices ---
[INFO] Analysing package cyclic dependencies
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (verify) @ motech-platform-dataservices ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/Platform-IntegrationTests/ws/platform/mds/mds/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MOTECH ............................................ SUCCESS [3.000s]
[INFO] MOTECH Platform Server API ........................ SUCCESS [6.665s]
[INFO] MOTECH OSGi Platform .............................. SUCCESS [2.274s]
[INFO] MOTECH Pax Test Container ......................... SUCCESS [3.402s]
[INFO] MOTECH Pax Testing ................................ SUCCESS [3.010s]
[INFO] MOTECH Platform Commons Date ...................... SUCCESS [4.848s]
[INFO] MOTECH Platform Commons API ....................... SUCCESS [4.333s]
[INFO] MOTECH Testing Utils .............................. SUCCESS [2.444s]
[INFO] MOTECH Core Config ................................ SUCCESS [7.745s]
[INFO] MOTECH Platform Commons SQL ....................... SUCCESS [0.891s]
[INFO] MOTECH Platform Osgi Extender Fragment ............ SUCCESS [0.966s]
[INFO] MOTECH OSGI Web Util .............................. SUCCESS [18.636s]
[INFO] MOTECH Platform Data Services Migration ........... SUCCESS [0.816s]
[INFO] MOTECH Platform Data Services ..................... FAILURE [1:09.697s]
[INFO] MOTECH Platform Server Config ..................... SKIPPED
[INFO] MOTECH Platform Event ............................. SKIPPED
[INFO] MOTECH OSGi Integration Tests ..................... SKIPPED
[INFO] MOTECH Web Security ............................... SKIPPED
[INFO] MOTECH Platform Server Bundle ..................... SKIPPED
[INFO] MOTECH Scheduler .................................. SKIPPED
[INFO] MOTECH Platform Email ............................. SKIPPED
[INFO] MOTECH Admin ...................................... SKIPPED
[INFO] MOTECH Platform Server ............................ SKIPPED
[INFO] MOTECH Tasks ...................................... SKIPPED
[INFO] MOTECH Platform Data Services Web ................. SKIPPED
[INFO] MOTECH Tasks Test Utils ........................... SKIPPED
[INFO] MOTECH Tasks Test Bundle .......................... SKIPPED
[INFO] MOTECH Platform Data Services Test Bundle ......... SKIPPED
[INFO] MOTECH Platform Data Services Performance Tests ... SKIPPED
[INFO] MOTECH Minimal Bundle Archetype ................... SKIPPED
[INFO] MOTECH HTTP Bundle Archetype ...................... SKIPPED
[INFO] MOTECH Repository Bundle Archetype ................ SKIPPED
[INFO] MOTECH Settings Bundle Archetype .................. SKIPPED
[INFO] MOTECH Debian Packages ............................ SKIPPED
[INFO] MOTECH Base RPM package ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:10.374s
[INFO] Finished at: Thu Sep 25 16:17:01 UTC 2014
[INFO] Final Memory: 79M/989M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (verify) on project motech-platform-dataservices: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ci.motechproject.org/job/Platform-IntegrationTests/ws/platform/mds/mds/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-platform-dataservices
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Jenkins

unread,
Sep 26, 2014, 5:18:49 AM9/26/14
to motec...@googlegroups.com, mpak...@soldevelo.com, fhu...@grameenfoundation.org
See <http://ci.motechproject.org/job/Platform-IntegrationTests/1152/changes>

Changes:

[mpakulski] MOTECH-1091: Change behaviour of name parameter from @Field annotation

------------------------------------------
[...truncated 2306 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 sec - in org.motechproject.mds.service.JarGeneratorServiceIT
Running org.motechproject.mds.service.EntityServiceIT
2014-09-26 09:19:26,331 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Regenerating the mds entities bundle
2014-09-26 09:19:26,331 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:26,331 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:26,331 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:26,376 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Test
2014-09-26 09:19:26,377 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Test
2014-09-26 09:19:26,378 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Test
2014-09-26 09:19:26,381 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Test
2014-09-26 09:19:26,385 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Test
2014-09-26 09:19:26,426 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Updating mds data provider
2014-09-26 09:19:26,436 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Generating bundle jar
2014-09-26 09:19:26,456 INFO [org.motechproject.mds.service.impl.JarGeneratorServiceImpl] Generated bundle jar
2014-09-26 09:19:26,461 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Entities bundle does not exist
2014-09-26 09:19:26,461 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Installing the entities bundle
2014-09-26 09:19:26,462 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Installed the entities bundle
2014-09-26 09:19:26,462 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Starting the entities bundle
2014-09-26 09:19:26,462 WARN [org.motechproject.mds.osgi.EntitiesBundleMonitor] No entities bundle to start
2014-09-26 09:19:26,463 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Started the entities bundle
2014-09-26 09:19:26,463 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Waiting for entities context
2014-09-26 09:19:26,464 INFO [org.motechproject.mds.osgi.EntitiesBundleMonitor] Done waiting for entities context
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.994 sec - in org.motechproject.mds.service.EntityServiceIT
Running org.motechproject.mds.service.HistoryServiceIT
2014-09-26 09:19:27,582 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:27,582 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:27,623 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:27,623 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:27,623 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:27,643 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:27,643 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:27,644 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Lorem
2014-09-26 09:19:27,646 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:27,649 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:28,436 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:28,437 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:28,496 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:28,497 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:28,497 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:28,524 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:28,524 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:28,525 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Lorem
2014-09-26 09:19:28,527 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:28,530 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:28,954 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:28,954 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:28,989 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:28,989 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:28,989 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:29,007 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,007 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,008 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Lorem
2014-09-26 09:19:29,009 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,012 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,357 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:29,357 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:29,408 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:29,409 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:29,409 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:29,435 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,435 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,436 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Lorem
2014-09-26 09:19:29,438 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Lorem
2014-09-26 09:19:29,441 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Lorem
Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.495 sec - in org.motechproject.mds.service.HistoryServiceIT
Running org.motechproject.mds.repository.AllEntitiesIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec - in org.motechproject.mds.repository.AllEntitiesIT
Running org.motechproject.mds.repository.AllTypesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.motechproject.mds.repository.AllTypesIT
Running org.motechproject.mds.repository.AllEntityDraftsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.motechproject.mds.repository.AllEntityDraftsIT
Running org.motechproject.mds.repository.AllTypeSettingsIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.motechproject.mds.repository.AllTypeSettingsIT
Running org.motechproject.mds.jdo.AutoGenerationIT
2014-09-26 09:19:30,346 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:30,346 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:30,402 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:30,402 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:30,402 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:30,419 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.Duke
2014-09-26 09:19:30,419 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.Duke
2014-09-26 09:19:30,420 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: Duke
2014-09-26 09:19:30,422 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.Duke
2014-09-26 09:19:30,424 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.Duke
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.399 sec - in org.motechproject.mds.jdo.AutoGenerationIT
Running org.motechproject.mds.filter.FilterIT
2014-09-26 09:19:45,757 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:45,757 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:45,803 INFO [org.motechproject.mds.util.MDSClassLoader] The context class loader of the current thread was reloaded
2014-09-26 09:19:45,803 INFO [org.motechproject.mds.util.MDSClassLoader] The MDS class loader was reloaded
2014-09-26 09:19:45,803 INFO [org.motechproject.mds.builder.impl.MDSConstructorImpl] Building all entities
2014-09-26 09:19:45,820 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty history class for: org.motechproject.mds.entity.TestForFilter
2014-09-26 09:19:45,821 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building empty trash class for: org.motechproject.mds.entity.TestForFilter
2014-09-26 09:19:45,822 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building EUDE: TestForFilter
2014-09-26 09:19:45,824 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building history class for: org.motechproject.mds.entity.TestForFilter
2014-09-26 09:19:45,827 INFO [org.motechproject.mds.builder.impl.EntityBuilderImpl] Building trash class for: org.motechproject.mds.entity.TestForFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec - in org.motechproject.mds.filter.FilterIT

Results :

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

[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test-osgi) @ motech-platform-dataservices ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.mds.osgi.MdsBundleIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.376 sec <<< FAILURE! - in org.motechproject.mds.osgi.MdsBundleIT
org.motechproject.mds.osgi.MdsBundleIT Time elapsed: 1.333 sec <<< ERROR!
org.ops4j.pax.exam.TestContainerException: Problem starting test container.
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.start(NativeTestContainer.java:178)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136)
at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:452)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:111)
at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.osgi.framework.BundleException: Unable to cache bundle: mvn:org.datanucleus/datanucleus-api-jdo/3.2.7
at org.apache.felix.framework.Felix.installBundle(Felix.java:2870)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.installAndStartBundles(NativeTestContainer.java:307)
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.start(NativeTestContainer.java:175)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136)
at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:452)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:111)
at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:345)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
at org.apache.felix.framework.cache.BundleCache.copyStreamToFile(BundleCache.java:359)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2866)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.installAndStartBundles(NativeTestContainer.java:307)
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.start(NativeTestContainer.java:175)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136)
at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:452)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:111)
at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Tests in error:
MdsBundleIT.org.motechproject.mds.osgi.MdsBundleIT ? TestContainer Problem sta...

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

[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-package-cycles) @ motech-platform-dataservices ---
[INFO] Analysing package cyclic dependencies
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (verify) @ motech-platform-dataservices ---
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/Platform-IntegrationTests/ws/platform/mds/mds/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MOTECH ............................................ SUCCESS [2.877s]
[INFO] MOTECH Platform Server API ........................ SUCCESS [6.020s]
[INFO] MOTECH OSGi Platform .............................. SUCCESS [2.012s]
[INFO] MOTECH Pax Test Container ......................... SUCCESS [3.459s]
[INFO] MOTECH Pax Testing ................................ SUCCESS [3.057s]
[INFO] MOTECH Platform Commons Date ...................... SUCCESS [5.167s]
[INFO] MOTECH Platform Commons API ....................... SUCCESS [4.116s]
[INFO] MOTECH Testing Utils .............................. SUCCESS [2.478s]
[INFO] MOTECH Core Config ................................ SUCCESS [6.512s]
[INFO] MOTECH Platform Commons SQL ....................... SUCCESS [0.897s]
[INFO] MOTECH Platform Osgi Extender Fragment ............ SUCCESS [0.971s]
[INFO] MOTECH OSGI Web Util .............................. SUCCESS [17.158s]
[INFO] MOTECH Platform Data Services Migration ........... SUCCESS [0.773s]
[INFO] MOTECH Platform Data Services ..................... FAILURE [45.939s]
[INFO] MOTECH Platform Server Config ..................... SKIPPED
[INFO] MOTECH Platform Event ............................. SKIPPED
[INFO] MOTECH OSGi Integration Tests ..................... SKIPPED
[INFO] MOTECH Web Security ............................... SKIPPED
[INFO] MOTECH Platform Server Bundle ..................... SKIPPED
[INFO] MOTECH Scheduler .................................. SKIPPED
[INFO] MOTECH Platform Email ............................. SKIPPED
[INFO] MOTECH Admin ...................................... SKIPPED
[INFO] MOTECH Platform Server ............................ SKIPPED
[INFO] MOTECH Tasks ...................................... SKIPPED
[INFO] MOTECH Platform Data Services Web ................. SKIPPED
[INFO] MOTECH Tasks Test Utils ........................... SKIPPED
[INFO] MOTECH Tasks Test Bundle .......................... SKIPPED
[INFO] MOTECH Platform Data Services Test Bundle ......... SKIPPED
[INFO] MOTECH Platform Data Services Performance Tests ... SKIPPED
[INFO] MOTECH Minimal Bundle Archetype ................... SKIPPED
[INFO] MOTECH HTTP Bundle Archetype ...................... SKIPPED
[INFO] MOTECH Repository Bundle Archetype ................ SKIPPED
[INFO] MOTECH Settings Bundle Archetype .................. SKIPPED
[INFO] MOTECH Debian Packages ............................ SKIPPED
[INFO] MOTECH Base RPM package ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:43.305s
[INFO] Finished at: Fri Sep 26 09:19:48 UTC 2014

Jenkins

unread,
Sep 26, 2014, 6:31:24 PM9/26/14
to motec...@googlegroups.com, mpak...@soldevelo.com, fhu...@grameenfoundation.org
Reply all
Reply to author
Forward
0 new messages