I attached the logs - (I removed the repository url)
Job with default timeout: Cloning the remote Git repository Cloning repository . <https://github.com/cloudify-cosmo/cloudify-cli.git>.. > git init > /var/lib/jenkins/jobs/NightlyBuild-3.4/workspace/dir_clis/build_cli_centos_final/cloudify-cli > # timeout=10 Fetching upstream changes from . <https://github.com/cloudify-cosmo/cloudify-cli.git>.. > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress . > <https://github.com/cloudify-cosmo/cloudify-cli.git>.. > +refs/heads/*:refs/remotes/origin/* ERROR: Timeout after 10 minutesERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Error cloning remote repo 'origin'hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "git -c core.askpass=true fetch --tags --progress . <https://github.com/cloudify-cosmo/cloudify-cli.git>.. +refs/heads/*:refs/remotes/origin/*" returned status code 143: stdout: stderr: remote: Counting objects: 8354, done. remote: Compressing objects: 2% (1/38) remote: Compressing objects: 5% (2/38) remote: Compressing objects: 7% (3/38) remote: Compressing objects: 10% (4/38) Job with 20 minutes timeout: *9:20:08* Cloning the remote Git repository *09:20:08* Cloning repository ...*09:20:08* > git init /var/lib/jenkins/jobs/dir_admin/jobs/sync_xap-openspaces/workspace/xap # timeout=10*09:20:08* Fetching upstream changes from ...*09:20:08* > git --version # timeout=10*09:20:08* > git -c core.askpass=true fetch --tags --progress ... +refs/heads/*:refs/remotes/origin/* # timeout=20*09:40:08* ERROR: Timeout after 20 minutes*09:40:08* ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Error cloning remote repo 'origin'*09:40:08* hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "git -c core.askpass=true fetch --tags --progress ... +refs/heads/*:refs/remotes/origin/*" returned status code 143:*09:40:08* stdout: *09:40:08* stderr: remote: Counting objects: 1192544, done. [K*09:40:08* remote: Compressing objects: 0% (1/337) [K remote: Compressing objects: 1% (4/337) [K remote: Compressing objects: 2% (7/337) [K remote: Compressing objects: 3% (11/337) [K remote: Compressing objects: 4% (14/337) [K remote: Compressing objects: 5% (17/337) [K remote: Compressing objects: 6% (21/337) [K On Wednesday, January 20, 2016 at 10:18:29 AM UTC+2, Victor Martinez wrote: > > Correct me if I'm wrong but those log details are not enough, can you > attach your full console log? Probably there is something else after that > error in the stacktrace error output. It might be related to some timeout > issues... > > Cheers > > On Tuesday, 19 January 2016 14:17:34 UTC, GS_L wrote: >> >> I'm using jenkins 1.631 on ubuntu 14.04, slaves installed also on ubuntu >> 14.04. >> I added git path to PATH env variable. >> git plugins: >> Git client plugin 1.19.1 >> Git plugin 2.4.1 >> GitHub API Plugin 1.71 >> GitHub plugin 1.14.2 >> >> Sometimes I get the following error: "ERROR: Error cloning remote repo >> 'origin'" >> hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch >> --tags --progress ... +refs/heads/*:refs/remotes/origin/*" returned status >> code 143: >> It's happen on master and slaves as well. >> >> Most of the builds success but everyday some of the builds fail on this >> error. >> I looked over the posts with the same problem but I haven't found a >> solution. >> >> Please your advice. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8920e1a0-38d1-4b8f-a429-99d97cde01e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
