You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/04/27 07:35:07 UTC

Build failed in Jenkins: cayenne-master » hsql,jdk1.8.0_11,Ubuntu #195

See <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/195/changes>

Changes:

[Alex.Kolonitsky] CAY-1942 Refactoring of NamedObjectFactory and NamingStrategy

[Alex.Kolonitsky] 1) add idea project files to git ignore

[Alex.Kolonitsky] add maven reporting plugins

[Alex.Kolonitsky] CAY-2003 cdbimport doesn't work properly with several includeTable tags

[Alex.Kolonitsky] Merge remote-tracking branch 'apache/master'

[s.kolbachev] prevent FilterDialog disappearing

[Alex.Kolonitsky] CAY-2003 cdbimport doesn't work properly with several includeTable tags

------------------------------------------
[...truncated 65188 lines...]
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:45 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:458 Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are hard to read.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:463 Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are hard to read.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:533 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:544 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGeneratorResourceLoader:46 Rule:AvoidSynchronizedAtMethodLevel Priority:3 Use block level rather than method level synchronization.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGeneratorResourceLoader:87 Rule:NullAssignment Priority:5 Assigning an Object to null is a code smell.  Consider refactoring..
[INFO] PMD Warning: org.apache.cayenne.gen.ClientClassGenerationAction:65 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapArtifact:121 Rule:UseCollectionIsEmpty Priority:4 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapUtils:57 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapUtils:103 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:41 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:45 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:51 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:54 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:170 Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are hard to read.
[INFO] PMD Warning: org.apache.cayenne.map.naming.DefaultNameGenerator:47 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.AntDataPortDelegate:136 Rule:CompareObjectsWithEquals Priority:3 Use equals() to compare object references..
[INFO] PMD Warning: org.apache.cayenne.tools.AntDataPortDelegate:160 Rule:CompareObjectsWithEquals Priority:3 Use equals() to compare object references..
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:42 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:61 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:78 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:40 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:72 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:76 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorTask:128 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorTask:162 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneTask:79 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'createClasspath()'..
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:96 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:131 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:155 Rule:UseCollectionIsEmpty Priority:4 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Warning: org.apache.cayenne.tools.DbGeneratorTask:95 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DbGeneratorTask:101 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.DbImporterTask:90 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DbImporterTask:96 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.DbImporterTask:122 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.configuration.ToolsModule:68 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:140 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:198 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'reverse(MergerFactory,Iterable)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:219 Rule:AvoidCatchingThrowable Priority:3 A catch statement should never catch throwable since it includes errors..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:224 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:242 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'getLoader(DbImportConfiguration,DbAdapter,Connection)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:246 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportConfiguration:247 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:114 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:128 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:143 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'loadCatalogs(Node)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:147 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:164 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'loadTableTypes(Node)'..
[INFO] PMD Warning: org/apache/cayenne/tools/dbimport/config/FilterContainer.java:29 Rule:AbstractClassWithoutAbstractMethod Priority:3 This abstract class does not have any abstract methods.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:58 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:69 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:90 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:311 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:319 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:328 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Failure: org.apache.cayenne.gen.ClassGeneratorResourceLoader:100 Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:73 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:80 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:82 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:86 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:88 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:102 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:118 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:125 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:170 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:176 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:178 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:69 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:74 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:86 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:99 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:112 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.apache.cayenne.tools.DataPortTask:93 Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.tools.DataPortTask:133 Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.apache.cayenne.tools.DbGeneratorTask:75 Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.tools.DbGeneratorTask:105 Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.apache.cayenne.tools.DbImporterTask:100 Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, original stack trace may be lost.
[INFO] You have 22 PMD violations and 56 warnings. For more details see:<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/pmd.xml>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cayenne-tools ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ cayenne-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cayenne-tools ---
[INFO] Compiling 50 source files to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ cayenne-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 79 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cayenne-tools ---
[INFO] Compiling 18 source files to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ cayenne-tools ---
[INFO] Surefire report directory: <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.tools.CayenneGeneratorTaskCrossMapRelationshipsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec
Running org.apache.cayenne.gen.StringUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 sec
Running org.apache.cayenne.tools.configuration.ToolsModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.cayenne.tools.dbimport.DbImportActionTest
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.208 sec <<< FAILURE!
Running org.apache.cayenne.tools.DbImporterTaskTest
Apr 27, 2015 5:31:44 AM org.apache.cayenne.log.CommonsJdbcEventLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.derby.DerbyAdapter
Apr 27, 2015 5:31:44 AM org.apache.cayenne.access.DbLoader load
INFO: Schema loading...
Apr 27, 2015 5:31:44 AM org.apache.cayenne.log.CommonsJdbcEventLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.derby.DerbyAdapter
DROP TABLE APP.CHILD
DROP TABLE APP.PARENT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 sec
Running org.apache.cayenne.tools.AntDataPortDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.tools.NamePatternMatcherTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cayenne.tools.dbimport.DbImportModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cayenne.tools.dbimport.DbImportDbLoaderDelegateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.gen.ImportUtilsTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cayenne.gen.ClassGenerationActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.apache.cayenne.tools.DbGeneratorTaskTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cayenne.map.naming.DefaultNameGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cayenne.tools.dbimport.DbImportConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.gen.EntityUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testNewDataMapImport(org.apache.cayenne.tools.dbimport.DbImportActionTest)

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cayenne ........................................... SUCCESS [0.328s]
[INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.011s]
[INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.129s]
[INFO] Common Unit Test Utilities ........................ SUCCESS [2.062s]
[INFO] Cayenne Code Checkers ............................. SUCCESS [0.074s]
[INFO] Cayenne Dependency Injection Container ............ SUCCESS [13.049s]
[INFO] Cayenne Server .................................... SUCCESS [4:55.369s]
[INFO] Cayenne ROP Client ................................ SUCCESS [52.898s]
[INFO] Cayenne Project ................................... SUCCESS [6.873s]
[INFO] Cayenne Tools ..................................... FAILURE [11.159s]
[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 Tutorials ................................. SKIPPED
[INFO] Cayenne Tutorial .................................. SKIPPED
[INFO] Cayenne ROP Server Tutorial ....................... SKIPPED
[INFO] Cayenne ROP Client Tutorial ....................... 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: 6:23.812s
[INFO] Finished at: Mon Apr 27 05:31:45 UTC 2015
[INFO] Final Memory: 119M/587M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project cayenne-tools: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project cayenne-tools: There are test failures.

Please refer to <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/surefire-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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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=hsql,jdk=jdk1.8.0_11,label=Ubuntu/ws/cayenne-tools/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:629)
	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-tools
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Jenkins build is back to normal : cayenne-master » hsql,jdk1.8.0_11,Ubuntu #196

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=hsql,jdk=jdk1.8.0_11,label=Ubuntu/196/changes>