Started by user Adam Števko Building in workspace /jenkins/jobs/illumos-gate/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://github.com/OpenIndiana/oi-userland.git # timeout=10 Fetching upstream changes from git://github.com/OpenIndiana/oi-userland.git > git --version # timeout=10 > git fetch --tags --progress git://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/* FATAL: Failed to fetch from git://github.com/OpenIndiana/oi-userland.git hudson.plugins.git.GitException: Failed to fetch from git://github.com/OpenIndiana/oi-userland.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:643) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:881) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:906) at hudson.model.AbstractProject.checkout(AbstractProject.java:1253) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240) Caused by: hudson.plugins.git.GitException: Error performing git command at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1446) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1225) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:87) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:282) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:641) ... 10 more 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(UNIXProcess.java:216) at hudson.Proc$LocalProc.join(Proc.java:319) at hudson.Proc.joinWithTimeout(Proc.java:168) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1433) ... 14 more