Skip to content

Console Output

17:00:53 [2024-05-31T21:00:53.976Z] The recommended git tool is: NONE
17:00:55 [2024-05-31T21:00:55.188Z] No credentials specified
17:00:55 [2024-05-31T21:00:55.191Z] Cloning the remote Git repository
17:00:55 [2024-05-31T21:00:55.685Z] ERROR: Error cloning remote repo 'origin'
17:00:55 [2024-05-31T21:00:55.685Z] hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/*" returned status code 128:
17:00:55 [2024-05-31T21:00:55.685Z] stdout: 
17:00:55 [2024-05-31T21:00:55.685Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
17:00:55 [2024-05-31T21:00:55.685Z] 
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871)
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
17:00:55 [2024-05-31T21:00:55.686Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
17:00:55 [2024-05-31T21:00:55.686Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
17:00:55 [2024-05-31T21:00:55.686Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
17:00:55 [2024-05-31T21:00:55.686Z] 	at hudson.remoting.Request$2.run(Request.java:377)
17:00:55 [2024-05-31T21:00:55.686Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
17:00:55 [2024-05-31T21:00:55.686Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:00:55 [2024-05-31T21:00:55.686Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:00:55 [2024-05-31T21:00:55.686Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:00:55 [2024-05-31T21:00:55.686Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
17:00:55 [2024-05-31T21:00:55.686Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
17:00:55 [2024-05-31T21:00:55.686Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.220/10.40.56.220:38814
17:00:55 [2024-05-31T21:00:55.686Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
17:00:55 [2024-05-31T21:00:55.686Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
17:00:55 [2024-05-31T21:00:55.686Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
17:00:55 [2024-05-31T21:00:55.686Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
17:00:55 [2024-05-31T21:00:55.686Z] 		at jdk.proxy80/jdk.proxy80.$Proxy171.execute(Unknown Source)
17:00:55 [2024-05-31T21:00:55.686Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
17:00:55 [2024-05-31T21:00:55.686Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
17:00:55 [2024-05-31T21:00:55.686Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
17:00:55 [2024-05-31T21:00:55.686Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
17:00:55 [2024-05-31T21:00:55.686Z] ERROR: Error cloning remote repo 'origin'
17:00:55 [2024-05-31T21:00:55.686Z] Retrying after 10 seconds
17:00:55 [2024-05-31T21:00:55.215Z] Cloning repository https://eclipse.gerrithub.io/r/jgit/jgit
17:00:55 [2024-05-31T21:00:55.249Z]  > git init /home/jenkins/agent/workspace/jgit/repo # timeout=10
17:00:55 [2024-05-31T21:00:55.270Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
17:00:55 [2024-05-31T21:00:55.270Z]  > git --version # timeout=10
17:00:55 [2024-05-31T21:00:55.274Z]  > git --version # 'git version 2.36.6'
17:00:55 [2024-05-31T21:00:55.274Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10
17:01:05 [2024-05-31T21:01:05.692Z] The recommended git tool is: NONE
17:01:05 [2024-05-31T21:01:05.698Z] No credentials specified
17:01:05 [2024-05-31T21:01:05.710Z] Fetching changes from the remote Git repository
17:01:06 [2024-05-31T21:01:06.565Z] ERROR: Error fetching remote repo 'origin'
17:01:06 [2024-05-31T21:01:06.565Z] hudson.plugins.git.GitException: Failed to fetch from https://eclipse.gerrithub.io/r/jgit/jgit
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.lang.Thread.run(Thread.java:857)
17:01:06 [2024-05-31T21:01:06.566Z] Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/*" returned status code 128:
17:01:06 [2024-05-31T21:01:06.566Z] stdout: 
17:01:06 [2024-05-31T21:01:06.566Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
17:01:06 [2024-05-31T21:01:06.566Z] 
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
17:01:06 [2024-05-31T21:01:06.566Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.remoting.Request$2.run(Request.java:377)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:01:06 [2024-05-31T21:01:06.566Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
17:01:06 [2024-05-31T21:01:06.566Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
17:01:06 [2024-05-31T21:01:06.567Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.220/10.40.56.220:38814
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
17:01:06 [2024-05-31T21:01:06.567Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
17:01:06 [2024-05-31T21:01:06.567Z] 		at jdk.proxy80/jdk.proxy80.$Proxy172.execute(Unknown Source)
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
17:01:06 [2024-05-31T21:01:06.567Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
17:01:06 [2024-05-31T21:01:06.567Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
17:01:06 [2024-05-31T21:01:06.567Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
17:01:06 [2024-05-31T21:01:06.567Z] ERROR: Error fetching remote repo 'origin'
17:01:06 [2024-05-31T21:01:06.567Z] Retrying after 10 seconds
17:01:05 [2024-05-31T21:01:05.708Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jgit/repo/.git # timeout=10
17:01:06 [2024-05-31T21:01:06.152Z]  > git config remote.origin.url https://eclipse.gerrithub.io/r/jgit/jgit # timeout=10
17:01:06 [2024-05-31T21:01:06.173Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
17:01:06 [2024-05-31T21:01:06.173Z]  > git --version # timeout=10
17:01:06 [2024-05-31T21:01:06.179Z]  > git --version # 'git version 2.36.6'
17:01:06 [2024-05-31T21:01:06.179Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10
17:01:16 [2024-05-31T21:01:16.575Z] The recommended git tool is: NONE
17:01:16 [2024-05-31T21:01:16.583Z] No credentials specified
17:01:16 [2024-05-31T21:01:16.592Z] Fetching changes from the remote Git repository
17:01:16 [2024-05-31T21:01:16.958Z] ERROR: Error fetching remote repo 'origin'
17:01:16 [2024-05-31T21:01:16.958Z] hudson.plugins.git.GitException: Failed to fetch from https://eclipse.gerrithub.io/r/jgit/jgit
17:01:16 [2024-05-31T21:01:16.958Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
17:01:16 [2024-05-31T21:01:16.958Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
17:01:16 [2024-05-31T21:01:16.958Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
17:01:16 [2024-05-31T21:01:16.958Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
17:01:16 [2024-05-31T21:01:16.958Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:16 [2024-05-31T21:01:16.958Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
17:01:16 [2024-05-31T21:01:16.958Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
17:01:16 [2024-05-31T21:01:16.958Z] 	at java.base/java.lang.Thread.run(Thread.java:857)
17:01:16 [2024-05-31T21:01:16.958Z] Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/*" returned status code 128:
17:01:16 [2024-05-31T21:01:16.958Z] stdout: 
17:01:16 [2024-05-31T21:01:16.958Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
17:01:16 [2024-05-31T21:01:16.958Z] 
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
17:01:16 [2024-05-31T21:01:16.958Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
17:01:16 [2024-05-31T21:01:16.958Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
17:01:16 [2024-05-31T21:01:16.958Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
17:01:16 [2024-05-31T21:01:16.959Z] 	at hudson.remoting.Request$2.run(Request.java:377)
17:01:16 [2024-05-31T21:01:16.959Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
17:01:16 [2024-05-31T21:01:16.959Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:16 [2024-05-31T21:01:16.959Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:01:16 [2024-05-31T21:01:16.959Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:01:16 [2024-05-31T21:01:16.959Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
17:01:16 [2024-05-31T21:01:16.959Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
17:01:16 [2024-05-31T21:01:16.959Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.220/10.40.56.220:38814
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
17:01:16 [2024-05-31T21:01:16.959Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
17:01:16 [2024-05-31T21:01:16.959Z] 		at jdk.proxy80/jdk.proxy80.$Proxy172.execute(Unknown Source)
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
17:01:16 [2024-05-31T21:01:16.959Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
17:01:16 [2024-05-31T21:01:16.959Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
17:01:16 [2024-05-31T21:01:16.959Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
17:01:16 [2024-05-31T21:01:16.959Z] ERROR: Error fetching remote repo 'origin'
17:01:16 [2024-05-31T21:01:16.959Z] ERROR: Maximum checkout retry attempts reached, aborting
17:01:16 [2024-05-31T21:01:16.590Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jgit/repo/.git # timeout=10
17:01:16 [2024-05-31T21:01:16.606Z]  > git config remote.origin.url https://eclipse.gerrithub.io/r/jgit/jgit # timeout=10
17:01:16 [2024-05-31T21:01:16.615Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
17:01:16 [2024-05-31T21:01:16.616Z]  > git --version # timeout=10
17:01:16 [2024-05-31T21:01:16.620Z]  > git --version # 'git version 2.36.6'
17:01:16 [2024-05-31T21:01:16.621Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10