Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Build failed in Jenkins: WTP-R3_9_x_Maintenance #345

See <https://ci.eclipse.org/webtools/job/WTP-R3_9_x_Maintenance/345/display/redirect>

------------------------------------------
Started by timer
Building in workspace <https://ci.eclipse.org/webtools/job/WTP-R3_9_x_Maintenance/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git
 > /usr/local/bin/git init <https://ci.eclipse.org/webtools/job/WTP-R3_9_x_Maintenance/ws/> # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git
 > /usr/local/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/R3_9_maintenance^{commit} # timeout=10
Checking out Revision 4513721d641e2243d818c5fed35bb1ffec3f3ebd (origin/R3_9_maintenance)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 4513721d641e2243d818c5fed35bb1ffec3f3ebd
Commit message: "use latest Orbit R and Platform 4.7.x"
 > /usr/local/bin/git rev-list --no-walk 4513721d641e2243d818c5fed35bb1ffec3f3ebd # timeout=10
 > /usr/local/bin/git remote # timeout=10
 > /usr/local/bin/git submodule init # timeout=10
 > /usr/local/bin/git submodule sync # timeout=10
 > /usr/local/bin/git config --get remote.origin.url # timeout=10
 > /usr/local/bin/git submodule init # timeout=10
 > /usr/local/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > /usr/local/bin/git config --get submodule.webtools.common.url # timeout=10
 > /usr/local/bin/git config -f .gitmodules --get submodule.webtools.common.path # timeout=10
 > /usr/local/bin/git submodule update --init --recursive webtools.common
hudson.plugins.git.GitException: Command "/usr/local/bin/git submodule update --init --recursive webtools.common" returned status code 1:
stdout: 
stderr: Cloning into 'webtools.common'...
fatal: write error: Connection reset by peer
Clone of 'git://git.eclipse.org/gitroot/webtools-common/webtools.common' into submodule path 'webtools.common' failed

	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$7.execute(CliGitAPIImpl.java:1161)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:108)
Caused: java.io.IOException: Could not perform submodule update
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:113)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1238)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	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:1727)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)


Back to the top