Eric Borts commented on Bug JENKINS-20445

Same problem here. I'm currently working over a Verizon Jetpack (for numerous reasons). The Jetpack fails when 2 computers try to SSH simultaneously, and in this case 10 minutes is too long. When I use only a single computer, the Jetpack works fine, and the 10 minute timeout is too short. The repository gets to about 25% before aborting. It would be great if the plugin could detect that the `git clone` process is doing valid work, and not abort. This was mentioned as point #1 of the original issue ("what if git is doing actual work?").

Admittedly, some of what I'm battling could be the 4GLTE/Jetpack issues. But this really seems like a timeout issue. Here is my output:

Fetching upstream changes from [email protected]:user/Example.git
ERROR: Timeout after 10 minutes
FATAL: Failed to fetch from [email protected]:user/Example.git
hudson.plugins.git.GitException: Failed to fetch from [email protected]:user/Example.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:612)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:836)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1678)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress [email protected]:user/Example.git +refs/heads/:refs/remotes/origin1/" returned status code 128:
stdout:
stderr: warning: no common commits
remote: Reusing existing pack: 14500, done. [K
Receiving objects: 0% (1/14500)
Receiving objects: 1% (145/14500)
Receiving objects: 2% (290/14500)
Receiving objects: 3% (435/14500)
Receiving objects: 3% (555/14500), 508.00 KiB | 487.00 KiB/s
Receiving objects: 3% (555/14500), 1.11 MiB | 550.00 KiB/s

...<snipped>...

Receiving objects: 23% (3357/14500), 339.12 MiB | 608.00 KiB/s
Receiving objects: 23% (3358/14500), 339.75 MiB | 613.00 KiB/s
Receiving objects: 23% (3358/14500), 340.37 MiB | 610.00 KiB/s
Receiving objects: 23% (3358/14500), 341.00 MiB | 606.00 KiB/s
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed

at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1099)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:985)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:69)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:218)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:224)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:229)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:610)
... 10 more

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to