Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] hudson or git or something is broken again

I'm trying to build, but getting errors about the git repository. I wiped out my workspace, but I'm still getting this error. Any help appreciated!
Greg


Started by user gwatson
Building on master
Checkout:workspace / /opt/users/hudsonbuild/.hudson/jobs/ptp-release/workspace - hudson.remoting.LocalChannel@77ea34ed
Using strategy: Default
Last Built Revision: Revision 5daa479288dd8db0c29f30d858af0d53f6bd3c17 (origin/ptp_5_0)
Checkout:workspace / /opt/users/hudsonbuild/.hudson/jobs/ptp-release/workspace - hudson.remoting.LocalChannel@77ea34ed
Cloning the remote Git repository
Cloning repository origin1
ERROR: Error cloning remote repo 'origin1' : Could not clone git://git.eclipse.org/gitroot/ptp/org.eclipse.ptp.git

ERROR
: Cause: Exception caught during execution of fetch command
Trying next repository
ERROR: Could not clone repository

FATAL
: Could not clone

hudson.plugins.git.GitException
: Could not clone
	at 
hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:911)

	at 
hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:843)

	at 
hudson.FilePath.act(FilePath.java:758)

	at 
hudson.FilePath.act(FilePath.java:740)

	at 
hudson.plugins.git.GitSCM.gerRevisionToBuild(GitSCM.java:843)

	at 
hudson.plugins.git.GitSCM.checkout(GitSCM.java:620)

	at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1229)

	at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:507)

	at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424)

	at 
hudson.model.Run.run(Run.java:1367)

	at 
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)

	at 
hudson.model.ResourceController.execute(ResourceController.java:88)

	at 
hudson.model.Executor.run(Executor.java:145)

Back to the top