Skip to content

Console Output

18:03:35 [2024-06-17T22:03:35.277Z] The recommended git tool is: NONE
18:03:36 [2024-06-17T22:03:36.597Z] No credentials specified
18:03:36 [2024-06-17T22:03:36.600Z] Cloning the remote Git repository
18:03:37 [2024-06-17T22:03:37.049Z] ERROR: Error cloning remote repo 'origin'
18:03:37 [2024-06-17T22:03:37.049Z] 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:
18:03:37 [2024-06-17T22:03:37.049Z] stdout: 
18:03:37 [2024-06-17T22:03:37.049Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
18:03:37 [2024-06-17T22:03:37.049Z] 
18:03:37 [2024-06-17T22:03:37.049Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
18:03:37 [2024-06-17T22:03:37.049Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
18:03:37 [2024-06-17T22:03:37.050Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
18:03:37 [2024-06-17T22:03:37.050Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871)
18:03:37 [2024-06-17T22:03:37.050Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
18:03:37 [2024-06-17T22:03:37.050Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
18:03:37 [2024-06-17T22:03:37.050Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
18:03:37 [2024-06-17T22:03:37.050Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
18:03:37 [2024-06-17T22:03:37.050Z] 	at hudson.remoting.Request$2.run(Request.java:377)
18:03:37 [2024-06-17T22:03:37.050Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
18:03:37 [2024-06-17T22:03:37.050Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:37 [2024-06-17T22:03:37.050Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
18:03:37 [2024-06-17T22:03:37.050Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
18:03:37 [2024-06-17T22:03:37.050Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
18:03:37 [2024-06-17T22:03:37.050Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
18:03:37 [2024-06-17T22:03:37.050Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.108/10.40.56.108:38052
18:03:37 [2024-06-17T22:03:37.050Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
18:03:37 [2024-06-17T22:03:37.050Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
18:03:37 [2024-06-17T22:03:37.050Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
18:03:37 [2024-06-17T22:03:37.050Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
18:03:37 [2024-06-17T22:03:37.050Z] 		at jdk.proxy80/jdk.proxy80.$Proxy171.execute(Unknown Source)
18:03:37 [2024-06-17T22:03:37.050Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
18:03:37 [2024-06-17T22:03:37.050Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
18:03:37 [2024-06-17T22:03:37.050Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:03:37 [2024-06-17T22:03:37.050Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
18:03:37 [2024-06-17T22:03:37.050Z] ERROR: Error cloning remote repo 'origin'
18:03:37 [2024-06-17T22:03:37.050Z] Retrying after 10 seconds
18:03:36 [2024-06-17T22:03:36.622Z] Cloning repository https://eclipse.gerrithub.io/r/jgit/jgit
18:03:36 [2024-06-17T22:03:36.655Z]  > git init /home/jenkins/agent/workspace/jgit/repo # timeout=10
18:03:36 [2024-06-17T22:03:36.673Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
18:03:36 [2024-06-17T22:03:36.673Z]  > git --version # timeout=10
18:03:36 [2024-06-17T22:03:36.691Z]  > git --version # 'git version 2.36.6'
18:03:36 [2024-06-17T22:03:36.696Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10
18:03:47 [2024-06-17T22:03:47.056Z] The recommended git tool is: NONE
18:03:47 [2024-06-17T22:03:47.062Z] No credentials specified
18:03:47 [2024-06-17T22:03:47.072Z] Fetching changes from the remote Git repository
18:03:47 [2024-06-17T22:03:47.935Z] ERROR: Error fetching remote repo 'origin'
18:03:47 [2024-06-17T22:03:47.935Z] hudson.plugins.git.GitException: Failed to fetch from https://eclipse.gerrithub.io/r/jgit/jgit
18:03:47 [2024-06-17T22:03:47.935Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.lang.Thread.run(Thread.java:857)
18:03:47 [2024-06-17T22:03:47.936Z] 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:
18:03:47 [2024-06-17T22:03:47.936Z] stdout: 
18:03:47 [2024-06-17T22:03:47.936Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
18:03:47 [2024-06-17T22:03:47.936Z] 
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
18:03:47 [2024-06-17T22:03:47.936Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.remoting.Request$2.run(Request.java:377)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
18:03:47 [2024-06-17T22:03:47.936Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
18:03:47 [2024-06-17T22:03:47.936Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
18:03:47 [2024-06-17T22:03:47.936Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.108/10.40.56.108:38052
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
18:03:47 [2024-06-17T22:03:47.936Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
18:03:47 [2024-06-17T22:03:47.936Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:03:47 [2024-06-17T22:03:47.936Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
18:03:47 [2024-06-17T22:03:47.936Z] 		at jdk.proxy80/jdk.proxy80.$Proxy172.execute(Unknown Source)
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
18:03:47 [2024-06-17T22:03:47.936Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
18:03:47 [2024-06-17T22:03:47.936Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
18:03:47 [2024-06-17T22:03:47.937Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
18:03:47 [2024-06-17T22:03:47.937Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:47 [2024-06-17T22:03:47.937Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
18:03:47 [2024-06-17T22:03:47.937Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:03:47 [2024-06-17T22:03:47.937Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
18:03:47 [2024-06-17T22:03:47.937Z] ERROR: Error fetching remote repo 'origin'
18:03:47 [2024-06-17T22:03:47.937Z] Retrying after 10 seconds
18:03:47 [2024-06-17T22:03:47.070Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jgit/repo/.git # timeout=10
18:03:47 [2024-06-17T22:03:47.520Z]  > git config remote.origin.url https://eclipse.gerrithub.io/r/jgit/jgit # timeout=10
18:03:47 [2024-06-17T22:03:47.546Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
18:03:47 [2024-06-17T22:03:47.546Z]  > git --version # timeout=10
18:03:47 [2024-06-17T22:03:47.552Z]  > git --version # 'git version 2.36.6'
18:03:47 [2024-06-17T22:03:47.552Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10
18:03:57 [2024-06-17T22:03:57.941Z] The recommended git tool is: NONE
18:03:57 [2024-06-17T22:03:57.947Z] No credentials specified
18:03:57 [2024-06-17T22:03:57.955Z] Fetching changes from the remote Git repository
18:03:58 [2024-06-17T22:03:58.827Z] ERROR: Error fetching remote repo 'origin'
18:03:58 [2024-06-17T22:03:58.827Z] hudson.plugins.git.GitException: Failed to fetch from https://eclipse.gerrithub.io/r/jgit/jgit
18:03:58 [2024-06-17T22:03:58.827Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
18:03:58 [2024-06-17T22:03:58.827Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
18:03:58 [2024-06-17T22:03:58.827Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
18:03:58 [2024-06-17T22:03:58.827Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
18:03:58 [2024-06-17T22:03:58.827Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
18:03:58 [2024-06-17T22:03:58.827Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
18:03:58 [2024-06-17T22:03:58.827Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
18:03:58 [2024-06-17T22:03:58.827Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
18:03:58 [2024-06-17T22:03:58.827Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:58 [2024-06-17T22:03:58.827Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
18:03:58 [2024-06-17T22:03:58.827Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:03:58 [2024-06-17T22:03:58.827Z] 	at java.base/java.lang.Thread.run(Thread.java:857)
18:03:58 [2024-06-17T22:03:58.827Z] 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:
18:03:58 [2024-06-17T22:03:58.828Z] stdout: 
18:03:58 [2024-06-17T22:03:58.828Z] stderr: fatal: unable to access 'https://eclipse.gerrithub.io/r/jgit/jgit/': The requested URL returned error: 403
18:03:58 [2024-06-17T22:03:58.828Z] 
18:03:58 [2024-06-17T22:03:58.828Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
18:03:58 [2024-06-17T22:03:58.828Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
18:03:58 [2024-06-17T22:03:58.828Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
18:03:58 [2024-06-17T22:03:58.828Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
18:03:58 [2024-06-17T22:03:58.828Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
18:03:58 [2024-06-17T22:03:58.828Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
18:03:58 [2024-06-17T22:03:58.828Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
18:03:58 [2024-06-17T22:03:58.828Z] 	at hudson.remoting.Request$2.run(Request.java:377)
18:03:58 [2024-06-17T22:03:58.828Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
18:03:58 [2024-06-17T22:03:58.828Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:58 [2024-06-17T22:03:58.828Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
18:03:58 [2024-06-17T22:03:58.828Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
18:03:58 [2024-06-17T22:03:58.828Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
18:03:58 [2024-06-17T22:03:58.828Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
18:03:58 [2024-06-17T22:03:58.828Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.108/10.40.56.108:38052
18:03:58 [2024-06-17T22:03:58.828Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
18:03:58 [2024-06-17T22:03:58.828Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
18:03:58 [2024-06-17T22:03:58.828Z] 		at hudson.remoting.Channel.call(Channel.java:1003)
18:03:58 [2024-06-17T22:03:58.828Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
18:03:58 [2024-06-17T22:03:58.828Z] 		at jdk.internal.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
18:03:58 [2024-06-17T22:03:58.828Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:03:58 [2024-06-17T22:03:58.828Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:574)
18:03:58 [2024-06-17T22:03:58.828Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
18:03:58 [2024-06-17T22:03:58.828Z] 		at jdk.proxy80/jdk.proxy80.$Proxy172.execute(Unknown Source)
18:03:58 [2024-06-17T22:03:58.829Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
18:03:58 [2024-06-17T22:03:58.829Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
18:03:58 [2024-06-17T22:03:58.829Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
18:03:58 [2024-06-17T22:03:58.829Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
18:03:58 [2024-06-17T22:03:58.829Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
18:03:58 [2024-06-17T22:03:58.829Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
18:03:58 [2024-06-17T22:03:58.829Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
18:03:58 [2024-06-17T22:03:58.829Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
18:03:58 [2024-06-17T22:03:58.829Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
18:03:58 [2024-06-17T22:03:58.829Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
18:03:58 [2024-06-17T22:03:58.829Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:03:58 [2024-06-17T22:03:58.829Z] 		at java.base/java.lang.Thread.run(Thread.java:857)
18:03:58 [2024-06-17T22:03:58.829Z] ERROR: Error fetching remote repo 'origin'
18:03:58 [2024-06-17T22:03:58.829Z] ERROR: Maximum checkout retry attempts reached, aborting
18:03:57 [2024-06-17T22:03:57.952Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jgit/repo/.git # timeout=10
18:03:57 [2024-06-17T22:03:57.965Z]  > git config remote.origin.url https://eclipse.gerrithub.io/r/jgit/jgit # timeout=10
18:03:57 [2024-06-17T22:03:57.972Z] Fetching upstream changes from https://eclipse.gerrithub.io/r/jgit/jgit
18:03:57 [2024-06-17T22:03:57.973Z]  > git --version # timeout=10
18:03:57 [2024-06-17T22:03:57.977Z]  > git --version # 'git version 2.36.6'
18:03:57 [2024-06-17T22:03:57.978Z]  > git fetch --tags --force --progress -- https://eclipse.gerrithub.io/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10