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

[JENKINS-MAVEN] Lucene-Solr-Maven-7.6 #24: POMs out of sync

Build: https://builds.apache.org/job/Lucene-Solr-Maven-7.6/24/

No tests ran.

Build Log:
[...truncated 10 lines...]
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.apache.org:
git.apache.org: Name or service not known


	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.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
	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 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.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.$Proxy118.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
		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 cloning 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
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
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 fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.apache.org:
git.apache.org: Name or service not known


	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 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.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.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
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
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 fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 99627           
remote: Counting objects: 242358           
remote: Counting objects: 388386           
remote: Counting objects: 493701           
remote: Counting objects: 608319           
remote: Counting objects: 730847           
remote: Counting objects: 878445           
remote: Counting objects: 1010528, done.        
remote: Compressing objects:   0% (1/196875)           
remote: Compressing objects:   1% (1969/196875)           
remote: Compressing objects:   2% (3938/196875)           
remote: Compressing objects:   3% (5907/196875)           
remote: Compressing objects:   4% (7875/196875)           
remote: Compressing objects:   5% (9844/196875)           
remote: Compressing objects:   6% (11813/196875)           
remote: Compressing objects:   7% (13782/196875)           
remote: Compressing objects:   8% (15750/196875)           
remote: Compressing objects:   9% (17719/196875)           
remote: Compressing objects:  10% (19688/196875)           
remote: Compressing objects:  11% (21657/196875)           
remote: Compressing objects:  12% (23625/196875)           
remote: Compressing objects:  13% (25594/196875)           
remote: Compressing objects:  14% (27563/196875)           
remote: Compressing objects:  15% (29532/196875)           
remote: Compressing objects:  16% (31500/196875)           
remote: Compressing objects:  17% (33469/196875)           
remote: Compressing objects:  18% (35438/196875)           
remote: Compressing objects:  19% (37407/196875)           
remote: Compressing objects:  20% (39375/196875)           
remote: Compressing objects:  21% (41344/196875)           
remote: Compressing objects:  22% (43313/196875)           
remote: Compressing objects:  23% (45282/196875)           
remote: Compressing objects:  24% (47250/196875)           
remote: Compressing objects:  25% (49219/196875)           
remote: Compressing objects:  26% (51188/196875)           
remote: Compressing objects:  27% (53157/196875)           
remote: Compressing objects:  28% (55125/196875)           
remote: Compressing objects:  29% (57094/196875)           
remote: Compressing objects:  30% (59063/196875)           
remote: Compressing objects:  31% (61032/196875)           
remote: Compressing objects:  32% (63000/196875)           
remote: Compressing objects:  33% (64969/196875)           
remote: Compressing objects:  34% (66938/196875)           
remote: Compressing objects:  35% (68907/196875)           
remote: Compressing objects:  36% (70875/196875)           
remote: Compressing objects:  37% (72844/196875)           
remote: Compressing objects:  38% (74813/196875)           
remote: Compressing objects:  39% (76782/196875)           
remote: Compressing objects:  40% (78750/196875)           
remote: Compressing objects:  41% (80719/196875)           
remote: Compressing objects:  42% (82688/196875)           
remote: Compressing objects:  43% (84657/196875)           
remote: Compressing objects:  44% (86625/196875)           
remote: Compressing objects:  45% (88594/196875)           
remote: Compressing objects:  46% (90563/196875)           
remote: Compressing objects:  47% (92532/196875)           
remote: Compressing objects:  48% (94500/196875)           
remote: Compressing objects:  49% (96469/196875)           
remote: Compressing objects:  50% (98438/196875)           
remote: Compressing objects:  51% (100407/196875)           
remote: Compressing objects:  52% (102375/196875)           
remote: Compressing objects:  53% (104344/196875)           
remote: Compressing objects:  54% (106313/196875)           
remote: Compressing objects:  55% (108282/196875)           
remote: Compressing objects:  56% (110250/196875)           
remote: Compressing objects:  57% (112219/196875)           
remote: Compressing objects:  58% (114188/196875)           
remote: Compressing objects:  59% (116157/196875)           
remote: Compressing objects:  60% (118125/196875)           
remote: Compressing objects:  61% (120094/196875)           
remote: Compressing objects:  62% (122063/196875)           
remote: Compressing objects:  63% (124032/196875)           
remote: Compressing objects:  64% (126000/196875)           
remote: Compressing objects:  65% (127969/196875)           
remote: Compressing objects:  66% (129938/196875)           
remote: Compressing objects:  67% (131907/196875)           
remote: Compressing objects:  68% (133875/196875)           
remote: Compressing objects:  69% (135844/196875)           
remote: Compressing objects:  70% (137813/196875)           
remote: Compressing objects:  71% (139782/196875)           
remote: Compressing objects:  72% (141750/196875)           
remote: Compressing objects:  73% (143719/196875)           
remote: Compressing objects:  74% (145688/196875)           
remote: Compressing objects:  75% (147657/196875)           
remote: Compressing objects:  76% (149625/196875)           
remote: Compressing objects:  77% (151594/196875)           
remote: Compressing objects:  78% (153563/196875)           
remote: Compressing objects:  79% (155532/196875)           
remote: Compressing objects:  80% (157500/196875)           
remote: Compressing objects:  81% (159469/196875)           
remote: Compressing objects:  82% (161438/196875)           
remote: Compressing objects:  83% (163407/196875)           
remote: Compressing objects:  84% (165375/196875)           
remote: Compressing objects:  85% (167344/196875)           
remote: Compressing objects:  86% (169313/196875)           
remote: Compressing objects:  87% (171282/196875)           
remote: Compressing objects:  88% (173250/196875)           
remote: Compressing objects:  89% (175219/196875)           
remote: Compressing objects:  90% (177188/196875)           
remote: Compressing objects:  91% (179157/196875)           
remote: Compressing objects:  92% (181125/196875)           
remote: Compressing objects:  93% (183094/196875)           
remote: Compressing objects:  94% (185063/196875)           
remote: Compressing objects:  94% (185216/196875)           
remote: Compressing objects:  95% (187032/196875)           
remote: Compressing objects:  96% (189000/196875)           
remote: Compressing objects:  97% (190969/196875)           
remote: Compressing objects:  98% (192938/196875)           
remote: Compressing objects:  99% (194907/196875)           
remote: Compressing objects: 100% (196875/196875)           
remote: Compressing objects: 100% (196875/196875), done.        
Receiving objects:   0% (1/1010528)   
Receiving objects:   0% (3828/1010528), 364.00 KiB | 653.00 KiB/s   
Receiving objects:   0% (8387/1010528), 1.28 MiB | 784.00 KiB/s   
Receiving objects:   1% (10106/1010528), 1.79 MiB | 831.00 KiB/s   
Receiving objects:   1% (13321/1010528), 2.25 MiB | 851.00 KiB/s   
fatal: The remote end hung up unexpectedly
fatal: early EOF
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 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.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.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'
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any