Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Console Output

23:35:44 Started by user Yves Schumann (admin) (admin-starwarsfan)
23:35:44 Running as SYSTEM
23:35:44 Building remotely on Flap in workspace /data/work/workspace/Maintenance/Flap/PullFli4lImages
23:35:44 The recommended git tool is: NONE
23:35:44 using credential 2076490f-db26-4a2a-82c8-58c67ba45c1c
23:35:44  > git rev-parse --resolve-git-dir /data/work/workspace/Maintenance/Flap/PullFli4lImages/.git # timeout=10
23:35:45 Fetching changes from the remote Git repository
23:35:45  > git config remote.origin.url ssh://git@bitbucket:7999/nev/jenkins-maintenance.git # timeout=10
23:35:45 Fetching upstream changes from ssh://git@bitbucket:7999/nev/jenkins-maintenance.git
23:35:45  > git --version # timeout=10
23:35:45  > git --version # 'git version 2.39.2'
23:35:45 using GIT_SSH to set credentials Bitbucket SSH-Login
23:35:45 Verifying host key using known hosts file
23:35:45  > git fetch --tags --force --progress -- ssh://git@bitbucket:7999/nev/jenkins-maintenance.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:35:45 ERROR: Error fetching remote repo 'origin'
23:35:45 hudson.plugins.git.GitException: Failed to fetch from ssh://git@bitbucket:7999/nev/jenkins-maintenance.git
23:35:45 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
23:35:45 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
23:35:45 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
23:35:45 	at hudson.scm.SCM.checkout(SCM.java:540)
23:35:45 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
23:35:45 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
23:35:45 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
23:35:45 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
23:35:45 	at hudson.model.Run.execute(Run.java:1895)
23:35:45 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
23:35:45 	at hudson.model.ResourceController.execute(ResourceController.java:101)
23:35:45 	at hudson.model.Executor.run(Executor.java:442)
23:35:45 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- ssh://git@bitbucket:7999/nev/jenkins-maintenance.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
23:35:45 stdout: 
23:35:45 stderr: git@10.42.23.35: Permission denied (publickey).
23:35:45 fatal: Could not read from remote repository.
23:35:45 
23:35:45 Please make sure you have the correct access rights
23:35:45 and the repository exists.
23:35:45 
23:35:45 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
23:35:45 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
23:35:45 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
23:35:45 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
23:35:45 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
23:35:45 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
23:35:45 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
23:35:45 	at hudson.remoting.Request$2.run(Request.java:377)
23:35:45 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
23:35:45 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
23:35:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
23:35:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
23:35:45 	at java.base/java.lang.Thread.run(Thread.java:840)
23:35:45 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Flap
23:35:45 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
23:35:45 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
23:35:45 		at hudson.remoting.Channel.call(Channel.java:1003)
23:35:45 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
23:35:45 		at jdk.internal.reflect.GeneratedMethodAccessor311.invoke(Unknown Source)
23:35:45 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:35:45 		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
23:35:45 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
23:35:45 		at jdk.proxy100/jdk.proxy100.$Proxy197.execute(Unknown Source)
23:35:45 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
23:35:45 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
23:35:45 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
23:35:45 		at hudson.scm.SCM.checkout(SCM.java:540)
23:35:45 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
23:35:45 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
23:35:45 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
23:35:45 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
23:35:45 		at hudson.model.Run.execute(Run.java:1895)
23:35:45 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
23:35:45 		at hudson.model.ResourceController.execute(ResourceController.java:101)
23:35:45 		at hudson.model.Executor.run(Executor.java:442)
23:35:45 ERROR: Error fetching remote repo 'origin'
23:35:45 Finished: FAILURE