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

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

Changes:

[Matthias Sohn] Format Bazel files with buildifier

[Matthias Sohn] Implement Bazel build for http-apache, lfs, lfs-server

------------------------------------------
[...truncated 6520 lines...]
	at org.eclipse.jgit.api.AddCommandTest.testCommandInjection(AddCommandTest.java:377)

testCleanFilterReturning12(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 0.62 sec  <<< FAILURE!
java.lang.AssertionError: expected:<12> but was:<1>
	at org.eclipse.jgit.api.AddCommandTest.testCleanFilterReturning12(AddCommandTest.java:444)

testCleanFilter(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 1.998 sec  <<< ERROR!
org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_6300384875003738185' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.AddCommandTest.testCleanFilter(AddCommandTest.java:152)

testBadCleanFilter(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 1.755 sec  <<< FAILURE!
java.lang.AssertionError: expected:<127> but was:<1>
	at org.eclipse.jgit.api.AddCommandTest.testBadCleanFilter(AddCommandTest.java:401)

testMultipleCleanFilter(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 0.787 sec  <<< ERROR!
org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_2636048970242793130' on file 'src/a.tmp' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.AddCommandTest.testMultipleCleanFilter(AddCommandTest.java:346)

testCleanFilterEnvironment(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 0.417 sec  <<< ERROR!
org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_3484247534663588422' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.AddCommandTest.testCleanFilterEnvironment(AddCommandTest.java:317)

testAttributesWithTreeWalkFilter(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 0.72 sec  <<< ERROR!
org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_2605938869596803362' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.AddCommandTest.testAttributesWithTreeWalkFilter(AddCommandTest.java:299)

testBadCleanFilter2(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 0.93 sec  <<< FAILURE!
java.lang.AssertionError: expected:<127> but was:<1>
	at org.eclipse.jgit.api.AddCommandTest.testBadCleanFilter2(AddCommandTest.java:422)

testBuiltinCleanFilter(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 1.409 sec  <<< FAILURE!
org.junit.experimental.theories.internal.ParameterizedAssertionError: testBuiltinCleanFilter("true" <from sleepBeforeAddOptions[0]>)
Caused by: org.junit.internal.runners.model.MultipleFailureException: 
There were 2 errors:
  org.eclipse.jgit.api.errors.JGitInternalException(org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_19233247719297651' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
')
  java.lang.AssertionError(ERROR: Failed to delete C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.test\target\jgit_test_3001414639994222599_tmp\tmp_9063837861924037123\src\a.txt)

testBuiltinFilters(org.eclipse.jgit.api.AddCommandTest)  Time elapsed: 1.38 sec  <<< FAILURE!
org.junit.experimental.theories.internal.ParameterizedAssertionError: testBuiltinFilters("true" <from sleepBeforeAddOptions[0]>)
Caused by: org.junit.internal.runners.model.MultipleFailureException: 
There were 2 errors:
  org.eclipse.jgit.api.errors.JGitInternalException(Could not rename file C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.test\target\jgit_test_6359999468919711695_tmp\tmp_4011561897380108848\src\._a.txt3396627006716602150.tmp to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.test\target\jgit_test_6359999468919711695_tmp\tmp_4011561897380108848\src\a.txt)
  java.lang.AssertionError(ERROR: Failed to delete C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.test\target\jgit_test_6359999468919711695_tmp\tmp_4011561897380108848\src\a.txt)

Running org.eclipse.jgit.api.CheckoutCommandTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.722 sec - in org.eclipse.jgit.pgm.RemoteTest
Running org.eclipse.jgit.pgm.RepoTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.658 sec - in org.eclipse.jgit.pgm.RepoTest
Running org.eclipse.jgit.pgm.ResetTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.956 sec - in org.eclipse.jgit.api.BranchCommandTest
Running org.eclipse.jgit.api.CherryPickCommandTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.989 sec - in org.eclipse.jgit.pgm.ResetTest
Running org.eclipse.jgit.pgm.StatusTest
Tests run: 10, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 16.201 sec <<< FAILURE! - in org.eclipse.jgit.pgm.ProxyConfigTest
testAll(org.eclipse.jgit.pgm.ProxyConfigTest)  Time elapsed: 0.771 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...4, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...4, https.proxyHost: [YY], https.proxyPort: 1...>
	at org.eclipse.jgit.pgm.ProxyConfigTest.testAll(ProxyConfigTest.java:157)

testHttpsProxy_bothCases(org.eclipse.jgit.pgm.ProxyConfigTest)  Time elapsed: 1.098 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...l, https.proxyHost: [xx], https.proxyPort: 1...> but was:<...l, https.proxyHost: [XX], https.proxyPort: 1...>
	at org.eclipse.jgit.pgm.ProxyConfigTest.testHttpsProxy_bothCases(ProxyConfigTest.java:144)

testOverwriteHttpPort(org.eclipse.jgit.pgm.ProxyConfigTest)  Time elapsed: 1.008 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...4, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...4, https.proxyHost: [YY], https.proxyPort: 1...>
	at org.eclipse.jgit.pgm.ProxyConfigTest.testOverwriteHttpPort(ProxyConfigTest.java:192)

testDontOverwriteHttp(org.eclipse.jgit.pgm.ProxyConfigTest)  Time elapsed: 2.605 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...8, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...8, https.proxyHost: [YY], https.proxyPort: 1...>
	at org.eclipse.jgit.pgm.ProxyConfigTest.testDontOverwriteHttp(ProxyConfigTest.java:175)

testHttpProxy_upperCase(org.eclipse.jgit.pgm.ProxyConfigTest)  Time elapsed: 1.435 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<http.proxyHost: [null, http.proxyPort: null], https.proxyHost: n...> but was:<http.proxyHost: [XX, http.proxyPort: 1234], https.proxyHost: n...>
	at org.eclipse.jgit.pgm.ProxyConfigTest.testHttpProxy_upperCase(ProxyConfigTest.java:102)

Running org.eclipse.jgit.pgm.TagTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 sec - in org.eclipse.jgit.pgm.TagTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.016 sec - in org.eclipse.jgit.api.CherryPickCommandTest
Running org.eclipse.jgit.api.CleanCommandTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.893 sec - in org.eclipse.jgit.api.CleanCommandTest
Running org.eclipse.jgit.api.CloneCommandTest
Tests run: 32, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 20.372 sec <<< FAILURE! - in org.eclipse.jgit.api.CheckoutCommandTest
testSmudgeFilter_deleteFileAndRestoreFromIndex(org.eclipse.jgit.api.CheckoutCommandTest)  Time elapsed: 1.015 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: Checkout conflict with file: src/a.txt
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromIndex(CheckoutCommandTest.java:701)
Caused by: java.io.IOException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_2808843329008427296' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromIndex(CheckoutCommandTest.java:701)
Caused by: org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_2808843329008427296' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromIndex(CheckoutCommandTest.java:701)

testSmudgeFilter_deleteFileAndCreateBranchAndRestoreFromCommit(org.eclipse.jgit.api.CheckoutCommandTest)  Time elapsed: 1.404 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: Checkout conflict with file: src/a.txt
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndCreateBranchAndRestoreFromCommit(CheckoutCommandTest.java:737)
Caused by: java.io.IOException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_3723654964557423444' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndCreateBranchAndRestoreFromCommit(CheckoutCommandTest.java:737)
Caused by: org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_3723654964557423444' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndCreateBranchAndRestoreFromCommit(CheckoutCommandTest.java:737)

testSmudgeFilter_createNew(org.eclipse.jgit.api.CheckoutCommandTest)  Time elapsed: 1.107 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_212209657100325357' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_createNew(CheckoutCommandTest.java:630)
Caused by: java.io.IOException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_212209657100325357' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_createNew(CheckoutCommandTest.java:630)
Caused by: org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_212209657100325357' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_createNew(CheckoutCommandTest.java:630)

testSmudgeFilter_modifyExisting(org.eclipse.jgit.api.CheckoutCommandTest)  Time elapsed: 0.954 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_436366332812368516' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_modifyExisting(CheckoutCommandTest.java:593)
Caused by: java.io.IOException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_436366332812368516' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_modifyExisting(CheckoutCommandTest.java:593)
Caused by: org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_436366332812368516' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_modifyExisting(CheckoutCommandTest.java:593)

testSmudgeFilter_deleteFileAndRestoreFromCommit(org.eclipse.jgit.api.CheckoutCommandTest)  Time elapsed: 0.854 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: Checkout conflict with file: src/a.txt
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromCommit(CheckoutCommandTest.java:666)
Caused by: java.io.IOException: 
org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_5001714180991317621' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromCommit(CheckoutCommandTest.java:666)
Caused by: org.eclipse.jgit.api.errors.FilterFailedException: 
Execution of filter command 'sh C:/shared_hudson/workspace/jgit-windows-test/org.eclipse.jgit.test/target/AddCommandTest_5001714180991317621' on file 'src/a.txt' failed with return code '1', message on stderr: ''sh' is not recognized as an internal or external command,
operable program or batch file.
'
	at org.eclipse.jgit.api.CheckoutCommandTest.testSmudgeFilter_deleteFileAndRestoreFromCommit(CheckoutCommandTest.java:666)

Running org.eclipse.jgit.api.CommitAndLogCommandTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.507 sec - in org.eclipse.jgit.api.CommitAndLogCommandTest
Running org.eclipse.jgit.api.CommitCommandTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.561 sec - in org.eclipse.jgit.pgm.StatusTest

Results :

Failed tests: 
  CloneTest.testClone:84 arrays first differed at element [0]; expected:<Cloning into 'C:[\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\jgit_test_5525306730510425770_tmp\tmp_8221796994539416204\]target'...> but was:<Cloning into 'C:[shared_hudsonworkspacejgit-windows-testorg.eclipse.jgit.pgm.testtargetjgit_test_5525306730510425770_tmptmp_8221796994539416204]target'...>
  CloneTest.testCloneEmpty:107 arrays first differed at element [0]; expected:<Cloning into 'C:[\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\jgit_test_571692015244825857_tmp\tmp_1469509590774557050\]target'...> but was:<Cloning into 'C:[shared_hudsonworkspacejgit-windows-testorg.eclipse.jgit.pgm.testtargetjgit_test_571692015244825857_tmptmp_1469509590774557050]target'...>
  ProxyConfigTest.testAll:157 expected:<...4, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...4, https.proxyHost: [YY], https.proxyPort: 1...>
  ProxyConfigTest.testDontOverwriteHttp:175 expected:<...8, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...8, https.proxyHost: [YY], https.proxyPort: 1...>
  ProxyConfigTest.testHttpProxy_upperCase:102 expected:<http.proxyHost: [null, http.proxyPort: null], https.proxyHost: n...> but was:<http.proxyHost: [XX, http.proxyPort: 1234], https.proxyHost: n...>
  ProxyConfigTest.testHttpsProxy_bothCases:144 expected:<...l, https.proxyHost: [xx], https.proxyPort: 1...> but was:<...l, https.proxyHost: [XX], https.proxyPort: 1...>
  ProxyConfigTest.testOverwriteHttpPort:192 expected:<...4, https.proxyHost: [yy], https.proxyPort: 1...> but was:<...4, https.proxyHost: [YY], https.proxyPort: 1...>
Tests in error: 
  CloneTest.testCloneBare:149->CLIRepositoryTestCase.execute:102 » Transport C:s...
  LsRemoteTest.testLsRemote:82 » Transport C:shared_hudsonworkspacejgit-windows-...
  LsRemoteTest.testLsRemoteHeads:99 » Transport C:shared_hudsonworkspacejgit-win...
  LsRemoteTest.testLsRemoteHeadsTags:124 » Transport C:shared_hudsonworkspacejgi...
  LsRemoteTest.testLsRemoteTags:110 » Transport C:shared_hudsonworkspacejgit-win...

Tests run: 160, Failures: 7, Errors: 5, Skipped: 14

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [01:44 min]
[INFO] JGit - Core ........................................ SUCCESS [02:54 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 15.801 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 14.992 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 18.881 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 12.678 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 19.451 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 17.002 s]
[INFO] JGit - Large File Storage Server ................... SUCCESS [ 16.213 s]
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 48.354 s]
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 19.741 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 17.783 s]
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [  5.982 s]
[INFO] JGit - HTTP Tests .................................. SUCCESS [ 34.989 s]
[INFO] JGit - Command Line Interface Tests ................ FAILURE [ 49.114 s]
[INFO] JGit - Large File Storage Tests .................... SUCCESS [ 13.460 s]
[INFO] JGit - LFS Server Tests ............................ SUCCESS [  9.077 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:49 min (Wall Clock)
[INFO] Finished at: 2017-01-22T17:21:14-05:00
[INFO] Final Memory: 112M/382M
[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 org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project org.eclipse.jgit.pgm.test: There are test failures.

Please refer to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\surefire-reports for the individual test results.
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.457 sec - in org.eclipse.jgit.api.CommitCommandTest
Running org.eclipse.jgit.api.CommitOnlyTest
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project org.eclipse.jgit.pgm.test: There are test failures.
[ERROR] 
[ERROR] Please refer to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.pgm.test\target\surefire-reports for the individual test results.
[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.pgm.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