Skip to content
Failed

Console Output

22:30:31 Started by upstream project "SimGrid" build number 9529
22:30:31 originally caused by:
22:30:31  Started by GitLab push by Martin Quinson
22:30:31 Running as SYSTEM
22:30:31 [EnvInject] - Loading node environment variables.
22:30:31 Building remotely on debian-stable (gcc proxy-apps) in workspace /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:31 The recommended git tool is: NONE
22:30:31 No credentials specified
22:30:31 Cloning the remote Git repository
22:30:31 Cloning repository https://framagit.org/simgrid/simgrid.git
22:30:31  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:30:31 ERROR: Error cloning remote repo 'origin'
22:30:31 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:30:31 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:30:31 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:30:31 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:30:31 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:30:31 	at hudson.remoting.Request$2.run(Request.java:377)
22:30:31 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:30:31 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:30:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:30:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:30:31 	at java.base/java.lang.Thread.run(Thread.java:840)
22:30:31 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:30:31 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:30:31 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:30:31 		at hudson.remoting.Channel.call(Channel.java:1000)
22:30:31 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:30:31 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:30:31 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:30:31 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:30:31 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:30:31 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:30:31 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:30:31 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:30:31 		at hudson.scm.SCM.checkout(SCM.java:540)
22:30:31 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:30:31 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:30:31 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:30:31 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:30:31 		at hudson.model.Run.execute(Run.java:1900)
22:30:31 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:30:31 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:30:31 		at hudson.model.Executor.run(Executor.java:442)
22:30:31 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:30:31 	... 11 more
22:30:31 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927291, exit value: 1
22:30:31 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:30:31 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:30:31 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:30:31 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:30:31 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:30:31 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:30:31 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:30:31 	... 15 more
22:30:31 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927291, exit value: 1
22:30:31 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:30:31 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:30:31 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:30:31 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:30:31 	... 21 more
22:30:31 ERROR: Error cloning remote repo 'origin'
22:30:31 Retrying after 10 seconds
22:30:41 The recommended git tool is: NONE
22:30:41 No credentials specified
22:30:41 Cloning the remote Git repository
22:30:41 Cloning repository https://framagit.org/simgrid/simgrid.git
22:30:41  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:30:41 ERROR: Error cloning remote repo 'origin'
22:30:41 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:30:41 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:30:41 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:30:41 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:30:41 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:30:41 	at hudson.remoting.Request$2.run(Request.java:377)
22:30:41 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:30:41 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:30:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:30:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:30:41 	at java.base/java.lang.Thread.run(Thread.java:840)
22:30:41 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:30:41 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:30:41 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:30:41 		at hudson.remoting.Channel.call(Channel.java:1000)
22:30:41 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:30:41 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:30:41 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:30:41 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:30:41 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:30:41 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:30:41 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:30:41 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:30:41 		at hudson.scm.SCM.checkout(SCM.java:540)
22:30:41 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:30:41 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:30:41 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:30:41 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:30:41 		at hudson.model.Run.execute(Run.java:1900)
22:30:41 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:30:41 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:30:41 		at hudson.model.Executor.run(Executor.java:442)
22:30:41 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:30:41 	... 11 more
22:30:41 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927292, exit value: 1
22:30:41 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:30:41 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:30:41 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:30:41 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:30:41 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:30:41 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:30:41 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:30:41 	... 15 more
22:30:41 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927292, exit value: 1
22:30:41 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:30:41 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:30:41 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:30:41 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:30:41 	... 21 more
22:30:41 ERROR: Error cloning remote repo 'origin'
22:30:41 Retrying after 10 seconds
22:30:51 The recommended git tool is: NONE
22:30:51 No credentials specified
22:30:51 Cloning the remote Git repository
22:30:51 Cloning repository https://framagit.org/simgrid/simgrid.git
22:30:51  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:30:51 ERROR: Error cloning remote repo 'origin'
22:30:51 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:30:51 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:30:51 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:30:51 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:30:51 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:30:51 	at hudson.remoting.Request$2.run(Request.java:377)
22:30:51 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:30:51 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:30:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:30:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:30:51 	at java.base/java.lang.Thread.run(Thread.java:840)
22:30:51 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:30:51 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:30:51 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:30:51 		at hudson.remoting.Channel.call(Channel.java:1000)
22:30:51 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:30:51 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:30:51 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:30:51 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:30:51 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:30:51 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:30:51 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:30:51 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:30:51 		at hudson.scm.SCM.checkout(SCM.java:540)
22:30:51 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:30:51 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:30:51 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:30:51 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:30:51 		at hudson.model.Run.execute(Run.java:1900)
22:30:51 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:30:51 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:30:51 		at hudson.model.Executor.run(Executor.java:442)
22:30:51 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:30:51 	... 11 more
22:30:51 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927293, exit value: 1
22:30:51 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:30:51 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:30:51 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:30:51 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:30:51 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:30:51 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:30:51 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:30:51 	... 15 more
22:30:51 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927293, exit value: 1
22:30:51 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:30:51 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:30:51 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:30:51 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:30:51 	... 21 more
22:30:51 ERROR: Error cloning remote repo 'origin'
22:30:51 Retrying after 10 seconds
22:31:01 The recommended git tool is: NONE
22:31:01 No credentials specified
22:31:01 Cloning the remote Git repository
22:31:01 Cloning repository https://framagit.org/simgrid/simgrid.git
22:31:01  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:31:01 ERROR: Error cloning remote repo 'origin'
22:31:01 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:31:01 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:31:01 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:31:01 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:31:01 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:31:01 	at hudson.remoting.Request$2.run(Request.java:377)
22:31:01 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:31:01 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:31:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:31:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:31:01 	at java.base/java.lang.Thread.run(Thread.java:840)
22:31:01 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:31:01 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:31:01 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:31:01 		at hudson.remoting.Channel.call(Channel.java:1000)
22:31:01 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:31:01 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:31:01 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:31:01 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:31:01 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:31:01 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:31:01 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:31:01 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:31:01 		at hudson.scm.SCM.checkout(SCM.java:540)
22:31:01 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:31:01 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:31:01 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:31:01 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:31:01 		at hudson.model.Run.execute(Run.java:1900)
22:31:01 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:31:01 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:31:01 		at hudson.model.Executor.run(Executor.java:442)
22:31:01 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:31:01 	... 11 more
22:31:01 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927296, exit value: 1
22:31:01 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:31:01 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:31:01 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:31:01 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:31:01 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:31:01 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:31:01 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:31:01 	... 15 more
22:31:01 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927296, exit value: 1
22:31:01 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:31:01 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:31:01 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:31:01 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:31:01 	... 21 more
22:31:01 ERROR: Error cloning remote repo 'origin'
22:31:01 Retrying after 10 seconds
22:31:11 The recommended git tool is: NONE
22:31:11 No credentials specified
22:31:11 Cloning the remote Git repository
22:31:11 Cloning repository https://framagit.org/simgrid/simgrid.git
22:31:11  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:31:11 ERROR: Error cloning remote repo 'origin'
22:31:11 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:31:11 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:31:11 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:31:11 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:31:11 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:31:11 	at hudson.remoting.Request$2.run(Request.java:377)
22:31:11 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:31:11 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:31:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:31:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:31:11 	at java.base/java.lang.Thread.run(Thread.java:840)
22:31:11 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:31:11 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:31:11 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:31:11 		at hudson.remoting.Channel.call(Channel.java:1000)
22:31:11 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:31:11 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:31:11 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:31:11 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:31:11 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:31:11 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:31:11 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:31:11 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:31:11 		at hudson.scm.SCM.checkout(SCM.java:540)
22:31:11 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:31:11 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:31:11 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:31:11 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:31:11 		at hudson.model.Run.execute(Run.java:1900)
22:31:11 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:31:11 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:31:11 		at hudson.model.Executor.run(Executor.java:442)
22:31:11 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:31:11 	... 11 more
22:31:11 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927297, exit value: 1
22:31:11 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:31:11 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:31:11 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:31:11 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:31:11 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:31:11 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:31:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:31:11 	... 15 more
22:31:11 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927297, exit value: 1
22:31:11 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:31:11 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:31:11 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:31:11 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:31:11 	... 21 more
22:31:11 ERROR: Error cloning remote repo 'origin'
22:31:11 Retrying after 10 seconds
22:31:21 The recommended git tool is: NONE
22:31:21 No credentials specified
22:31:21 Cloning the remote Git repository
22:31:21 Cloning repository https://framagit.org/simgrid/simgrid.git
22:31:21  > git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable # timeout=10
22:31:21 ERROR: Error cloning remote repo 'origin'
22:31:21 hudson.plugins.git.GitException: Could not init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
22:31:21 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
22:31:21 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
22:31:21 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
22:31:21 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
22:31:21 	at hudson.remoting.Request$2.run(Request.java:377)
22:31:21 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
22:31:21 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
22:31:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
22:31:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
22:31:21 	at java.base/java.lang.Thread.run(Thread.java:840)
22:31:21 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to debian-stable
22:31:21 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
22:31:21 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
22:31:21 		at hudson.remoting.Channel.call(Channel.java:1000)
22:31:21 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
22:31:21 		at jdk.internal.reflect.GeneratedMethodAccessor801.invoke(Unknown Source)
22:31:21 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22:31:21 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
22:31:21 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
22:31:21 		at com.sun.proxy.$Proxy229.execute(Unknown Source)
22:31:21 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
22:31:21 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
22:31:21 		at hudson.scm.SCM.checkout(SCM.java:540)
22:31:21 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
22:31:21 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
22:31:21 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
22:31:21 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
22:31:21 		at hudson.model.Run.execute(Run.java:1900)
22:31:21 		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
22:31:21 		at hudson.model.ResourceController.execute(ResourceController.java:101)
22:31:21 		at hudson.model.Executor.run(Executor.java:442)
22:31:21 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /builds/workspace/SimGrid/build_mode/Debug/node/debian-stable
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
22:31:21 	... 11 more
22:31:21 Caused by: java.io.IOException: Cannot run program "git" (in directory "/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable"): error=0, Failed to exec spawn helper: pid: 2927298, exit value: 1
22:31:21 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
22:31:21 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
22:31:21 	at hudson.Proc$LocalProc.<init>(Proc.java:252)
22:31:21 	at hudson.Proc$LocalProc.<init>(Proc.java:221)
22:31:21 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
22:31:21 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
22:31:21 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
22:31:21 	... 15 more
22:31:21 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2927298, exit value: 1
22:31:21 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
22:31:21 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
22:31:21 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
22:31:21 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
22:31:21 	... 21 more
22:31:21 ERROR: Error cloning remote repo 'origin'
22:31:21 INFO: Processing CTest-Version 3.x (default)
22:31:21 INFO: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/simgrid*/build/Testing/*/Test.xml' relative to '/builds/workspace/SimGrid/build_mode/Debug/node/debian-stable' for the testing framework 'CTest-Version 3.x (default)'.
22:31:21 Did you enter a pattern relative to (and within) the workspace directory?
22:31:21 Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
22:31:21 WARNING: All test reports are empty.
22:31:21 INFO: Check 'Failed Tests' threshold.
22:31:21 INFO: Check 'Skipped Tests' threshold.
22:31:21 [Checks API] No suitable checks publisher found.
22:31:21 INFO: Setting the build status to SUCCESS
22:31:21 [Text Finder] Searching console output...
22:31:21 [Text Finder] Finished searching for pattern 'Build\sskipped' in console output.
22:31:21 An attempt to send an e-mail to empty list of recipients, ignored.
22:31:21 [PostBuildScript] - [INFO] Executing post build scripts.
22:31:21 [PostBuildScript] - [INFO] Node does not have the role MASTER. Did not execute build step #0.
22:31:21 Started calculate disk usage of build
22:31:21 Finished Calculation of disk usage of build in 0 seconds
22:31:21 Started calculate disk usage of workspace
22:31:21 Finished Calculation of disk usage of workspace in 0 seconds
22:31:21 [WS-CLEANUP] Deleting project workspace...
22:31:21 [WS-CLEANUP] Skipped based on build state FAILURE
22:31:21 Finished: FAILURE