See <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/75/changes>
Changes: [aadamchik] Squashed commit of the following: [aadamchik] CAY-1962 | Implement CayenneTable column resize on double-click on the header separator [aadamchik] Squashed commit of the following: [aadamchik] noop commit... testing notifications [aadamchik] noop commit... testing notifications .. take 2 [s.kolbachev] Installing Maven Failsafe Plugin [s.kolbachev] Apply JUnit4 instead of JUnit3 in cayenne-server [aadamchik] cleanup of poms before merging pull request 15 [s.kolbachev] CAY-1964 | Fix convertAdditionalDataMaps() in CayenneGeneratorMojo.java [s.kolbachev] Apply JUnit4 instead of JUnit3 in other modules [s.kolbachev] Rename Integration Tests in cayenne-client (*IT.java instead of *Test.java) [aadamchik] CAY-1964 | Fix convertAdditionalDataMaps() in CayenneGeneratorMojo.java [aadamchik] CAY-1965 Change version from 3.2 to 4.0 [aadamchik] Java 7 API crept in [aadamchik] CAY-1965 Change version from 3.2 to 4.0 [aadamchik] CAY-1965 Change version from 3.2 to 4.0 [aadamchik] cleanup before refactoring .. mostly generics-related [aadamchik] cleanup: unused var passed to non-public method [aadamchik] cleanup [aadamchik] CAY-1967 Deprecate SQLTemplate parameter batches [aadamchik] CAY-1966 SQLTemplate/SQLSelect positional parameter binding [aadamchik] CAY-1966 SQLTemplate/SQLSelect positional parameter binding [aadamchik] CAY-1966 SQLTemplate/SQLSelect positional parameter binding [aadamchik] for cleaner output of unit tests bridging Cayenne with SLF4J [aadamchik] CAY-1966 SQLTemplate/SQLSelect positional parameter binding [aadamchik] CAY-1966 SQLTemplate/SQLSelect positional parameter binding [aadamchik] javadocs errors that are failing Java 8 build [aadamchik] javadocs errors that are failing Java 8 build [s.kolbachev] Apply JUnit4 instead of JUnit3 in IT [s.kolbachev] Optimize Imports in cayenne-client module [aadamchik] adding generics spec to the new parameterized tests [aadamchik] random tests cleanup [s.kolbachev] Organize Assert Imports [s.kolbachev] Refactor Multi Tier Project ------------------------------------------ [...truncated 40115 lines...] [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML DataMap resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/tstmap.map.xml> [main] INFO org.apache.cayenne.map.EntityResolver - added runtime complimentary DbRelationship from ARTIST to PAINTING1 [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from ARTIST_GROUP [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - update ARTGROUP set PARENT_GROUP_ID = ? [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from ARTGROUP [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from PAINTING_INFO [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from PAINTING [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from ARTIST_EXHIBIT [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from ARTIST [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from EXHIBIT [main] INFO org.apache.cayenne.test.jdbc.UtilityLogger - delete from GALLERY Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cayenne.util.EntityMergeSupportIT Running org.apache.cayenne.util.DeepMergeOperationIT [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML configuration resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/cayenne-testmap.xml> [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML DataMap resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/tstmap.map.xml> [main] INFO org.apache.cayenne.map.EntityResolver - added runtime complimentary DbRelationship from ARTIST to PAINTING1 [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH) VALUES (?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->ARTIST_ID:4294967313, 2->ARTIST_NAME:'AAA', 3->DATE_OF_BIRTH:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 1 row. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML configuration resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/cayenne-testmap.xml> [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML DataMap resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/tstmap.map.xml> [main] INFO org.apache.cayenne.map.EntityResolver - added runtime complimentary DbRelationship from ARTIST to PAINTING1 [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = ? FOR UPDATE [bind: 1:'ARTIST'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH) VALUES (?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->ARTIST_ID:200, 2->ARTIST_NAME:'AAA', 3->DATE_OF_BIRTH:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 1 row. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.apache.cayenne.util.DeepMergeOperationIT Running org.apache.cayenne.util.DeepMergeOperationInheritanceIT [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML configuration resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/cayenne-people.xml> [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML DataMap resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/people.map.xml> [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = ? FOR UPDATE [bind: 1:'DEPARTMENT'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO DEPARTMENT (DEPARTMENT_ID, MANAGER_ID, NAME) VALUES (?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->DEPARTMENT_ID:200, 2->MANAGER_ID:NULL, 3->NAME:'D1'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 1 row. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = ? FOR UPDATE [bind: 1:'PERSON'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO PERSON (CLIENT_COMPANY_ID, CLIENT_CONTACT_TYPE, DEPARTMENT_ID, NAME, PERSON_ID, PERSON_TYPE, SALARY) VALUES (?, ?, ?, ?, ?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->CLIENT_COMPANY_ID:NULL, 2->CLIENT_CONTACT_TYPE:NULL, 3->DEPARTMENT_ID:200, 4->NAME:'E2', 5->PERSON_ID:200, 6->PERSON_TYPE:'EM', 7->SALARY:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->CLIENT_COMPANY_ID:NULL, 2->CLIENT_CONTACT_TYPE:NULL, 3->DEPARTMENT_ID:200, 4->NAME:'E1', 5->PERSON_ID:201, 6->PERSON_TYPE:'EE', 7->SALARY:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 2 rows. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML configuration resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/cayenne-people.xml> [main] INFO org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader - Loading XML DataMap resource from <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/test-classes/people.map.xml> [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO DEPARTMENT (DEPARTMENT_ID, MANAGER_ID, NAME) VALUES (?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->DEPARTMENT_ID:201, 2->MANAGER_ID:NULL, 3->NAME:'D1'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 1 row. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - INSERT INTO PERSON (CLIENT_COMPANY_ID, CLIENT_CONTACT_TYPE, DEPARTMENT_ID, NAME, PERSON_ID, PERSON_TYPE, SALARY) VALUES (?, ?, ?, ?, ?, ?, ?) [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->CLIENT_COMPANY_ID:NULL, 2->CLIENT_CONTACT_TYPE:NULL, 3->DEPARTMENT_ID:201, 4->NAME:'E1', 5->PERSON_ID:202, 6->PERSON_TYPE:'EE', 7->SALARY:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - [batch bind: 1->CLIENT_COMPANY_ID:NULL, 2->CLIENT_CONTACT_TYPE:NULL, 3->DEPARTMENT_ID:201, 4->NAME:'E2', 5->PERSON_ID:203, 6->PERSON_TYPE:'EM', 7->SALARY:NULL] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === updated 2 rows. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - --- transaction started. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - SELECT t0.NAME, t0.PERSON_TYPE, t0.SALARY, t0.PERSON_ID, t0.DEPARTMENT_ID FROM PERSON t0 WHERE (RTRIM(t0.PERSON_TYPE) = ?) OR (RTRIM(t0.PERSON_TYPE) = ?) [bind: 1->PERSON_TYPE:'EE', 2->PERSON_TYPE:'EM'] [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - === returned 9 rows. - took 5 ms. [main] INFO org.apache.cayenne.log.CommonsJdbcEventLogger - +++ transaction committed. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cayenne.util.DeepMergeOperationInheritanceIT Results : Tests in error: DropRelationshipToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation AddColumnToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation SetPrimaryKeyToDbIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation SetAllowNullToDbIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation DropColumnToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation DropColumnToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation ValueForNullIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation MergerFactoryIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation CreateTableToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation DropTableToModelIT>DICase.setUp:37->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation SetNotNullToDbIT>DICase.setUp:37->setUpAfterInjection:41->MergeCase.setUpAfterInjection:81 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CayenneIT>DICase.setUp:37->setUpAfterInjection:75 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation CDOMany2OneIT>DICase.setUp:37->setUpAfterInjection:71 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation BindDirectiveIT>DICase.setUp:37->setUpAfterInjection:85 » SQLIntegrityConstraintViolation DataContextJoinAliasesIT>DICase.setUp:37->setUpAfterInjection:58 » SQLIntegrityConstraintViolation DataContextClobIT>DICase.setUp:37->setUpAfterInjection:57 » SQLIntegrityConstraintViolation DataContextClobIT>DICase.setUp:37->setUpAfterInjection:57 » SQLIntegrityConstraintViolation DataContextClobIT>DICase.setUp:37->setUpAfterInjection:57 » SQLIntegrityConstraintViolation DataContextClobIT>DICase.setUp:37->setUpAfterInjection:57 » SQLIntegrityConstraintViolation DataContextClobIT>DICase.setUp:37->setUpAfterInjection:57 » SQLIntegrityConstraintViolation DataContextOuterJoinsIT>DICase.setUp:37->setUpAfterInjection:80 » SQLIntegrityConstraintViolation DataContextOuterJoinsIT>DICase.setUp:37->setUpAfterInjection:80 » SQLIntegrityConstraintViolation DataContextOuterJoinsIT>DICase.setUp:37->setUpAfterInjection:80 » SQLIntegrityConstraintViolation DataContextOuterJoinsIT>DICase.setUp:37->setUpAfterInjection:80 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation DataContextFlattenedAttributesIT>DICase.setUp:37->setUpAfterInjection:66 » SQLIntegrityConstraintViolation CDOReflexiveRelIT.testCommitReplaceCommit:109 » CayenneRuntime [v.4.0.M2-SNAPS... CDOOneToManyFKIT>DICase.setUp:37->setUpAfterInjection:49 » SQLIntegrityConstraintViolation Tests run: 1429, Failures: 0, Errors: 78, Skipped: 0 [WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent! [INFO] [INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ cayenne-server --- [INFO] Failsafe report directory: <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/failsafe-reports> [WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent! [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Cayenne ........................................... SUCCESS [0.518s] [INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.014s] [INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.371s] [INFO] Common Unit Test Utilities ........................ SUCCESS [0.894s] [INFO] Cayenne Code Checkers ............................. SUCCESS [0.095s] [INFO] Cayenne Dependency Injection Container ............ SUCCESS [11.020s] [INFO] Cayenne Server .................................... FAILURE [3:27.801s] [INFO] Cayenne ROP Client ................................ SKIPPED [INFO] Cayenne Project ................................... SKIPPED [INFO] Cayenne Tools ..................................... SKIPPED [INFO] Cayenne Lifecycle Utilities ....................... SKIPPED [INFO] Cayenne Maven Plugins ............................. SKIPPED [INFO] Cayenne Maven Plugin .............................. SKIPPED [INFO] Cayenne Cryptography Extensions ................... SKIPPED [INFO] Cayenne Integration Tests Parent .................. SKIPPED [INFO] Integration Tests - Cayenne Tools ................. SKIPPED [INFO] Cayenne Modeler Parent ............................ SKIPPED [INFO] Cayenne WebObjects Compatibility Library .......... SKIPPED [INFO] Cayenne Modeler ................................... SKIPPED [INFO] Cayenne Modeler Generic and Windows Extensions .... SKIPPED [INFO] Cayenne Modeler Generic ........................... SKIPPED [INFO] Cayenne Modeler Mac OS X Extensions ............... SKIPPED [INFO] Cayenne Modeler Mac OS X .......................... SKIPPED [INFO] Cayenne Modeler Mac OS X - Old Apple Java ......... SKIPPED [INFO] Cayenne Modeler Windows ........................... SKIPPED [INFO] Cayenne Modeler Maven Plugin ...................... SKIPPED [INFO] Cayenne Tutorial .................................. SKIPPED [INFO] Cayenne ROP Server Tutorial ....................... SKIPPED [INFO] Cayenne ROP Client Tutorial ....................... SKIPPED [INFO] Cayenne Tutorials ................................. SKIPPED [INFO] Cayenne Documenation Parent ....................... SKIPPED [INFO] Cayenne Documentation ............................. SKIPPED [INFO] Cayenne Docbook Documentation ..................... SKIPPED [INFO] Docbook: Cayenne Stylesheets ...................... SKIPPED [INFO] Docbook: Cayenne Guide ............................ SKIPPED [INFO] Docbook: Getting Started with Cayenne ............. SKIPPED [INFO] Docbook: Getting Started with Cayenne ROP ......... SKIPPED [INFO] Docbook: Cayenne New Features and Upgrade Guide ... SKIPPED [INFO] Cayenne Release Assembly .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3:43.541s [INFO] Finished at: Sat Nov 08 11:55:48 UTC 2014 [INFO] Final Memory: 52M/441M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (integration-test) on project cayenne-server: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/failsafe-reports> for the individual test results. [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (integration-test) on project cayenne-server: There are test failures. Please refer to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/failsafe-reports> for the individual test results. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures. Please refer to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=derby,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-server/target/failsafe-reports> for the individual test results. at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82) at org.apache.maven.plugin.failsafe.VerifyMojo.execute(VerifyMojo.java:194) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 19 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cayenne-server Build step 'Invoke top-level Maven targets' marked build as failure Recording test results