Console Output

17:28:11 Started by an SCM change
17:28:11 Running as SYSTEM
17:28:11 Building remotely on build3 (digibib) in workspace /mnt/data/jenkins/workspace/link-rewriter
17:28:11 No JDK named ‘(Vorgabewert)’ found
17:28:11 Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip to /mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3 on build3
17:28:12 The recommended git tool is: NONE
17:28:16 using credential e8642950-e594-4823-998c-77b0775327d2
17:28:16 No JDK named ‘(Vorgabewert)’ found
17:28:16 Cloning the remote Git repository
17:28:16 Cloning repository git@git.projects.gwdg.de:dariah-de/tg/textgrid-services/link-rewriter.git
17:28:16  > /usr/bin/git init /mnt/data/jenkins/workspace/link-rewriter # timeout=10
17:28:16 Fetching upstream changes from git@git.projects.gwdg.de:dariah-de/tg/textgrid-services/link-rewriter.git
17:28:16  > /usr/bin/git --version # timeout=10
17:28:16  > git --version # 'git version 2.20.1'
17:28:16 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
17:28:16  > /usr/bin/git fetch --tags --force --progress -- git@git.projects.gwdg.de:dariah-de/tg/textgrid-services/link-rewriter.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:28:17 ERROR: Error cloning remote repo 'origin'
17:28:17 hudson.plugins.git.GitException: Command "/usr/bin/git fetch --tags --force --progress -- git@git.projects.gwdg.de:dariah-de/tg/textgrid-services/link-rewriter.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
17:28:17 stdout: 
17:28:17 stderr: Warning: Permanently added 'git.projects.gwdg.de,134.76.8.54' (ECDSA) to the list of known hosts.
17:28:17 Load key "/mnt/data/jenkins/workspace/link-rewriter@tmp/jenkins-gitclient-ssh15777493626119132473.key": invalid format
17:28:17 git@git.projects.gwdg.de: Permission denied (publickey).
17:28:17 fatal: Could not read from remote repository.
17:28:17 
17:28:17 Please make sure you have the correct access rights
17:28:17 and the repository exists.
17:28:17 
17:28:17 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
17:28:17 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
17:28:17 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
17:28:17 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573)
17:28:17 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802)
17:28:17 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
17:28:17 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
17:28:17 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
17:28:17 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
17:28:17 	at hudson.remoting.Request$2.run(Request.java:375)
17:28:17 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
17:28:17 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:28:17 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:28:17 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:28:17 	at java.base/java.lang.Thread.run(Thread.java:834)
17:28:17 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build3
17:28:17 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
17:28:17 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
17:28:17 		at hudson.remoting.Channel.call(Channel.java:1001)
17:28:17 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
17:28:17 		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
17:28:17 		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
17:28:17 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:28:17 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
17:28:17 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
17:28:17 		at com.sun.proxy.$Proxy128.execute(Unknown Source)
17:28:17 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1219)
17:28:17 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1297)
17:28:17 		at hudson.scm.SCM.checkout(SCM.java:505)
17:28:17 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
17:28:17 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
17:28:17 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
17:28:17 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
17:28:17 		at hudson.model.Run.execute(Run.java:1894)
17:28:17 		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
17:28:17 		at hudson.model.ResourceController.execute(ResourceController.java:97)
17:28:17 		at hudson.model.Executor.run(Executor.java:428)
17:28:17 ERROR: Error cloning remote repo 'origin'
17:28:17 Started calculate disk usage of build
17:28:17 Finished Calculation of disk usage of build in 0 seconds
17:28:17 Started calculate disk usage of workspace
17:28:18 Finished Calculation of disk usage of workspace in 0 seconds
17:28:18 Notifying upstream projects of job completion
17:28:18 Finished: FAILURE