Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] [Hudson] Build failed in Hudson: jgit-windows-test #268

See <https://hudson.eclipse.org/shared/job/jgit-windows-test/268/changes>

Changes:

[David Ostrovsky] bazel: Consume hamcrest through transitive dependency

------------------------------------------
[...truncated 3700 lines...]
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.internal.storage.pack.PackExt  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.internal.storage.pack.PackExt KEEP
***! MODIFIED CLASS: PUBLIC org.eclipse.jgit.internal.storage.pack.PackWriter  (not serializable)
	***! MODIFIED FIELD: PUBLIC STATIC FINAL (<- NON_FINAL) java.util.Set NONE
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.lib.ConfigConstants  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String CONFIG_KEY_FETCH_RECURSE_SUBMODULES
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String CONFIG_KEY_RECURSE_SUBMODULES
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.lib.MutableObjectId  (not serializable)
	+++  NEW METHOD: PUBLIC(+) void set(int, int, int, int, int)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.lib.ObjectId  (compatible)
	***  MODIFIED CONSTRUCTOR: PUBLIC (<- PACKAGE_PROTECTED) ObjectId(int, int, int, int, int)
***  MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.jgit.lib.Repository  (not serializable)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String normalizeBranchName(java.lang.String)
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.lib.SubmoduleConfig  (not serializable)
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW CONSTRUCTOR: PUBLIC(+) SubmoduleConfig()
+++  NEW ENUM: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode  (compatible)
	+++  NEW INTERFACE: org.eclipse.jgit.lib.Config$ConfigEnum
	+++  NEW SUPERCLASS: java.lang.Enum
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode NO
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode YES
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode ON_DEMAND
	+++  NEW METHOD: PUBLIC(+) boolean matchConfigValue(java.lang.String)
	+++  NEW METHOD: PUBLIC(+) java.lang.String toConfigValue()
	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode valueOf(java.lang.String)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode[] values()
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.storage.pack.PackConfig  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) boolean DEFAULT_PRUNE_PRESERVED
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) boolean DEFAULT_PRESERVE_OLD_PACKS
	+++  NEW METHOD: PUBLIC(+) boolean isPreserveOldPacks()
	+++  NEW METHOD: PUBLIC(+) boolean isPrunePreserved()
	+++  NEW METHOD: PUBLIC(+) void setPreserveOldPacks(boolean)
	+++  NEW METHOD: PUBLIC(+) void setPrunePreserved(boolean)
***  MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.jgit.transport.BaseReceivePack  (not serializable)
	+++  NEW METHOD: PUBLIC(+) void setMaxCommandBytes(long)
	+++  NEW METHOD: PUBLIC(+) void setMaxCommandDiscardBytes(long)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.transport.FetchResult  (not serializable)
	+++  NEW METHOD: PUBLIC(+) void addSubmodule(java.lang.String, org.eclipse.jgit.transport.FetchResult)
	+++  NEW METHOD: PUBLIC(+) java.util.Map submoduleResults()
***  MODIFIED INTERFACE: PUBLIC ABSTRACT org.eclipse.jgit.transport.http.HttpConnection  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) int HTTP_MOVED_PERM
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.transport.PacketLineIn  (not serializable)
	+++  NEW CONSTRUCTOR: PUBLIC(+) PacketLineIn(java.io.InputStream, long)
+++  NEW CLASS: PUBLIC(+) STATIC(+) org.eclipse.jgit.transport.PacketLineIn$InputOverLimitIOException  (compatible)
	+++  NEW SUPERCLASS: java.io.IOException
	+++  NEW CONSTRUCTOR: PUBLIC(+) PacketLineIn$InputOverLimitIOException()
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.transport.RefLeaseSpec  (compatible)
	+++  NEW INTERFACE: java.io.Serializable
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW CONSTRUCTOR: PUBLIC(+) RefLeaseSpec(java.lang.String, java.lang.String)
	+++  NEW METHOD: PUBLIC(+) java.lang.String getExpected()
	+++  NEW METHOD: PUBLIC(+) java.lang.String getRef()
	+++  NEW METHOD: PUBLIC(+) java.lang.String toString()
***  MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.jgit.transport.Transport  (not serializable)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) java.util.Collection findRemoteRefUpdatesFor(org.eclipse.jgit.lib.Repository, java.util.Collection, java.util.Map, java.util.Collection)
	+++  NEW METHOD: PUBLIC(+) java.util.Collection findRemoteRefUpdatesFor(java.util.Collection, java.util.Map)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.filter.NotTreeFilter  (not serializable)
	+++  NEW METHOD: PUBLIC(+) int matchFilter(org.eclipse.jgit.treewalk.TreeWalk)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.filter.PathFilter  (not serializable)
	+++  NEW METHOD: PUBLIC(+) int matchFilter(org.eclipse.jgit.treewalk.TreeWalk)
