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

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

Changes:

[David Pursehouse] Add support for refusing LFS request due to invalid authorization

------------------------------------------
[...truncated 5882 lines...]
     [java] 	at org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream.close(AtomicObjectOutputStream.java:123)
     [java] 	at java.nio.channels.Channels$WritableByteChannelImpl.implCloseChannel(Channels.java:469)
     [java] 	at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
     [java] 	at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.close(ObjectUploadListener.java:150)
     [java] 	at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.onDataAvailable(ObjectUploadListener.java:130)
     [java] 	at org.eclipse.jetty.server.HttpInput.run(HttpInput.java:440)
     [java] 	at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:1175)
     [java] 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:354)
     [java] 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
     [java] 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
     [java] 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
     [java] 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
     [java] 	at java.lang.Thread.run(Thread.java:745)
     [java] uploaded 10 MiB random data in 503.052ms
     [java] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.972 sec - in org.eclipse.jgit.lfs.server.fs.UploadTest
     [java] Results :
     [java] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.eclipse.jgit.lfs.server.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs.server.test\target\org.eclipse.jgit.lfs.server.test-4.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ org.eclipse.jgit.lfs.server.test ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ org.eclipse.jgit.lfs.server.test ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs.server.test\target\org.eclipse.jgit.lfs.server.test-4.7.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.jgit.lfs.server.test >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.jgit.lfs.server.test ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.jgit.lfs.server.test <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.jgit.lfs.server.test ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.7:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs.server.test >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (cpd) @ org.eclipse.jgit.lfs.server.test ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.7:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs.server.test <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd-check (default) @ org.eclipse.jgit.lfs.server.test ---
