Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7433A187D4 for ; Thu, 22 Oct 2015 10:28:52 +0000 (UTC) Received: (qmail 9023 invoked by uid 500); 22 Oct 2015 10:28:49 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 8999 invoked by uid 500); 22 Oct 2015 10:28:49 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 8989 invoked by uid 99); 22 Oct 2015 10:28:49 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 10:28:49 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 942A19C03CA; Thu, 22 Oct 2015 10:27:54 +0000 (UTC) Date: Thu, 22 Oct 2015 10:27:54 +0000 (UTC) From: Apache Jenkins Server To: commits@cayenne.apache.org, s.kolbachev@gmail.com Message-ID: <296800559.4387.1445509674604.JavaMail.jenkins@crius> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_cayenne-mas?= =?UTF-8?Q?ter_=C2=BB_h2,JDK_1.7_(latest),Ubuntu_#256?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: cayenne-master/cayenneTestConnection=h2,jdk=JDK 1.7 (latest),label=Ubuntu X-Jenkins-Result: FAILURE See Changes: [s.kolbachev] CAY-2029 | Allow out-of-order insertion into DI lists [s.kolbachev] CAY-2028 | Wrap DataChannelFilter calls in the main transaction [s.kolbachev] clean up [s.kolbachev] update RELEASE-NOTES ------------------------------------------ [...truncated 494 lines...] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cayenne-checkers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ cayenne-checkers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cayenne-checkers --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ cayenne-checkers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cayenne-checkers --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ cayenne-checkers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cayenne-checkers --- [INFO] Building jar: [INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (bundle-source-jar) @ cayenne-checkers >>> [INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (bundle-source-jar) @ cayenne-checkers <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (bundle-source-jar) @ cayenne-checkers --- [INFO] Building jar: [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Cayenne Dependency Injection Container 4.0.M3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cayenne-di --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:check (default) @ cayenne-di --- [INFO] Starting audit... :63:9: warning: Catching 'Exception' is not allowed. :32:31: Variable 'injector' must be private and have accessor methods. :33:22: Variable 'bindingKey' must be private and have accessor methods. :42:55: Variable 'eventTypes' must be private and have accessor methods. :43:68: Variable 'listeners' must be private and have accessor methods. :45:5: Static variable definition in wrong order. :37:24: Variable 'injector' must be private and have accessor methods. :38:34: Variable 'classLoaderManager' must be private and have accessor methods. :71:11: warning: Catching 'Exception' is not allowed. :79:5: Cyclomatic Complexity is 26 (max allowed is 15). :79:5: Executable statement count is 33 (max allowed is 30). :122:66: warning: Must have at least one statement. :73:11: warning: Catching 'Exception' is not allowed. :36:31: Variable 'injector' must be private and have accessor methods. :37:28: Variable 'bindingKey' must be private and have accessor methods. :54:5: Executable statement count is 33 (max allowed is 30). :140:9: warning: Catching 'Exception' is not allowed. :49:17: warning: The double-checked locking idiom is broken and should be avoided. :52:21: warning: The double-checked locking idiom is broken and should be avoided. :29:24: Variable 'type' must be private and have accessor methods. :30:22: Variable 'typeName' must be private and have accessor methods. :31:22: Variable 'bindingName' must be private and have accessor methods. :49:5: Constructor definition in wrong order. Audit done. [INFO] There are 3 checkstyle errors. [WARNING] checkstyle:check violations detected but failOnViolation set to false [INFO] [INFO] >>> maven-pmd-plugin:3.2:check (default) @ cayenne-di >>> [INFO] [INFO] --- maven-pmd-plugin:3.2:pmd (pmd) @ cayenne-di --- [INFO] [INFO] <<< maven-pmd-plugin:3.2:check (default) @ cayenne-di <<< [INFO] [INFO] --- maven-pmd-plugin:3.2:check (default) @ cayenne-di --- [INFO] PMD Warning: org.apache.cayenne.di.BindingBuilder:32 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.BindingBuilder:46 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.Key:51 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.Key:63 Rule:NullAssignment Priority:5 Assigning an Object to null is a code smell. Consider refactoring.. [INFO] PMD Warning: org.apache.cayenne.di.MapBuilder:40 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.UnorderedListBuilder:40 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.spi.Binding:46 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Binding:58 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Binding:78 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Binding:82 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.ConstructorInjectingProvider:140 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block. [INFO] PMD Warning: org.apache.cayenne.di.spi.DIUtil:31 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Decoration:32 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Decoration:36 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.Decoration:40 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:53 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:57 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:71 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:85 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:122 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:145 Rule:AvoidUsingShortType Priority:5 Do not use the short type. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultBindingBuilder:41 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultBindingBuilder:96 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultDecoratorBuilder:53 Rule:UnnecessaryLocalBeforeReturn Priority:4 Consider simply returning the value vs storing it in local variable 'provider1'. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:75 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:79 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:82 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:89 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:94 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:105 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:116 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:148 Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer exceptions.. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:174 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:178 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultInjector:182 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultListBuilder:105 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultListBuilder:106 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultListBuilder:131 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultMapBuilder:74 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultMapBuilder:75 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultMapBuilder:98 Rule:ShortMethodName Priority:3 Avoid using short method names. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultScope:66 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultScope:99 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultScopeProvider:52 Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are hard to read. [INFO] PMD Warning: org.apache.cayenne.di.spi.DefaultScopeProvider:71 Rule:NullAssignment Priority:5 Assigning an Object to null is a code smell. Consider refactoring.. [INFO] PMD Warning: org.apache.cayenne.di.spi.FieldInjectingProvider:66 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'injectMember(Object,Field,String)'.. [INFO] PMD Warning: org.apache.cayenne.di.spi.FieldInjectingProvider:73 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block. [INFO] PMD Warning: org.apache.cayenne.di.spi.InjectionStack:40 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.InjectionStack:47 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.InjectionStack:65 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.ListProvider:72 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.ListProvider:78 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.ListProvider:82 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.MapProvider:50 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.NoScope:29 Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default package private level. [INFO] PMD Warning: org.apache.cayenne.di.spi.ScopeEventBinding:63 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block. [INFO] PMD Failure: org.apache.cayenne.di.DIGraph:81 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces. [INFO] PMD Failure: org/apache/cayenne/di/spi/DefaultAdhocObjectFactory.java:35 Rule:CyclomaticComplexity Priority:2 The class 'DefaultAdhocObjectFactory' has a Cyclomatic Complexity of 11 (Highest = 26).. [INFO] PMD Failure: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:80 Rule:CyclomaticComplexity Priority:2 The method 'getJavaClass' has a Cyclomatic Complexity of 26.. [INFO] PMD Failure: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:132 Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, original stack trace may be lost. [INFO] PMD Failure: org.apache.cayenne.di.spi.DefaultAdhocObjectFactory:159 Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, original stack trace may be lost. [INFO] PMD Failure: org.apache.cayenne.di.spi.DefaultClassLoaderManager:38 Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead.. [INFO] PMD Failure: org.apache.cayenne.di.spi.ListProvider:49 Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly braces. [INFO] You have 7 PMD violations and 56 warnings. For more details see: [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cayenne-di --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ cayenne-di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cayenne-di --- [INFO] Compiling 45 source files to [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[107,18] error: cannot find symbol [ERROR] V extends Object declared in class DIGraph :[109,37] error: cannot find symbol [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Cayenne ........................................... SUCCESS [0.281s] [INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.010s] [INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.162s] [INFO] Common Unit Test Utilities ........................ SUCCESS [0.907s] [INFO] Cayenne Code Checkers ............................. SUCCESS [0.074s] [INFO] Cayenne Dependency Injection Container ............ FAILURE [9.003s] [INFO] Cayenne Server .................................... SKIPPED [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 Joda Extensions ........................... SKIPPED [INFO] Cayenne DBCP2 Extension ........................... 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 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: 12.792s [INFO] Finished at: Thu Oct 22 10:28:48 UTC 2015 [INFO] Final Memory: 40M/385M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project cayenne-di: Compilation failure: Compilation failure: [ERROR] :[107,18] error: cannot find symbol [ERROR] [ERROR] V extends Object declared in class DIGraph [ERROR] :[109,37] error: cannot find symbol [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project cayenne-di: Compilation failure 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128) 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 -rf :cayenne-di Build step 'Invoke top-level Maven targets' marked build as failure Recording test results ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?