***  MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.jgit.treewalk.filter.TreeFilter  (not serializable)
	+++  NEW METHOD: PUBLIC(+) int matchFilter(org.eclipse.jgit.treewalk.TreeWalk)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.TreeWalk  (not serializable)
	+++  NEW METHOD: PUBLIC(+) int isPathMatch(byte[], int)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.util.FileUtils  (not serializable)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) boolean isStaleFileHandleInCausalChain(java.lang.Throwable)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.util.HttpSupport  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String HDR_LOCATION
	+++  NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String responseHeader(org.eclipse.jgit.transport.http.HttpConnection, java.lang.String)
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.util.sha1.SHA1  (not serializable)
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW METHOD: PUBLIC(+) byte[] digest()
	+++  NEW METHOD: PUBLIC(+) void digest(org.eclipse.jgit.lib.MutableObjectId)
	+++  NEW METHOD: PUBLIC(+) boolean hasCollision()
	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.jgit.util.sha1.SHA1 newInstance()
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.util.sha1.SHA1 reset()
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.util.sha1.SHA1 setDetectCollision(boolean)
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.ObjectId toObjectId()
	+++  NEW METHOD: PUBLIC(+) void update(byte)
	+++  NEW METHOD: PUBLIC(+) void update(byte[])
	+++  NEW METHOD: PUBLIC(+) void update(byte[], int, int)
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.util.sha1.Sha1CollisionException  (compatible)
	+++  NEW SUPERCLASS: java.lang.RuntimeException
	+++  NEW CONSTRUCTOR: PUBLIC(+) Sha1CollisionException(org.eclipse.jgit.lib.ObjectId)

Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Archive Formats 4.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/commons/commons-compress/1.6/commons-compress-1.6.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Ant Tasks 4.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.6/commons-compress-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.6/commons-compress-1.6.pom (11 KB at 60.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.pom (10 KB at 26.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom (6 KB at 58.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 125.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/tukaani/xz/1.4/xz-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom (2 KB at 17.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom (3 KB at 6.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (2 KB at 12.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/tukaani/xz/1.4/xz-1.4.jar
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/commons/commons-compress/1.6/commons-compress-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.6/commons-compress-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar (18 KB at 94.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar (97 KB at 430.7 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (342 KB at 653.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.6/commons-compress-1.6.jar (306 KB at 253.8 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.archive ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.jgit.archive ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.9\\org.jacoco.agent-0.7.9-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.archive ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\target\META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.archive ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.jgit.archive ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (compile-with-errorprone) @ org.eclipse.jgit.archive ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.archive >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.jgit.archive ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.9\\org.jacoco.agent-0.7.9-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.archive <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.eclipse.jgit.archive ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\target\org.eclipse.jgit.archive-4.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.archive ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.jgit.archive ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.archive ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.eclipse.jgit.archive ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\target\org.eclipse.jgit.archive-4.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ org.eclipse.jgit.archive ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.archive\target\org.eclipse.jgit.archive-4.7.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.jgit.archive >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.jgit.archive ---
[INFO] Fork Value is true
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [03:02 min]
[INFO] JGit - Core ........................................ SUCCESS [03:12 min]
[INFO] JGit - Ant Tasks ................................... FAILURE [  9.466 s]
[INFO] JGit - Archive Formats ............................. SKIPPED
[INFO] JGit - AWT User Interface .......................... SKIPPED
[INFO] JGit - Apache httpclient based HTTP support ........ SKIPPED
[INFO] JGit - HTTP Server ................................. SKIPPED
[INFO] JGit - Large File Storage .......................... SKIPPED
[INFO] JGit - Large File Storage Server ................... SKIPPED
[INFO] JGit - Command Line Interface ...................... SKIPPED
[INFO] JGit - JUnit Utility Classes ....................... SKIPPED
[INFO] JGit - JUnit Http Utility Classes .................. SKIPPED
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SKIPPED
[INFO] JGit - HTTP Tests .................................. SKIPPED
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SKIPPED
[INFO] JGit - LFS Server Tests ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:25 min (Wall Clock)
[INFO] Finished at: 2017-03-23T16:33:01-04:00
[INFO] Final Memory: 129M/342M
[INFO] ------------------------------------------------------------------------
     [java] [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
     [java] [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project org.eclipse.jgit.ant: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.ant:jar:4.7.0-SNAPSHOT: Could not transfer artifact org.apache.ant:ant:jar:1.9.6 from/to central (https://repo.maven.apache.org/maven2): GET request of: org/apache/ant/ant/1.9.6/ant-1.9.6.jar from central failed
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping JGit - AWT User Interface
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping JGit - Apache httpclient based HTTP support
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal on project org.eclipse.jgit.ant: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.ant:jar:4.7.0-SNAPSHOT: Could not transfer artifact org.apache.ant:ant:jar:1.9.6 from/to central (https://repo.maven.apache.org/maven2): GET request of: org/apache/ant/ant/1.9.6/ant-1.9.6.jar from central failed: SSL peer shut down incorrectly -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jgit.ant
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
[FINDBUGS] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top