Skip to content
Failed

Console Output

Started by GitLab push by Loic Hausammann
Started by GitLab push by Loic Hausammann
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader into /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script to read Jenkinsfile
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader # timeout=10
Fetching upstream changes from https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: 172.17.170.12:8888
 > git fetch --tags --progress https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1000)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:154)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:68)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:309)
	at hudson.model.ResourceController.execute(ResourceController.java:100)
	at hudson.model.Executor.run(Executor.java:433)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: RPC failed; result=22, HTTP code = 422
fatal: The remote end hung up unexpectedly

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2661)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2086)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:608)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
	... 8 more
ERROR: Error fetching remote repo 'origin'
ERROR: Maximum checkout retry attempts reached, aborting
Finished: FAILURE