[2024-02-29T08:33:46.002Z] The recommended git tool is: git [2024-02-29T08:33:46.019Z] using credential tqchen-ci [2024-02-29T08:33:46.027Z] Wiping out workspace first. [2024-02-29T08:33:46.031Z] Cloning the remote Git repository [2024-02-29T08:33:46.031Z] Cloning with configured refspecs honoured and without tags [2024-02-29T08:33:46.047Z] ERROR: Error cloning remote repo 'origin' [2024-02-29T08:33:46.048Z] hudson.plugins.git.GitException: Could not init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1049) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151) [2024-02-29T08:33:46.048Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2024-02-29T08:33:46.048Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2024-02-29T08:33:46.048Z] at hudson.remoting.Request$2.run(Request.java:376) [2024-02-29T08:33:46.048Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.048Z] at java.base/java.lang.Thread.run(Thread.java:840) [2024-02-29T08:33:46.048Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-07b06b1394f007ced [2024-02-29T08:33:46.048Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) [2024-02-29T08:33:46.048Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2024-02-29T08:33:46.048Z] at hudson.remoting.Channel.call(Channel.java:1000) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143) [2024-02-29T08:33:46.048Z] at jdk.internal.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) [2024-02-29T08:33:46.048Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-02-29T08:33:46.048Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129) [2024-02-29T08:33:46.048Z] at jdk.proxy77/jdk.proxy77.$Proxy173.execute(Unknown Source) [2024-02-29T08:33:46.048Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1229) [2024-02-29T08:33:46.048Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1312) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.048Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.048Z] at java.base/java.lang.Thread.run(Thread.java:833) [2024-02-29T08:33:46.048Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2748) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2662) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1047) [2024-02-29T08:33:46.048Z] ... 11 more [2024-02-29T08:33:46.048Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint"): error=0, Failed to exec spawn helper: pid: 56431, signal: 11 [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) [2024-02-29T08:33:46.048Z] at hudson.Proc$LocalProc.(Proc.java:254) [2024-02-29T08:33:46.048Z] at hudson.Proc$LocalProc.(Proc.java:223) [2024-02-29T08:33:46.048Z] at hudson.Launcher$LocalLauncher.launch(Launcher.java:997) [2024-02-29T08:33:46.048Z] at hudson.Launcher$ProcStarter.start(Launcher.java:509) [2024-02-29T08:33:46.048Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2729) [2024-02-29T08:33:46.048Z] ... 15 more [2024-02-29T08:33:46.048Z] Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 56431, signal: 11 [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessImpl.(ProcessImpl.java:314) [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) [2024-02-29T08:33:46.048Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) [2024-02-29T08:33:46.048Z] ... 21 more [2024-02-29T08:33:46.034Z] Cloning repository https://github.com/apache/tvm.git [2024-02-29T08:33:46.034Z] > git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint # timeout=10 Error cloning remote repo 'origin'[2024-02-29T08:33:46.090Z] The recommended git tool is: git [2024-02-29T08:33:46.095Z] using credential tqchen-ci [2024-02-29T08:33:46.102Z] Wiping out workspace first. [2024-02-29T08:33:46.106Z] Cloning the remote Git repository [2024-02-29T08:33:46.106Z] Cloning with configured refspecs honoured and without tags [2024-02-29T08:33:46.118Z] ERROR: Error cloning remote repo 'origin' [2024-02-29T08:33:46.118Z] hudson.plugins.git.GitException: Could not init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1049) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151) [2024-02-29T08:33:46.118Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2024-02-29T08:33:46.118Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2024-02-29T08:33:46.118Z] at hudson.remoting.Request$2.run(Request.java:376) [2024-02-29T08:33:46.118Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.118Z] at java.base/java.lang.Thread.run(Thread.java:840) [2024-02-29T08:33:46.118Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-07b06b1394f007ced [2024-02-29T08:33:46.118Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) [2024-02-29T08:33:46.118Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2024-02-29T08:33:46.118Z] at hudson.remoting.Channel.call(Channel.java:1000) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143) [2024-02-29T08:33:46.118Z] at jdk.internal.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) [2024-02-29T08:33:46.118Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-02-29T08:33:46.118Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129) [2024-02-29T08:33:46.118Z] at jdk.proxy77/jdk.proxy77.$Proxy173.execute(Unknown Source) [2024-02-29T08:33:46.118Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1229) [2024-02-29T08:33:46.118Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1312) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.118Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.118Z] at java.base/java.lang.Thread.run(Thread.java:833) [2024-02-29T08:33:46.118Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2748) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2662) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1047) [2024-02-29T08:33:46.118Z] ... 11 more [2024-02-29T08:33:46.118Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint"): error=0, Failed to exec spawn helper: pid: 56432, signal: 11 [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) [2024-02-29T08:33:46.118Z] at hudson.Proc$LocalProc.(Proc.java:254) [2024-02-29T08:33:46.118Z] at hudson.Proc$LocalProc.(Proc.java:223) [2024-02-29T08:33:46.118Z] at hudson.Launcher$LocalLauncher.launch(Launcher.java:997) [2024-02-29T08:33:46.118Z] at hudson.Launcher$ProcStarter.start(Launcher.java:509) [2024-02-29T08:33:46.118Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2729) [2024-02-29T08:33:46.118Z] ... 15 more [2024-02-29T08:33:46.118Z] Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 56432, signal: 11 [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessImpl.(ProcessImpl.java:314) [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) [2024-02-29T08:33:46.118Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) [2024-02-29T08:33:46.118Z] ... 21 more [2024-02-29T08:33:46.105Z] Cloning repository https://github.com/apache/tvm.git [2024-02-29T08:33:46.106Z] > git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint # timeout=10 Error cloning remote repo 'origin'[2024-02-29T08:33:46.159Z] The recommended git tool is: git [2024-02-29T08:33:46.163Z] using credential tqchen-ci [2024-02-29T08:33:46.171Z] Wiping out workspace first. [2024-02-29T08:33:46.175Z] Cloning the remote Git repository [2024-02-29T08:33:46.175Z] Cloning with configured refspecs honoured and without tags [2024-02-29T08:33:46.184Z] ERROR: Error cloning remote repo 'origin' [2024-02-29T08:33:46.184Z] hudson.plugins.git.GitException: Could not init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.184Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1049) [2024-02-29T08:33:46.184Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2024-02-29T08:33:46.184Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158) [2024-02-29T08:33:46.184Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151) [2024-02-29T08:33:46.184Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2024-02-29T08:33:46.184Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2024-02-29T08:33:46.184Z] at hudson.remoting.Request$2.run(Request.java:376) [2024-02-29T08:33:46.184Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) [2024-02-29T08:33:46.184Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.184Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.184Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.184Z] at java.base/java.lang.Thread.run(Thread.java:840) [2024-02-29T08:33:46.184Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-07b06b1394f007ced [2024-02-29T08:33:46.184Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) [2024-02-29T08:33:46.184Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2024-02-29T08:33:46.184Z] at hudson.remoting.Channel.call(Channel.java:1000) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143) [2024-02-29T08:33:46.185Z] at jdk.internal.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) [2024-02-29T08:33:46.185Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-02-29T08:33:46.185Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129) [2024-02-29T08:33:46.185Z] at jdk.proxy77/jdk.proxy77.$Proxy173.execute(Unknown Source) [2024-02-29T08:33:46.185Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1229) [2024-02-29T08:33:46.185Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1312) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2024-02-29T08:33:46.185Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2024-02-29T08:33:46.185Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.185Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.185Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.185Z] at java.base/java.lang.Thread.run(Thread.java:833) [2024-02-29T08:33:46.185Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2748) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2662) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1047) [2024-02-29T08:33:46.185Z] ... 11 more [2024-02-29T08:33:46.185Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint"): error=0, Failed to exec spawn helper: pid: 56433, signal: 11 [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) [2024-02-29T08:33:46.185Z] at hudson.Proc$LocalProc.(Proc.java:254) [2024-02-29T08:33:46.185Z] at hudson.Proc$LocalProc.(Proc.java:223) [2024-02-29T08:33:46.185Z] at hudson.Launcher$LocalLauncher.launch(Launcher.java:997) [2024-02-29T08:33:46.185Z] at hudson.Launcher$ProcStarter.start(Launcher.java:509) [2024-02-29T08:33:46.185Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2729) [2024-02-29T08:33:46.185Z] ... 15 more [2024-02-29T08:33:46.185Z] Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 56433, signal: 11 [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessImpl.(ProcessImpl.java:314) [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) [2024-02-29T08:33:46.185Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) [2024-02-29T08:33:46.185Z] ... 21 more [2024-02-29T08:33:46.174Z] Cloning repository https://github.com/apache/tvm.git [2024-02-29T08:33:46.175Z] > git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint # timeout=10 Error cloning remote repo 'origin'[2024-02-29T08:33:46.227Z] The recommended git tool is: git [2024-02-29T08:33:46.233Z] using credential tqchen-ci [2024-02-29T08:33:46.243Z] Wiping out workspace first. [2024-02-29T08:33:46.248Z] Cloning the remote Git repository [2024-02-29T08:33:46.248Z] Cloning with configured refspecs honoured and without tags [2024-02-29T08:33:46.255Z] ERROR: Error cloning remote repo 'origin' [2024-02-29T08:33:46.255Z] hudson.plugins.git.GitException: Could not init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1049) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151) [2024-02-29T08:33:46.255Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2024-02-29T08:33:46.255Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2024-02-29T08:33:46.255Z] at hudson.remoting.Request$2.run(Request.java:376) [2024-02-29T08:33:46.255Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.255Z] at java.base/java.lang.Thread.run(Thread.java:840) [2024-02-29T08:33:46.255Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-07b06b1394f007ced [2024-02-29T08:33:46.255Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) [2024-02-29T08:33:46.255Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2024-02-29T08:33:46.255Z] at hudson.remoting.Channel.call(Channel.java:1000) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143) [2024-02-29T08:33:46.255Z] at jdk.internal.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) [2024-02-29T08:33:46.255Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-02-29T08:33:46.255Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129) [2024-02-29T08:33:46.255Z] at jdk.proxy77/jdk.proxy77.$Proxy173.execute(Unknown Source) [2024-02-29T08:33:46.255Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1229) [2024-02-29T08:33:46.255Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1312) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84) [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.255Z] at java.base/java.lang.Thread.run(Thread.java:833) [2024-02-29T08:33:46.255Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.255Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2748) [2024-02-29T08:33:46.256Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2662) [2024-02-29T08:33:46.256Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658) [2024-02-29T08:33:46.256Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981) [2024-02-29T08:33:46.256Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1047) [2024-02-29T08:33:46.256Z] ... 11 more [2024-02-29T08:33:46.256Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint"): error=0, Failed to exec spawn helper: pid: 56434, signal: 11 [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) [2024-02-29T08:33:46.256Z] at hudson.Proc$LocalProc.(Proc.java:254) [2024-02-29T08:33:46.256Z] at hudson.Proc$LocalProc.(Proc.java:223) [2024-02-29T08:33:46.256Z] at hudson.Launcher$LocalLauncher.launch(Launcher.java:997) [2024-02-29T08:33:46.256Z] at hudson.Launcher$ProcStarter.start(Launcher.java:509) [2024-02-29T08:33:46.256Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2729) [2024-02-29T08:33:46.256Z] ... 15 more [2024-02-29T08:33:46.256Z] Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 56434, signal: 11 [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessImpl.(ProcessImpl.java:314) [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) [2024-02-29T08:33:46.256Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) [2024-02-29T08:33:46.256Z] ... 21 more [2024-02-29T08:33:46.248Z] Cloning repository https://github.com/apache/tvm.git [2024-02-29T08:33:46.248Z] > git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint # timeout=10 Error cloning remote repo 'origin'[2024-02-29T08:33:46.297Z] The recommended git tool is: git [2024-02-29T08:33:46.303Z] using credential tqchen-ci [2024-02-29T08:33:46.313Z] Wiping out workspace first. [2024-02-29T08:33:46.318Z] Cloning the remote Git repository [2024-02-29T08:33:46.318Z] Cloning with configured refspecs honoured and without tags [2024-02-29T08:33:46.326Z] ERROR: Error cloning remote repo 'origin' [2024-02-29T08:33:46.326Z] hudson.plugins.git.GitException: Could not init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.326Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1049) [2024-02-29T08:33:46.326Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2024-02-29T08:33:46.326Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158) [2024-02-29T08:33:46.326Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151) [2024-02-29T08:33:46.326Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2024-02-29T08:33:46.326Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2024-02-29T08:33:46.326Z] at hudson.remoting.Request$2.run(Request.java:376) [2024-02-29T08:33:46.326Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) [2024-02-29T08:33:46.326Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.326Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.326Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.326Z] at java.base/java.lang.Thread.run(Thread.java:840) [2024-02-29T08:33:46.327Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-07b06b1394f007ced [2024-02-29T08:33:46.327Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) [2024-02-29T08:33:46.327Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2024-02-29T08:33:46.327Z] at hudson.remoting.Channel.call(Channel.java:1000) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143) [2024-02-29T08:33:46.327Z] at jdk.internal.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) [2024-02-29T08:33:46.327Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-02-29T08:33:46.327Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129) [2024-02-29T08:33:46.327Z] at jdk.proxy77/jdk.proxy77.$Proxy173.execute(Unknown Source) [2024-02-29T08:33:46.327Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1229) [2024-02-29T08:33:46.327Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1312) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2024-02-29T08:33:46.327Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2024-02-29T08:33:46.327Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-02-29T08:33:46.327Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2024-02-29T08:33:46.327Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2024-02-29T08:33:46.327Z] at java.base/java.lang.Thread.run(Thread.java:833) [2024-02-29T08:33:46.327Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2748) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2662) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1047) [2024-02-29T08:33:46.327Z] ... 11 more [2024-02-29T08:33:46.327Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint"): error=0, Failed to exec spawn helper: pid: 56435, signal: 11 [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) [2024-02-29T08:33:46.327Z] at hudson.Proc$LocalProc.(Proc.java:254) [2024-02-29T08:33:46.327Z] at hudson.Proc$LocalProc.(Proc.java:223) [2024-02-29T08:33:46.327Z] at hudson.Launcher$LocalLauncher.launch(Launcher.java:997) [2024-02-29T08:33:46.327Z] at hudson.Launcher$ProcStarter.start(Launcher.java:509) [2024-02-29T08:33:46.327Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2729) [2024-02-29T08:33:46.327Z] ... 15 more [2024-02-29T08:33:46.327Z] Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 56435, signal: 11 [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessImpl.(ProcessImpl.java:314) [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) [2024-02-29T08:33:46.327Z] at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) [2024-02-29T08:33:46.327Z] ... 21 more [2024-02-29T08:33:46.318Z] Cloning repository https://github.com/apache/tvm.git [2024-02-29T08:33:46.318Z] > git init /tmp/jenkins-145a3ff0/workspace/exec_0/tvm/lint # timeout=10 Error cloning remote repo 'origin'