You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/01/10 05:18:02 UTC

Build failed in Jenkins: karaf-master #6422

See <https://builds.apache.org/job/karaf-master/6422/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Jenkins build is back to normal : karaf-master #6434

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6434/display/redirect?page=changes>


Build failed in Jenkins: karaf-master #6433

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6433/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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
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.GeneratedMethodAccessor45.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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor45.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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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'

Build failed in Jenkins: karaf-master #6432

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6432/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor45.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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Build failed in Jenkins: karaf-master #6431

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6431/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Build failed in Jenkins: karaf-master #6430

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6430/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Build failed in Jenkins: karaf-master #6429

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6429/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Build failed in Jenkins: karaf-master #6428

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6428/display/redirect?page=changes>

Changes:

[jbonofre] [KARAF-6583] Upgrade to Camel 2.24.3

[jbonofre] [KARAF-6582] Upgrade to aspectj bundle 1.9.5_1

[jbonofre] [KARAF-6581] Upgrade to ActiveMQ 5.15.11

[jbonofre] [KARAF-6578] Upgrade to Pax Web 7.2.13


------------------------------------------
[...truncated 487.68 KB...]

[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-profile-example/karaf-profile-example-static/pom.xml> to org.apache.karaf.examples/karaf-profile-example-static/4.3.0-SNAPSHOT/karaf-profile-example-static-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-bundle-example/karaf-bundle-example-provider/pom.xml> to org.apache.karaf.examples/karaf-bundle-example-provider/4.3.0-SNAPSHOT/karaf-bundle-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-ds/4.3.0-SNAPSHOT/karaf-jpa-example-provider-ds-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/karaf-soap-example-features/pom.xml> to org.apache.karaf.examples/karaf-soap-example-features/4.3.0-SNAPSHOT/karaf-soap-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-blueprint-example/karaf-blueprint-example-provider/pom.xml> to org.apache.karaf.examples/karaf-blueprint-example-provider/4.3.0-SNAPSHOT/karaf-blueprint-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-soap-example-blueprint/4.3.0-SNAPSHOT/karaf-soap-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/maven/pom.xml> to org.apache.karaf.maven/maven-parent/4.3.0-SNAPSHOT/maven-parent-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/core/pom.xml> to org.apache.karaf.features/org.apache.karaf.features.core/4.3.0-SNAPSHOT/org.apache.karaf.features.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/services/coordinator/pom.xml> to org.apache.karaf.services/org.apache.karaf.services.coordinator/4.3.0-SNAPSHOT/org.apache.karaf.services.coordinator-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scr-example/karaf-scr-example-api/pom.xml> to org.apache.karaf.examples/karaf-scr-example-api/4.3.0-SNAPSHOT/karaf-scr-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/system/pom.xml> to org.apache.karaf.system/org.apache.karaf.system.core/4.3.0-SNAPSHOT/org.apache.karaf.system.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/maven/core/pom.xml> to org.apache.karaf.maven/org.apache.karaf.maven.core/4.3.0-SNAPSHOT/org.apache.karaf.maven.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/client/pom.xml> to org.apache.karaf/org.apache.karaf.client/4.3.0-SNAPSHOT/org.apache.karaf.client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jpa/pom.xml> to org.apache.karaf.jpa/jpa-parent/4.3.0-SNAPSHOT/jpa-parent-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-docker-example/karaf-docker-example-static-dist/pom.xml> to org.apache.karaf.examples/karaf-docker-example-static-dist/4.3.0-SNAPSHOT/karaf-docker-example-static-dist-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/bundle/blueprintstate/pom.xml> to org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.3.0-SNAPSHOT/org.apache.karaf.bundle.blueprintstate-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-command/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-command/4.3.0-SNAPSHOT/karaf-jpa-example-command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-scr/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-scr/4.3.0-SNAPSHOT/karaf-mbean-example-scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scr-example/karaf-scr-example-client/pom.xml> to org.apache.karaf.examples/karaf-scr-example-client/4.3.0-SNAPSHOT/karaf-scr-example-client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jaas-example/karaf-jaas-example-features/pom.xml> to org.apache.karaf.examples/karaf-jaas-example-features/4.3.0-SNAPSHOT/karaf-jaas-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-eclipselink/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-ds-eclipselink/4.3.0-SNAPSHOT/karaf-jpa-example-provider-ds-eclipselink-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/main/pom.xml> to org.apache.karaf/org.apache.karaf.main/4.3.0-SNAPSHOT/org.apache.karaf.main-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/main/target/org.apache.karaf.main-4.3.0-SNAPSHOT.jar> to org.apache.karaf/org.apache.karaf.main/4.3.0-20200110.113830-601/org.apache.karaf.main-4.3.0-20200110.113830-601.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/main/target/org.apache.karaf.main-4.3.0-SNAPSHOT-sources.jar> to org.apache.karaf/org.apache.karaf.main/4.3.0-20200110.113830-601/org.apache.karaf.main-4.3.0-20200110.113830-601-sources.jar
[Fast Archiver] Compressed 241.30 KB of artifacts by 13.3% relative to #6420
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/management/pom.xml> to org.apache.karaf.scr/org.apache.karaf.scr.management/4.3.0-SNAPSHOT/org.apache.karaf.scr.management-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-api/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-api/4.3.0-SNAPSHOT/karaf-mbean-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/bundle/springstate/pom.xml> to org.apache.karaf.bundle/org.apache.karaf.bundle.springstate/4.3.0-SNAPSHOT/org.apache.karaf.bundle.springstate-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/diagnostic/core/pom.xml> to org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.3.0-SNAPSHOT/org.apache.karaf.diagnostic.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/spring/pom.xml> to org.apache.karaf.deployer/org.apache.karaf.deployer.spring/4.3.0-SNAPSHOT/org.apache.karaf.deployer.spring-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jms/pom.xml> to org.apache.karaf.jms/org.apache.karaf.jms.core/4.3.0-SNAPSHOT/org.apache.karaf.jms.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jaas-example/karaf-jaas-example-wab/pom.xml> to org.apache.karaf.examples/karaf-jaas-example-wab/4.3.0-SNAPSHOT/karaf-jaas-example-wab-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/karaf-servlet-example-features/pom.xml> to org.apache.karaf.examples/karaf-servlet-example-features/4.3.0-SNAPSHOT/karaf-servlet-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/instance/pom.xml> to org.apache.karaf.webconsole/org.apache.karaf.webconsole.instance/4.3.0-SNAPSHOT/org.apache.karaf.webconsole.instance-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/pom.xml> to org.apache.karaf.examples/karaf-servlet-example/4.3.0-SNAPSHOT/karaf-servlet-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-http/pom.xml> to org.apache.karaf.examples/karaf-rest-example-client-http/4.3.0-SNAPSHOT/karaf-rest-example-client-http-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-profile-example/pom.xml> to org.apache.karaf.examples/karaf-profile-example/4.3.0-SNAPSHOT/karaf-profile-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scheduler-example/karaf-scheduler-example-runnable/pom.xml> to org.apache.karaf.examples/karaf-scheduler-example-runnable/4.3.0-SNAPSHOT/karaf-scheduler-example-runnable-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/jasypt/pom.xml> to org.apache.karaf.jaas/org.apache.karaf.jaas.jasypt/4.3.0-SNAPSHOT/org.apache.karaf.jaas.jasypt-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/services/pom.xml> to org.apache.karaf.services/services/4.3.0-SNAPSHOT/services-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-command-example/karaf-command-example-api/pom.xml> to org.apache.karaf.examples/karaf-command-example-api/4.3.0-SNAPSHOT/karaf-command-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-war-example/karaf-war-example-features/pom.xml> to org.apache.karaf.examples/karaf-war-example-features/4.3.0-SNAPSHOT/karaf-war-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/blueprint/config/pom.xml> to org.apache.karaf.jaas.blueprint/org.apache.karaf.jaas.blueprint.config/4.3.0-SNAPSHOT/org.apache.karaf.jaas.blueprint.config-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scheduler-example/pom.xml> to org.apache.karaf.examples/karaf-scheduler-example/4.3.0-SNAPSHOT/karaf-scheduler-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-openjpa/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-ds-openjpa/4.3.0-SNAPSHOT/karaf-jpa-example-provider-ds-openjpa-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/karaf-soap-example-scr/pom.xml> to org.apache.karaf.examples/karaf-soap-example-scr/4.3.0-SNAPSHOT/karaf-soap-example-scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/pom.xml> to org.apache.karaf/karaf/4.3.0-SNAPSHOT/karaf-4.3.0-SNAPSHOT.pom
[Fast Archiver] Compressed 106.47 KB of artifacts by 60.1% relative to #6420
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/specs/java.xml.ws/pom.xml> to org.apache.karaf.specs/org.apache.karaf.specs.java.xml.ws/4.3.0-SNAPSHOT/org.apache.karaf.specs.java.xml.ws-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/base/pom.xml> to org.apache.karaf.features/base/4.3.0-SNAPSHOT/base-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/karaf-soap-example-api/pom.xml> to org.apache.karaf.examples/karaf-soap-example-api/4.3.0-SNAPSHOT/karaf-soap-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/standard/pom.xml> to org.apache.karaf.features/standard/4.3.0-SNAPSHOT/standard-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jms-example/pom.xml> to org.apache.karaf.examples/karaf-jms-example/4.3.0-SNAPSHOT/karaf-jms-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scr-example/karaf-scr-example-provider/pom.xml> to org.apache.karaf.examples/karaf-scr-example-provider/4.3.0-SNAPSHOT/karaf-scr-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-simple/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-simple/4.3.0-SNAPSHOT/karaf-mbean-example-simple-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-profile-example/karaf-profile-example-registry/pom.xml> to org.apache.karaf.examples/karaf-profile-example-registry/4.3.0-SNAPSHOT/karaf-profile-example-registry-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-camel-example/pom.xml> to org.apache.karaf.examples/karaf-camel-example/4.3.0-SNAPSHOT/karaf-camel-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-client/pom.xml> to org.apache.karaf.examples/karaf-rest-example-client/4.3.0-SNAPSHOT/karaf-rest-example-client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/instance/pom.xml> to org.apache.karaf.instance/org.apache.karaf.instance.core/4.3.0-SNAPSHOT/org.apache.karaf.instance.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/pom.xml> to org.apache.karaf.shell/shell/4.3.0-SNAPSHOT/shell-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/service/pom.xml> to org.apache.karaf.service/service/4.3.0-SNAPSHOT/service-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/specs/java.xml/pom.xml> to org.apache.karaf.specs/org.apache.karaf.specs.java.xml/4.3.0-SNAPSHOT/org.apache.karaf.specs.java.xml-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/pom.xml> to org.apache.karaf.jaas/jaas/4.3.0-SNAPSHOT/jaas-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-camel-example/karaf-camel-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-camel-example-blueprint/4.3.0-SNAPSHOT/karaf-camel-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-static/pom.xml> to org.apache.karaf.examples/karaf-config-example-static/4.3.0-SNAPSHOT/karaf-config-example-static-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/diagnostic/boot/pom.xml> to org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.3.0-SNAPSHOT/org.apache.karaf.diagnostic.boot-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-features/pom.xml> to org.apache.karaf.examples/karaf-url-namespace-handler-example-features/4.3.0-SNAPSHOT/karaf-url-namespace-handler-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-cxf/pom.xml> to org.apache.karaf.examples/karaf-rest-example-client-cxf/4.3.0-SNAPSHOT/karaf-rest-example-client-cxf-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jdbc/pom.xml> to org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/4.3.0-SNAPSHOT/org.apache.karaf.jdbc.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jaas-example/karaf-jaas-example-app/pom.xml> to org.apache.karaf.examples/karaf-jaas-example-app/4.3.0-SNAPSHOT/karaf-jaas-example-app-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/feature/pom.xml> to org.apache.karaf.archetypes/karaf-feature-archetype/4.3.0-SNAPSHOT/karaf-feature-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/karaf-servlet-example-annotation/pom.xml> to org.apache.karaf.examples/karaf-servlet-example-annotation/4.3.0-SNAPSHOT/karaf-servlet-example-annotation-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/core/pom.xml> to org.apache.karaf.shell/org.apache.karaf.shell.core/4.3.0-SNAPSHOT/org.apache.karaf.shell.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-dump-example/pom.xml> to org.apache.karaf.examples/karaf-dump-example/4.3.0-SNAPSHOT/karaf-dump-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-listener/pom.xml> to org.apache.karaf.examples/karaf-config-example-listener/4.3.0-SNAPSHOT/karaf-config-example-listener-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-blueprint/4.3.0-SNAPSHOT/karaf-mbean-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/bundle/pom.xml> to org.apache.karaf.bundle/bundle/4.3.0-SNAPSHOT/bundle-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/table/pom.xml> to org.apache.karaf.shell/org.apache.karaf.shell.table/4.3.0-SNAPSHOT/org.apache.karaf.shell.table-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-blueprint-example/pom.xml> to org.apache.karaf.examples/karaf-blueprint-example/4.3.0-SNAPSHOT/karaf-blueprint-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-features/pom.xml> to org.apache.karaf.examples/karaf-config-example-features/4.3.0-SNAPSHOT/karaf-config-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/services/eventadmin/pom.xml> to org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.3.0-SNAPSHOT/org.apache.karaf.services.eventadmin-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-managed-factory/pom.xml> to org.apache.karaf.examples/karaf-config-example-managed-factory/4.3.0-SNAPSHOT/karaf-config-example-managed-factory-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/examples/component-factory/pom.xml> to org.apache.karaf.scr.examples/org.apache.karaf.scr.examples.component.factories/4.3.0-SNAPSHOT/org.apache.karaf.scr.examples.component.factories-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/spring-legacy/pom.xml> to org.apache.karaf.features/spring-legacy/4.3.0-SNAPSHOT/spring-legacy-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/enterprise/pom.xml> to org.apache.karaf.features/enterprise/4.3.0-SNAPSHOT/enterprise-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scheduler-example/karaf-scheduler-example-features/pom.xml> to org.apache.karaf.examples/karaf-scheduler-example-features/4.3.0-SNAPSHOT/karaf-scheduler-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-maven-example/karaf-maven-example-run-bundle/pom.xml> to org.apache.karaf.examples/karaf-maven-example-run-bundle/4.3.0-SNAPSHOT/karaf-maven-example-run-bundle-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-log-appender-example/pom.xml> to org.apache.karaf.examples/karaf-log-appender-example/4.3.0-SNAPSHOT/karaf-log-appender-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-websocket-example/pom.xml> to org.apache.karaf.examples/karaf-websocket-example/4.3.0-SNAPSHOT/karaf-websocket-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jaas-example/pom.xml> to org.apache.karaf.examples/karaf-jaas-example/4.3.0-SNAPSHOT/karaf-jaas-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-camel-example/karaf-camel-example-java/pom.xml> to org.apache.karaf.examples/karaf-camel-example-java/4.3.0-SNAPSHOT/karaf-camel-example-java-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-command-example/karaf-command-example-provider/pom.xml> to org.apache.karaf.examples/karaf-command-example-provider/4.3.0-SNAPSHOT/karaf-command-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-http-resource-example/karaf-http-resource-example-features/pom.xml> to org.apache.karaf.examples/karaf-http-resource-example-features/4.3.0-SNAPSHOT/karaf-http-resource-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jms-example/karaf-jms-example-features/pom.xml> to org.apache.karaf.examples/karaf-jms-example-features/4.3.0-SNAPSHOT/karaf-jms-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider/4.3.0-SNAPSHOT/karaf-jpa-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/pom.xml> to org.apache.karaf.scr/scr/4.3.0-SNAPSHOT/scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-features/pom.xml> to org.apache.karaf.examples/karaf-rest-example-features/4.3.0-SNAPSHOT/karaf-rest-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/wrap/pom.xml> to org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.3.0-SNAPSHOT/org.apache.karaf.deployer.wrap-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-blueprint-example/karaf-blueprint-example-client/pom.xml> to org.apache.karaf.examples/karaf-blueprint-example-client/4.3.0-SNAPSHOT/karaf-blueprint-example-client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jdbc-example/pom.xml> to org.apache.karaf.examples/karaf-jdbc-example/4.3.0-SNAPSHOT/karaf-jdbc-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/pom.xml> to org.apache.karaf.examples/karaf-rest-example/4.3.0-SNAPSHOT/karaf-rest-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/static/pom.xml> to org.apache.karaf.features/static/4.3.0-SNAPSHOT/static-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-http-resource-example/karaf-http-resource-example-whiteboard/pom.xml> to org.apache.karaf.examples/karaf-http-resource-example-whiteboard/4.3.0-SNAPSHOT/karaf-http-resource-example-whiteboard-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/examples/managed-service/pom.xml> to org.apache.karaf.scr.examples/org.apache.karaf.scr.examples.managed.service/4.3.0-SNAPSHOT/org.apache.karaf.scr.examples.managed.service-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-command-example/karaf-command-example-features/pom.xml> to org.apache.karaf.examples/karaf-command-example-features/4.3.0-SNAPSHOT/karaf-command-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/profile/pom.xml> to org.apache.karaf.profile/org.apache.karaf.profile.core/4.3.0-SNAPSHOT/org.apache.karaf.profile.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/features/pom.xml> to org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/4.3.0-SNAPSHOT/org.apache.karaf.webconsole.features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/apache-karaf/pom.xml> to org.apache.karaf/apache-karaf/4.3.0-SNAPSHOT/apache-karaf-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/specs/locator/pom.xml> to org.apache.karaf.specs/org.apache.karaf.specs.locator/4.3.0-SNAPSHOT/org.apache.karaf.specs.locator-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-camel-example/karaf-camel-example-features/pom.xml> to org.apache.karaf.examples/karaf-camel-example-features/4.3.0-SNAPSHOT/karaf-camel-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/http/pom.xml> to org.apache.karaf.http/org.apache.karaf.http.core/4.3.0-SNAPSHOT/org.apache.karaf.http.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-maven-example/karaf-maven-example-run/pom.xml> to org.apache.karaf.examples/karaf-maven-example-run/4.3.0-SNAPSHOT/karaf-maven-example-run-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-http-resource-example/pom.xml> to org.apache.karaf.examples/karaf-http-resource-example/4.3.0-SNAPSHOT/karaf-http-resource-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/bundle/pom.xml> to org.apache.karaf.archetypes/karaf-bundle-archetype/4.3.0-SNAPSHOT/karaf-bundle-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/subsystem/pom.xml> to org.apache.karaf.subsystem/org.apache.karaf.subsystem.core/4.3.0-SNAPSHOT/org.apache.karaf.subsystem.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/modules/pom.xml> to org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.3.0-SNAPSHOT/org.apache.karaf.jaas.modules-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-bundle-example/pom.xml> to org.apache.karaf.examples/karaf-bundle-example/4.3.0-SNAPSHOT/karaf-bundle-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/assembly/pom.xml> to org.apache.karaf.archetypes/karaf-assembly-archetype/4.3.0-SNAPSHOT/karaf-assembly-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/service/guard/pom.xml> to org.apache.karaf.service/org.apache.karaf.service.guard/4.3.0-SNAPSHOT/org.apache.karaf.service.guard-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-openjpa/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-blueprint-openjpa/4.3.0-SNAPSHOT/karaf-jpa-example-provider-blueprint-openjpa-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-war-example/karaf-war-example-webapp/pom.xml> to org.apache.karaf.examples/karaf-war-example-webapp/4.3.0-SNAPSHOT/karaf-war-example-webapp-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/tooling/karaf-services-maven-plugin/pom.xml> to org.apache.karaf.tooling/karaf-services-maven-plugin/4.3.0-SNAPSHOT/karaf-services-maven-plugin-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/package/pom.xml> to org.apache.karaf.package/org.apache.karaf.package.core/4.3.0-SNAPSHOT/org.apache.karaf.package.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/command/pom.xml> to org.apache.karaf.features/org.apache.karaf.features.command/4.3.0-SNAPSHOT/org.apache.karaf.features.command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/blueprint/pom.xml> to org.apache.karaf.archetypes/karaf-blueprint-archetype/4.3.0-SNAPSHOT/karaf-blueprint-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/gogo/pom.xml> to org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/4.3.0-SNAPSHOT/org.apache.karaf.webconsole.gogo-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/audit/pom.xml> to org.apache.karaf.audit/org.apache.karaf.audit.core/4.3.0-SNAPSHOT/org.apache.karaf.audit.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/management/pom.xml> to org.apache.karaf.management/management/4.3.0-SNAPSHOT/management-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jpa/hibernate/pom.xml> to org.apache.karaf.jpa/hibernate/4.3.0-SNAPSHOT/hibernate-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-features/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-features/4.3.0-SNAPSHOT/karaf-mbean-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/pom.xml> to org.apache.karaf/archetypes/4.3.0-SNAPSHOT/archetypes-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-api/pom.xml> to org.apache.karaf.examples/karaf-rest-example-api/4.3.0-SNAPSHOT/karaf-rest-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-config-example-blueprint/4.3.0-SNAPSHOT/karaf-config-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/pom.xml> to org.apache.karaf.assemblies.features/features/4.3.0-SNAPSHOT/features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-features/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-features/4.3.0-SNAPSHOT/karaf-jpa-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/manual/pom.xml> to org.apache.karaf/manual/4.3.0-SNAPSHOT/manual-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jdbc-example/karaf-jdbc-example-provider/pom.xml> to org.apache.karaf.examples/karaf-jdbc-example-provider/4.3.0-SNAPSHOT/karaf-jdbc-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jdbc-example/karaf-jdbc-example-command/pom.xml> to org.apache.karaf.examples/karaf-jdbc-example-command/4.3.0-SNAPSHOT/karaf-jdbc-example-command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-log-appender-example/karaf-log-appender-example-core/pom.xml> to org.apache.karaf.examples/karaf-log-appender-example-core/4.3.0-SNAPSHOT/karaf-log-appender-example-core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-hibernate/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-blueprint-hibernate/4.3.0-SNAPSHOT/karaf-jpa-example-provider-blueprint-hibernate-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-scr/pom.xml> to org.apache.karaf.examples/karaf-rest-example-scr/4.3.0-SNAPSHOT/karaf-rest-example-scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/pom.xml> to org.apache.karaf.assemblies/assemblies/4.3.0-SNAPSHOT/assemblies-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/apache-karaf-minimal/pom.xml> to org.apache.karaf/apache-karaf-minimal/4.3.0-SNAPSHOT/apache-karaf-minimal-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/pom.xml> to org.apache.karaf.deployer/deployer/4.3.0-SNAPSHOT/deployer-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/bundle/core/pom.xml> to org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.3.0-SNAPSHOT/org.apache.karaf.bundle.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/ssh/pom.xml> to org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.3.0-SNAPSHOT/org.apache.karaf.shell.ssh-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-bundle-example/karaf-bundle-example-features/pom.xml> to org.apache.karaf.examples/karaf-bundle-example-features/4.3.0-SNAPSHOT/karaf-bundle-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-api/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-api/4.3.0-SNAPSHOT/karaf-jpa-example-provider-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/karaf-servlet-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-servlet-example-blueprint/4.3.0-SNAPSHOT/karaf-servlet-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/features/pom.xml> to org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.3.0-SNAPSHOT/org.apache.karaf.deployer.features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-docker-example/pom.xml> to org.apache.karaf.examples/karaf-docker-example/4.3.0-SNAPSHOT/karaf-docker-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-itest-example/pom.xml> to org.apache.karaf.examples/karaf-itest-example/4.3.0-SNAPSHOT/karaf-itest-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-blueprint-example/karaf-blueprint-example-common/pom.xml> to org.apache.karaf.examples/karaf-blueprint-example-common/4.3.0-SNAPSHOT/karaf-blueprint-example-common-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-scr/pom.xml> to org.apache.karaf.examples/karaf-config-example-scr/4.3.0-SNAPSHOT/karaf-config-example-scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/examples/pom.xml> to org.apache.karaf.scr/org.apache.karaf.scr.examples/4.3.0-SNAPSHOT/org.apache.karaf.scr.examples-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-docker-example/karaf-docker-example-dynamic-dist/pom.xml> to org.apache.karaf.examples/karaf-docker-example-dynamic-dist/4.3.0-SNAPSHOT/karaf-docker-example-dynamic-dist-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/web/pom.xml> to org.apache.karaf.web/org.apache.karaf.web.core/4.3.0-SNAPSHOT/org.apache.karaf.web.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/log/pom.xml> to org.apache.karaf.log/org.apache.karaf.log.core/4.3.0-SNAPSHOT/org.apache.karaf.log.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scr-example/karaf-scr-example-features/pom.xml> to org.apache.karaf.examples/karaf-scr-example-features/4.3.0-SNAPSHOT/karaf-scr-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jdbc-example/karaf-jdbc-example-api/pom.xml> to org.apache.karaf.examples/karaf-jdbc-example-api/4.3.0-SNAPSHOT/karaf-jdbc-example-api-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/pom.xml> to org.apache.karaf.features/features/4.3.0-SNAPSHOT/features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/kar/pom.xml> to org.apache.karaf.kar/org.apache.karaf.kar.core/4.3.0-SNAPSHOT/org.apache.karaf.kar.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-branding-example/pom.xml> to org.apache.karaf.examples/karaf-branding-example/4.3.0-SNAPSHOT/karaf-branding-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/diagnostic/pom.xml> to org.apache.karaf.diagnostic/diagnostic/4.3.0-SNAPSHOT/diagnostic-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/pom.xml> to org.apache.karaf.examples/karaf-mbean-example/4.3.0-SNAPSHOT/karaf-mbean-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jndi/pom.xml> to org.apache.karaf.jndi/org.apache.karaf.jndi.core/4.3.0-SNAPSHOT/org.apache.karaf.jndi.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/event/pom.xml> to org.apache.karaf/org.apache.karaf.event/4.3.0-SNAPSHOT/org.apache.karaf.event-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/karaf-servlet-example-registration/pom.xml> to org.apache.karaf.examples/karaf-servlet-example-registration/4.3.0-SNAPSHOT/karaf-servlet-example-registration-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/blueprint/pom.xml> to org.apache.karaf.jaas.blueprint/blueprint/4.3.0-SNAPSHOT/blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/state/pom.xml> to org.apache.karaf.scr/org.apache.karaf.scr.state/4.3.0-SNAPSHOT/org.apache.karaf.scr.state-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/config/pom.xml> to org.apache.karaf.config/org.apache.karaf.config.core/4.3.0-SNAPSHOT/org.apache.karaf.config.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/blueprint/pom.xml> to org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.3.0-SNAPSHOT/org.apache.karaf.deployer.blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-core/pom.xml> to org.apache.karaf.examples/karaf-url-namespace-handler-example-core/4.3.0-SNAPSHOT/karaf-url-namespace-handler-example-core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/framework/pom.xml> to org.apache.karaf.features/framework/4.3.0-SNAPSHOT/framework-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/deployer/kar/pom.xml> to org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.3.0-SNAPSHOT/org.apache.karaf.deployer.kar-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-blueprint/4.3.0-SNAPSHOT/karaf-jpa-example-provider-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/wrapper/pom.xml> to org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.3.0-SNAPSHOT/org.apache.karaf.wrapper.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-servlet-example/karaf-servlet-example-scr/pom.xml> to org.apache.karaf.examples/karaf-servlet-example-scr/4.3.0-SNAPSHOT/karaf-servlet-example-scr-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-deployer-example/pom.xml> to org.apache.karaf.examples/karaf-deployer-example/4.3.0-SNAPSHOT/karaf-deployer-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/tooling/utils/pom.xml> to org.apache.karaf.tooling/org.apache.karaf.tools.utils/4.3.0-SNAPSHOT/org.apache.karaf.tools.utils-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/service/core/pom.xml> to org.apache.karaf.service/org.apache.karaf.service.core/4.3.0-SNAPSHOT/org.apache.karaf.service.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/docker/pom.xml> to org.apache.karaf.docker/org.apache.karaf.docker.core/4.3.0-SNAPSHOT/org.apache.karaf.docker.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/karaf-config-example-managed/pom.xml> to org.apache.karaf.examples/karaf-config-example-managed/4.3.0-SNAPSHOT/karaf-config-example-managed-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jms-example/karaf-jms-example-command/pom.xml> to org.apache.karaf.examples/karaf-jms-example-command/4.3.0-SNAPSHOT/karaf-jms-example-command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-whiteboard/pom.xml> to org.apache.karaf.examples/karaf-rest-example-whiteboard/4.3.0-SNAPSHOT/karaf-rest-example-whiteboard-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/kar/pom.xml> to org.apache.karaf.archetypes/karaf-kar-archetype/4.3.0-SNAPSHOT/karaf-kar-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jaas-example/karaf-jaas-example-war/pom.xml> to org.apache.karaf.examples/karaf-jaas-example-war/4.3.0-SNAPSHOT/karaf-jaas-example-war-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-rest-example/karaf-rest-example-blueprint/pom.xml> to org.apache.karaf.examples/karaf-rest-example-blueprint/4.3.0-SNAPSHOT/karaf-rest-example-blueprint-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/command/pom.xml> to org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.3.0-SNAPSHOT/org.apache.karaf.jaas.command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-mbean-example/karaf-mbean-example-provider/pom.xml> to org.apache.karaf.examples/karaf-mbean-example-provider/4.3.0-SNAPSHOT/karaf-mbean-example-provider-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/spring/pom.xml> to org.apache.karaf.features/spring/4.3.0-SNAPSHOT/spring-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/archetypes/command/pom.xml> to org.apache.karaf.archetypes/karaf-command-archetype/4.3.0-SNAPSHOT/karaf-command-archetype-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-war-example/pom.xml> to org.apache.karaf.examples/karaf-war-example/4.3.0-SNAPSHOT/karaf-war-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-eclipselink/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-blueprint-eclipselink/4.3.0-SNAPSHOT/karaf-jpa-example-provider-blueprint-eclipselink-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-command-example/pom.xml> to org.apache.karaf.examples/karaf-command-example/4.3.0-SNAPSHOT/karaf-command-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/tooling/karaf-maven-plugin/pom.xml> to org.apache.karaf.tooling/karaf-maven-plugin/4.3.0-SNAPSHOT/karaf-maven-plugin-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/itests/common/pom.xml> to org.apache.karaf.itests/common/4.3.0-SNAPSHOT/common-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-bundle-example/karaf-bundle-example-client/pom.xml> to org.apache.karaf.examples/karaf-bundle-example-client/4.3.0-SNAPSHOT/karaf-bundle-example-client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/itests/test/pom.xml> to org.apache.karaf.itests/tests/4.3.0-SNAPSHOT/tests-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/console/pom.xml> to org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/4.3.0-SNAPSHOT/org.apache.karaf.webconsole.console-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scr/examples/service/pom.xml> to org.apache.karaf.scr.examples/org.apache.karaf.scr.examples.service/4.3.0-SNAPSHOT/org.apache.karaf.scr.examples.service-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/obr/pom.xml> to org.apache.karaf.obr/org.apache.karaf.obr.core/4.3.0-SNAPSHOT/org.apache.karaf.obr.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-hibernate/pom.xml> to org.apache.karaf.examples/karaf-jpa-example-provider-ds-hibernate/4.3.0-SNAPSHOT/karaf-jpa-example-provider-ds-hibernate-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/itests/pom.xml> to org.apache.karaf.itests/itests/4.3.0-SNAPSHOT/itests-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/boot/pom.xml> to org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-SNAPSHOT/org.apache.karaf.jaas.boot-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/boot/target/org.apache.karaf.jaas.boot-4.3.0-SNAPSHOT.jar> to org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-20200110.113613-603/org.apache.karaf.jaas.boot-4.3.0-20200110.113613-603.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/boot/target/org.apache.karaf.jaas.boot-4.3.0-SNAPSHOT-sources.jar> to org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-20200110.113613-603/org.apache.karaf.jaas.boot-4.3.0-20200110.113613-603-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/boot/target/org.apache.karaf.jaas.boot-4.3.0-SNAPSHOT-javadoc.jar> to org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-20200110.113613-603/org.apache.karaf.jaas.boot-4.3.0-20200110.113613-603-javadoc.jar
[Fast Archiver] Compressed 480.52 KB of artifacts by 40.0% relative to #6420
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-maven-example/pom.xml> to org.apache.karaf.examples/karaf-maven-example/4.3.0-SNAPSHOT/karaf-maven-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/tooling/pom.xml> to org.apache.karaf.tooling/tooling/4.3.0-SNAPSHOT/tooling-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-bundle-example/karaf-bundle-example-common/pom.xml> to org.apache.karaf.examples/karaf-bundle-example-common/4.3.0-SNAPSHOT/karaf-bundle-example-common-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/commands/pom.xml> to org.apache.karaf.shell/org.apache.karaf.shell.commands/4.3.0-SNAPSHOT/org.apache.karaf.shell.commands-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/http/pom.xml> to org.apache.karaf.webconsole/org.apache.karaf.webconsole.http/4.3.0-SNAPSHOT/org.apache.karaf.webconsole.http-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jpa-example/pom.xml> to org.apache.karaf.examples/karaf-jpa-example/4.3.0-SNAPSHOT/karaf-jpa-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/config/pom.xml> to org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.3.0-SNAPSHOT/org.apache.karaf.jaas.config-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/services/staticcm/pom.xml> to org.apache.karaf.services/org.apache.karaf.services.staticcm/4.3.0-SNAPSHOT/org.apache.karaf.services.staticcm-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/jaas/blueprint/jasypt/pom.xml> to org.apache.karaf.jaas.blueprint/org.apache.karaf.jaas.blueprint.jasypt/4.3.0-SNAPSHOT/org.apache.karaf.jaas.blueprint.jasypt-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/specs/pom.xml> to org.apache.karaf.specs/specs/4.3.0-SNAPSHOT/specs-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/shell/console/pom.xml> to org.apache.karaf.shell/org.apache.karaf.shell.console/4.3.0-SNAPSHOT/org.apache.karaf.shell.console-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-jdbc-example/karaf-jdbc-example-features/pom.xml> to org.apache.karaf.examples/karaf-jdbc-example-features/4.3.0-SNAPSHOT/karaf-jdbc-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/webconsole/pom.xml> to org.apache.karaf.webconsole/webconsole/4.3.0-SNAPSHOT/webconsole-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-command-example/karaf-command-example-command/pom.xml> to org.apache.karaf.examples/karaf-command-example-command/4.3.0-SNAPSHOT/karaf-command-example-command-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-config-example/pom.xml> to org.apache.karaf.examples/karaf-config-example/4.3.0-SNAPSHOT/karaf-config-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/assemblies/features/enterprise-legacy/pom.xml> to org.apache.karaf.features/enterprise-legacy/4.3.0-SNAPSHOT/enterprise-legacy-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/karaf-soap-example-client/pom.xml> to org.apache.karaf.examples/karaf-soap-example-client/4.3.0-SNAPSHOT/karaf-soap-example-client-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/extension/pom.xml> to org.apache.karaf.features/org.apache.karaf.features.extension/4.3.0-SNAPSHOT/org.apache.karaf.features.extension-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/extension/target/org.apache.karaf.features.extension-4.3.0-SNAPSHOT.jar> to org.apache.karaf.features/org.apache.karaf.features.extension/4.3.0-20200110.113903-601/org.apache.karaf.features.extension-4.3.0-20200110.113903-601.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/extension/target/org.apache.karaf.features.extension-4.3.0-SNAPSHOT-sources.jar> to org.apache.karaf.features/org.apache.karaf.features.extension/4.3.0-20200110.113903-601/org.apache.karaf.features.extension-4.3.0-20200110.113903-601-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/features/extension/target/org.apache.karaf.features.extension-4.3.0-SNAPSHOT-javadoc.jar> to org.apache.karaf.features/org.apache.karaf.features.extension/4.3.0-20200110.113903-601/org.apache.karaf.features.extension-4.3.0-20200110.113903-601-javadoc.jar
[Fast Archiver] Compressed 431.06 KB of artifacts by 44.5% relative to #6420
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/management/server/pom.xml> to org.apache.karaf.management/org.apache.karaf.management.server/4.3.0-SNAPSHOT/org.apache.karaf.management.server-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-url-namespace-handler-example/pom.xml> to org.apache.karaf.examples/karaf-url-namespace-handler-example/4.3.0-SNAPSHOT/karaf-url-namespace-handler-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-soap-example/pom.xml> to org.apache.karaf.examples/karaf-soap-example/4.3.0-SNAPSHOT/karaf-soap-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-profile-example/karaf-profile-example-dynamic/pom.xml> to org.apache.karaf.examples/karaf-profile-example-dynamic/4.3.0-SNAPSHOT/karaf-profile-example-dynamic-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/scheduler/pom.xml> to org.apache.karaf.scheduler/org.apache.karaf.scheduler.core/4.3.0-SNAPSHOT/org.apache.karaf.scheduler.core-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/pom.xml> to org.apache.karaf.examples/apache-karaf-examples/4.3.0-SNAPSHOT/apache-karaf-examples-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-docker-example/karaf-docker-example-app/pom.xml> to org.apache.karaf.examples/karaf-docker-example-app/4.3.0-SNAPSHOT/karaf-docker-example-app-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/util/pom.xml> to org.apache.karaf/org.apache.karaf.util/4.3.0-SNAPSHOT/org.apache.karaf.util-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/util/target/org.apache.karaf.util-4.3.0-SNAPSHOT.jar> to org.apache.karaf/org.apache.karaf.util/4.3.0-20200110.113739-601/org.apache.karaf.util-4.3.0-20200110.113739-601.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/util/target/org.apache.karaf.util-4.3.0-SNAPSHOT-sources.jar> to org.apache.karaf/org.apache.karaf.util/4.3.0-20200110.113739-601/org.apache.karaf.util-4.3.0-20200110.113739-601-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/util/target/org.apache.karaf.util-4.3.0-SNAPSHOT-javadoc.jar> to org.apache.karaf/org.apache.karaf.util/4.3.0-20200110.113739-601/org.apache.karaf.util-4.3.0-20200110.113739-601-javadoc.jar
[Fast Archiver] Compressed 829.37 KB of artifacts by 19.3% relative to #6420
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-log-appender-example/karaf-log-appender-example-features/pom.xml> to org.apache.karaf.examples/karaf-log-appender-example-features/4.3.0-SNAPSHOT/karaf-log-appender-example-features-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-scr-example/pom.xml> to org.apache.karaf.examples/karaf-scr-example/4.3.0-SNAPSHOT/karaf-scr-example-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/specs/activator/pom.xml> to org.apache.karaf.specs/org.apache.karaf.specs.activator/4.3.0-SNAPSHOT/org.apache.karaf.specs.activator-4.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/karaf-master/ws/examples/karaf-blueprint-example/karaf-blueprint-example-features/pom.xml> to org.apache.karaf.examples/karaf-blueprint-example-features/4.3.0-SNAPSHOT/karaf-blueprint-example-features-4.3.0-SNAPSHOT.pom
channel stopped

Build failed in Jenkins: karaf-master #6427

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6427/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/karaf-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
FATAL: java.io.IOException: Unexpected termination of the channel
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:956)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:144)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:822)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:813)
		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:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:340)
	at hudson.remoting.Channel.terminate(Channel.java:1040)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:94)
