Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] Build failed in Hudson: jgit #586

See <https://hudson.eclipse.org/hudson/job/jgit/586/>

------------------------------------------
Started by user caniszczyk
Building remotely on hudson-slave1
Checkout:jgit / <https://hudson.eclipse.org/hudson/job/jgit/ws/> - hudson.remoting.Channel@6a493b65:hudson-slave1
Using strategy: Default
Last Built Revision: Revision f265a80d2e50043ab76d016ba8b7fda90beeabe6 (origin/master)
Checkout:jgit / <https://hudson.eclipse.org/hudson/job/jgit/ws/> - hudson.remoting.LocalChannel@1bfa4961
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://egit.eclipse.org/jgit.git
[jgit] $ git fetch -t git://egit.eclipse.org/jgit.git +refs/heads/*:refs/remotes/origin/*
[jgit] $ git ls-tree HEAD
[jgit] $ git tag -l master
[jgit] $ git rev-parse origin/master
Commencing build of Revision f265a80d2e50043ab76d016ba8b7fda90beeabe6 (origin/master)
GitAPI created
Checking out Revision f265a80d2e50043ab76d016ba8b7fda90beeabe6 (origin/master)
[jgit] $ git checkout -f f265a80d2e50043ab76d016ba8b7fda90beeabe6
FATAL: Could not checkout f265a80d2e50043ab76d016ba8b7fda90beeabe6
hudson.plugins.git.GitException: Could not checkout f265a80d2e50043ab76d016ba8b7fda90beeabe6
	at hudson.plugins.git.GitAPI.checkout(GitAPI.java:427)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:869)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:860)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: hudson.plugins.git.GitException: Error performing git checkout -f f265a80d2e50043ab76d016ba8b7fda90beeabe6
Command returned status code 128: fatal: unable to write new index file

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:356)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:321)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:331)
	at hudson.plugins.git.GitAPI.checkout(GitAPI.java:425)
	... 12 more
Caused by: hudson.plugins.git.GitException: Command returned status code 128: fatal: unable to write new index file

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:351)
	... 15 more



Back to the top