Started by an SCM change Checking out git git@github.com:CCP-WSI/ccp-wsi.git into /data/jenkins/workspace/CCP-WSI/pipeline_dev@script to read Jenkinsfile using credential 465b45c1-8ef2-4c92-994f-851bac55f618 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10 Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git > git --version # timeout=10 using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key > git fetch --tags --progress git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10 Checking out Revision 865b467e8be84b0f04ba82ccd8bb173d18068e35 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 865b467e8be84b0f04ba82ccd8bb173d18068e35 # timeout=10 Commit message: "Allow third_party directory" > git rev-list --no-walk 52356ba30c293c07aab565145902acb8a8431e72 # timeout=10 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] echo Currently on branch dev [Pipeline] node Still waiting to schedule task ‘CCP4 OSX (Private)’ is reserved for jobs with matching label expression; ‘CCP4 Win10 (Private)’ is reserved for jobs with matching label expression; ‘OSX host agent’ is reserved for jobs with matching label expression; ‘SCARF’ is reserved for jobs with matching label expression; ‘Scientific-Linux_7-4141’ is offline Running on Scientific-Linux_7-4141 in /home/jenkins/workspace/CCP-WSI/pipeline_dev [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout using credential 465b45c1-8ef2-4c92-994f-851bac55f618 Cloning the remote Git repository Cloning repository git@github.com:CCP-WSI/ccp-wsi.git > git init /home/jenkins/workspace/CCP-WSI/pipeline_dev # timeout=10 Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git > git --version # timeout=10 using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key > git fetch --tags --progress git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10 ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --progress git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: ssh: Could not resolve hostname github.com: Name or service not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2318) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1905) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:488) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:712) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Thread.java:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from host-172-16-114-189.nubes.stfc.ac.uk/172.16.114.189:41158 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor447.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy105.execute(Unknown Source) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1135) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... 1 more [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: Error cloning remote repo 'origin' Finished: FAILURE