Started by GitHub push by mezz Building in workspace /var/lib/jenkins/jobs/Forestry_Dev/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/ForestryMC/ForestryMC.git # timeout=10 Fetching upstream changes from https://github.com/ForestryMC/ForestryMC.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/ForestryMC/ForestryMC.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10 Checking out Revision f2d315c251923b254b3bc638022b581c3c136515 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f f2d315c251923b254b3bc638022b581c3c136515 > git rev-list e4b8342e1ca20937eebea97665e784444a1af3da # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursive FATAL: Command "git submodule update --init --recursive" returned status code 1: stdout: stderr: fatal: destination path 'api/forestry' already exists and is not an empty directory. Clone of 'https://github.com/ForestryMC/ForestryAPI.git' into submodule path 'api/forestry' failed hudson.plugins.git.GitException: Command "git submodule update --init --recursive" returned status code 1: stdout: stderr: fatal: destination path 'api/forestry' already exists and is not an empty directory. Clone of 'https://github.com/ForestryMC/ForestryAPI.git' into submodule path 'api/forestry' failed 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$6.execute(CliGitAPIImpl.java:759) at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:77) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:944) at hudson.model.AbstractProject.checkout(AbstractProject.java:1265) 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:1759) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)