You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/05/26 21:02:10 UTC

Build failed in Jenkins: IvyDE #385

See <https://builds.apache.org/job/IvyDE/385/display/redirect?page=changes>

Changes:

[jkf] updated reference to license from http to https using find . -type f

------------------------------------------
Started by an SCM change
Started by an SCM change
Running as hibou
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/IvyDE/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git init <https://builds.apache.org/job/IvyDE/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant-ivyde.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant-ivyde.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 https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5c6f90c864a786addd1c61115720d136d4d4c70b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c6f90c864a786addd1c61115720d136d4d4c70b
Commit message: "updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \;"
 > git rev-list --no-walk d7f55c6475627ad6a899e3fbb88eb49f572ba63b # timeout=10
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Copied 1 artifact from "Ivy" build number 809
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.9"
Archiving artifacts

Build failed in Jenkins: IvyDE #387

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/IvyDE/387/display/redirect>

Changes:


------------------------------------------
[...truncated 2.40 KB...]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:270)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 20 more
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git init <https://builds.apache.org/job/IvyDE/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/IvyDE/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:708)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy152.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:914)
	... 11 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:270)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 15 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1753)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:329)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:282)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 20 more
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git init <https://builds.apache.org/job/IvyDE/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/IvyDE/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:708)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy152.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:914)
	... 11 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:282)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 15 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1753)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:329)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:282)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 20 more
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git init <https://builds.apache.org/job/IvyDE/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/IvyDE/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:708)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy152.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:914)
	... 11 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:282)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 15 more
ERROR: Error cloning remote repo 'origin'
Archiving artifacts

Jenkins build is back to normal : IvyDE #390

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/IvyDE/390/display/redirect>


Build failed in Jenkins: IvyDE #389

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/IvyDE/389/display/redirect>

Changes:


------------------------------------------
[...truncated 56.00 KB...]
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ..

eclipse-check-download-emf:

eclipse-get-emf:
      [get] Getting: http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.9.2/R201402031126/emf-runtime-2.9.2.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/emf-runtime-2.9.2.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ..

eclipse-check-download-xsd:

eclipse-get-xsd:
      [get] Getting: http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.9.2/R201402031126/xsd-runtime-2.9.2.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/xsd-runtime-2.9.2.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................

eclipse-check-download-gef:

eclipse-get-gef:
      [get] Getting: http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-SDK-3.9.100.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-SDK-3.9.100.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....

eclipse-check-download-zest:

eclipse-get-zest:
      [get] Getting: http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-zest-3.9.100.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-zest-3.9.100.zip>
      [get] ....................................................
      [get] .............................

download-eclipse:

check-unzip-eclipse:

unzip-eclipse:
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/wtp-repo-R-3.9.5-20180409100740>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/wtp-repo-R-3.9.5-20180409100740.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/wtp-repo-R-3.9.5-20180409100740>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/emf-runtime-2.9.2>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/emf-runtime-2.9.2.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/emf-runtime-2.9.2>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/xsd-runtime-2.9.2>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/xsd-runtime-2.9.2.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/xsd-runtime-2.9.2>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-SDK-3.9.100>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-SDK-3.9.100.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-SDK-3.9.100>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-zest-3.9.100>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-zest-3.9.100.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-zest-3.9.100>

prepare-eclipse:

jenkins-prepare-properties:

jenkins-install-ivy:

check-baseLocation:

get-ivy-jar:

download-ivy:

init-ivy:

compute-ivy-bundle-version:
     [echo] Ivy Bundle-Version: 2.6.0.alpha_20191102132421

install-ivy-jar:
     [copy] Copying 1 file to <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32/plugins>
     [echo] Ivy 2.6.0.alpha_20191102132421 has been installed in <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32>

install-ivy:

jenkins-prepare:

BUILD SUCCESSFUL
Total time: 30 seconds
[IvyDE] $ ant dist checkstyle rat
Buildfile: <https://builds.apache.org/job/IvyDE/ws/build.xml>

clean-eclipse-doc:

generate-sample-zip:
      [zip] Building zip: <https://builds.apache.org/job/IvyDE/ws/doc/src/sample/webapp-js-repo.zip>

