Skip to content
Failed

Console Output

Started by an SCM change
Started by user Adam Števko
Building in workspace /jenkins/jobs/oi-userland/workspace
Checkout:workspace / /jenkins/jobs/oi-userland/workspace - hudson.remoting.LocalChannel@282c32
Using strategy: Default
Last Built Revision: Revision 3961b586ba2a5ef37d4d4d9dd7539d65e28719b2 (origin/oi/hipster)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision bde1c21a1c0678d6ca2f04a9cb1bc838cd516534 (origin/oi/hipster)
Checking out Revision bde1c21a1c0678d6ca2f04a9cb1bc838cd516534 (origin/oi/hipster)
FATAL: Error performing command: git checkout -f bde1c21a1c0678d6ca2f04a9cb1bc838cd516534
hudson.plugins.git.GitException: Error performing command: git checkout -f bde1c21a1c0678d6ca2f04a9cb1bc838cd516534
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:780)
	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:909)
	at hudson.FilePath.act(FilePath.java:882)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1196)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:657)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562)
	at hudson.model.Run.execute(Run.java:1604)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at java.lang.UNIXProcess.waitFor(Unknown Source)
	at hudson.Proc$LocalProc.join(Proc.java:319)
	at hudson.Launcher$ProcStarter.join(Launcher.java:360)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:769)
	... 19 more