You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/03/20 09:45:13 UTC

Build failed in Jenkins: Jena_Development_Test_Windows #523

See <https://builds.apache.org/job/Jena_Development_Test_Windows/523/>

------------------------------------------
Started by an SCM change
Building remotely on windows2 (Windows) in workspace <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/jena.git # timeout=10
Fetching upstream changes from git://git.apache.org/jena.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/jena.git +refs/heads/*:refs/remotes/origin/*
FATAL: Failed to fetch from git://git.apache.org/jena.git
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/jena.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:647)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:889)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:914)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:615)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://git.apache.org/jena.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 45, done.
remote: Compressing objects:   5% (1/18)   
remote: Compressing objects:  11% (2/18)   
remote: Compressing objects:  16% (3/18)   
remote: Compressing objects:  22% (4/18)   
remote: Compressing objects:  27% (5/18)   
remote: Compressing objects:  33% (6/18)   
remote: Compressing objects:  38% (7/18)   
remote: Compressing objects:  44% (8/18)   
remote: Compressing objects:  50% (9/18)   
remote: Compressing objects:  55% (10/18)   
remote: Compressing objects:  61% (11/18)   
remote: Compressing objects:  66% (12/18)   
remote: Compressing objects:  72% (13/18)   
remote: Compressing objects:  77% (14/18)   
remote: Compressing objects:  83% (15/18)   
remote: Compressing objects:  88% (16/18)   
remote: Compressing objects:  94% (17/18)   
remote: Compressing objects: 100% (18/18)   
remote: Compressing objects: 100% (18/18), done.
remote: Total 20 (delta 11), reused 0 (delta 0)
error: file write error (No space left on device)
fatal: unable to write sha1 file
fatal: unpack-objects failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1435)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1223)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:280)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)