You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Apache Stratos <ap...@gmail.com> on 2014/05/07 20:31:27 UTC

Build failed in Jenkins: Apache-Stratos-Master-Nightly-Build #27

See <http://162.242.172.201:8080/job/Apache-Stratos-Master-Nightly-Build/27/>

------------------------------------------
Started by timer
Building in workspace <http://162.242.172.201:8080/job/Apache-Stratos-Master-Nightly-Build/ws/>
Fetching changes from the remote Git repository
FATAL: Failed to fetch from https://git-wip-us.apache.org/repos/asf/incubator-stratos.git
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/incubator-stratos.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:612)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:836)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1677)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: No space left on device
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl$1.execute(JGitAPIImpl.java:362)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:369)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:610)
	... 10 more
Caused by: org.eclipse.jgit.api.errors.TransportException: No space left on device
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl$1.execute(JGitAPIImpl.java:360)
	... 12 more
Caused by: org.eclipse.jgit.errors.TransportException: No space left on device
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
	at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:747)
	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:1108)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
	... 13 more
Caused by: java.io.IOException: No space left on device
	at java.io.RandomAccessFile.writeBytes(Native Method)
	at java.io.RandomAccessFile.write(RandomAccessFile.java:499)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.onAppendBase(ObjectDirectoryPackParser.java:344)
	at org.eclipse.jgit.transport.PackParser.resolveDeltasWithExternalBases(PackParser.java:787)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:501)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:179)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:434)
	at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:761)
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:363)
	... 21 more