Skip to content

Console Output

16:42:20 [2022-06-22T20:42:20.914Z] The recommended git tool is: git
16:42:21 [2022-06-22T20:42:21.563Z] No credentials specified
16:42:21 [2022-06-22T20:42:21.880Z] Cloning the remote Git repository
16:42:22 [2022-06-22T20:42:22.262Z] Honoring refspec on initial clone
16:42:22 [2022-06-22T20:42:22.390Z] Cloning repository git@github.com:babsingh/omr.git
16:42:22 [2022-06-22T20:42:22.393Z]  > git init /home/jenkins/workspace/Build # timeout=10
16:42:22 [2022-06-22T20:42:22.413Z] Using reference repository: /home/jenkins//gitcache
16:42:22 [2022-06-22T20:42:22.414Z] Fetching upstream changes from git@github.com:babsingh/omr.git
16:42:22 [2022-06-22T20:42:22.414Z]  > git --version # timeout=10
16:42:22 [2022-06-22T20:42:22.421Z]  > git --version # 'git version 2.25.1'
16:42:22 [2022-06-22T20:42:22.422Z]  > git fetch --tags --force --progress -- git@github.com:babsingh/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30
16:42:23 [2022-06-22T20:42:23.541Z] ERROR: Error cloning remote repo 'origin'
16:42:23 [2022-06-22T20:42:23.541Z] hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git@github.com:babsingh/omr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
16:42:23 [2022-06-22T20:42:23.541Z] stdout: 
16:42:23 [2022-06-22T20:42:23.541Z] stderr: git@github.com: Permission denied (publickey).
16:42:23 [2022-06-22T20:42:23.541Z] fatal: Could not read from remote repository.
16:42:23 [2022-06-22T20:42:23.541Z] 
16:42:23 [2022-06-22T20:42:23.541Z] Please make sure you have the correct access rights
16:42:23 [2022-06-22T20:42:23.541Z] and the repository exists.
16:42:23 [2022-06-22T20:42:23.541Z] 
16:42:23 [2022-06-22T20:42:23.541Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:847)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
16:42:23 [2022-06-22T20:42:23.542Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
16:42:23 [2022-06-22T20:42:23.542Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
16:42:23 [2022-06-22T20:42:23.542Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
16:42:23 [2022-06-22T20:42:23.542Z] 	at hudson.remoting.Request$2.run(Request.java:376)
16:42:23 [2022-06-22T20:42:23.542Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
16:42:23 [2022-06-22T20:42:23.542Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16:42:23 [2022-06-22T20:42:23.542Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16:42:23 [2022-06-22T20:42:23.542Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16:42:23 [2022-06-22T20:42:23.542Z] 	at java.lang.Thread.run(Thread.java:748)
16:42:23 [2022-06-22T20:42:23.542Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ub20-x64-omr9
16:42:23 [2022-06-22T20:42:23.542Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
16:42:23 [2022-06-22T20:42:23.542Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
16:42:23 [2022-06-22T20:42:23.542Z] 		at hudson.remoting.Channel.call(Channel.java:1000)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
16:42:23 [2022-06-22T20:42:23.542Z] 		at jdk.internal.reflect.GeneratedMethodAccessor478.invoke(Unknown Source)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
16:42:23 [2022-06-22T20:42:23.542Z] 		at com.sun.proxy.$Proxy102.execute(Unknown Source)
16:42:23 [2022-06-22T20:42:23.542Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1226)
16:42:23 [2022-06-22T20:42:23.542Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1308)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
16:42:23 [2022-06-22T20:42:23.542Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
16:42:23 [2022-06-22T20:42:23.542Z] 		at java.base/java.lang.Thread.run(Thread.java:871)