You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/22 02:09:48 UTC

Build failed in Jenkins: Thrift-precommit #437

See <https://builds.apache.org/job/Thrift-precommit/437/>

------------------------------------------
GitHub pull request #980 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 138
  Finding sources
    Done: 138
  Getting sizes
    Done: 79
  Compressing objects
    Done: 52583
  Writing objects
    Done: 138
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/437
 > git rev-parse refs/tags/changes/437^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/437^{commit}" returned status code 128:
stdout: refs/tags/changes/437^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/437^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/437^{commit}" returned status code 128:
stdout: refs/tags/changes/437^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/437^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor732.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Jenkins build is back to normal : Thrift-precommit #451

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/451/changes>


Build failed in Jenkins: Thrift-precommit #450

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/450/>

------------------------------------------
GitHub pull request #980 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on H11 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 124
  Finding sources
    Done: 124
  Getting sizes
    Done: 67
  Compressing objects
    Done: 146908
  Writing objects
    Done: 124
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/450
 > git rev-parse refs/tags/changes/450^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/450^{commit}" returned status code 128:
stdout: refs/tags/changes/450^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/450^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/450^{commit}" returned status code 128:
stdout: refs/tags/changes/450^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/450^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2866.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H11(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #449

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/449/>

------------------------------------------
GitHub pull request #1,001 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 6
  Finding sources
    Done: 6
  Getting sizes
    Done: 5
  Compressing objects
    Done: 0
  Writing objects
    Done: 6
  remote: Updating references
Merging refs/tags/changes/449
 > git rev-parse refs/tags/changes/449^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/449^{commit}" returned status code 128:
stdout: refs/tags/changes/449^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/449^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/449^{commit}" returned status code 128:
stdout: refs/tags/changes/449^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/449^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2510.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #448

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/448/>

------------------------------------------
GitHub pull request #1,000 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 7
  Finding sources
    Done: 7
  Getting sizes
    Done: 6
  Compressing objects
    Done: 0
  Writing objects
    Done: 7
  remote: Updating references
Merging refs/tags/changes/448
 > git rev-parse refs/tags/changes/448^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/448^{commit}" returned status code 128:
stdout: refs/tags/changes/448^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/448^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/448^{commit}" returned status code 128:
stdout: refs/tags/changes/448^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/448^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2090.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H10(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #447

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/447/>

------------------------------------------
GitHub pull request #999 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 4
  Finding sources
    Done: 4
  Getting sizes
    Done: 3
  Compressing objects
    Done: 0
  Writing objects
    Done: 4
  remote: Updating references
Merging refs/tags/changes/447
 > git rev-parse refs/tags/changes/447^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/447^{commit}" returned status code 128:
stdout: refs/tags/changes/447^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/447^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/447^{commit}" returned status code 128:
stdout: refs/tags/changes/447^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/447^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2090.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H10(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #446

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/446/>

------------------------------------------
GitHub pull request #998 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 7
  Finding sources
    Done: 7
  Getting sizes
    Done: 6
  Compressing objects
    Done: 0
  Writing objects
    Done: 7
  remote: Updating references
Merging refs/tags/changes/446
 > git rev-parse refs/tags/changes/446^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/446^{commit}" returned status code 128:
stdout: refs/tags/changes/446^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/446^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/446^{commit}" returned status code 128:
stdout: refs/tags/changes/446^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/446^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2090.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H10(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #445

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/445/>

------------------------------------------
GitHub pull request #997 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 101
  Finding sources
    Done: 101
  Getting sizes
    Done: 55
  Compressing objects
    Done: 26892
  Writing objects
    Done: 101
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/445
 > git rev-parse refs/tags/changes/445^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/445^{commit}" returned status code 128:
stdout: refs/tags/changes/445^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/445^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/445^{commit}" returned status code 128:
stdout: refs/tags/changes/445^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/445^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2090.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H10(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #444

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/444/>

------------------------------------------
GitHub pull request #996 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 10
  Finding sources
    Done: 10
  Getting sizes
    Done: 9
  Compressing objects
    Done: 0
  Writing objects
    Done: 10
  remote: Updating references
Merging refs/tags/changes/444
 > git rev-parse refs/tags/changes/444^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/444^{commit}" returned status code 128:
stdout: refs/tags/changes/444^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/444^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/444^{commit}" returned status code 128:
stdout: refs/tags/changes/444^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/444^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2510.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #443

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/443/>

------------------------------------------
[...truncated 81 lines...]
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1465)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writePack(PackWriter.java:1036)
	at org.eclipse.jgit.transport.BasePackPushConnection.writePack(BasePackPushConnection.java:305)
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:197)
	... 19 more
Caused by: java.io.IOException: Pipe is already closed
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:154)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:246)
	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
	at hudson.remoting.FastPipedInputStream.close(FastPipedInputStream.java:112)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:303)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:246)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:133)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:117)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	... 5 more
