03:58:28 Started by user admin
03:58:28 Running as SYSTEM
03:58:28 Building remotely on suzumiya-vm3 in workspace /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64
03:58:28 The recommended git tool is: NONE
03:58:28 No credentials specified
03:58:28 Cloning the remote Git repository
03:58:28 Cloning repository https://github.com/Sineware/prolinux-2.git
03:58:28 > git init /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64 # timeout=10
03:58:28 ERROR: Error cloning remote repo 'origin'
03:58:28 hudson.plugins.git.GitException: Could not init /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
03:58:28 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
03:58:28 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
03:58:28 at hudson.remoting.UserRequest.perform(UserRequest.java:211)
03:58:28 at hudson.remoting.UserRequest.perform(UserRequest.java:54)
03:58:28 at hudson.remoting.Request$2.run(Request.java:377)
03:58:28 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
03:58:28 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
03:58:28 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
03:58:28 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
03:58:28 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
03:58:28 at java.base/java.lang.Thread.run(Thread.java:1583)
03:58:28 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from suzumiya-vm3.internal.sineware.ca/192.168.11.197:51590
03:58:28 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
03:58:28 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
03:58:28 at hudson.remoting.Channel.call(Channel.java:1003)
03:58:28 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
03:58:28 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
03:58:28 at java.base/java.lang.reflect.Method.invoke(Method.java:580)
03:58:28 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
03:58:28 at jdk.proxy44/jdk.proxy44.$Proxy165.execute(Unknown Source)
03:58:28 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
03:58:28 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
03:58:28 at hudson.scm.SCM.checkout(SCM.java:540)
03:58:28 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
03:58:28 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
03:58:28 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
03:58:28 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
03:58:28 at hudson.model.Run.execute(Run.java:1893)
03:58:28 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
03:58:28 at hudson.model.ResourceController.execute(ResourceController.java:101)
03:58:28 at hudson.model.Executor.run(Executor.java:442)
03:58:28 Caused by: hudson.plugins.git.GitException: Error performing git command: git init /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2862)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2766)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2761)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
03:58:28 ... 12 more
03:58:28 Caused by: java.io.IOException: Cannot run program "git" (in directory "/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64"): error=2, No such file or directory
03:58:28 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1170)
03:58:28 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089)
03:58:28 at hudson.Proc$LocalProc.<init>(Proc.java:252)
03:58:28 at hudson.Proc$LocalProc.<init>(Proc.java:221)
03:58:28 at hudson.Launcher$LocalLauncher.launch(Launcher.java:994)
03:58:28 at hudson.Launcher$ProcStarter.start(Launcher.java:506)
03:58:28 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2839)
03:58:28 ... 16 more
03:58:28 Caused by: java.io.IOException: error=2, No such file or directory
03:58:28 at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
03:58:28 at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:295)
03:58:28 at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:225)
03:58:28 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1126)
03:58:28 ... 22 more
03:58:28 ERROR: Error cloning remote repo 'origin'
03:58:28 ERROR: Build step failed with exception
03:58:28 java.io.IOException: Cannot retrieve Git metadata for the build
03:58:28 at org.jenkinsci.plugins.github.util.BuildDataHelper.getCommitSHA1(BuildDataHelper.java:87)
03:58:28 at org.jenkinsci.plugins.github.status.sources.BuildDataRevisionShaSource.get(BuildDataRevisionShaSource.java:32)
03:58:28 at org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:135)
03:58:28 Caused: org.jenkinsci.plugins.github.common.CombineErrorHandler$ErrorHandlingException
03:58:28 at org.jenkinsci.plugins.github.common.CombineErrorHandler.handle(CombineErrorHandler.java:74)
03:58:28 at org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:164)
03:58:28 at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
03:58:28 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
03:58:28 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
03:58:28 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
03:58:28 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
03:58:28 at hudson.model.Build$BuildExecution.post2(Build.java:179)
03:58:28 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
03:58:28 at hudson.model.Run.execute(Run.java:1916)
03:58:28 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
03:58:28 at hudson.model.ResourceController.execute(ResourceController.java:101)
03:58:28 at hudson.model.Executor.run(Executor.java:442)
03:58:28 Build step 'Set GitHub commit status (universal)' marked build as failure
03:58:28 Sending notification to Discord.
03:58:28 Finished: FAILURE