RE: [JENKINS] Lucene-Solr-repro - Build # 2054 - Still Failing

2018-12-03 Thread Uwe Schindler
I deleted all workspaces on both machines this morning (see my other message 
coming in at same time when Alan sent his mail). Maybe it's fixed now?

Uwe

-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Steve Rowe 
> Sent: Monday, December 3, 2018 5:21 PM
> To: Lucene Dev 
> Subject: Re: [JENKINS] Lucene-Solr-repro - Build # 2054 - Still Failing
> 
> AFAICT something's wrong with the lucene2 Jenkins node (lucene2-us-
> west.apache.org) - it's the node hosting this job (and others failing 
> similarly).
> 
> Unfortunately, although I can log into lucene2, I can't sudo as the jenkins
> user on that box ATM (OPIE isn't working for me), so I can't see the
> problematic workspaces.  I'll go ask Infra for help in a bit.
> 
> Steve
> 
> > On Dec 3, 2018, at 4:05 AM, Alan Woodward 
> wrote:
> >
> > Looks like every test run on the Apache Jenkins machine has been failing
> since Saturday with this error - can somebody with appropriate karma log in
> and have a look?
> >
> >> On 1 Dec 2018, at 19:13, Apache Jenkins Server
>  wrote:
> >>
> >> Build: https://builds.apache.org/job/Lucene-Solr-repro/2054/
> >>
> >> [...truncated 8 lines...]
> >> ERROR: Error fetching remote repo 'origin'
> >> hudson.plugins.git.GitException: Failed to fetch from
> git://git.apache.org/lucene-solr.git
> >>at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
> >>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(Abstr
> actBuild.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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> >>at
> hudson.model.ResourceController.execute(ResourceController.java:97)
> >>at hudson.model.Executor.run(Executor.java:429)
> >> Caused by: hudson.plugins.git.GitException: Command "git config
> remote.origin.url git://git.apache.org/lucene-solr.git" returned status code 
> 4:
> >> stdout:
> >> stderr: error: failed to write new configuration file .git/config.lock
> >>
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j
> ava:2002)
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j
> ava:1970)
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j
> ava:1966)
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja
> va:1597)
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja
> va:1609)
> >>at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1
> 243)
> >>at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
> >>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
> va:62)
> >>at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:43)
> >>at java.lang.reflect.Method.invoke(Method.java:498)
> >>at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteIn
> vocationHandler.java:929)
> >>at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
> ionHandler.java:903)
> >>at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
> ionHandler.java:855)
> >>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(InterceptingExecutorSer
> vice.java:72)
> >>at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >>at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
> a:1142)
> >>at
> java.util.concurrent.ThreadPoolExecutor$Worker.run

Re: [JENKINS] Lucene-Solr-repro - Build # 2054 - Still Failing

2018-12-03 Thread Steve Rowe
AFAICT something's wrong with the lucene2 Jenkins node 
(lucene2-us-west.apache.org) - it's the node hosting this job (and others 
failing similarly).

Unfortunately, although I can log into lucene2, I can't sudo as the jenkins 
user on that box ATM (OPIE isn't working for me), so I can't see the 
problematic workspaces.  I'll go ask Infra for help in a bit.

Steve

> On Dec 3, 2018, at 4:05 AM, Alan Woodward  wrote:
> 
> Looks like every test run on the Apache Jenkins machine has been failing 
> since Saturday with this error - can somebody with appropriate karma log in 
> and have a look?
> 
>> On 1 Dec 2018, at 19:13, Apache Jenkins Server  
>> wrote:
>> 
>> Build: https://builds.apache.org/job/Lucene-Solr-repro/2054/
>> 
>> [...truncated 8 lines...]
>> ERROR: Error fetching remote repo 'origin'
>> hudson.plugins.git.GitException: Failed to fetch from 
>> git://git.apache.org/lucene-solr.git
>>  at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>>  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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>>  at hudson.model.ResourceController.execute(ResourceController.java:97)
>>  at hudson.model.Executor.run(Executor.java:429)
>> Caused by: hudson.plugins.git.GitException: Command "git config 
>> remote.origin.url git://git.apache.org/lucene-solr.git" returned status code 
>> 4:
>> stdout: 
>> stderr: error: failed to write new configuration file .git/config.lock
>> 
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
>>  at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>  at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>  at java.lang.reflect.Method.invoke(Method.java:498)
>>  at 
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
>>  at 
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
>>  at 
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
>>  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 
>> lucene
>>  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 
>> hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
>>  at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
>>  at 
>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
>>  at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
>>  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 
>> 

Re: [JENKINS] Lucene-Solr-repro - Build # 2054 - Still Failing

2018-12-03 Thread Alan Woodward
Looks like every test run on the Apache Jenkins machine has been failing since 
Saturday with this error - can somebody with appropriate karma log in and have 
a look?

> On 1 Dec 2018, at 19:13, Apache Jenkins Server  
> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-repro/2054/
> 
> [...truncated 8 lines...]
> ERROR: Error fetching remote repo 'origin'
> hudson.plugins.git.GitException: Failed to fetch from 
> git://git.apache.org/lucene-solr.git
>   at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>   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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>   at hudson.model.ResourceController.execute(ResourceController.java:97)
>   at hudson.model.Executor.run(Executor.java:429)
> Caused by: hudson.plugins.git.GitException: Command "git config 
> remote.origin.url git://git.apache.org/lucene-solr.git" returned status code 
> 4:
> stdout: 
> stderr: error: failed to write new configuration file .git/config.lock
> 
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
>   at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
>   at 
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
>   at 
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
>   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 
> lucene
>   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 
> hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
>   at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
>   at 
> org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
>   at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
>   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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>   at 
> hudson.model.ResourceController.execute(ResourceController.java:97)
>

[JENKINS] Lucene-Solr-repro - Build # 2054 - Still Failing

2018-12-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2054/

[...truncated 8 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
git://git.apache.org/lucene-solr.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git config 
remote.origin.url git://git.apache.org/lucene-solr.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
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 
lucene
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 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at 
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # 
 > timeout=10