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 #145

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

Changes:

[Matthias Sohn] Add missing @since tag for new protected field in ObjectReader

------------------------------------------
[...truncated 3927 lines...]
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW METHOD: PUBLIC(+) ABSTRACT(+) org.eclipse.jgit.lib.FileMode getMode(java.io.File, org.eclipse.jgit.util.FS$Attributes)
+++  NEW CLASS: PUBLIC(+) STATIC(+) org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy  (not serializable)
	+++  NEW INTERFACE: org.eclipse.jgit.treewalk.FileTreeIterator$FileModeStrategy
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy INSTANCE
	+++  NEW CONSTRUCTOR: PUBLIC(+) FileTreeIterator$NoGitlinksStrategy()
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.FileMode getMode(java.io.File, org.eclipse.jgit.util.FS$Attributes)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.NameConflictTreeWalk  (not serializable)
	+++  NEW CONSTRUCTOR: PUBLIC(+) NameConflictTreeWalk(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.lib.ObjectReader)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.TreeWalk  (not serializable)
	+++  NEW CONSTRUCTOR: PUBLIC(+) TreeWalk(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.lib.ObjectReader)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.jgit.treewalk.TreeWalk forPath(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.lib.ObjectReader, java.lang.String, org.eclipse.jgit.lib.AnyObjectId[])
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.attributes.AttributesNodeProvider getAttributesNodeProvider()
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.CoreConfig$EolStreamType getEolStreamType()
		+++  NEW ANNOTATION: org.eclipse.jgit.annotations.Nullable
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.FileMode getFileMode()
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.treewalk.TreeWalk$OperationType getOperationType()
	***  MODIFIED METHOD: PUBLIC (<- PRIVATE) org.eclipse.jgit.treewalk.AbstractTreeIterator getTree(java.lang.Class)
***  MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.jgit.treewalk.WorkingTreeIterator  (not serializable)
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.CoreConfig$EolStreamType getEolStreamType()
	+++  NEW METHOD: PUBLIC(+) boolean isWorkTree()
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.treewalk.WorkingTreeOptions  (not serializable)
	+++  NEW METHOD: PUBLIC(+) org.eclipse.jgit.lib.CoreConfig$EOL getEOL()
	+++  NEW METHOD: PUBLIC(+) boolean isDirNoGitLinks()
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.util.Holder  (not serializable)
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW CONSTRUCTOR: PUBLIC(+) Holder(java.lang.Object)
	+++  NEW METHOD: PUBLIC(+) java.lang.Object get()
	+++  NEW METHOD: PUBLIC(+) void set(java.lang.Object)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.util.HttpSupport  (not serializable)
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String METHOD_HEAD
	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String METHOD_PUT
	+++  NEW METHOD: PUBLIC(+) STATIC(+) void disableSslVerify(org.eclipse.jgit.transport.http.HttpConnection)
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.util.io.AutoCRLFOutputStream  (not serializable)
	+++  NEW CONSTRUCTOR: PUBLIC(+) AutoCRLFOutputStream(java.io.OutputStream, boolean)
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.util.io.AutoLFInputStream  (not serializable)
	+++  NEW SUPERCLASS: java.io.InputStream
	+++  NEW CONSTRUCTOR: PUBLIC(+) AutoLFInputStream(java.io.InputStream, boolean)
	+++  NEW CONSTRUCTOR: PUBLIC(+) AutoLFInputStream(java.io.InputStream, boolean, boolean)
	+++  NEW METHOD: PUBLIC(+) void close()
	+++  NEW METHOD: PUBLIC(+) boolean isBinary()
	+++  NEW METHOD: PUBLIC(+) int read()
	+++  NEW METHOD: PUBLIC(+) int read(byte[], int, int)
+++  NEW CLASS: PUBLIC(+) STATIC(+) org.eclipse.jgit.util.io.AutoLFInputStream$IsBinaryException  (compatible)
	+++  NEW SUPERCLASS: java.io.IOException
+++  NEW CLASS: PUBLIC(+) org.eclipse.jgit.util.io.AutoLFOutputStream  (not serializable)
	+++  NEW SUPERCLASS: java.io.OutputStream
	+++  NEW CONSTRUCTOR: PUBLIC(+) AutoLFOutputStream(java.io.OutputStream)
	+++  NEW CONSTRUCTOR: PUBLIC(+) AutoLFOutputStream(java.io.OutputStream, boolean)
	+++  NEW METHOD: PUBLIC(+) void close()
	+++  NEW METHOD: PUBLIC(+) void flush()
	+++  NEW METHOD: PUBLIC(+) void write(int)
	+++  NEW METHOD: PUBLIC(+) void write(byte[])
	+++  NEW METHOD: PUBLIC(+) void write(byte[], int, int)
