Hi guys,


Jenkins 2.89.3

GIT Plugin 3.7.0

Master slave - Mac Os Sierra 10.12.6


My Jenkins server is failing while fetching data from GIT repo. It's reproduced 
only on master slave (using username/password for github repo).
It is giving timeout error after 10 minutes. The size of the repo is not enough 
that it should take 10 minutes. 

It was working fine till last day but not working now. 


Here is the error that I am getting in attachment.

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/MY_REPO/tools.git # 
 > timeout=10
Fetching upstream changes from https://github.com/MY_REPO/tools.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress https://github.com/MY_REPO/tools.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/MY_REPO/tools.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:862)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1129)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
        at hudson.scm.SCM.checkout(SCM.java:495)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
        at hudson.model.Run.execute(Run.java:1724)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:421)
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git fetch --tags 
--progress https://github.com/MY_REPO/tools.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 143:
stdout: 
stderr: 
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1996)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1715)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:860)
        ... 11 more
ERROR: Error fetching remote repo 'origin'
Finished: FAILURE

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/dd55cedb-0fb8-4a70-985a-a9522f81504a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to