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

Build failed in Jenkins: Ant Master Compatibility Linux » xenial,JDK 14 (latest) #32

See <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/32/display/redirect>

Changes:


------------------------------------------
[...truncated 1.05 KB...]
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/ant.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.matrix.MatrixRun.run(MatrixRun.java:153)
	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 clean -fdx
	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.launchCommand(CliGitAPIImpl.java:1753)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:931)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H42
		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 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy147.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:890)
		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.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: java.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/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)
	... 21 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)
	... 26 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/ant.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.matrix.MatrixRun.run(MatrixRun.java:153)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 227225, done.        
remote: Compressing objects:   0% (1/34463)           remote: Compressing objects:   1% (345/34463)           remote: Compressing objects:   2% (690/34463)           remote: Compressing objects:   3% (1034/34463)           remote: Compressing objects:   4% (1379/34463)           remote: Compressing objects:   5% (1724/34463)           remote: Compressing objects:   6% (2068/34463)           remote: Compressing objects:   7% (2413/34463)           remote: Compressing objects:   8% (2758/34463)           remote: Compressing objects:   9% (3102/34463)           remote: Compressing objects:  10% (3447/34463)           remote: Compressing objects:  11% (3791/34463)           remote: Compressing objects:  12% (4136/34463)           remote: Compressing objects:  13% (4481/34463)           remote: Compressing objects:  14% (4825/34463)           remote: Compressing objects:  15% (5170/34463)           remote: Compressing objects:  16% (5515/34463)           remote: Compressing objects:  17% (5859/34463)           remote: Compressing objects:  18% (6204/34463)           remote: Compressing objects:  19% (6548/34463)           remote: Compressing objects:  20% (6893/34463)           remote: Compressing objects:  21% (7238/34463)           remote: Compressing objects:  22% (7582/34463)           remote: Compressing objects:  23% (7927/34463)           remote: Compressing objects:  24% (8272/34463)           remote: Compressing objects:  25% (8616/34463)           remote: Compressing objects:  26% (8961/34463)           remote: Compressing objects:  27% (9306/34463)           remote: Compressing objects:  28% (9650/34463)           remote: Compressing objects:  29% (9995/34463)           remote: Compressing objects:  30% (10339/34463)           remote: Compressing objects:  31% (10684/34463)           remote: Compressing objects:  32% (11029/34463)           remote: Compressing objects:  33% (11373/34463)           remote: Compressing objects:  34% (11718/34463)           remote: Compressing objects:  35% (12063/34463)           remote: Compressing objects:  36% (12407/34463)           remote: Compressing objects:  37% (12752/34463)           remote: Compressing objects:  38% (13096/34463)           remote: Compressing objects:  39% (13441/34463)           remote: Compressing objects:  40% (13786/34463)           remote: Compressing objects:  41% (14130/34463)           remote: Compressing objects:  42% (14475/34463)           remote: Compressing objects:  43% (14820/34463)           remote: Compressing objects:  44% (15164/34463)           remote: Compressing objects:  45% (15509/34463)           remote: Compressing objects:  46% (15853/34463)           remote: Compressing objects:  47% (16198/34463)           remote: Compressing objects:  48% (16543/34463)           remote: Compressing objects:  49% (16887/34463)           remote: Compressing objects:  50% (17232/34463)           remote: Compressing objects:  51% (17577/34463)           remote: Compressing objects:  52% (17921/34463)           remote: Compressing objects:  53% (18266/34463)           remote: Compressing objects:  54% (18611/34463)           remote: Compressing objects:  55% (18955/34463)           remote: Compressing objects:  56% (19300/34463)           remote: Compressing objects:  57% (19644/34463)           remote: Compressing objects:  58% (19989/34463)           remote: Compressing objects:  59% (20334/34463)           remote: Compressing objects:  60% (20678/34463)           remote: Compressing objects:  61% (21023/34463)           remote: Compressing objects:  62% (21368/34463)           remote: Compressing objects:  63% (21712/34463)           remote: Compressing objects:  64% (22057/34463)           remote: Compressing objects:  65% (22401/34463)           remote: Compressing objects:  66% (22746/34463)           remote: Compressing objects:  67% (23091/34463)           remote: Compressing objects:  68% (23435/34463)           remote: Compressing objects:  69% (23780/34463)           remote: Compressing objects:  70% (24125/34463)           remote: Compressing objects:  71% (24469/34463)           remote: Compressing objects:  72% (24814/34463)           remote: Compressing objects:  73% (25158/34463)           remote: Compressing objects:  74% (25503/34463)           remote: Compressing objects:  75% (25848/34463)           remote: Compressing objects:  76% (26192/34463)           remote: Compressing objects:  77% (26537/34463)           remote: Compressing objects:  78% (26882/34463)           remote: Compressing objects:  79% (27226/34463)           remote: Compressing objects:  80% (27571/34463)           remote: Compressing objects:  81% (27916/34463)           remote: Compressing objects:  82% (28260/34463)           remote: Compressing objects:  83% (28605/34463)           remote: Compressing objects:  84% (28949/34463)           remote: Compressing objects:  85% (29294/34463)           remote: Compressing objects:  86% (29639/34463)           remote: Compressing objects:  87% (29983/34463)           remote: Compressing objects:  88% (30328/34463)           remote: Compressing objects:  89% (30673/34463)           remote: Compressing objects:  90% (31017/34463)           remote: Compressing objects:  91% (31362/34463)           remote: Compressing objects:  92% (31706/34463)           remote: Compressing objects:  93% (32051/34463)           remote: Compressing objects:  94% (32396/34463)           remote: Compressing objects:  95% (32740/34463)           remote: Compressing objects:  96% (33085/34463)           remote: Compressing objects:  97% (33430/34463)           remote: Compressing objects:  98% (33774/34463)           remote: Compressing objects:  99% (34119/34463)           remote: Compressing objects: 100% (34463/34463)           remote: Compressing objects: 100% (34463/34463), done.        
Receiving objects:   0% (1/227225)   Receiving objects:   1% (2273/227225)   Receiving objects:   2% (4545/227225)   Receiving objects:   3% (6817/227225)   Receiving objects:   4% (9089/227225)   Receiving objects:   5% (11362/227225)   Receiving objects:   6% (13634/227225)   Receiving objects:   7% (15906/227225)   Receiving objects:   8% (18178/227225)   Receiving objects:   9% (20451/227225)   Receiving objects:  10% (22723/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  11% (24995/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  12% (27267/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  13% (29540/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  14% (31812/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  15% (34084/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  16% (36356/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  17% (38629/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  18% (40901/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  19% (43173/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  20% (45445/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  21% (47718/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  22% (49990/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  23% (52262/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  24% (54534/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  25% (56807/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  26% (59079/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  27% (61351/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  28% (63623/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  29% (65896/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  30% (68168/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  31% (70440/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  32% (72712/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  33% (74985/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  34% (77257/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  35% (79529/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  36% (81801/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  37% (84074/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  38% (86346/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  39% (88618/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  40% (90890/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  40% (92854/227225), 4.55 MiB | 9.08 MiB/s   Receiving objects:  41% (93163/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  42% (95435/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  43% (97707/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  44% (99979/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  45% (102252/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  46% (104524/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  47% (106796/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  48% (109068/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  49% (111341/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  50% (113613/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  51% (115885/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  52% (118157/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  53% (120430/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  54% (122702/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  55% (124974/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  56% (127246/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  57% (129519/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  58% (131791/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  59% (134063/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  60% (136335/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  61% (138608/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  62% (140880/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  63% (143152/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  64% (145424/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  65% (147697/227225), 14.66 MiB | 14.66 MiB/s   Receiving objects:  66% (149969/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  67% (152241/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  68% (154513/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  69% (156786/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  70% (159058/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  71% (161330/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  72% (163602/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  73% (165875/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  74% (168147/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  75% (170419/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  76% (172691/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  77% (174964/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  78% (177236/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  79% (179508/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  80% (181780/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  81% (184053/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  82% (186325/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  83% (188597/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  84% (190869/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  85% (193142/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  86% (195414/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  87% (197686/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  87% (198213/227225), 30.11 MiB | 20.07 MiB/s   Receiving objects:  88% (199958/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  89% (202231/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  90% (204503/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  91% (206775/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  92% (209047/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  93% (211320/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  94% (213592/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  95% (215864/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  96% (218136/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  97% (220409/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  98% (222681/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects:  99% (224953/227225), 47.17 MiB | 23.58 MiB/s   remote: Total 227225 (delta 156851), reused 224505 (delta 154920)        
Receiving objects: 100% (227225/227225), 47.17 MiB | 23.58 MiB/s   Receiving objects: 100% (227225/227225), 57.00 MiB | 23.58 MiB/s, done.
Resolving deltas:   0% (0/156851)   fatal: unable to create thread: Resource temporarily unavailable
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H42
		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.GeneratedMethodAccessor1422.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.$Proxy148.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.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
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.GeneratedMethodAccessor46.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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	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/ant.git
 > git init <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H42
		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.GeneratedMethodAccessor1422.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.$Proxy153.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.matrix.MatrixRun.run(MatrixRun.java:153)
		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/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/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/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/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'
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Jenkins build is back to normal : Ant Master Compatibility Linux » xenial,JDK 14 (latest) #34

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/34/display/redirect?page=changes>


Build failed in Jenkins: Ant Master Compatibility Linux » xenial,JDK 14 (latest) #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/33/display/redirect?page=changes>

Changes:

[github] Correct a typo

[jaikiran] Support the SSH configuration file (~/.ssh/config) in the sshexec,


------------------------------------------
Started by upstream project "Ant Master Compatibility Linux" build number 33
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H42 (ubuntu xenial) in workspace <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://builds.apache.org/job/Ant%20Master%20Compatibility%20Linux/OS=xenial,jdk=JDK%2014%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision b6143efab2f45ff11c980438c60d79f6db0da868 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6143efab2f45ff11c980438c60d79f6db0da868
Commit message: "Support the SSH configuration file (~/.ssh/config) in the sshexec, sshsession and scp tasks"
 > git rev-list --no-walk 7aa2473e80341a9df618f04aef2637c5dbd57f48 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 14 (latest)] $ /bin/bash -xe /tmp/jenkins9172907572160228605.sh
+ ./test-compatibility.sh
Using  "/home/jenkins/tools/java/latest14" to build Ant
openjdk version "14-ea" 2020-03-17
OpenJDK Runtime Environment (build 14-ea+10-332)
OpenJDK 64-Bit Server VM (build 14-ea+10-332, mixed mode, sharing)
[0.052s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?