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/09/21 22:26:11 UTC

Build failed in Jenkins: Jena_Development_Test_Windows #648

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

------------------------------------------
Started by user andy
[EnvInject] - Loading node environment variables.
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/*
 > git rev-parse "origin/master^{commit}" # timeout=10
Checking out Revision 31a2534c5ff1139f618d7245a79f66f53e999c6e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 31a2534c5ff1139f618d7245a79f66f53e999c6e
ERROR: Timeout after 10 minutes
FATAL: Could not checkout null with start point 31a2534c5ff1139f618d7245a79f66f53e999c6e
hudson.plugins.git.GitException: Could not checkout null with start point 31a2534c5ff1139f618d7245a79f66f53e999c6e
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1619)
	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)
Caused by: hudson.plugins.git.GitException: Command "git checkout -f 31a2534c5ff1139f618d7245a79f66f53e999c6e" returned status code 1:
stdout: Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information

stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1435)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:85)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1614)
	... 11 more