Skip to content
Failed

Console Output

Started by user Adam Brousseau
Running as Adam Brousseau
Obtained buildenv/jenkins/omrbuild.groovy from git git@github.com:babsingh/omr.git
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
16:42:04 [2022-06-22T20:42:04.014Z] Timeout set to expire in 8 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] echo
16:42:05 [2022-06-22T20:42:05.601Z] custom option matcher: null
[Pipeline] echo
16:42:05 [2022-06-22T20:42:05.605Z] [compile:xlinux, cgroup.v2]
[Pipeline] echo
16:42:05 [2022-06-22T20:42:05.608Z] run in docker: true
[Pipeline] node
16:42:07 [2022-06-22T20:42:07.731Z] Running on ub20-x64-omr9 in /home/jenkins/workspace/Build-linux_x86-64-babneet
[Pipeline] {
[Pipeline] echo
16:42:08 [2022-06-22T20:42:08.925Z] customWorkspace: /home/jenkins/workspace/Build
[Pipeline] ws
16:42:09 [2022-06-22T20:42:09.230Z] Running in /home/jenkins/workspace/Build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Docker Remove Containers)
[Pipeline] echo
16:42:10 [2022-06-22T20:42:10.877Z] Listing docker containers to attempt removal
[Pipeline] sh
16:42:13 [2022-06-22T20:42:13.290Z] + docker ps -a
16:42:13 [2022-06-22T20:42:13.291Z] CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[Pipeline] sh
16:42:17 [2022-06-22T20:42:17.448Z] + docker ps -a --format {{.ID}}
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] checkout
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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] cleanWs
16:42:25 [2022-06-22T20:42:25.392Z] [WS-CLEANUP] Deleting project workspace...
16:42:25 [2022-06-22T20:42:25.393Z] [WS-CLEANUP] Deferred wipeout is used...
16:42:25 [2022-06-22T20:42:25.927Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE