Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] [Hudson] Build failed in Hudson: 8.3.x #52

See <https://hudson.eclipse.org/sapphire/job/8.3.x/52/>

------------------------------------------
Started by an SCM change
Started by an SCM change
Cleaning the workspace because project is configured to clean the workspace before each build.
Checkout:workspace / <https://hudson.eclipse.org/sapphire/job/8.3.x/ws/> - hudson.remoting.LocalChannel@29bef103
Using strategy: Default
Git Exe: git
Last Built Revision: Revision 515b59599c939cc0655b5867d435e06f09cec0b6 (origin/8.3.x)
Checkout:workspace / <https://hudson.eclipse.org/sapphire/job/8.3.x/ws/> - hudson.remoting.LocalChannel@29bef103
Cloning the remote Git repository
Cloning repository origin
ERROR: Error cloning remote repo 'origin' 
hudson.plugins.git.GitException: Could not clone /gitroot/sapphire/org.eclipse.sapphire.git
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:306)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:1082)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:1024)
	at hudson.FilePath.act(FilePath.java:793)
	at hudson.FilePath.act(FilePath.java:775)
	at hudson.plugins.git.GitSCM.gerRevisionToBuild(GitSCM.java:1024)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:793)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1558)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:607)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:518)
	at hudson.model.Run.run(Run.java:1495)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:82)
	at hudson.model.Executor.run(Executor.java:137)
Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException
	at hudson.plugins.git.GitAPI$2.invoke(GitAPI.java:299)
	at hudson.plugins.git.GitAPI$2.invoke(GitAPI.java:286)
	at hudson.FilePath.act(FilePath.java:793)
	at hudson.FilePath.act(FilePath.java:775)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:286)
	... 13 more
Caused by: org.eclipse.jgit.api.errors.TransportException
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
	at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
	at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
	at hudson.plugins.git.GitAPI$2.invoke(GitAPI.java:293)
	... 17 more
Caused by: org.eclipse.jgit.errors.TransportException
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
	at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301)
	at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291)
	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:1115)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
	... 20 more
Caused by: java.io.InterruptedIOException
	at java.io.PipedInputStream.read(PipedInputStream.java:329)
	at java.io.PipedInputStream.read(PipedInputStream.java:378)
	at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:143)
	at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1131)
	at org.eclipse.jgit.transport.PackParser.access$000(PackParser.java:97)
	at org.eclipse.jgit.transport.PackParser$InflaterStream.read(PackParser.java:1663)
	at java.io.InputStream.read(InputStream.java:101)
	at org.eclipse.jgit.transport.PackParser.whole(PackParser.java:983)
	at org.eclipse.jgit.transport.PackParser.indexOneObject(PackParser.java:916)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:487)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:194)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:448)
	at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:762)
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:363)
	... 27 more
Trying next repository
FATAL: Could not clone repository
hudson.plugins.git.GitException: Could not clone repository
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:1094)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:1024)
	at hudson.FilePath.act(FilePath.java:793)
	at hudson.FilePath.act(FilePath.java:775)
	at hudson.plugins.git.GitSCM.gerRevisionToBuild(GitSCM.java:1024)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:793)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1558)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:607)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:518)
	at hudson.model.Run.run(Run.java:1495)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:82)
	at hudson.model.Executor.run(Executor.java:137)

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top