FailedConsole Output

Started by GitHub push by CodeCrafter47
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/BungeeTabListPlus
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/BungeeTabListPlus.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/BungeeTabListPlus.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/CodeCrafter47/BungeeTabListPlus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision 39d3880d3f56cfe68bde64605b3cf8491b1e2b04 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39d3880d3f56cfe68bde64605b3cf8491b1e2b04 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D dev # timeout=10
 > git checkout -b dev 39d3880d3f56cfe68bde64605b3cf8491b1e2b04 # timeout=10
Commit message: "update submodules"
 > git rev-list --no-walk 49f7900bbeb851c0b8bd69ce4c39ba1d93fa9c97 # 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 init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.TabOverlayCommon.url # timeout=10
 > git config -f .gitmodules --get submodule.TabOverlayCommon.path # timeout=10
 > git config --get submodule.minecraft-data-api.url # timeout=10
 > git config -f .gitmodules --get submodule.minecraft-data-api.path # timeout=10
 > git submodule update --init --recursive TabOverlayCommon # timeout=10
 > git submodule update --init --recursive minecraft-data-api # timeout=10
hudson.plugins.git.GitException: Command "git submodule update --init --recursive minecraft-data-api" returned status code 1:
stdout: 
stderr: fatal: remote error: upload-pack: not our ref d9c132118ffd346372183572b8f4464de3676409
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'minecraft-data-api', but it did not contain d9c132118ffd346372183572b8f4464de3676409. Direct fetching of that commit failed.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1460)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253)
	at java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:181)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:75)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69)
Caused: hudson.plugins.git.GitException
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:87)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:68)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1463)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:161)
Caused: java.io.IOException: Could not perform submodule update
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:166)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1379)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Archiving artifacts
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@5a3421ba[nodeId=MDEwOlJlcG9zaXRvcnkyMDM1NjQyOA==,description=<null>,homepage=<null>,name=BungeeTabListPlus,fork=false,archived=false,size=47064,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=<null>,url=https://api.github.com/repos/CodeCrafter47/BungeeTabListPlus,id=20356428,nodeId=<null>,createdAt=2014-05-31T13:39:43Z,updatedAt=2020-11-03T15:59:58Z]] (sha:39d3880) with context:BungeeTabListPlus
Setting commit status on GitHub for https://github.com/CodeCrafter47/BungeeTabListPlus/commit/39d3880d3f56cfe68bde64605b3cf8491b1e2b04
Finished: FAILURE