download-ivy:
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/work>
      [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar
      [get] To: <https://builds.apache.org/job/IvyDE/ws/work/ivy.jar>
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar
      [get] Can't get http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar to <https://builds.apache.org/job/IvyDE/ws/work/ivy.jar>

BUILD FAILED
<https://builds.apache.org/job/IvyDE/ws/build.xml>:57: Can't get http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar to <https://builds.apache.org/job/IvyDE/ws/work/ivy.jar>

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: IvyDE #388

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/IvyDE/388/display/redirect>

Changes:


------------------------------------------
[...truncated 52.77 KB...]
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ..........................

eclipse-check-download-emf:

eclipse-get-emf:
      [get] Getting: http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.9.2/R201402031126/emf-runtime-2.9.2.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/emf-runtime-2.9.2.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ..................................................

eclipse-check-download-xsd:

eclipse-get-xsd:
      [get] Getting: http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.9.2/R201402031126/xsd-runtime-2.9.2.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/xsd-runtime-2.9.2.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ........................

eclipse-check-download-gef:

eclipse-get-gef:
      [get] Getting: http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-SDK-3.9.100.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-SDK-3.9.100.zip>
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] ....................................................
      [get] .................................

eclipse-check-download-zest:

eclipse-get-zest:
      [get] Getting: http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-zest-3.9.100.zip
      [get] To: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-zest-3.9.100.zip>
      [get] ....................................................
      [get] ..........

download-eclipse:

check-unzip-eclipse:

unzip-eclipse:
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/wtp-repo-R-3.9.5-20180409100740>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/wtp-repo-R-3.9.5-20180409100740.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/wtp-repo-R-3.9.5-20180409100740>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/emf-runtime-2.9.2>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/emf-runtime-2.9.2.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/emf-runtime-2.9.2>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/xsd-runtime-2.9.2>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/xsd-runtime-2.9.2.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/xsd-runtime-2.9.2>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-SDK-3.9.100>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-SDK-3.9.100.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-SDK-3.9.100>
    [mkdir] Created dir: <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-zest-3.9.100>
    [unzip] Expanding: <https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-zest-3.9.100.zip> into <https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse/dropins/GEF-zest-3.9.100>

prepare-eclipse:

jenkins-prepare-properties:

jenkins-install-ivy:

check-baseLocation:

get-ivy-jar:

download-ivy:

init-ivy:

BUILD FAILED
<https://builds.apache.org/job/IvyDE/ws/build.xml>:685: The following error occurred while executing this line:
<https://builds.apache.org/job/IvyDE/ws/build.xml>:64: java.lang.UnsupportedClassVersionError: org/apache/ivy/ant/IvyAntSettings : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at org.apache.tools.ant.AntClassLoader.defineClassFromData(AntClassLoader.java:1150)
	at org.apache.tools.ant.AntClassLoader.getClassFromStream(AntClassLoader.java:1318)
	at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1374)
	at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1335)
	at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1090)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:278)
	at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:580)
	at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:238)
	at org.apache.tools.ant.taskdefs.Antlib.execute(Antlib.java:180)
	at org.apache.tools.ant.taskdefs.Definer.loadAntlib(Definer.java:429)
	at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:278)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:352)
	at org.apache.tools.ant.Target.execute(Target.java:437)
	at org.apache.tools.ant.Target.performTasks(Target.java:458)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1261)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:352)
	at org.apache.tools.ant.Target.execute(Target.java:437)
	at org.apache.tools.ant.Target.performTasks(Target.java:458)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1377)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1261)
	at org.apache.tools.ant.Main.runBuild(Main.java:857)
	at org.apache.tools.ant.Main.startAnt(Main.java:236)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112)

