Hi Manav,

as long you tried to clone from 
"ssh://saros-build.imp.fu-berlin.de:29418/saros.git", a "read timed out" should 
not be your fault.

Since Git does not care were you get your sources from, you can try to clone 
from any of these alternative URLs:
 * http://saros-build.imp.fu-berlin.de/gerrit/saros
 * https://github.com/saros-project/saros.git
 * https://bitbucket.org/saros-project/saros.git
 * git://git.code.sf.net/p/dpp/saros

However, for eventually pushing patches for review, you'll have to setup 
Gerrit's ssh url as a remote destination. You can clone from everywhere, but 
there's only one URL for pushing.

Sometimes our server saros-build is under heavy load, but trying it a few times 
or waiting a few minutes should do the "trick". (Thankfully, due to Git's 
decentralized versioning system, this won't preclude you from working on other 
things.)
Also, we are currently working on renovating our CI infrastructure and we're 
looking forward to leave many of our performance problems behind.

Cheers,
Franz


-----Original Message-----
From: Manav Mittal [mailto:manavmi...@gmail.com] 
Sent: Sunday, March 08, 2015 6:30 PM
To: dpp-devel
Subject: Problem in setting Up

Hi Everyone,
 
I have tried setting up Saros dev environment. I have followed this link. 
http://www.saros-project.org/checkout-and-first-steps
I have successfully created the ssh key for using gerrit, bt i am having 
problems while getting the saros source code.
This is the error log.

Message- Git repository clone failed.
Exception Stack Trace- 
org.eclipse.jgit.api.errors.TransportException: Read timed out
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:179)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:155)
at 
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:431)
at 
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:424)
at 
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$5.run(AbstractGitCloneWizard.java:385)
at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out
at 
org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:331)
at 
org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:269)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
... 7 more
Caused by: java.io.InterruptedIOException: Read timed out
at 
org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
at 
org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:139)
at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1113)
at org.eclipse.jgit.transport.PackParser.access$000(PackParser.java:97)
at 
org.eclipse.jgit.transport.PackParser$InflaterStream.read(PackParser.java:1645)
at java.io.InputStream.read(InputStream.java:101)
at org.eclipse.jgit.transport.PackParser.whole(PackParser.java:967)
at org.eclipse.jgit.transport.PackParser.indexOneObject(PackParser.java:900)
at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:471)
at 
org.eclipse.jgit.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:179)
at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:433)
at 
org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:717)
at 
org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:324)
... 13 more

Please help me with this problem.

Thanks,
Manav
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to