***! MODIFIED CLASS: PUBLIC org.eclipse.jgit.util.io.EolCanonicalizingInputStream  (not serializable)
	***! MODIFIED SUPERCLASS: org.eclipse.jgit.util.io.AutoLFInputStream (<- java.io.InputStream)
	---  REMOVED METHOD: PUBLIC(-) void close()
	---  REMOVED METHOD: PUBLIC(-) boolean isBinary()
	---  REMOVED METHOD: PUBLIC(-) int read()
	---  REMOVED METHOD: PUBLIC(-) int read(byte[], int, int)
	+++  NEW ANNOTATION: java.lang.Deprecated
+++  NEW CLASS: PUBLIC(+) FINAL(+) org.eclipse.jgit.util.io.EolStreamTypeUtil  (not serializable)
	+++  NEW SUPERCLASS: java.lang.Object
	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.jgit.lib.CoreConfig$EolStreamType detectStreamType(org.eclipse.jgit.treewalk.TreeWalk$OperationType, org.eclipse.jgit.treewalk.WorkingTreeOptions, org.eclipse.jgit.attributes.Attributes)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) java.io.InputStream wrapInputStream(java.io.InputStream, org.eclipse.jgit.lib.CoreConfig$EolStreamType)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) java.io.OutputStream wrapOutputStream(java.io.OutputStream, org.eclipse.jgit.lib.CoreConfig$EolStreamType)
***  MODIFIED CLASS: PUBLIC FINAL org.eclipse.jgit.util.NB  (not serializable)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) int compareUInt64(long, long)
***  MODIFIED CLASS: PUBLIC FINAL org.eclipse.jgit.util.RawParseUtils  (not serializable)
	+++  NEW METHOD: PUBLIC(+) STATIC(+) FINAL(+) long parseHexInt64(byte[], int)

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 - Ant Tasks 4.6.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/ant/ant/1.9.6/ant-1.9.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.pom (10 KB at 138.2 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 89.7 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/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom (3 KB at 31.2 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
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.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 224.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.jar (1983 KB at 938.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.ant ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.ant ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.ant ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-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.ant ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.jgit.ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.ant ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.ant ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-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.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ org.eclipse.jgit.ant ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\org.eclipse.jgit.ant-4.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.ant ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.ant ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\org.eclipse.jgit.ant-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.eclipse.jgit.ant ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\org.eclipse.jgit.ant-4.6.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.3:check (default) > :findbugs @ org.eclipse.jgit.ant >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ org.eclipse.jgit.ant ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.3:check (default) < :findbugs @ org.eclipse.jgit.ant <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:check (default) @ org.eclipse.jgit.ant ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.6:cpd-check (default) > :cpd @ org.eclipse.jgit.ant >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (cpd) @ org.eclipse.jgit.ant ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.6:cpd-check (default) < :cpd @ org.eclipse.jgit.ant <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd-check (default) @ org.eclipse.jgit.ant ---
[INFO] 
[INFO] 
[INFO] --- japicmp-maven-plugin:0.5.3:cmp (default) @ org.eclipse.jgit.ant ---
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ant/4.2.0.201601211800-r/org.eclipse.jgit.ant-4.2.0.201601211800-r.jar
Downloaded: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ant/4.2.0.201601211800-r/org.eclipse.jgit.ant-4.2.0.201601211800-r.jar (19 KB at 251.8 KB/sec)
[INFO] Comparing <https://hudson.eclipse.org/shared/job/jgit-windows-test/ws/.maven\repo\org\eclipse\jgit\org.eclipse.jgit.ant\4.2.0.201601211800-r\org.eclipse.jgit.ant-4.2.0.201601211800-r.jar> with C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.ant\target\org.eclipse.jgit.ant-4.6.0-SNAPSHOT.jar:
No changes.
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: 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.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/commons/commons-compress/1.6/commons-compress-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.6/commons-compress-1.6.pom
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 25, 2016 12:03:57 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
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/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (2 KB at 21.6 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [07:31 min]
[INFO] JGit - Core ........................................ SUCCESS [02:52 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 12.832 s]
[INFO] JGit - Archive Formats ............................. FAILURE [  0.179 s]
[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: 10:38 min
[INFO] Finished at: 2016-10-25T00:03:57-04:00
[INFO] Final Memory: 49M/211M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project org.eclipse.jgit.archive: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.archive:jar:4.6.0-SNAPSHOT: Failed to collect dependencies at org.apache.commons:commons-compress:jar:1.6
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal on project org.eclipse.jgit.archive: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.archive:jar:4.6.0-SNAPSHOT: Failed to collect dependencies at org.apache.commons:commons-compress:jar:1.6: Failed to read artifact descriptor for org.apache.commons:commons-compress:jar:1.6: Could not transfer artifact org.apache.commons:commons-compress:pom:1.6 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org:443 failed to respond -> [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.archive
[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