Skip to content

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
14:17:47 [2022-06-22T18:17:47.204Z] Timeout set to expire in 8 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] echo
14:17:59 [2022-06-22T18:17:59.059Z] custom option matcher: null
[Pipeline] echo
14:17:59 [2022-06-22T18:17:59.062Z] [compile:xlinux, cgroup.v2]
[Pipeline] echo
14:17:59 [2022-06-22T18:17:59.066Z] run in docker: true
[Pipeline] node
14:18:01 [2022-06-22T18:18:01.301Z] Running on ub20-x64-omr9 in /home/jenkins/workspace/Build-linux_x86-64-babneet
[Pipeline] {
[Pipeline] ws
14:18:05 [2022-06-22T18:18:05.231Z] Running in /home/jenkins/workspace/Build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Docker Remove Containers)
[Pipeline] echo
14:18:06 [2022-06-22T18:18:06.839Z] Listing docker containers to attempt removal
[Pipeline] sh
14:18:09 [2022-06-22T18:18:09.704Z] + docker ps -a
14:18:12 [2022-06-22T18:18:12.517Z] CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[Pipeline] sh
14:18:17 [2022-06-22T18:18:17.288Z] + docker ps -a --format {{.ID}}
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker Build)
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] checkout
14:18:21 [2022-06-22T18:18:21.879Z] The recommended git tool is: git
14:18:22 [2022-06-22T18:18:22.493Z] No credentials specified
14:18:22 [2022-06-22T18:18:22.812Z] Cloning the remote Git repository
14:18:23 [2022-06-22T18:18:23.025Z] Honoring refspec on initial clone
14:18:23 [2022-06-22T18:18:23.148Z] Cloning repository git@github.com:babsingh/omr.git
14:18:23 [2022-06-22T18:18:23.150Z]  > git init /home/jenkins/workspace/Build # timeout=10
14:18:23 [2022-06-22T18:18:23.166Z] Using reference repository: /home/jenkins//gitcache
14:18:23 [2022-06-22T18:18:23.166Z] Fetching upstream changes from git@github.com:babsingh/omr.git
14:18:23 [2022-06-22T18:18:23.166Z]  > git --version # timeout=10
14:18:23 [2022-06-22T18:18:23.183Z]  > git --version # 'git version 2.25.1'
14:18:23 [2022-06-22T18:18:23.184Z]  > git fetch --tags --force --progress -- git@github.com:babsingh/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30
14:18:24 [2022-06-22T18:18:24.411Z] ERROR: Error cloning remote repo 'origin'
14:18:24 [2022-06-22T18:18:24.411Z] 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:
14:18:24 [2022-06-22T18:18:24.411Z] stdout: 
14:18:24 [2022-06-22T18:18:24.411Z] stderr: git@github.com: Permission denied (publickey).
14:18:24 [2022-06-22T18:18:24.411Z] fatal: Could not read from remote repository.
14:18:24 [2022-06-22T18:18:24.411Z] 
14:18:24 [2022-06-22T18:18:24.411Z] Please make sure you have the correct access rights
14:18:24 [2022-06-22T18:18:24.411Z] and the repository exists.
14:18:24 [2022-06-22T18:18:24.411Z] 
14:18:24 [2022-06-22T18:18:24.411Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
14:18:24 [2022-06-22T18:18:24.411Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
14:18:24 [2022-06-22T18:18:24.412Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
14:18:24 [2022-06-22T18:18:24.412Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
14:18:24 [2022-06-22T18:18:24.412Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:847)
14:18:24 [2022-06-22T18:18:24.412Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
14:18:24 [2022-06-22T18:18:24.412Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
14:18:24 [2022-06-22T18:18:24.412Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
14:18:24 [2022-06-22T18:18:24.412Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
14:18:24 [2022-06-22T18:18:24.412Z] 	at hudson.remoting.Request$2.run(Request.java:376)
14:18:24 [2022-06-22T18:18:24.412Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
14:18:24 [2022-06-22T18:18:24.412Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
14:18:24 [2022-06-22T18:18:24.412Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
14:18:24 [2022-06-22T18:18:24.412Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
14:18:24 [2022-06-22T18:18:24.412Z] 	at java.lang.Thread.run(Thread.java:748)
14:18:24 [2022-06-22T18:18:24.412Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ub20-x64-omr9
14:18:24 [2022-06-22T18:18:24.412Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
14:18:24 [2022-06-22T18:18:24.412Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
14:18:24 [2022-06-22T18:18:24.412Z] 		at hudson.remoting.Channel.call(Channel.java:1000)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
14:18:24 [2022-06-22T18:18:24.412Z] 		at jdk.internal.reflect.GeneratedMethodAccessor478.invoke(Unknown Source)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
14:18:24 [2022-06-22T18:18:24.412Z] 		at com.sun.proxy.$Proxy102.execute(Unknown Source)
14:18:24 [2022-06-22T18:18:24.412Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1226)
14:18:24 [2022-06-22T18:18:24.412Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1308)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
14:18:24 [2022-06-22T18:18:24.412Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
14:18:24 [2022-06-22T18:18:24.412Z] 		at java.base/java.lang.Thread.run(Thread.java:871)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] cleanWs
14:18:26 [2022-06-22T18:18:26.893Z] [WS-CLEANUP] Deleting project workspace...
14:18:26 [2022-06-22T18:18:26.895Z] [WS-CLEANUP] Deferred wipeout is used...
14:18:27 [2022-06-22T18:18:27.533Z] [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