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/22 09:45:15 UTC

Build failed in Jenkins: Jena_Development_Test_Windows #525

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

------------------------------------------
Started by an SCM change
Building remotely on windows1 (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: 111, done.
remote: Compressing objects:   4% (1/25)   
remote: Compressing objects:   8% (2/25)   
remote: Compressing objects:  12% (3/25)   
remote: Compressing objects:  16% (4/25)   
remote: Compressing objects:  20% (5/25)   
remote: Compressing objects:  24% (6/25)   
remote: Compressing objects:  28% (7/25)   
remote: Compressing objects:  32% (8/25)   
remote: Compressing objects:  36% (9/25)   
remote: Compressing objects:  40% (10/25)   
remote: Compressing objects:  44% (11/25)   
remote: Compressing objects:  48% (12/25)   
remote: Compressing objects:  52% (13/25)   
remote: Compressing objects:  56% (14/25)   
remote: Compressing objects:  60% (15/25)   
remote: Compressing objects:  64% (16/25)   
remote: Compressing objects:  68% (17/25)   
remote: Compressing objects:  72% (18/25)   
remote: Compressing objects:  76% (19/25)   
remote: Compressing objects:  80% (20/25)   
remote: Compressing objects:  84% (21/25)   
remote: Compressing objects:  88% (22/25)   
remote: Compressing objects:  92% (23/25)   
remote: Compressing objects:  96% (24/25)   
remote: Compressing objects: 100% (25/25)   
remote: Compressing objects: 100% (25/25), done.
remote: Total 29 (delta 15), reused 0 (delta 0)
error: unable to create temporary file: No space left on device
fatal: failed to write object
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$Sync.innerRun(Unknown Source)
	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)