|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Looks like the custom build failed due to unit tests... Would it be easier to email me a binary to install in place of the new version of the plugin?
==================================================
Failed tests:
GitStatusTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testDoNotifyCommitWithOneBranch:85
Wanted but not invoked:
sCMTrigger.run();
-> at hudson.plugins.git.GitStatusTest.testDoNotifyCommitWithOneBranch(GitStatusTest.java:85)
However, there were other interactions with this mock:
-> at hudson.triggers.SCMTrigger.getDescriptor(SCMTrigger.java:75)
-> at hudson.model.Project.createTransientActions(Project.java:217)
GitStatusTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testDoNotifyCommitWithTwoBranches:98
Wanted but not invoked:
sCMTrigger.run();
-> at hudson.plugins.git.GitStatusTest.testDoNotifyCommitWithTwoBranches(GitStatusTest.java:98)
However, there were other interactions with this mock:
-> at hudson.triggers.SCMTrigger.getDescriptor(SCMTrigger.java:75)
-> at hudson.model.Project.createTransientActions(Project.java:217)
MultipleSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testBasic:59->build:111->HudsonTestCase.assertBuildStatus:963 unexpected build status; build log was:
------
Started by user SYSTEM
Building in workspace C:\WINDOWS\TEMP\hudson6630075372845927796test\workspace\master
Fetching changes from the remote Git repository
Fetching upstream changes from C:\WINDOWS\TEMP\hudson7043205689932609017test
Checking out Revision 2939fa983a6acdbf20466f6cb24a29739f20ed65 (origin/master)
Fetching changes from the remote Git repository
Fetching upstream changes from C:\WINDOWS\TEMP\hudson8780638387437770903test
Checking out Revision d5c41079ca8770bab478a4a1988b019dfbbfc91c (origin/master)
FATAL: No author in changeset d5c41079ca8770bab478a4a1988b019dfbbfc91ctree
java.lang.RuntimeException: No author in changeset d5c41079ca8770bab478a4a1988b019dfbbfc91ctree
at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:336)
at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:319)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:649)
at hudson.model.Run.execute(Run.java:1527)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
------
expected:<SUCCESS> but was:<FAILURE>
Tests in error:
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testFetchFromMultipleRepositories:759 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testMerge:794 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testMultipleBranchBuild:587 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testMergeFailed:871 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.tearDown:418 » IOException2
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.tearDown:418 » IOException2
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testEnvironmentVariableExpansion:930 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testMergeWithSlave:833 » NullPointer
GitSCMTest>HudsonTestCase.runBare:293->HudsonTestCase.runTest:437->testMergeFailedWithSlave:908 » NullPointer
Tests run: 153, Failures: 3, Errors: 9, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:21.899s
[INFO] Finished at: Wed Feb 05 19:44:33 MST 2014
[INFO] Final Memory: 47M/194M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project git: There are test failures.
[ERROR]
[ERROR] Please refer to c:\dev\jenkins\workspace\Git-Client-Plugin\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
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE