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

Console Output

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