Retrying after 10 seconds
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 48246
  Finding sources
    Done: 48246
  Getting sizes
    Done: 14724
  Compressing objects
    Done: 1663362
  Writing objects
org.eclipse.jgit.errors.TransportException: channel:<https://builds.apache.org/job/Thrift-precommit/ws/>: Pipe is already closed
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:217)
	at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:152)
	at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:165)
	at org.eclipse.jgit.transport.Transport.push(Transport.java:1200)
	at org.eclipse.jgit.transport.Transport.push(Transport.java:1246)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:92)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:81)
	at hudson.plugins.git.GitSCM$BuildChooserContextImpl.actOnBuild(GitSCM.java:863)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:81)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Pipe is already closed
	at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:108)
	at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:203)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:122)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.write(PackOutputStream.java:126)
	at org.eclipse.jgit.internal.storage.file.ByteArrayWindow.write(ByteArrayWindow.java:90)
	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs2(PackFile.java:504)
	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs(PackFile.java:359)
	at org.eclipse.jgit.internal.storage.file.WindowCursor.copyObjectAsIs(WindowCursor.java:190)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjectImpl(PackWriter.java:1515)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObject(PackWriter.java:1492)
	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.writeObject(PackOutputStream.java:164)
	at org.eclipse.jgit.internal.storage.file.WindowCursor.writeObjects(WindowCursor.java:196)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1480)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1465)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writePack(PackWriter.java:1036)
	at org.eclipse.jgit.transport.BasePackPushConnection.writePack(BasePackPushConnection.java:305)
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:197)
	... 19 more
Caused by: java.io.IOException: Pipe is already closed
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:154)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:246)
	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
	at hudson.remoting.FastPipedInputStream.close(FastPipedInputStream.java:112)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:303)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:246)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:133)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:117)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	... 5 more
Retrying after 10 seconds
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 48246
  Finding sources
    Done: 48246
  Getting sizes
    Done: 14724
  Compressing objects
    Done: 1663362
  Writing objects
org.eclipse.jgit.errors.TransportException: channel:<https://builds.apache.org/job/Thrift-precommit/ws/>: Pipe is already closed
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:217)
	at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:152)
	at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:165)
	at org.eclipse.jgit.transport.Transport.push(Transport.java:1200)
	at org.eclipse.jgit.transport.Transport.push(Transport.java:1246)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:92)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:81)
	at hudson.plugins.git.GitSCM$BuildChooserContextImpl.actOnBuild(GitSCM.java:863)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:81)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Pipe is already closed
	at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:108)
	at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:203)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:122)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.write(PackOutputStream.java:126)
	at org.eclipse.jgit.internal.storage.file.ByteArrayWindow.write(ByteArrayWindow.java:90)
	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs2(PackFile.java:504)
	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs(PackFile.java:359)
	at org.eclipse.jgit.internal.storage.file.WindowCursor.copyObjectAsIs(WindowCursor.java:190)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjectImpl(PackWriter.java:1515)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObject(PackWriter.java:1492)
	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.writeObject(PackOutputStream.java:164)
	at org.eclipse.jgit.internal.storage.file.WindowCursor.writeObjects(WindowCursor.java:196)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1480)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1465)
	at org.eclipse.jgit.internal.storage.pack.PackWriter.writePack(PackWriter.java:1036)
	at org.eclipse.jgit.transport.BasePackPushConnection.writePack(BasePackPushConnection.java:305)
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:197)
	... 19 more
Caused by: java.io.IOException: Pipe is already closed
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:154)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:246)
	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
	at hudson.remoting.FastPipedInputStream.close(FastPipedInputStream.java:112)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:303)
	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:246)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:133)
	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:117)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	... 5 more
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #442

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/442/>

------------------------------------------
GitHub pull request #994 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 143
  Finding sources
    Done: 143
  Getting sizes
    Done: 90
  Compressing objects
    Done: 161364
  Writing objects
    Done: 143
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/442
 > git rev-parse refs/tags/changes/442^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/442^{commit}" returned status code 128:
stdout: refs/tags/changes/442^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/442^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/442^{commit}" returned status code 128:
stdout: refs/tags/changes/442^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/442^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #441

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/441/>