ERROR: H23 is offline; cannot locate JDK 11 (latest)
ERROR: H23 is offline; cannot locate Maven 3 (latest)
ERROR: H23 is offline; cannot locate JDK 11 (latest)
ERROR: H23 is offline; cannot locate Maven 3 (latest)
ERROR: H23 is offline; cannot locate JDK 11 (latest)
ERROR: H23 is offline; cannot locate Maven 3 (latest)

Build failed in Jenkins: karaf-master #6426

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6426/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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/karaf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/karaf.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/karaf.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/karaf.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	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/karaf.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 307524, done.        
remote: Compressing objects:   0% (1/97288)           remote: Compressing objects:   1% (973/97288)           remote: Compressing objects:   2% (1946/97288)           remote: Compressing objects:   3% (2919/97288)           remote: Compressing objects:   4% (3892/97288)           remote: Compressing objects:   5% (4865/97288)           remote: Compressing objects:   6% (5838/97288)           remote: Compressing objects:   7% (6811/97288)           remote: Compressing objects:   8% (7784/97288)           remote: Compressing objects:   9% (8756/97288)           remote: Compressing objects:  10% (9729/97288)           remote: Compressing objects:  11% (10702/97288)           remote: Compressing objects:  12% (11675/97288)           remote: Compressing objects:  13% (12648/97288)           remote: Compressing objects:  14% (13621/97288)           remote: Compressing objects:  15% (14594/97288)           remote: Compressing objects:  16% (15567/97288)           remote: Compressing objects:  17% (16539/97288)           remote: Compressing objects:  18% (17512/97288)           remote: Compressing objects:  19% (18485/97288)           remote: Compressing objects:  20% (19458/97288)           remote: Compressing objects:  21% (20431/97288)           remote: Compressing objects:  22% (21404/97288)           remote: Compressing objects:  23% (22377/97288)           remote: Compressing objects:  24% (23350/97288)           remote: Compressing objects:  25% (24322/97288)           remote: Compressing objects:  26% (25295/97288)           remote: Compressing objects:  27% (26268/97288)           remote: Compressing objects:  28% (27241/97288)           remote: Compressing objects:  29% (28214/97288)           remote: Compressing objects:  30% (29187/97288)           remote: Compressing objects:  31% (30160/97288)           remote: Compressing objects:  32% (31133/97288)           remote: Compressing objects:  33% (32106/97288)           remote: Compressing objects:  34% (33078/97288)           remote: Compressing objects:  35% (34051/97288)           remote: Compressing objects:  36% (35024/97288)           remote: Compressing objects:  37% (35997/97288)           remote: Compressing objects:  38% (36970/97288)           remote: Compressing objects:  39% (37943/97288)           remote: Compressing objects:  40% (38916/97288)           remote: Compressing objects:  41% (39889/97288)           remote: Compressing objects:  42% (40861/97288)           remote: Compressing objects:  43% (41834/97288)           remote: Compressing objects:  44% (42807/97288)           remote: Compressing objects:  45% (43780/97288)           remote: Compressing objects:  46% (44753/97288)           remote: Compressing objects:  47% (45726/97288)           remote: Compressing objects:  48% (46699/97288)           remote: Compressing objects:  49% (47672/97288)           remote: Compressing objects:  50% (48644/97288)           remote: Compressing objects:  51% (49617/97288)           remote: Compressing objects:  52% (50590/97288)           remote: Compressing objects:  53% (51563/97288)           remote: Compressing objects:  54% (52536/97288)           remote: Compressing objects:  55% (53509/97288)           remote: Compressing objects:  56% (54482/97288)           remote: Compressing objects:  57% (55455/97288)           remote: Compressing objects:  58% (56428/97288)           remote: Compressing objects:  59% (57400/97288)           remote: Compressing objects:  60% (58373/97288)           remote: Compressing objects:  61% (59346/97288)           remote: Compressing objects:  62% (60319/97288)           remote: Compressing objects:  63% (61292/97288)           remote: Compressing objects:  64% (62265/97288)           remote: Compressing objects:  65% (63238/97288)           remote: Compressing objects:  66% (64211/97288)           remote: Compressing objects:  67% (65183/97288)           remote: Compressing objects:  68% (66156/97288)           remote: Compressing objects:  69% (67129/97288)           remote: Compressing objects:  70% (68102/97288)           remote: Compressing objects:  71% (69075/97288)           remote: Compressing objects:  72% (70048/97288)           remote: Compressing objects:  73% (71021/97288)           remote: Compressing objects:  74% (71994/97288)           remote: Compressing objects:  75% (72966/97288)           remote: Compressing objects:  76% (73939/97288)           remote: Compressing objects:  77% (74912/97288)           remote: Compressing objects:  78% (75885/97288)           remote: Compressing objects:  79% (76858/97288)           remote: Compressing objects:  80% (77831/97288)           remote: Compressing objects:  81% (78804/97288)           remote: Compressing objects:  82% (79777/97288)           remote: Compressing objects:  83% (80750/97288)           remote: Compressing objects:  84% (81722/97288)           remote: Compressing objects:  85% (82695/97288)           remote: Compressing objects:  86% (83668/97288)           remote: Compressing objects:  87% (84641/97288)           remote: Compressing objects:  88% (85614/97288)           remote: Compressing objects:  89% (86587/97288)           remote: Compressing objects:  90% (87560/97288)           remote: Compressing objects:  91% (88533/97288)           remote: Compressing objects:  92% (89505/97288)           remote: Compressing objects:  93% (90478/97288)           remote: Compressing objects:  94% (91451/97288)           remote: Compressing objects:  95% (92424/97288)           remote: Compressing objects:  96% (93397/97288)           remote: Compressing objects:  97% (94370/97288)           remote: Compressing objects:  98% (95343/97288)           remote: Compressing objects:  99% (96316/97288)           remote: Compressing objects: 100% (97288/97288)           remote: Compressing objects: 100% (97288/97288), done.        
error: cannot fork() for index-pack: Resource temporarily unavailable
fatal: fetch-pack: unable to fork off index-pack

	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.GeneratedMethodAccessor975.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.$Proxy137.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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
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.GeneratedMethodAccessor48.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:258)
	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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <https://builds.apache.org/job/karaf-master/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2179)
	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.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/karaf-master/ws/")>: error=11, Resource temporarily unavailable
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	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
Caused by: java.io.IOException: error=11, Resource temporarily unavailable
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 20 more
ERROR: Error cloning remote repo 'origin'

Build failed in Jenkins: karaf-master #6425

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6425/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor48.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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor48.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: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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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'

Build failed in Jenkins: karaf-master #6424

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6424/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <https://builds.apache.org/job/karaf-master/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2179)
	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.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/karaf-master/ws/")>: error=11, Resource temporarily unavailable
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	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
Caused by: java.io.IOException: error=11, Resource temporarily unavailable
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 20 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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:258)
	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.GeneratedMethodAccessor48.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:258)
	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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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:258)
	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'

Build failed in Jenkins: karaf-master #6423

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/karaf-master/6423/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/karaf-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor48.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: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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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.GeneratedMethodAccessor48.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: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/karaf.git
 > git init <https://builds.apache.org/job/karaf-master/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/karaf-master/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.GeneratedMethodAccessor975.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.$Proxy144.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		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'