[INFO] 
     [java] Warnings generated: 21
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.jgit.pgm <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.jgit.pgm ---
[INFO] BugInstance size is 21
[INFO] Error size is 0
[INFO] Total bugs: 21
[INFO] org.eclipse.jgit.pgm.Archive.run() may fail to clean up java.io.OutputStream [org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive] Obligation to clean up resource created at Archive.java:[line 85] is not dischargedPath continues at Archive.java:[line 89]Path continues at Archive.java:[line 90]Path continues at Archive.java:[line 91]Path continues at Archive.java:[line 92]Path continues at Archive.java:[line 93]Path continues at Archive.java:[line 94]Path continues at Archive.java:[line 95]Path continues at Archive.java:[line 97]Path continues at Archive.java:[line 98]Path continues at Archive.java:[line 100]Path continues at Archive.java:[line 104]Path continues at Archive.java:[line 107] OBL_UNSATISFIED_OBLIGATION
[INFO] Return value of TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.Diff] At Diff.java:[line 185] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Found reliance on default encoding in org.eclipse.jgit.pgm.Main.createErrorWriter(): new java.io.PrintWriter(OutputStream) [org.eclipse.jgit.pgm.Main] At Main.java:[line 194] DM_DEFAULT_ENCODING
[INFO] Found reliance on default encoding in org.eclipse.jgit.pgm.TextBuiltin.init(Repository, String): new java.io.OutputStreamWriter(OutputStream) [org.eclipse.jgit.pgm.TextBuiltin, org.eclipse.jgit.pgm.TextBuiltin] At TextBuiltin.java:[line 165]Another occurrence at TextBuiltin.java:[line 172] DM_DEFAULT_ENCODING
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 255] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 257] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 260] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 262] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Return value of org.eclipse.jgit.pgm.TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.LfsStore] At LfsStore.java:[line 305] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Should org.eclipse.jgit.pgm.debug.LfsStore$AppServer be a _static_ inner class? [org.eclipse.jgit.pgm.debug.LfsStore$AppServer] At LfsStore.java:[lines 95-161] SIC_INNER_SHOULD_BE_STATIC
[INFO] org.eclipse.jgit.pgm.debug.ShowPackDelta.getDelta(ObjectReader, RevObject) may fail to close stream [org.eclipse.jgit.pgm.debug.ShowPackDelta] At ShowPackDelta.java:[line 128] OS_OPEN_STREAM
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 352] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 362] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 355] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Should org.eclipse.jgit.pgm.debug.TextHashFunctions$Line be a _static_ inner class? [org.eclipse.jgit.pgm.debug.TextHashFunctions$Line] At TextHashFunctions.java:[lines 483-499] SIC_INNER_SHOULD_BE_STATIC
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler] At AbstractTreeIteratorHandler.java:[line 92] BC_UNCONFIRMED_CAST
[INFO] The class name org.eclipse.jgit.pgm.opt.CmdLineParser shadows the simple name of the superclass org.kohsuke.args4j.CmdLineParser [org.eclipse.jgit.pgm.opt.CmdLineParser] At CmdLineParser.java:[lines 83-351] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.ObjectIdHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.ObjectIdHandler] At ObjectIdHandler.java:[line 79] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevCommitHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevCommitHandler] At RevCommitHandler.java:[line 83] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevTreeHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevTreeHandler] At RevTreeHandler.java:[line 82] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.SubcommandHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.SubcommandHandler] At SubcommandHandler.java:[line 80] BC_UNCONFIRMED_CAST
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.7:cpd-check (default) > :cpd @ org.eclipse.jgit.pgm >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (cpd) @ org.eclipse.jgit.pgm ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.7:cpd-check (default) < :cpd @ org.eclipse.jgit.pgm <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd-check (default) @ org.eclipse.jgit.pgm ---
[INFO] You have 3 CPD duplications. For more details see: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm\target\cpd.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Command Line Interface Tests 4.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Core Tests 4.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (default) @ org.eclipse.jgit.pgm.test ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.8\\org.jacoco.agent-0.7.8-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.pgm.test ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.pgm.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ org.eclipse.jgit.pgm.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (compile-with-errorprone) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\classes
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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.maven.apache.org/maven2/org/hamcrest/hamcrest-library/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/maven-metadata.xml
Jan 13, 2017 5:50:41 PM 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
Jan 13, 2017 5:50:41 PM 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
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/maven-metadata.xml (501 B at 1.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm.test >>>
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom (683 B at 7.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (default) @ org.eclipse.jgit.pgm.test ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.8\\org.jacoco.agent-0.7.8-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.pgm.test <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test ---
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\org.eclipse.jgit.pgm.test-4.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.pgm.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\test-classes
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 57.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 5.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom (6 KB at 52.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom (4 KB at 36.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom (6 KB at 58.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom (6 KB at 53.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom (3 KB at 28.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.pgm.test ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom (7 KB at 65.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom (3 KB at 26.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 10.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [01:55 min]
[INFO] JGit - Core ........................................ SUCCESS [02:51 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 15.223 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 15.713 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 19.018 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 11.841 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 18.958 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 16.620 s]
[INFO] JGit - Large File Storage Server ................... SUCCESS [ 16.035 s]
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 47.885 s]
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 19.115 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 16.738 s]
[INFO] JGit - Core Tests .................................. FAILURE [  2.094 s]
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [  6.640 s]
[INFO] JGit - HTTP Tests .................................. SUCCESS [ 35.353 s]
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SUCCESS [ 13.473 s]
[INFO] JGit - LFS Server Tests ............................ SUCCESS [  7.365 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:00 min (Wall Clock)
[INFO] Finished at: 2017-01-13T17:50:43-05:00
[INFO] Final Memory: 107M/349M
[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.test: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.test:jar:4.7.0-SNAPSHOT: Failed to collect dependencies at org.bouncycastle:bcprov-jdk15on:jar:1.52
Running org.eclipse.jgit.pgm.AddTest
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal on project org.eclipse.jgit.test: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.test:jar:4.7.0-SNAPSHOT: Failed to collect dependencies at org.bouncycastle:bcprov-jdk15on:jar:1.52: Failed to read artifact descriptor for org.bouncycastle:bcprov-jdk15on:jar:1.52: Could not transfer artifact org.bouncycastle:bcprov-jdk15on:pom:1.52 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.test
[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