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

Console Output

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