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

Console Output

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