Console Output

17:15:11 Started by GitHub push by thvitt
17:15:11 Running as SYSTEM
17:15:11 Building remotely on Rechenknecht in workspace /mnt/data/jenkins/work/work/workspace/faust-gen-fast
17:15:11 [WS-CLEANUP] Deleting project workspace...
17:15:11 [WS-CLEANUP] Deferred wipeout is used...
17:15:11 [ssh-agent] Looking for ssh-agent implementation...
17:15:11 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
17:15:11 $ ssh-agent
17:15:11 SSH_AUTH_SOCK=/tmp/ssh-dlABeuePWPmt/agent.4864
17:15:11 SSH_AGENT_PID=4866
17:15:11 [ssh-agent] Started.
17:15:11 Running ssh-add (command line suppressed)
17:15:12 Identity added: /mnt/data/jenkins/work/work/workspace/faust-gen-fast@tmp/private_key_17442959910065869530.key (/mnt/data/jenkins/work/work/workspace/faust-gen-fast@tmp/private_key_17442959910065869530.key)
17:15:12 [ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
17:15:12 No JDK named ‘Java 8’ found
17:15:12 The recommended git tool is: NONE
17:15:12 using credential e8642950-e594-4823-998c-77b0775327d2
17:15:12 No JDK named ‘Java 8’ found
17:15:12 Cloning the remote Git repository
17:15:12 Cloning repository git://github.com/faustedition/faust-gen
17:15:12  > /usr/bin/git init /mnt/data/jenkins/work/work/workspace/faust-gen-fast # timeout=10
17:15:12 Fetching upstream changes from git://github.com/faustedition/faust-gen
17:15:12  > /usr/bin/git --version # timeout=10
17:15:12  > git --version # 'git version 2.20.1'
17:15:12 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
17:15:12  > /usr/bin/git fetch --tags --force --progress -- git://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/* # timeout=10
17:15:12 ERROR: Error cloning remote repo 'origin'
17:15:12 hudson.plugins.git.GitException: Command "/usr/bin/git fetch --tags --force --progress -- git://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*" returned status code 128:
17:15:12 stdout: 
17:15:12 stderr: fatal: remote error: 
17:15:12   The unauthenticated git protocol on port 9418 is no longer supported.
17:15:12 Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
17:15:12 
17:15:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
17:15:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
17:15:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
17:15:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
17:15:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:847)
17:15:12 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
17:15:12 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
17:15:12 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
17:15:12 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
17:15:12 	at hudson.remoting.Request$2.run(Request.java:376)
17:15:12 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
17:15:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:15:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:15:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:15:12 	at java.base/java.lang.Thread.run(Thread.java:829)
17:15:12 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Rechenknecht
17:15:12 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
17:15:12 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
17:15:12 		at hudson.remoting.Channel.call(Channel.java:1000)
17:15:12 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
17:15:12 		at jdk.internal.reflect.GeneratedMethodAccessor419.invoke(Unknown Source)
17:15:12 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:15:12 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
17:15:12 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
17:15:12 		at com.sun.proxy.$Proxy120.execute(Unknown Source)
17:15:12 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1216)
17:15:12 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
17:15:12 		at hudson.scm.SCM.checkout(SCM.java:540)
17:15:12 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
17:15:12 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
17:15:12 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
17:15:12 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
17:15:12 		at hudson.model.Run.execute(Run.java:1896)
17:15:12 		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
17:15:12 		at hudson.model.ResourceController.execute(ResourceController.java:101)
17:15:12 		at hudson.model.Executor.run(Executor.java:442)
17:15:12 ERROR: Error cloning remote repo 'origin'
17:15:12 $ ssh-agent -k
17:15:12 unset SSH_AUTH_SOCK;
17:15:12 unset SSH_AGENT_PID;
17:15:12 echo Agent pid 4866 killed;
17:15:12 [ssh-agent] Stopped.
17:15:12 No JDK named ‘Java 8’ found
17:15:12 Archiving artifacts
17:15:12 No JDK named ‘Java 8’ found
17:15:12 Started calculate disk usage of build
17:15:12 Finished Calculation of disk usage of build in 0 seconds
17:15:12 Started calculate disk usage of workspace
17:15:12 Finished Calculation of disk usage of workspace in 0 seconds
17:15:12 Notifying upstream projects of job completion
17:15:12 No JDK named ‘Java 8’ found
17:15:12 Sending e-mails to: thorsten.vitt@uni-wuerzburg.de
17:15:12 Finished: FAILURE