Skip to content

Console Output

11:50:16 [2019-12-11T16:50:16.718Z] No credentials specified
11:50:17 [2019-12-11T16:50:17.115Z] Fetching changes from the remote Git repository
11:50:16 [2019-12-11T16:50:16.722Z]  > git rev-parse --is-inside-work-tree # timeout=10
11:50:17 [2019-12-11T16:50:17.215Z]  > git config remote.origin.url git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass # timeout=10
11:50:18 [2019-12-11T16:50:18.219Z] Fetching upstream changes from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass
11:50:18 [2019-12-11T16:50:18.314Z]  > git --version # timeout=10
11:50:18 [2019-12-11T16:50:18.418Z]  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass refs/heads/master
11:50:23 [2019-12-11T16:50:23.117Z] ERROR: Error fetching remote repo 'origin'
11:50:23 [2019-12-11T16:50:23.117Z] hudson.plugins.git.GitException: Failed to fetch from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$354.00000000F4145CB0.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.FutureTask.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.lang.Thread.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass refs/heads/master" returned status code 128:
11:50:23 [2019-12-11T16:50:23.118Z] stdout: 
11:50:23 [2019-12-11T16:50:23.118Z] stderr: fatal: unable to write to remote: Broken pipe
11:50:23 [2019-12-11T16:50:23.118Z] 
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
11:50:23 [2019-12-11T16:50:23.118Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.Request$2.run(Request.java:369)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.FutureTask.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
11:50:23 [2019-12-11T16:50:23.118Z] 	at hudson.remoting.Engine$1$$Lambda$4.000000003803F810.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 	... 1 more
11:50:23 [2019-12-11T16:50:23.118Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.131.14.1/10.131.14.1:54976
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.remoting.Channel.call(Channel.java:957)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
11:50:23 [2019-12-11T16:50:23.118Z] 		at sun.reflect.GeneratedMethodAccessor1417.invoke(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at java.lang.reflect.Method.invoke(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
11:50:23 [2019-12-11T16:50:23.118Z] 		at com.sun.proxy.$Proxy94.execute(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
11:50:23 [2019-12-11T16:50:23.118Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
11:50:23 [2019-12-11T16:50:23.118Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$354.00000000F4145CB0.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at java.util.concurrent.FutureTask.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
11:50:23 [2019-12-11T16:50:23.118Z] 		... 1 more