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/03 18:32:58 UTC

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

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

Changes:

[s.kolbachev] CAY-1995 | Add selectFirst() to Select and ObjectContext

------------------------------------------
[...truncated 61612 lines...]
[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.FilterContainer:136 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FilterContainer:139 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:82 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:97 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:99 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:113 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'processFilters(DbPath,FilterContainer)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:138 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:139 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:164 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.IncludeTable:69 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.IncludeTable:73 Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for concatenating strings.
[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] PMD Failure: org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:166 Rule:AvoidPrintStackTrace Priority:1 Avoid printStackTrace(); use a logger call instead..
[INFO] You have 23 PMD violations and 61 warnings. For more details see:/x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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 /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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 /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/cayenne-tools/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ cayenne-tools ---
[INFO] Surefire report directory: /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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.401 sec
Running org.apache.cayenne.gen.StringUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cayenne.tools.configuration.ToolsModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec
Running org.apache.cayenne.tools.DbImporterTaskTest
Apr 03, 2015 4:32:55 PM org.apache.cayenne.log.CommonsJdbcEventLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.derby.DerbyAdapter
Apr 03, 2015 4:32:55 PM org.apache.cayenne.access.DbLoader load
INFO: Schema loading...
Apr 03, 2015 4:32:55 PM 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: 1.759 sec
Running org.apache.cayenne.tools.dbimport.DbImportActionTest
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.172 sec <<< FAILURE!
Running org.apache.cayenne.tools.AntDataPortDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.006 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.005 sec
Running org.apache.cayenne.gen.ClassGenerationActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.cayenne.tools.DbGeneratorTaskTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilderTest
Tests run: 7, 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.015 sec
Running org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cayenne.tools.dbimport.DbImportConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cayenne.gen.EntityUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

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

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cayenne ........................................... SUCCESS [0.271s]
[INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.008s]
[INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.270s]
[INFO] Common Unit Test Utilities ........................ SUCCESS [0.901s]
[INFO] Cayenne Code Checkers ............................. SUCCESS [0.043s]
[INFO] Cayenne Dependency Injection Container ............ SUCCESS [8.511s]
[INFO] Cayenne Server .................................... SUCCESS [7:25.756s]
[INFO] Cayenne ROP Client ................................ SUCCESS [3:46.678s]
[INFO] Cayenne Project ................................... SUCCESS [8.558s]
[INFO] Cayenne Tools ..................................... FAILURE [11.242s]
[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: 11:43.858s
[INFO] Finished at: Fri Apr 03 16:32:56 UTC 2015
[INFO] Final Memory: 124M/577M
[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 /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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 /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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 /x1/jenkins/jenkins-slave/workspace/cayenne-master/cayenneTestConnection/derby/jdk/jdk1.8.0_11/label/Ubuntu/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 » derby,jdk1.8.0_11,Ubuntu #184

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