------------------------------------------
GitHub pull request #981 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 21
  Finding sources
    Done: 21
  Getting sizes
    Done: 15
  Compressing objects
    Done: 0
  Writing objects
    Done: 21
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/441
 > git rev-parse refs/tags/changes/441^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/441^{commit}" returned status code 128:
stdout: refs/tags/changes/441^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/441^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/441^{commit}" returned status code 128:
stdout: refs/tags/changes/441^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/441^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2093.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #440

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/440/>

------------------------------------------
GitHub pull request #993 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (docker Ubuntu ubuntu yahoo-not-h2 ubuntu1) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 94
  Finding sources
    Done: 94
  Getting sizes
    Done: 49
  Compressing objects
    Done: 26892
  Writing objects
    Done: 94
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/440
 > git rev-parse refs/tags/changes/440^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/440^{commit}" returned status code 128:
stdout: refs/tags/changes/440^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/440^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/440^{commit}" returned status code 128:
stdout: refs/tags/changes/440^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/440^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor1533.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-1(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #439

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/439/>

------------------------------------------
GitHub pull request #992 to apache/thrift
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Thrift-precommit/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/thrift.git
 > git init <https://builds.apache.org/job/Thrift-precommit/ws/thrift> # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/thrift.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/thrift.git # timeout=10
Fetching upstream changes from https://github.com/apache/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/0.1.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.2.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.3.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.4.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.5.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.6.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.7.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.8.x^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.1^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.2^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.3^{commit} # timeout=10
 > git rev-parse remotes/origin/0.9.x^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/py-compiler^{commit} # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 8
  Finding sources
    Done: 8
  Getting sizes
    Done: 7
  Compressing objects
    Done: 0
  Writing objects
    Done: 8
  remote: Updating references
Merging refs/tags/changes/439
 > git rev-parse refs/tags/changes/439^{commit} # timeout=10
FATAL: Command "git rev-parse refs/tags/changes/439^{commit}" returned status code 128:
stdout: refs/tags/changes/439^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/439^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse refs/tags/changes/439^{commit}" returned status code 128:
stdout: refs/tags/changes/439^{commit}

stderr: fatal: ambiguous argument 'refs/tags/changes/439^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:677)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
	at sun.reflect.GeneratedMethodAccessor2093.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.revParse(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:555)
	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:951)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1054)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc

Build failed in Jenkins: Thrift-precommit #438

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-precommit/438/changes>

Changes:

[jensg] THRIFT-3791 Delphi pipe client may fail even in a non-error condition

[jensg] THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe

[jensg] THRIFT-3792 Timeouts for anonymous pipes should be configurable Client:

[jensg] THRIFT-3487 Full support for newer Delphi versions Client: Delphi Patch:

[jensg] THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe

[jensg] THRIFT-3793: move to ant-1.9.7 for appveyor builds Client: Build process

[jensg] THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe

[jensg] THRIFT-3794 Split Delphi application, protocol and transport exception

