Skip to content
Failed

Console Output

Started by timer
Building in workspace /data/jenkins/jobs/illumos-gate/workspace
Checkout:workspace / /data/jenkins/jobs/illumos-gate/workspace - hudson.remoting.LocalChannel@1e89f61
Using strategy: Default
Last Built Revision: Revision 619c7c9536b64e3cf8e2b2f67c1b6a43d8ed4231 (origin/oi/hipster)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision b32521ad6957665061a72f24160118079c715852 (origin/oi/hipster)
Checking out Revision b32521ad6957665061a72f24160118079c715852 (origin/oi/hipster)
FATAL: Command "git checkout -f b32521ad6957665061a72f24160118079c715852" returned status code 128:
stdout: 
stderr: fatal: Unable to create '/data/jenkins/jobs/illumos-gate/workspace/.git/index.lock': File exists.

If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.

hudson.plugins.git.GitException: Command "git checkout -f b32521ad6957665061a72f24160118079c715852" returned status code 128:
stdout: 
stderr: fatal: Unable to create '/data/jenkins/jobs/illumos-gate/workspace/.git/index.lock': File exists.

If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:773)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:739)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:749)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.java:845)
	at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1261)
	at hudson.plugins.git.GitSCM.access$1200(GitSCM.java:57)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1220)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1196)
	at hudson.FilePath.act(FilePath.java:905)
	at hudson.FilePath.act(FilePath.java:878)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1196)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1376)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
	at hudson.model.Run.execute(Run.java:1593)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:247)