Total time: 28 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: IvyDE #386

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/IvyDE/386/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by user gintas
Rebuilds build #385
Running as hibou
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/IvyDE/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git init <https://builds.apache.org/job/IvyDE/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 11623, done.        
remote: Compressing objects:   0% (1/3096)           remote: Compressing objects:   1% (31/3096)           remote: Compressing objects:   2% (62/3096)           remote: Compressing objects:   3% (93/3096)           remote: Compressing objects:   4% (124/3096)           remote: Compressing objects:   5% (155/3096)           remote: Compressing objects:   6% (186/3096)           remote: Compressing objects:   7% (217/3096)           remote: Compressing objects:   8% (248/3096)           remote: Compressing objects:   9% (279/3096)           remote: Compressing objects:  10% (310/3096)           remote: Compressing objects:  11% (341/3096)           remote: Compressing objects:  12% (372/3096)           remote: Compressing objects:  13% (403/3096)           remote: Compressing objects:  14% (434/3096)           remote: Compressing objects:  15% (465/3096)           remote: Compressing objects:  16% (496/3096)           remote: Compressing objects:  17% (527/3096)           remote: Compressing objects:  18% (558/3096)           remote: Compressing objects:  19% (589/3096)           remote: Compressing objects:  20% (620/3096)           remote: Compressing objects:  21% (651/3096)           remote: Compressing objects:  22% (682/3096)           remote: Compressing objects:  23% (713/3096)           remote: Compressing objects:  24% (744/3096)           remote: Compressing objects:  25% (774/3096)           remote: Compressing objects:  26% (805/3096)           remote: Compressing objects:  27% (836/3096)           remote: Compressing objects:  28% (867/3096)           remote: Compressing objects:  29% (898/3096)           remote: Compressing objects:  30% (929/3096)           remote: Compressing objects:  31% (960/3096)           remote: Compressing objects:  32% (991/3096)           remote: Compressing objects:  33% (1022/3096)           remote: Compressing objects:  34% (1053/3096)           remote: Compressing objects:  35% (1084/3096)           remote: Compressing objects:  36% (1115/3096)           remote: Compressing objects:  37% (1146/3096)           remote: Compressing objects:  38% (1177/3096)           remote: Compressing objects:  39% (1208/3096)           remote: Compressing objects:  40% (1239/3096)           remote: Compressing objects:  41% (1270/3096)           remote: Compressing objects:  42% (1301/3096)           remote: Compressing objects:  43% (1332/3096)           remote: Compressing objects:  44% (1363/3096)           remote: Compressing objects:  45% (1394/3096)           remote: Compressing objects:  46% (1425/3096)           remote: Compressing objects:  47% (1456/3096)           remote: Compressing objects:  48% (1487/3096)           remote: Compressing objects:  49% (1518/3096)           remote: Compressing objects:  50% (1548/3096)           remote: Compressing objects:  51% (1579/3096)           remote: Compressing objects:  52% (1610/3096)           remote: Compressing objects:  53% (1641/3096)           remote: Compressing objects:  54% (1672/3096)           remote: Compressing objects:  55% (1703/3096)           remote: Compressing objects:  56% (1734/3096)           remote: Compressing objects:  57% (1765/3096)           remote: Compressing objects:  58% (1796/3096)           remote: Compressing objects:  59% (1827/3096)           remote: Compressing objects:  60% (1858/3096)           remote: Compressing objects:  61% (1889/3096)           remote: Compressing objects:  62% (1920/3096)           remote: Compressing objects:  63% (1951/3096)           remote: Compressing objects:  64% (1982/3096)           remote: Compressing objects:  65% (2013/3096)           remote: Compressing objects:  66% (2044/3096)           remote: Compressing objects:  67% (2075/3096)           remote: Compressing objects:  68% (2106/3096)           remote: Compressing objects:  69% (2137/3096)           remote: Compressing objects:  70% (2168/3096)           remote: Compressing objects:  71% (2199/3096)           remote: Compressing objects:  72% (2230/3096)           remote: Compressing objects:  73% (2261/3096)           remote: Compressing objects:  74% (2292/3096)           remote: Compressing objects:  75% (2322/3096)           remote: Compressing objects:  76% (2353/3096)           remote: Compressing objects:  77% (2384/3096)           remote: Compressing objects:  78% (2415/3096)           remote: Compressing objects:  79% (2446/3096)           remote: Compressing objects:  80% (2477/3096)           remote: Compressing objects:  81% (2508/3096)           remote: Compressing objects:  82% (2539/3096)           remote: Compressing objects:  83% (2570/3096)           remote: Compressing objects:  84% (2601/3096)           remote: Compressing objects:  85% (2632/3096)           remote: Compressing objects:  86% (2663/3096)           remote: Compressing objects:  87% (2694/3096)           remote: Compressing objects:  88% (2725/3096)           remote: Compressing objects:  89% (2756/3096)           remote: Compressing objects:  90% (2787/3096)           remote: Compressing objects:  91% (2818/3096)           remote: Compressing objects:  92% (2849/3096)           remote: Compressing objects:  93% (2880/3096)           remote: Compressing objects:  94% (2911/3096)           remote: Compressing objects:  95% (2942/3096)           remote: Compressing objects:  96% (2973/3096)           remote: Compressing objects:  97% (3004/3096)           remote: Compressing objects:  98% (3035/3096)           remote: Compressing objects:  99% (3066/3096)           remote: Compressing objects: 100% (3096/3096)           remote: Compressing objects: 100% (3096/3096), done.        
Receiving objects:   0% (1/11623)   Receiving objects:   1% (117/11623)   Receiving objects:   2% (233/11623)   Receiving objects:   3% (349/11623)   Receiving objects:   4% (465/11623)   Receiving objects:   5% (582/11623)   Receiving objects:   6% (698/11623)   Receiving objects:   7% (814/11623)   Receiving objects:   8% (930/11623)   Receiving objects:   9% (1047/11623)   Receiving objects:  10% (1163/11623)   Receiving objects:  11% (1279/11623)   Receiving objects:  12% (1395/11623)   Receiving objects:  13% (1511/11623)   Receiving objects:  14% (1628/11623)   Receiving objects:  15% (1744/11623)   Receiving objects:  16% (1860/11623)   Receiving objects:  17% (1976/11623)   Receiving objects:  18% (2093/11623)   Receiving objects:  19% (2209/11623)   Receiving objects:  20% (2325/11623)   Receiving objects:  21% (2441/11623)   Receiving objects:  22% (2558/11623)   Receiving objects:  23% (2674/11623)   Receiving objects:  24% (2790/11623)   Receiving objects:  25% (2906/11623)   Receiving objects:  26% (3022/11623)   Receiving objects:  27% (3139/11623)   Receiving objects:  28% (3255/11623)   Receiving objects:  29% (3371/11623)   Receiving objects:  30% (3487/11623)   Receiving objects:  31% (3604/11623)   Receiving objects:  32% (3720/11623)   Receiving objects:  33% (3836/11623)   Receiving objects:  34% (3952/11623)   Receiving objects:  35% (4069/11623)   Receiving objects:  36% (4185/11623)   Receiving objects:  37% (4301/11623)   Receiving objects:  38% (4417/11623)   Receiving objects:  39% (4533/11623)   Receiving objects:  40% (4650/11623)   Receiving objects:  41% (4766/11623)   Receiving objects:  42% (4882/11623)   Receiving objects:  43% (4998/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  44% (5115/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  45% (5231/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  46% (5347/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  47% (5463/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  48% (5580/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  49% (5696/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  50% (5812/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  51% (5928/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  52% (6044/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  53% (6161/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  54% (6277/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  55% (6393/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  56% (6509/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  57% (6626/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  58% (6742/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  59% (6858/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  60% (6974/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  61% (7091/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  62% (7207/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  63% (7323/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  64% (7439/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  65% (7555/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  66% (7672/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  67% (7788/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  68% (7904/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  69% (8020/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  70% (8137/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  71% (8253/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  72% (8369/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  73% (8485/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  74% (8602/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  75% (8718/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  76% (8834/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  77% (8950/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  78% (9066/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  79% (9183/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  80% (9299/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  81% (9415/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  82% (9531/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  83% (9648/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  84% (9764/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  85% (9880/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  86% (9996/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  87% (10113/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  88% (10229/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  89% (10345/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  90% (10461/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  91% (10577/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  92% (10694/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  93% (10810/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  94% (10926/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  95% (11042/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  96% (11159/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  97% (11275/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  98% (11391/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects:  99% (11507/11623), 2.82 MiB | 5.34 MiB/s   remote: Total 11623 (delta 7049), reused 11349 (delta 6778)        
Receiving objects: 100% (11623/11623), 2.82 MiB | 5.34 MiB/s   Receiving objects: 100% (11623/11623), 10.56 MiB | 13.20 MiB/s, done.
Resolving deltas:   0% (0/7049)   fatal: unable to create thread: Resource temporarily unavailable
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:758)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy152.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant-ivyde.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 https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/ant-ivyde.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	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:1815)
	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 -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot create thread: Resource temporarily unavailable
fatal: fetch-pack: unable to fork off sideband demultiplexer

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy136.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant-ivyde.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 https://gitbox.apache.org/repos/asf/ant-ivyde.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/ant-ivyde.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	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:1815)
	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 -- https://gitbox.apache.org/repos/asf/ant-ivyde.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot create thread: Resource temporarily unavailable
fatal: fetch-pack: unable to fork off sideband demultiplexer

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1081.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.$Proxy136.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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'
Archiving artifacts