------------------------------------------
[...truncated 21706 lines...]
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TDeserializer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TEnum.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TEnumHelper.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TFieldIdEnum.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TFieldRequirementType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TNonblockingMultiFetchClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TNonblockingMultiFetchStats.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TProcessor.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TProcessorFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TSerializable.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TSerializer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TServiceClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TServiceClientFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/TUnion.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/async/AsyncMethodCallback.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncClientFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncClientManager.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncMethodCall.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/EnumMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/FieldMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/FieldValueMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/ListMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/MapMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/SetMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/meta_data/StructMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TField.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TList.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TMap.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TMessage.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TMessageType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TMultiplexedProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolDecorator.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TSet.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TTupleProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/protocol/TType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/scheme/IScheme.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/scheme/SchemeFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/scheme/StandardScheme.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/scheme/TupleScheme.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/Invocation.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/ServerContext.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/THsHaServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TNonblockingServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TServerEventHandler.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TServlet.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TSimpleServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/server/TThreadedSelectorServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferReadTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferWriteTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TByteBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TFastFramedTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TFileProcessor.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TFileTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TFramedTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/THttpClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TMemoryInputTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingServerSocket.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingServerTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingSocket.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSaslClientTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSaslServerTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSaslTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSaslTransportException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSeekableFile.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TServerSocket.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TServerTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSimpleFileTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TSocket.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TStandardFile.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransportException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransportFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/src/org/apache/thrift/transport/TZlibTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/Fixtures.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestFullCamel.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestOptionType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestOptionals.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestReuse.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestShortStack.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestTBaseHelper.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestTDeserializer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestTEnumHelper.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/TestTUnion.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/async/TestTAsyncClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/async/TestTAsyncClientManager.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/BenchmarkProtocols.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/ProtocolTestBase.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/TestTJSONProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/TestTProtocolUtil.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/TestTSimpleJSONProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/protocol/TestTTupleProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/scheme/TestStandardScheme.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/server/ServerTestBase.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/server/TestAsyncServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/server/TestHsHaServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/server/TestThreadedSelectorServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/EqualityTest.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/JavaBeansTest.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/ReadStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/SerializationBenchmark.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/TestClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/TestNonblockingServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/TestServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/test/WriteStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/ReadCountingTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferReadTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferWriteTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTByteBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTFastFramedTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTFramedTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTMemoryInputTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient1.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTSaslTransports.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTSimpleFileTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/TestTZlibTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/java/test/org/apache/thrift/transport/WriteCountingTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TApplicationException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TBase.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TBaseHelper.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TByteArrayOutputStream.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TDeserializer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TEnum.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TFieldRequirementType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TProcessor.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TProcessorFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TSerializer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/TServiceClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/FieldMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/FieldValueMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/ListMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/MapMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/SetMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/meta_data/StructMetaData.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TBase64Utils.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TBinaryProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TField.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TList.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TMap.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TMessage.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TMessageType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocol.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolUtil.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TSet.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/protocol/TType.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TFramedTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/THttpClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TIOStreamTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TMemoryBuffer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TTransport.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TTransportException.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/javame/src/org/apache/thrift/transport/TTransportFactory.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Bonk.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/BoolTest.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Bools.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/CrazyNesting.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/EmptyStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/GuessProtocolStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Insanity.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/LargeDeltas.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/ListBonks.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/ListTypeVersioningV1.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/ListTypeVersioningV2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/NestedListsBonk.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/NestedListsI32x2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/NestedListsI32x3.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/NestedMixedx2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Numberz.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/OneField.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/SecondService.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/StructA.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/StructB.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/ThriftTest.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/ThriftTestConstants.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/VersioningTestV1.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/VersioningTestV2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Xception.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Xception2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Xtruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Xtruct2.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/gen-java/thrift/test/Xtruct3.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/lib/js/test/src/test/Httpd.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/shared/SharedService.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/shared/SharedStruct.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/tutorial/Calculator.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/tutorial/InvalidOperation.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/tutorial/Operation.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/tutorial/Work.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/gen-java/tutorial/tutorialConstants.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/src/CalculatorHandler.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/src/JavaClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/java/src/JavaServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/thrift/tutorial/js/src/Httpd.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/tutorial/java/src/CalculatorHandler.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/tutorial/java/src/JavaClient.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/tutorial/java/src/JavaServer.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift-precommit/ws/tutorial/js/src/Httpd.java> with 0 unique warnings and 0 duplicates.
[WARNINGS] Parsing warnings in console log with parser GNU Make + GNU C Compiler (gcc)
[WARNINGS] Computing warning deltas based on reference build #432
[TASKS] Scanning folder '<https://builds.apache.org/job/Thrift-precommit/ws/'> for files matching the pattern '**/*.cpp, **/*.c, **/*.h, **/*.tcc, **/*.java, **/*.js, **/*.py' - excludes: 
[TASKS] Found 5910 files to scan for tasks
[TASKS] Found 459 open tasks.
[TASKS] Computing warning deltas based on reference build #432
Archiving artifacts
Publishing Javadoc
Updating THRIFT-3790
Updating THRIFT-3793
Updating THRIFT-3794
Updating THRIFT-3487
Updating THRIFT-3791
Updating THRIFT-3792
[Cppcheck] Starting the cppcheck analysis.
[Cppcheck] No cppcheck test report file(s) were found with the pattern 'cppcheck-result.xml' relative to '<https://builds.apache.org/job/Thrift-precommit/ws/'.>  Did you enter a pattern relative to the correct directory?  Did you generate the XML report(s) for Cppcheck?
[Cppcheck] Parsing throws exceptions. No cppcheck test report file(s) were found with the pattern 'cppcheck-result.xml' relative to '<https://builds.apache.org/job/Thrift-precommit/ws/'.>  Did you enter a pattern relative to the correct directory?  Did you generate the XML report(s) for Cppcheck?
Build step 'Publish Cppcheck results' changed build result to FAILURE
Build step 'Publish Cppcheck results' marked build as failure