See 
<https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/2/display/redirect>

Changes:


------------------------------------------
GitHub pull request #108 to apache/openmeetings
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H43 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ASF_Cloudbees_Jenkins_ci-builds
Cloning the remote Git repository
Cloning repository https://github.com/apache/openmeetings.git
 > git init 
 > <https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/ws/>
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/openmeetings.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials ASF Cloudbees Jenkins ci-builds
 > git fetch --tags --progress -- https://github.com/apache/openmeetings.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/openmeetings.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/openmeetings.git # 
 > timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/apache/openmeetings.git
using GIT_ASKPASS to set credentials ASF Cloudbees Jenkins ci-builds
 > git fetch --tags --progress --prune -- 
 > https://github.com/apache/openmeetings.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master # timeout=10
  Opening connection
    Done: 0
  Counting objects
    Done: 0
  Finding sources
    Done: 0
  Writing objects
    Done: 0
  remote: Updating references
Merging refs/tags/changes/2
 > git rev-parse refs/tags/changes/2^{commit} # timeout=10
 > git merge 4dc122e5e277773c228d7285ecc2200057a35aa9 # timeout=10
FATAL: Command "git merge 4dc122e5e277773c228d7285ecc2200057a35aa9" returned 
status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <jenk...@asf943.gq1.ygridcore.net>) not allowed

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H43
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
                at hudson.remoting.Channel.call(Channel.java:998)
                at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
                at com.sun.proxy.$Proxy151.merge(Unknown Source)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:437)
                at 
com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:107)
                at 
hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1049)
                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
                at hudson.scm.SCM.checkout(SCM.java:505)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
                at hudson.model.Run.execute(Run.java:1880)
                at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:428)
hudson.plugins.git.GitException: Command "git merge 
4dc122e5e277773c228d7285ecc2200057a35aa9" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <jenk...@asf943.gq1.ygridcore.net>) not allowed

        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:877)
        at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:86)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:80)
        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 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Archiving artifacts
Putting comment on the pull request

Reply via email to