[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_notes #6800

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Sep 20 10:10:46 UTC 2017


See <https://jenkins.debian.net/job/reproducible_html_notes/6800/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_html_notes/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.debian.org/git/reproducible/notes.git
 > git init <https://jenkins.debian.net/job/reproducible_html_notes/ws/> # timeout=10
Fetching upstream changes from git://git.debian.org/git/reproducible/notes.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.debian.org/git/reproducible/notes.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress git://git.debian.org/git/reproducible/notes.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 96           remote: Counting objects: 116           remote: Counting objects: 157           remote: Counting objects: 176           remote: Counting objects: 187           remote: Counting objects: 224           remote: Counting objects: 253           remote: Counting objects: 260           remote: Counting objects: 300           remote: Counting objects: 330           remote: Counting objects: 337           remote: Counting objects: 343           remote: Counting objects: 349           remote: Counting objects: 360           remote: Counting objects: 375           remote: Counting objects: 390           remote: Counting objects: 408           remote: Counting objects: 426           remote: Counting objects: 447           remote: Counting objects: 466           remote: Counting objects: 494           remote: Counting objects: 515           remote: Counting objects: 540           remote: Counting objects: 544           remote: Counting objects: 565           remote: Counting objects: 599           remote: Counting objects: 643           remote: Counting objects: 690           remote: Counting objects: 725           remote: Counting objects: 774           remote: Counting objects: 804           remote: Counting objects: 850           remote: Counting objects: 855           remote: Counting objects: 859           remote: Counting objects: 871           remote: Counting objects: 919           remote: Counting objects: 967           remote: Counting objects: 1011           remote: Counting objects: 1053           remote: Counting objects: 1102           remote: Counting objects: 1145           remote: Counting objects: 1199           remote: Counting objects: 1253           remote: Counting objects: 1309           remote: Counting objects: 1367           remote: Counting objects: 1408           remote: Counting objects: 1443           remote: Counting objects: 1502           remote: Counting objects: 1550           remote: Counting objects: 1603           remote: Counting objects: 1643           remote: Counting objects: 1698           remote: Counting objects: 1747           remote: Counting objects: 1804           remote: Counting objects: 1857           remote: Counting objects: 1886           remote: Counting objects: 1912           remote: Counting objects: 1970           remote: Counting objects: 2027           remote: Counting objects: 2087           remote: Counting objects: 2143           remote: Counting objects: 2186           remote: Counting objects: 2209           remote: Counting objects: 2217           remote: Counting objects: 2251           remote: Counting objects: 10178           remote: Counting objects: 10288           remote: Counting objects: 10403           remote: Counting objects: 10476           remote: Counting objects: 10606           remote: Counting objects: 10724           remote: Counting objects: 10830           remote: Counting objects: 10944           remote: Counting objects: 11054           remote: Counting objects: 11190           remote: Counting objects: 11316           remote: Counting objects: 11462           remote: Counting objects: 11561           remote: Counting objects: 11659           remote: Counting objects: 11763           remote: Counting objects: 11865           remote: Counting objects: 11974           remote: Counting objects: 12078           remote: Counting objects: 12221           remote: Counting objects: 12343           remote: Counting objects: 12439           remote: Counting objects: 12473           remote: Counting objects: 12491           remote: Counting objects: 12517           remote: Counting objects: 12613           remote: Counting objects: 12717           remote: Counting objects: 12817           remote: Counting objects: 12939           remote: Counting objects: 12983           remote: Counting objects: 13001           remote: Counting objects: 13015           remote: Counting objects: 13029           remote: Counting objects: 13063           remote: Counting objects: 13079           remote: Counting objects: 13095           remote: Counting objects: 13115           remote: Counting objects: 13132           remote: Counting objects: 13154           remote: Counting objects: 13168           remote: Counting objects: 13188           remote: Counting objects: 13219           remote: Counting objects: 13229           remote: Counting objects: 13245           remote: Counting objects: 13263           remote: Counting objects: 13279           remote: Counting objects: 13296           remote: Counting objects: 13320           remote: Counting objects: 13362           remote: Counting objects: 13394           remote: Counting objects: 13401           remote: Counting objects: 13417           remote: Counting objects: 13433           remote: Counting objects: 13453           remote: Counting objects: 13467           remote: Counting objects: 13476           remote: Counting objects: 13550           remote: Counting objects: 13614           remote: Counting objects: 13662           remote: Counting objects: 13722           remote: Counting objects: 13814           remote: Counting objects: 13915           remote: Counting objects: 14004           remote: Counting objects: 14056           remote: Counting objects: 14080           remote: Counting objects: 14096           remote: Counting objects: 14129           remote: Counting objects: 14141           remote: Counting objects: 14153           remote: Counting objects: 14171           remote: Counting objects: 14193           remote: Counting objects: 14290           remote: Counting objects: 14344           remote: Counting objects: 14416           remote: Counting objects: 14488           remote: Counting objects: 14562           fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1924)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1643)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:352)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:559)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1075)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
	at hudson.model.Run.execute(Run.java:1737)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:419)
ERROR: Error cloning remote repo 'origin'




More information about the Qa-jenkins-scm mailing list