Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] Build failed in Jenkins: stable » jgit-stable #1021

See <https://ci.eclipse.org/jgit/job/stable/job/jgit-stable/1021/display/redirect?page=changes>

Changes:

[Matthias Sohn] Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock

[Matthias Sohn] Cache user global and system-wide git configurations

[Matthias Sohn] FileUtils#lastModifiedInstant should not log error if path doesn't exist

[Matthias Sohn] Fix NPE in CommitOnlyTest#getHead

[Matthias Sohn] Fix NPE in ObjectIdOwnerMap#get

[Matthias Sohn] Fix NPE in RebaseTodoFile#parseComments

------------------------------------------
[...truncated 360.24 KB...]
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2019-08-19 04:49:17 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported
org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported
	at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283)
	at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64)
	at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178)
	at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136)
	at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129)
	at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57)
	at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testUnsupportedGroupCase1(IgnoreRuleSpecialCasesTest.java:797)
	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:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 168, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest
[INFO] Running org.eclipse.jgit.merge.SquashMessageFormatterTest
2019-08-19 04:49:19 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true
2019-08-19 04:49:19 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s - in org.eclipse.jgit.merge.SquashMessageFormatterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.522 s - in org.eclipse.jgit.submodule.SubmoduleSyncTest
[INFO] Running org.eclipse.jgit.merge.SimpleMergeTest
[INFO] Running org.eclipse.jgit.merge.MergerTest
2019-08-19 04:49:19 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true
unpack error Invalid submodule URL '-upayload.sh'
2019-08-19 04:49:21 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true
2019-08-19 04:49:21 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true
2019-08-19 04:49:24 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.695 s - in org.eclipse.jgit.api.StashApplyCommandTest
[INFO] Running org.eclipse.jgit.merge.MergeAlgorithmTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.jgit.merge.MergeAlgorithmTest
[INFO] Running org.eclipse.jgit.merge.CrissCrossMergeTest
2019-08-19 04:49:24 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHMD5ANDDES Present: true Allowed: true
2019-08-19 04:49:26 WARN  Repository:960 - close() called when useCnt is already zero for Repository[/jobs/genie.jgit/stable/jobs/jgit-stable/workspace/org.eclipse.jgit.test/target/jgit_test_7338344490417852240_tmp/tmp_3359782006789111089.git]
2019-08-19 04:49:26 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHMD5ANDDES Present: true Allowed: true
2019-08-19 04:49:26 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true
2019-08-19 04:49:26 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.235 s - in org.eclipse.jgit.submodule.SubmoduleWalkTest
[INFO] Running org.eclipse.jgit.merge.CherryPickTest
2019-08-19 04:49:28 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true
2019-08-19 04:49:28 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.375 s - in org.eclipse.jgit.notes.NoteMapTest
[INFO] Running org.eclipse.jgit.merge.MergeMessageFormatterTest
2019-08-19 04:49:30 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.246 s - in org.eclipse.jgit.merge.CherryPickTest
2019-08-19 04:49:31 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true
[INFO] Running org.eclipse.jgit.gitrepo.RepoCommandSymlinkTest
2019-08-19 04:49:33 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.801 s - in org.eclipse.jgit.submodule.SubmoduleDeinitTest
2019-08-19 04:49:33 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true
[INFO] Running org.eclipse.jgit.gitrepo.RepoCommandTest
2019-08-19 04:49:33 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true
2019-08-19 04:49:35 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true
2019-08-19 04:49:35 WARN  Repository:960 - close() called when useCnt is already zero for Repository[/jobs/genie.jgit/stable/jobs/jgit-stable/workspace/org.eclipse.jgit.test/target/jgit_test_7925972860781831135_tmp/tmp_4206372741066755165.git]
2019-08-19 04:49:35 INFO  WalkEncryptionTest:901 - Testing  Version: 0 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true
2019-08-19 04:49:37 INFO  WalkEncryptionTest:901 - Testing  Version: 1 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true
2019-08-19 04:49:37 INFO  WalkEncryptionTest:527 - Proxy not used.
2019-08-19 04:49:37 INFO  WalkEncryptionTest:586 - JCE security policy restricted=false
2019-08-19 04:49:37 INFO  WalkEncryptionTest:965 - Long running tests are enabled.
2019-08-19 04:49:37 INFO  WalkEncryptionTest:936 - Public address: 198.41.30.252
2019-08-19 04:49:37 ERROR WalkEncryptionTest:925 - Amazon S3 test configuration is missing, tests will not run.
2019-08-19 04:49:37 INFO  WalkEncryptionTest:957 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider
2019-08-19 04:49:39 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_128/CBC/NOPADDING Present: false Allowed: false
2019-08-19 04:49:42 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported
org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported
	at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283)
	at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64)
	at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178)
	at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136)
	at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129)
	at org.eclipse.jgit.ignore.IgnoreNode.parse(IgnoreNode.java:115)
	at org.eclipse.jgit.ignore.IgnoreNodeTest.testEmptyIgnoreRules(IgnoreNodeTest.java:551)
	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:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2019-08-19 04:49:42 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_128/CFB/NOPADDING Present: false Allowed: false
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.408 s - in org.eclipse.jgit.submodule.SubmoduleAddTest
[INFO] Running org.eclipse.jgit.gitrepo.ManifestParserTest
2019-08-19 04:49:42 WARN  Repository:960 - close() called when useCnt is already zero for Repository[/jobs/genie.jgit/stable/jobs/jgit-stable/workspace/org.eclipse.jgit.test/target/jgit_test_3874535668459738475_tmp/tmp_4976006936628489840.git]
2019-08-19 04:49:42 WARN  Repository:960 - close() called when useCnt is already zero for Repository[/jobs/genie.jgit/stable/jobs/jgit-stable/workspace/org.eclipse.jgit.test/target/jgit_test_3874535668459738475_tmp/tmp_109060655850363737/.git]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.jgit.gitrepo.ManifestParserTest
[INFO] Running org.eclipse.jgit.symlinks.SymlinksTest
2019-08-19 04:49:42 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_128/ECB/NOPADDING Present: false Allowed: false
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.261 s - in org.eclipse.jgit.gitrepo.RepoCommandSymlinkTest
[INFO] Running org.eclipse.jgit.revplot.AbstractPlotRendererTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 288.125 s - in org.eclipse.jgit.lib.IndexDiffSubmoduleTest
[INFO] Running org.eclipse.jgit.revplot.PlotCommitListTest
2019-08-19 04:49:45 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_128/GCM/NOPADDING Present: false Allowed: false
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.971 s - in org.eclipse.jgit.transport.ReceivePackAdvertiseRefsHookTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 241.411 s - in org.eclipse.jgit.api.PullCommandTest
[INFO] Running org.eclipse.jgit.junit.TestRepositoryTest
[INFO] Running org.eclipse.jgit.fnmatch.FileNameMatcherTest
2019-08-19 04:49:45 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_128/OFB/NOPADDING Present: false Allowed: false
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s - in org.eclipse.jgit.revplot.AbstractPlotRendererTest
[INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.jgit.fnmatch.FileNameMatcherTest
[INFO] Running org.eclipse.jgit.storage.file.FileBasedConfigTest
[INFO] Running org.eclipse.jgit.events.ConfigChangeEventTest
2019-08-19 04:49:45 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_192/CBC/NOPADDING Present: false Allowed: false
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.jgit.events.ConfigChangeEventTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.jgit.storage.file.FileBasedConfigTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.187 s - in org.eclipse.jgit.ignore.IgnoreNodeTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.617 s - in org.eclipse.jgit.merge.SimpleMergeTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in org.eclipse.jgit.junit.TestRepositoryTest
2019-08-19 04:49:47 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_192/CFB/NOPADDING Present: false Allowed: false
2019-08-19 04:49:47 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_192/ECB/NOPADDING Present: false Allowed: false
2019-08-19 04:49:49 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_192/GCM/NOPADDING Present: false Allowed: false
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.459 s - in org.eclipse.jgit.ignore.CGitIgnoreTest
2019-08-19 04:49:50 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_192/OFB/NOPADDING Present: false Allowed: false
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 223.003 s - in org.eclipse.jgit.api.MergeCommandTest
2019-08-19 04:49:50 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_256/CBC/NOPADDING Present: false Allowed: false
2019-08-19 04:49:50 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_256/CFB/NOPADDING Present: false Allowed: false
2019-08-19 04:49:51 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_256/ECB/NOPADDING Present: false Allowed: false
2019-08-19 04:49:51 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_256/GCM/NOPADDING Present: false Allowed: false
2019-08-19 04:49:51 WARN  WalkEncryptionTest:903 - Missing  Version: 1 Profile: AES_256/OFB/NOPADDING Present: false Allowed: false
[WARNING] Tests run: 55, Failures: 0, Errors: 0, Skipped: 55, Time elapsed: 69.417 s - in org.eclipse.jgit.transport.WalkEncryptionTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.505 s - in org.eclipse.jgit.merge.MergeMessageFormatterTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 150.026 s - in org.eclipse.jgit.api.FetchCommandTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.725 s - in org.eclipse.jgit.symlinks.SymlinksTest
[WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 146.675 s - in org.eclipse.jgit.api.CheckoutCommandTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.669 s - in org.eclipse.jgit.transport.OpenSshConfigTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.456 s - in org.eclipse.jgit.revplot.PlotCommitListTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 286.341 s - in org.eclipse.jgit.api.CloneCommandTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 405.586 s - in org.eclipse.jgit.http.test.SmartClientSmartServerTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   DumbClientSmartServerTest.testListRemote:172 expected:<...452028655491300.git/[info/refs]> but was:<...452028655491300.git/[HEAD]>
[INFO] 
[ERROR] Tests run: 137, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Skipping JGit - Command Line Interface Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping JGit - LFS Server Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] JGit - Parent ...................................... SUCCESS [  3.836 s]
[INFO] JGit - Core ........................................ SUCCESS [01:41 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [  7.609 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [  8.208 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 11.220 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [  7.510 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 11.980 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 11.098 s]
[INFO] JGit - Large File Storage Server ................... SUCCESS [  9.998 s]
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 20.960 s]
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 13.241 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [  9.991 s]
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [  3.380 s]
[INFO] JGit - HTTP Tests .................................. FAILURE [06:49 min]
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SUCCESS [ 10.207 s]
[INFO] JGit - LFS Server Tests ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:35 min (Wall Clock)
[INFO] Finished at: 2019-08-19T04:50:37-04:00
[INFO] Final Memory: 67M/1960M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project org.eclipse.jgit.http.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.jgit/stable/jobs/jgit-stable/workspace/org.eclipse.jgit.http.test/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jgit.http.test
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top