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/02 14:40:56 UTC

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

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

Changes:

[aadamchik] CAY-1997 Difference in NULL handling inside the path between PropertyUtils and DataObject.readNestedProperty

------------------------------------------
[...truncated 64709 lines...]
[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:197 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'reverse(MergerFactory,Iterable)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:218 Rule:AvoidCatchingThrowable Priority:3 A catch statement should never catch throwable since it includes errors..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:223 Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:241 Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 'getLoader(DbImportConfiguration,DbAdapter,Connection)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:245 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 60 warnings. For more details see:<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,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=h2,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=h2,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=h2,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.461 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.configuration.ToolsModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec
Running org.apache.cayenne.tools.DbImporterTaskTest
Apr 02, 2015 12:40:36 PM org.apache.cayenne.log.CommonsJdbcEventLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.derby.DerbyAdapter
Apr 02, 2015 12:40:36 PM org.apache.cayenne.access.DbLoader load
INFO: Schema loading...
Apr 02, 2015 12:40:36 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: 2.211 sec
Running org.apache.cayenne.tools.dbimport.DbImportActionTest
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.134 sec <<< FAILURE!
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.DbImportDbLoaderDelegateTest
Tests run: 4, 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.gen.ImportUtilsTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cayenne.tools.DbGeneratorTaskTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cayenne.gen.ClassGenerationActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cayenne.map.naming.DefaultNameGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.cayenne.tools.dbimport.DbImportConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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: 76, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cayenne ........................................... SUCCESS [0.365s]
[INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.008s]
[INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.219s]
[INFO] Common Unit Test Utilities ........................ SUCCESS [1.581s]
[INFO] Cayenne Code Checkers ............................. SUCCESS [0.049s]
[INFO] Cayenne Dependency Injection Container ............ SUCCESS [11.794s]
[INFO] Cayenne Server .................................... SUCCESS [2:57.213s]
[INFO] Cayenne ROP Client ................................ SUCCESS [25.949s]
[INFO] Cayenne Project ................................... SUCCESS [6.483s]
[INFO] Cayenne Tools ..................................... FAILURE [11.135s]
[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: 3:56.618s
[INFO] Finished at: Thu Apr 02 12:40:37 UTC 2015
[INFO] Final Memory: 120M/654M
[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=h2,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=h2,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=h2,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 » h2,jdk1.8.0_11,Ubuntu #179

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


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

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

------------------------------------------
[...truncated 1490 lines...]
jdk1.8.0_11/jre/lib/cmm/GRAY.pf
jdk1.8.0_11/jre/lib/resources.jar
jdk1.8.0_11/jre/lib/jfr/
jdk1.8.0_11/jre/lib/jfr/default.jfc
jdk1.8.0_11/jre/lib/jfr/profile.jfc
jdk1.8.0_11/jre/lib/security/
jdk1.8.0_11/jre/lib/security/trusted.libraries
jdk1.8.0_11/jre/lib/security/cacerts
jdk1.8.0_11/jre/lib/security/blacklisted.certs
jdk1.8.0_11/jre/lib/security/blacklist
jdk1.8.0_11/jre/lib/security/local_policy.jar
jdk1.8.0_11/jre/lib/security/javaws.policy
jdk1.8.0_11/jre/lib/security/java.policy
jdk1.8.0_11/jre/lib/security/US_export_policy.jar
jdk1.8.0_11/jre/lib/security/java.security
jdk1.8.0_11/jre/lib/jsse.jar
jdk1.8.0_11/jre/lib/ext/
jdk1.8.0_11/jre/lib/ext/sunec.jar
jdk1.8.0_11/jre/lib/ext/dnsns.jar
jdk1.8.0_11/jre/lib/ext/cldrdata.jar
jdk1.8.0_11/jre/lib/ext/jfxrt.jar
jdk1.8.0_11/jre/lib/ext/nashorn.jar
jdk1.8.0_11/jre/lib/ext/zipfs.jar
jdk1.8.0_11/jre/lib/ext/sunpkcs11.jar
jdk1.8.0_11/jre/lib/ext/meta-index
jdk1.8.0_11/jre/lib/ext/localedata.jar
jdk1.8.0_11/jre/lib/ext/sunjce_provider.jar
jdk1.8.0_11/jre/lib/desktop/
jdk1.8.0_11/jre/lib/desktop/icons/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/apps/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/apps/
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/apps/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/apps/
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/apps/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/mimetypes/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/apps/
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
jdk1.8.0_11/jre/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
jdk1.8.0_11/jre/lib/desktop/applications/
jdk1.8.0_11/jre/lib/desktop/applications/sun-java.desktop
jdk1.8.0_11/jre/lib/desktop/applications/sun_java.desktop
jdk1.8.0_11/jre/lib/desktop/applications/sun-javaws.desktop
jdk1.8.0_11/jre/lib/desktop/mime/
jdk1.8.0_11/jre/lib/desktop/mime/packages/
jdk1.8.0_11/jre/lib/desktop/mime/packages/x-java-jnlp-file.xml
jdk1.8.0_11/jre/lib/desktop/mime/packages/x-java-archive.xml
jdk1.8.0_11/jre/lib/psfontj2d.properties
jdk1.8.0_11/jre/lib/classlist
jdk1.8.0_11/jre/lib/amd64/
jdk1.8.0_11/jre/lib/amd64/libdeploy.so
jdk1.8.0_11/jre/lib/amd64/libjsig.so
jdk1.8.0_11/jre/lib/amd64/libjpeg.so
jdk1.8.0_11/jre/lib/amd64/libfxplugins.so
jdk1.8.0_11/jre/lib/amd64/libdcpr.so
jdk1.8.0_11/jre/lib/amd64/liblcms.so
jdk1.8.0_11/jre/lib/amd64/libjavafx_font_pango.so
jdk1.8.0_11/jre/lib/amd64/libsunec.so
jdk1.8.0_11/jre/lib/amd64/libnpjp2.so
jdk1.8.0_11/jre/lib/amd64/libjavafx_font_freetype.so
jdk1.8.0_11/jre/lib/amd64/libjavafx_font_t2k.so
jdk1.8.0_11/jre/lib/amd64/libj2pkcs11.so
jdk1.8.0_11/jre/lib/amd64/libhprof.so
jdk1.8.0_11/jre/lib/amd64/libsctp.so
jdk1.8.0_11/jre/lib/amd64/jvm.cfg
jdk1.8.0_11/jre/lib/amd64/libjsdt.so
jdk1.8.0_11/jre/lib/amd64/libt2k.so
jdk1.8.0_11/jre/lib/amd64/libdt_socket.so
jdk1.8.0_11/jre/lib/amd64/libnpt.so
jdk1.8.0_11/jre/lib/amd64/jli/
jdk1.8.0_11/jre/lib/amd64/jli/libjli.so
jdk1.8.0_11/jre/lib/amd64/libmlib_image.so
jdk1.8.0_11/jre/lib/amd64/server/
jdk1.8.0_11/jre/lib/amd64/server/libjsig.so
jdk1.8.0_11/jre/lib/amd64/server/Xusage.txt
jdk1.8.0_11/jre/lib/amd64/server/libjvm.so
jdk1.8.0_11/jre/lib/amd64/libprism_sw.so
jdk1.8.0_11/jre/lib/amd64/libj2gss.so
jdk1.8.0_11/jre/lib/amd64/libglass.so
jdk1.8.0_11/jre/lib/amd64/libsaproc.so
jdk1.8.0_11/jre/lib/amd64/libdecora_sse.so
jdk1.8.0_11/jre/lib/amd64/libj2pcsc.so
jdk1.8.0_11/jre/lib/amd64/libjfxwebkit.so
jdk1.8.0_11/jre/lib/amd64/libfontmanager.so
jdk1.8.0_11/jre/lib/amd64/libjsoundalsa.so
jdk1.8.0_11/jre/lib/amd64/libjdwp.so
jdk1.8.0_11/jre/lib/amd64/libjsound.so
jdk1.8.0_11/jre/lib/amd64/libjaas_unix.so
jdk1.8.0_11/jre/lib/amd64/libattach.so
jdk1.8.0_11/jre/lib/amd64/libjava.so
jdk1.8.0_11/jre/lib/amd64/libjfr.so
jdk1.8.0_11/jre/lib/amd64/libawt.so
jdk1.8.0_11/jre/lib/amd64/libjawt.so
jdk1.8.0_11/jre/lib/amd64/libverify.so
jdk1.8.0_11/jre/lib/amd64/libzip.so
jdk1.8.0_11/jre/lib/amd64/libjavafx_iio.so
jdk1.8.0_11/jre/lib/amd64/libjava_crw_demo.so
jdk1.8.0_11/jre/lib/amd64/libjfxmedia.so
jdk1.8.0_11/jre/lib/amd64/libnet.so
jdk1.8.0_11/jre/lib/amd64/libjavafx_font.so
jdk1.8.0_11/jre/lib/amd64/libprism_common.so
jdk1.8.0_11/jre/lib/amd64/libnio.so
jdk1.8.0_11/jre/lib/amd64/libprism_es2.so
jdk1.8.0_11/jre/lib/amd64/libinstrument.so
jdk1.8.0_11/jre/lib/amd64/libkcms.so
jdk1.8.0_11/jre/lib/amd64/libawt_xawt.so
jdk1.8.0_11/jre/lib/amd64/libmanagement.so
jdk1.8.0_11/jre/lib/amd64/libunpack.so
jdk1.8.0_11/jre/lib/amd64/libgstreamer-lite.so
jdk1.8.0_11/jre/lib/amd64/libawt_headless.so
jdk1.8.0_11/jre/lib/amd64/libavplugin.so
jdk1.8.0_11/jre/lib/amd64/libsplashscreen.so
jdk1.8.0_11/jre/lib/fontconfig.properties.src
jdk1.8.0_11/jre/lib/psfont.properties.ja
jdk1.8.0_11/jre/lib/fontconfig.Turbo.properties.src
jdk1.8.0_11/jre/lib/jce.jar
jdk1.8.0_11/jre/lib/flavormap.properties
jdk1.8.0_11/jre/lib/jfxswt.jar
jdk1.8.0_11/jre/lib/fontconfig.SuSE.10.properties.src
jdk1.8.0_11/jre/lib/fontconfig.SuSE.11.bfc
jdk1.8.0_11/jre/COPYRIGHT
jdk1.8.0_11/jre/THIRDPARTYLICENSEREADME-JAVAFX.txt
jdk1.8.0_11/jre/Welcome.html
jdk1.8.0_11/jre/README
jdk1.8.0_11/README.html
 in workspace <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=jdk1.8.0_11,label=Ubuntu/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cayenne.git
 > git init <https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=jdk1.8.0_11,label=Ubuntu/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cayenne.git
 > git --version # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Failed to connect to https://git-wip-us.apache.org/repos/asf/cayenne.git (exception: org.apache.http.conn.ConnectTimeoutException: Connect to git-wip-us.apache.org:443 [git-wip-us.apache.org/140.211.11.23] failed: Connection timed out)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkCredentials(CliGitAPIImpl.java:2253)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1169)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:280)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:436)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cayenne.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cayenne.git
 > git --version # timeout=10
FATAL: Failed to fetch from https://git-wip-us.apache.org/repos/asf/cayenne.git
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/cayenne.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:647)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:889)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:914)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:615)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Caused by: hudson.plugins.git.GitException: Failed to connect to https://git-wip-us.apache.org/repos/asf/cayenne.git (exception: org.apache.http.conn.ConnectTimeoutException: Connect to git-wip-us.apache.org:443 [git-wip-us.apache.org/140.211.11.23] failed: Connection timed out)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkCredentials(CliGitAPIImpl.java:2253)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1169)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:280)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)