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

Calcite-Avatica-Master - Build # 105 - Still Failing

The Apache Jenkins build system has built Calcite-Avatica-Master (build #105)

Status: Still Failing

Check console output at https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the results.

Calcite-Avatica-Master - Build # 106 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Calcite-Avatica-Master (build #106)

Status: Still Failing

Check console output at https://builds.apache.org/job/Calcite-Avatica-Master/106/ to view the results.

Re: Calcite-Avatica-Master - Build # 105 - Still Failing

Posted by Kevin Risden <kr...@apache.org>.
Thanks Josh. I saw the message on builds as well. Wiping the workspace
worked and the git checkout is working now. There was the same problem for
Calcite-Master as well (different node).

Kevin Risden


On Mon, Sep 24, 2018 at 11:54 AM Josh Elser <el...@apache.org> wrote:

> I saw something on builds@a.o about another project saturating the free
> disk space on some build hosts -- not sure if that's related.
>
> I noticed the other day that HBase precommit jobs use the "Hadoop" label
> which has a subset of the nodes, excluding some of the H* nodes (e.g.
> H22 is one of these). I think I updated the job config to ignore one of
> these, but seems like there might be a couple.
>
> Anyways, no harm in wiping the current workspace either.
>
> On 9/24/18 11:40 AM,
> Kevin Risden
> wrote:
> > Actually looks like I did have permissions. I just didn't click around
> > enough. Under Workspace there is a "Wipe Out Current Workspace" link
> after
> > you click on it. Trying a new build now with the workspace being clean.
> >
> > Kevin Risden
> >
> >
> > On Mon, Sep 24, 2018 at 11:38 AM Kevin Risden <kr...@apache.org>
> wrote:
> >
> >> This is still occurring today. I don't have permissions in Jenkins to
> >> either clean up the workspace or force the job to cleanup the workspace
> >> before each run. That should fix the broken git checkout.
> >>
> >> Kevin Risden
> >>
> >>
> >> On Sat, Sep 22, 2018 at 10:51 PM Kevin Risden <kr...@apache.org>
> wrote:
> >>
> >>> I'm not sure how to fix this error. The JDK 9 build is failing on node
> >>> H22 with the following error during checkout:
> >>>
> >>> Resolving deltas:  16% (23/143), completed with 1 local objects.
> >>> fatal: pack has 120 unresolved deltas
> >>> fatal: index-pack failed
> >>>
> >>>     at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
> >>>     at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
> >>>     at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
> >>>     at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
> >>>     at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
> >>>     at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
> >>>     at hudson.remoting.UserRequest.perform(UserRequest.java:212)
> >>>     at hudson.remoting.UserRequest.perform(UserRequest.java:54)
> >>>     at hudson.remoting.Request$2.run(Request.java:369)
> >>>     at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> >>>     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >>>     at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> >>>     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> >>>     at java.lang.Thread.run(Thread.java:748)
> >>>     Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote
> call to H22
> >>>             at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
> >>>             at
> hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
> >>>             at hudson.remoting.Channel.call(Channel.java:955)
> >>>             at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
> >>>             at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown
> Source)
> >>>             at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>>             at java.lang.reflect.Method.invoke(Method.java:498)
> >>>             at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
> >>>             at com.sun.proxy.$Proxy119.execute(Unknown Source)
> >>>             at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
> >>>             at
> hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
> >>>             at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
> >>>             at hudson.scm.SCM.checkout(SCM.java:504)
> >>>             at
> hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
> >>>             at
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
> >>>             at
> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> >>>             at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
> >>>             at hudson.model.Run.execute(Run.java:1794)
> >>>             at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
> >>>             at
> hudson.model.ResourceController.execute(ResourceController.java:97)
> >>>             at hudson.model.Executor.run(Executor.java:429)
> >>> ERROR: Error fetching remote repo 'origin'
> >>>
> >>>
> >>> Kevin Risden
> >>>
> >>>
> >>> On Sat, Sep 22, 2018 at 10:46 PM Apache Jenkins Server <
> >>> jenkins@builds.apache.org> wrote:
> >>>
> >>>> The Apache Jenkins build system has built Calcite-Avatica-Master
> (build
> >>>> #105)
> >>>>
> >>>> Status: Still Failing
> >>>>
> >>>> Check console output at
> >>>> https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the
> >>>> results.
> >>>
> >>>
> >
>

Re: Calcite-Avatica-Master - Build # 105 - Still Failing

Posted by Josh Elser <el...@apache.org>.
I saw something on builds@a.o about another project saturating the free 
disk space on some build hosts -- not sure if that's related.

I noticed the other day that HBase precommit jobs use the "Hadoop" label 
which has a subset of the nodes, excluding some of the H* nodes (e.g. 
H22 is one of these). I think I updated the job config to ignore one of 
these, but seems like there might be a couple.

Anyways, no harm in wiping the current workspace either.

On 9/24/18 11:40 AM, Kevin Risden wrote:
> Actually looks like I did have permissions. I just didn't click around
> enough. Under Workspace there is a "Wipe Out Current Workspace" link after
> you click on it. Trying a new build now with the workspace being clean.
> 
> Kevin Risden
> 
> 
> On Mon, Sep 24, 2018 at 11:38 AM Kevin Risden <kr...@apache.org> wrote:
> 
>> This is still occurring today. I don't have permissions in Jenkins to
>> either clean up the workspace or force the job to cleanup the workspace
>> before each run. That should fix the broken git checkout.
>>
>> Kevin Risden
>>
>>
>> On Sat, Sep 22, 2018 at 10:51 PM Kevin Risden <kr...@apache.org> wrote:
>>
>>> I'm not sure how to fix this error. The JDK 9 build is failing on node
>>> H22 with the following error during checkout:
>>>
>>> Resolving deltas:  16% (23/143), completed with 1 local objects.
>>> fatal: pack has 120 unresolved deltas
>>> fatal: index-pack failed
>>>
>>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
>>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
>>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
>>> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
>>> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
>>> 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>>> 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>>> 	at hudson.remoting.Request$2.run(Request.java:369)
>>> 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>>> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>> 	at java.lang.Thread.run(Thread.java:748)
>>> 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H22
>>> 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
>>> 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
>>> 		at hudson.remoting.Channel.call(Channel.java:955)
>>> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
>>> 		at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown Source)
>>> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> 		at java.lang.reflect.Method.invoke(Method.java:498)
>>> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
>>> 		at com.sun.proxy.$Proxy119.execute(Unknown Source)
>>> 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
>>> 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>> 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>> 		at hudson.scm.SCM.checkout(SCM.java:504)
>>> 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
>>> 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
>>> 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>>> 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
>>> 		at hudson.model.Run.execute(Run.java:1794)
>>> 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
>>> 		at hudson.model.ResourceController.execute(ResourceController.java:97)
>>> 		at hudson.model.Executor.run(Executor.java:429)
>>> ERROR: Error fetching remote repo 'origin'
>>>
>>>
>>> Kevin Risden
>>>
>>>
>>> On Sat, Sep 22, 2018 at 10:46 PM Apache Jenkins Server <
>>> jenkins@builds.apache.org> wrote:
>>>
>>>> The Apache Jenkins build system has built Calcite-Avatica-Master (build
>>>> #105)
>>>>
>>>> Status: Still Failing
>>>>
>>>> Check console output at
>>>> https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the
>>>> results.
>>>
>>>
> 

Re: Calcite-Avatica-Master - Build # 105 - Still Failing

Posted by Kevin Risden <kr...@apache.org>.
Actually looks like I did have permissions. I just didn't click around
enough. Under Workspace there is a "Wipe Out Current Workspace" link after
you click on it. Trying a new build now with the workspace being clean.

Kevin Risden


On Mon, Sep 24, 2018 at 11:38 AM Kevin Risden <kr...@apache.org> wrote:

> This is still occurring today. I don't have permissions in Jenkins to
> either clean up the workspace or force the job to cleanup the workspace
> before each run. That should fix the broken git checkout.
>
> Kevin Risden
>
>
> On Sat, Sep 22, 2018 at 10:51 PM Kevin Risden <kr...@apache.org> wrote:
>
>> I'm not sure how to fix this error. The JDK 9 build is failing on node
>> H22 with the following error during checkout:
>>
>> Resolving deltas:  16% (23/143), completed with 1 local objects.
>> fatal: pack has 120 unresolved deltas
>> fatal: index-pack failed
>>
>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
>> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
>> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
>> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
>> 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>> 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>> 	at hudson.remoting.Request$2.run(Request.java:369)
>> 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>> 	at java.lang.Thread.run(Thread.java:748)
>> 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H22
>> 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
>> 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
>> 		at hudson.remoting.Channel.call(Channel.java:955)
>> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
>> 		at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown Source)
>> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> 		at java.lang.reflect.Method.invoke(Method.java:498)
>> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
>> 		at com.sun.proxy.$Proxy119.execute(Unknown Source)
>> 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
>> 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>> 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>> 		at hudson.scm.SCM.checkout(SCM.java:504)
>> 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
>> 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
>> 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>> 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
>> 		at hudson.model.Run.execute(Run.java:1794)
>> 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
>> 		at hudson.model.ResourceController.execute(ResourceController.java:97)
>> 		at hudson.model.Executor.run(Executor.java:429)
>> ERROR: Error fetching remote repo 'origin'
>>
>>
>> Kevin Risden
>>
>>
>> On Sat, Sep 22, 2018 at 10:46 PM Apache Jenkins Server <
>> jenkins@builds.apache.org> wrote:
>>
>>> The Apache Jenkins build system has built Calcite-Avatica-Master (build
>>> #105)
>>>
>>> Status: Still Failing
>>>
>>> Check console output at
>>> https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the
>>> results.
>>
>>

Re: Calcite-Avatica-Master - Build # 105 - Still Failing

Posted by Kevin Risden <kr...@apache.org>.
This is still occurring today. I don't have permissions in Jenkins to
either clean up the workspace or force the job to cleanup the workspace
before each run. That should fix the broken git checkout.

Kevin Risden


On Sat, Sep 22, 2018 at 10:51 PM Kevin Risden <kr...@apache.org> wrote:

> I'm not sure how to fix this error. The JDK 9 build is failing on node H22
> with the following error during checkout:
>
> Resolving deltas:  16% (23/143), completed with 1 local objects.
> fatal: pack has 120 unresolved deltas
> fatal: index-pack failed
>
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
> 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
> 	at hudson.remoting.Request$2.run(Request.java:369)
> 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:748)
> 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H22
> 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
> 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
> 		at hudson.remoting.Channel.call(Channel.java:955)
> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
> 		at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown Source)
> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 		at java.lang.reflect.Method.invoke(Method.java:498)
> 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
> 		at com.sun.proxy.$Proxy119.execute(Unknown Source)
> 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
> 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
> 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
> 		at hudson.scm.SCM.checkout(SCM.java:504)
> 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
> 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
> 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
> 		at hudson.model.Run.execute(Run.java:1794)
> 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
> 		at hudson.model.ResourceController.execute(ResourceController.java:97)
> 		at hudson.model.Executor.run(Executor.java:429)
> ERROR: Error fetching remote repo 'origin'
>
>
> Kevin Risden
>
>
> On Sat, Sep 22, 2018 at 10:46 PM Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
>> The Apache Jenkins build system has built Calcite-Avatica-Master (build
>> #105)
>>
>> Status: Still Failing
>>
>> Check console output at
>> https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the
>> results.
>
>

Re: Calcite-Avatica-Master - Build # 105 - Still Failing

Posted by Kevin Risden <kr...@apache.org>.
I'm not sure how to fix this error. The JDK 9 build is failing on node H22
with the following error during checkout:

Resolving deltas:  16% (23/143), completed with 1 local objects.
fatal: pack has 120 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H22
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'


Kevin Risden


On Sat, Sep 22, 2018 at 10:46 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> The Apache Jenkins build system has built Calcite-Avatica-Master (build
> #105)
>
> Status: Still Failing
>
> Check console output at
> https://builds.apache.org/job/Calcite-Avatica-Master/105/ to view the
> results.